Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FeJQ/AUPK
/ functions
Functions
857 in github.com/FeJQ/AUPK
⨍
Functions
857
◇
Types & classes
185
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
art/runtime/json.hpp:13053
Method
bindApplication
(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName inst
frameworks/base/core/java/android/app/ActivityThread.java:876
Method
boolean
art/runtime/json.hpp:5686
Method
boolean
art/runtime/json.hpp:5861
Method
byte_container_with_subtype
art/runtime/json.hpp:4741
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
art/runtime/json.hpp:14069
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
art/runtime/json.hpp:14084
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
art/runtime/json.hpp:14126
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
art/runtime/json.hpp:13918
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
art/runtime/json.hpp:13999
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
art/runtime/json.hpp:14220
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
art/runtime/json.hpp:13969
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
art/runtime/json.hpp:14027
Function
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
art/runtime/json.hpp:22039
Method
clearDnsCache
()
frameworks/base/core/java/android/app/ActivityThread.java:928
Method
clear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for seri
art/runtime/json.hpp:4866
Method
construct
art/runtime/json.hpp:4314
Method
construct
art/runtime/json.hpp:4326
Method
construct
art/runtime/json.hpp:4356
Method
construct
art/runtime/json.hpp:4378
Method
construct
art/runtime/json.hpp:4390
Method
construct
art/runtime/json.hpp:4402
Method
construct
art/runtime/json.hpp:4414
Method
construct
art/runtime/json.hpp:4478
Function
contains
! @throw parse_error.106 if an array index begins with '0' @throw parse_error.109 if an array index was not a number */
art/runtime/json.hpp:12533
Function
count
art/runtime/json.hpp:21266
Method
create
art/runtime/json.hpp:2788
Method
create
art/runtime/json.hpp:2867
Method
create
art/runtime/json.hpp:2922
Method
create
art/runtime/json.hpp:2970
Method
create
art/runtime/json.hpp:3009
Method
create
art/runtime/json.hpp:5361
Method
create
art/runtime/json.hpp:5385
Method
create
art/runtime/json.hpp:5418
Method
createThumbnailBitmap
(ActivityClientRecord r)
frameworks/base/core/java/android/app/ActivityThread.java:3654
Method
currentApplication
()
frameworks/base/core/java/android/app/ActivityThread.java:1851
Method
currentOpPackageName
()
frameworks/base/core/java/android/app/ActivityThread.java:1833
Method
currentPackageName
()
frameworks/base/core/java/android/app/ActivityThread.java:1839
Method
currentProcessName
()
frameworks/base/core/java/android/app/ActivityThread.java:1845
Function
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
art/runtime/json.hpp:16590
Method
diagnostics
art/runtime/json.hpp:2666
Method
dispatchPackageBroadcast
(int cmd, String[] packages)
frameworks/base/core/java/android/app/ActivityThread.java:1010
Method
diyfp
art/runtime/json.hpp:14689
Method
dumpActivity
(FileDescriptor fd, IBinder activitytoken, String prefix, String[] args)
frameworks/base/core/java/android/app/ActivityThread.java:1018
Method
dumpClassName
* dump Dex文件里的所有类名 */
art/runtime/aupk.cc:224
Method
dumpDbInfo
(final FileDescriptor fd, final String[] args)
frameworks/base/core/java/android/app/ActivityThread.java:1209
Method
dumpGfxInfo
(FileDescriptor fd, String[] args)
frameworks/base/core/java/android/app/ActivityThread.java:1196
Method
dumpHeap
(boolean managed, String path, ParcelFileDescriptor fd)
frameworks/base/core/java/android/app/ActivityThread.java:991
Method
dumpMemInfo
(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, boolean dumpFullInfo, boolean dumpD
frameworks/base/core/java/android/app/ActivityThread.java:1045
Method
dumpProvider
(FileDescriptor fd, IBinder providertoken, String[] args)
frameworks/base/core/java/android/app/ActivityThread.java:1032
Method
dumpService
(FileDescriptor fd, IBinder servicetoken, String[] args)
frameworks/base/core/java/android/app/ActivityThread.java:951
Method
empty
art/runtime/json.hpp:5177
Method
end_array
art/runtime/json.hpp:5760
Method
end_array
art/runtime/json.hpp:5985
Method
end_object
art/runtime/json.hpp:5741
Method
end_object
art/runtime/json.hpp:5932
Method
exception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
art/runtime/json.hpp:10389
Method
exception_message
art/runtime/json.hpp:10901
Method
file_input_adapter
art/runtime/json.hpp:5067
Method
fill_buffer
UTF-32
art/runtime/json.hpp:5192
Method
fill_buffer
UTF-16
art/runtime/json.hpp:5250
Method
fill_buffer
art/runtime/json.hpp:5339
Method
finishInstrumentation
(int resultCode, Bundle results)
frameworks/base/core/java/android/app/ActivityThread.java:5470
Function
from_bson
art/runtime/json.hpp:24778
Function
from_cbor
art/runtime/json.hpp:24408
Method
from_json
art/runtime/json.hpp:4684
Function
from_msgpack
art/runtime/json.hpp:24550
Function
from_ubjson
art/runtime/json.hpp:24665
Function
front
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
art/runtime/json.hpp:20808
Method
getActivity
(IBinder token)
frameworks/base/core/java/android/app/ActivityThread.java:2492
Method
getCodeItemEnd
art/runtime/aupk.cc:91
Method
getIntCoreSetting
(String key, int defaultValue)
frameworks/base/core/java/android/app/ActivityThread.java:6096
Method
getIntentBeingBroadcast
Return the Intent that's currently being handled by a BroadcastReceiver on this thread, or null if none. @hide
frameworks/base/core/java/android/app/ActivityThread.java:3048
Method
getLooper
()
frameworks/base/core/java/android/app/ActivityThread.java:2064
Method
getProcessName
()
frameworks/base/core/java/android/app/ActivityThread.java:2072
Method
getProcessName
* 获取当前进程名 */
art/runtime/aupk.cc:162
Method
getProfileFilePath
()
frameworks/base/core/java/android/app/ActivityThread.java:2060
Method
getTopLevelResources
Creates the top level resources for the given package. Will return an existing Resources if one has already been created.
frameworks/base/core/java/android/app/ActivityThread.java:1887
Function
get_allocator
! @brief returns the allocator associated with the container */
art/runtime/json.hpp:17116
Method
get_bson_binary
art/runtime/json.hpp:8208
Method
get_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in, out] result A reference to the string variable where the read
art/runtime/json.hpp:8157
Method
get_bson_string
art/runtime/json.hpp:8187
Method
get_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @param[in] tag_handler how CB
art/runtime/json.hpp:9015
Method
get_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
art/runtime/json.hpp:8921
Method
get_cbor_float_prefix
art/runtime/json.hpp:14251
Method
get_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @param[in] tag_handler how
art/runtime/json.hpp:9053
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
art/runtime/json.hpp:8826
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
art/runtime/json.hpp:5130
Method
get_character
art/runtime/json.hpp:5158
Method
get_character
art/runtime/json.hpp:5318
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
art/runtime/json.hpp:6378
Method
get_decimal_point
return the locale-dependent decimal point
art/runtime/json.hpp:6351
Function
get_error_message
return syntax error message
art/runtime/json.hpp:7681
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
art/runtime/json.hpp:10238
Function
get_method_idx
AUPK Begin */
art/runtime/art_method.h:400
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
art/runtime/json.hpp:9679
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
art/runtime/json.hpp:9568
Method
get_msgpack_float_prefix
art/runtime/json.hpp:14265
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
art/runtime/json.hpp:9701
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
art/runtime/json.hpp:9486
← previous
next →
501–600 of 857, ranked by callers