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
↓ 158 callers
Function
create
art/runtime/json.hpp:17718
↓ 145 callers
Method
size
art/runtime/json.hpp:3062
↓ 142 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
art/runtime/json.hpp:10229
↓ 122 callers
Method
write_character
art/runtime/json.hpp:12941
↓ 57 callers
Function
SHARED_REQUIRES
art/runtime/art_method.h:390
↓ 55 callers
Method
end
return iterator end (needed for range-based for)
art/runtime/json.hpp:4241
↓ 51 callers
Method
sendMessage
(int what, Object obj)
frameworks/base/core/java/android/app/ActivityThread.java:2506
↓ 50 callers
Method
begin
return iterator begin (needed for range-based for)
art/runtime/json.hpp:4235
↓ 46 callers
Method
empty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
art/runtime/json.hpp:12192
↓ 46 callers
Function
get
art/runtime/json.hpp:4250
↓ 40 callers
Method
printRow
(PrintWriter pw, String format, Object...objs)
frameworks/base/core/java/android/app/ActivityThread.java:2139
↓ 38 callers
Function
add
add a character to token_buffer
art/runtime/json.hpp:7610
↓ 37 callers
Method
push_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
art/runtime/json.hpp:12167
↓ 36 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
art/runtime/json.hpp:23822
↓ 35 callers
Method
toString
()
frameworks/base/core/java/android/app/ActivityThread.java:632
↓ 32 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
art/runtime/json.hpp:18219
↓ 31 callers
Method
GetMethod
art/runtime/art_method.h:190
↓ 31 callers
Method
parse_error
art/runtime/json.hpp:2816
↓ 26 callers
Method
key
art/runtime/json.hpp:6185
↓ 24 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
art/runtime/json.hpp:19447
↓ 21 callers
Method
operator[]
access to successor
art/runtime/json.hpp:11846
↓ 20 callers
Function
input_adapter
art/runtime/json.hpp:5393
↓ 19 callers
Method
number_integer
art/runtime/json.hpp:6155
↓ 18 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
art/runtime/json.hpp:21440
↓ 18 callers
Method
getClassLoader
()
frameworks/base/core/java/android/app/Aupk.java:57
↓ 18 callers
Method
sax_parse
art/runtime/json.hpp:10603
↓ 17 callers
Method
find
art/runtime/json.hpp:16814
↓ 17 callers
Method
get_token_string
! @return a string representation of the last read byte */
art/runtime/json.hpp:10376
↓ 17 callers
Function
to_json
art/runtime/json.hpp:4515
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
art/runtime/json.hpp:19469
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
art/runtime/json.hpp:19288
↓ 15 callers
Function
combine
boost::hash_combine
art/runtime/json.hpp:4900
↓ 15 callers
Function
from_json
art/runtime/json.hpp:3721
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
art/runtime/json.hpp:7657
↓ 15 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
art/runtime/json.hpp:12121
↓ 14 callers
Method
number_unsigned
art/runtime/json.hpp:6160
↓ 14 callers
Function
set_parents
art/runtime/json.hpp:18055
↓ 13 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
art/runtime/json.hpp:21369
↓ 11 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
art/runtime/json.hpp:15824
↓ 11 callers
Method
equals
(Object o)
frameworks/base/core/java/android/app/ActivityThread.java:300
↓ 11 callers
Method
number_float
art/runtime/json.hpp:6165
↓ 10 callers
Method
VisitRoots
art/runtime/runtime.cc:1640
↓ 10 callers
Method
boolean
art/runtime/json.hpp:6150
↓ 10 callers
Method
erase
art/runtime/json.hpp:16769
↓ 10 callers
Method
insert
art/runtime/json.hpp:16838
↓ 10 callers
Function
parser
art/runtime/json.hpp:16999
↓ 10 callers
Function
set_parent
art/runtime/json.hpp:18097
↓ 10 callers
Method
value
return value of the iterator
art/runtime/json.hpp:4216
↓ 9 callers
Function
is_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
art/runtime/json.hpp:19513
↓ 8 callers
Function
dump_integer
art/runtime/json.hpp:16405
↓ 8 callers
Method
getPackageManager
()
frameworks/base/core/java/android/app/ActivityThread.java:1856
↓ 8 callers
Method
isPreHoneycomb
()
frameworks/base/core/java/android/app/ActivityThread.java:393
↓ 7 callers
Function
IsExperimentalInstructionEnabled
art/runtime/interpreter/interpreter_switch_impl.cc:118
↓ 7 callers
Function
IsNative
art/runtime/art_method.h:342
↓ 7 callers
Method
end_array
art/runtime/json.hpp:6200
↓ 7 callers
Method
end_object
art/runtime/json.hpp:6190
↓ 7 callers
Method
getSystemContext
()
frameworks/base/core/java/android/app/ActivityThread.java:2076
↓ 7 callers
Method
start_array
art/runtime/json.hpp:6195
↓ 7 callers
Method
start_object
art/runtime/json.hpp:6180
↓ 7 callers
Method
string
art/runtime/json.hpp:6170
↓ 7 callers
Method
unscheduleGcIdler
()
frameworks/base/core/java/android/app/ActivityThread.java:2109
↓ 7 callers
Method
updateProcessState
(int processState, boolean fromIpc)
frameworks/base/core/java/android/app/ActivityThread.java:1282
↓ 6 callers
Function
GetEntryPointFromQuickCompiledCode
art/runtime/art_method.h:479
↓ 6 callers
Function
IsStatic
Returns true if the method is declared static.
art/runtime/art_method.h:273
↓ 6 callers
Method
UseJitCompilation
Returns true if JIT compilations are enabled. GetJit() will be not null in this case.
art/runtime/runtime.cc:2044
↓ 6 callers
Method
getPackageInfoNoCheck
(ApplicationInfo ai, CompatibilityInfo compatInfo)
frameworks/base/core/java/android/app/ActivityThread.java:1977
↓ 6 callers
Method
has_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exceptionsafety No-t
art/runtime/json.hpp:4842
↓ 6 callers
Function
is_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
art/runtime/json.hpp:19491
↓ 6 callers
Method
null
art/runtime/json.hpp:6145
↓ 6 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
art/runtime/json.hpp:22116
↓ 6 callers
Method
subtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
art/runtime/json.hpp:4821
↓ 5 callers
Method
attach
(boolean system)
frameworks/base/core/java/android/app/ActivityThread.java:5984
↓ 5 callers
Method
ensureJitEnabled
()
frameworks/base/core/java/android/app/ActivityThread.java:2094
↓ 5 callers
Function
escape
! * @brief string escaping as described in RFC 6901 (Sect. 4) * @param[in] s string to escape * @return escaped string * * Note the order of e
art/runtime/json.hpp:2552
↓ 5 callers
Method
getPackageInfo
(String packageName, CompatibilityInfo compatInfo, int flags)
frameworks/base/core/java/android/app/ActivityThread.java:1897
↓ 5 callers
Method
get_character
art/runtime/json.hpp:5077
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
art/runtime/json.hpp:10998
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
art/runtime/json.hpp:10535
↓ 5 callers
Method
performPauseActivityIfNeeded
(ActivityClientRecord r, String reason)
frameworks/base/core/java/android/app/ActivityThread.java:3786
↓ 5 callers
Method
safeToComponentShortString
(Intent intent)
frameworks/base/core/java/android/app/ActivityThread.java:4268
↓ 4 callers
Function
SetEntryPointFromJniPtrSize
art/runtime/art_method.h:560
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
art/runtime/json.hpp:10595
↓ 4 callers
Method
binary
art/runtime/json.hpp:6175
↓ 4 callers
Method
callCallActivityOnSaveInstanceState
(ActivityClientRecord r)
frameworks/base/core/java/android/app/ActivityThread.java:4587
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
art/runtime/json.hpp:21480
↓ 4 callers
Method
codeToString
(int code)
frameworks/base/core/java/android/app/ActivityThread.java:1433
↓ 4 callers
Method
currentActivityThread
()
frameworks/base/core/java/android/app/ActivityThread.java:1825
↓ 4 callers
Function
destroy
art/runtime/json.hpp:17928
↓ 4 callers
Method
emplace
art/runtime/json.hpp:16720
↓ 4 callers
Function
empty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
art/runtime/json.hpp:21824
↓ 4 callers
Method
getLifecycleSeq
()
frameworks/base/core/java/android/app/ActivityThread.java:1370
↓ 4 callers
Function
get_arithmetic_value
art/runtime/json.hpp:3735
↓ 4 callers
Method
get_binary
art/runtime/json.hpp:10339
↓ 4 callers
Method
get_string
art/runtime/json.hpp:10306
↓ 4 callers
Method
handleConfigurationChanged
(Configuration config, CompatibilityInfo compat)
frameworks/base/core/java/android/app/ActivityThread.java:4798
↓ 4 callers
Function
insert_iterator
art/runtime/json.hpp:22392
↓ 4 callers
Method
isPersistable
()
frameworks/base/core/java/android/app/ActivityThread.java:401
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
art/runtime/json.hpp:19310
↓ 4 callers
Method
performConfigurationChangedForActivity
Updates the configuration for an Activity. The ActivityClientRecord's {@link ActivityClientRecord#overrideConfig} is used to compute the final Configu
frameworks/base/core/java/android/app/ActivityThread.java:4660
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all occu
art/runtime/json.hpp:2534
next →
1–100 of 857, ranked by callers