MCPcopy Create free account

hub / github.com/bytedance/Fastbot_Android / functions

Functions2,496 in github.com/bytedance/Fastbot_Android

↓ 6 callersFunctionis_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
native/thirdpart/json/json.hpp:16894
↓ 6 callersMethodnull
native/thirdpart/json/json.hpp:4948
↓ 6 callersMethodsetVerbose
set verbose to allow different level of log @param verbose output mode? 1= verbose, 2=very verbose
monkey/src/main/java/com/android/commands/monkey/events/MonkeyEventSource.java:37
↓ 6 callersMethodshowUsage
Print how to use this command.
monkey/src/main/java/com/android/commands/monkey/Monkey.java:1830
↓ 6 callersMethodtoss
(double d)
monkey/src/main/java/com/android/commands/monkey/utils/RandomHelper.java:145
↓ 6 callersMethodwhat
returns the explanatory string
native/thirdpart/json/json.hpp:1868
↓ 5 callersFunctionAlign
Align to prepare for writing a scalar with a certain size.
native/thirdpart/flatbuffers/flexbuffers.h:1347
↓ 5 callersFunctionAlign
native/thirdpart/flatbuffers/flatbuffers.h:1337
↓ 5 callersFunctionClear
Reset all state so we can re-use the buffer.
native/thirdpart/flatbuffers/flexbuffers.h:927
↓ 5 callersMethodClear
Clears the current "written" code.
native/thirdpart/flatbuffers/code_generators.h:46
↓ 5 callersFunctionEndMap
native/thirdpart/flatbuffers/flexbuffers.h:1099
↓ 5 callersFunctionEscapeString
native/thirdpart/flatbuffers/util.h:584
↓ 5 callersMethodFinish
native/storage/ReuseModel_generated.h:143
↓ 5 callersFunctionGetAnyValueI
native/thirdpart/flatbuffers/reflection.cpp:25
↓ 5 callersMethodGetStr
native/thirdpart/tinyxml2/tinyxml2.cpp:281
↓ 5 callersFunctionInlineSize
native/thirdpart/flatbuffers/idl.h:494
↓ 5 callersFunctionIntToStringHex
Convert an integer value to a hexadecimal string. The returned string length is always xdigits long, prefixed by 0 digits. For example, IntToStringHex
native/thirdpart/flatbuffers/util.h:201
↓ 5 callersFunctionIsBool
native/thirdpart/flatbuffers/idl.h:138
↓ 5 callersFunctionIsFixedTypedVector
native/thirdpart/flatbuffers/flexbuffers.h:97
↓ 5 callersFunctionIsIdentifierStart
native/thirdpart/flatbuffers/idl_parser.cpp:329
↓ 5 callersFunctionIsTypedVector
native/thirdpart/flatbuffers/flexbuffers.h:92
↓ 5 callersFunctionJSON_CATCH
native/thirdpart/json/json.hpp:10572
↓ 5 callersFunctionLoadFile
native/thirdpart/flatbuffers/util.cpp:81
↓ 5 callersFunctionLookupEnum
native/thirdpart/flatbuffers/minireflect.h:99
↓ 5 callersMethodNewElement
native/thirdpart/tinyxml2/tinyxml2.cpp:2239
↓ 5 callersMethodPush
native/thirdpart/tinyxml2/tinyxml2.h:226
↓ 5 callersFunctionReset
native/thirdpart/flatbuffers/flatbuffers.h:1227
↓ 5 callersFunctionSetAnyValueI
native/thirdpart/flatbuffers/reflection.cpp:123
↓ 5 callersMethodSetValue
native/thirdpart/tinyxml2/tinyxml2.cpp:825
↓ 5 callersFunctionSizeOf
native/thirdpart/flatbuffers/idl.h:153
↓ 5 callersFunctionStartMap
native/thirdpart/flatbuffers/flexbuffers.h:1083
↓ 5 callersFunctionStringToInt
native/thirdpart/flatbuffers/util.h:398
↓ 5 callersFunctionStringToIntegerImpl
native/thirdpart/flatbuffers/util.h:294
↓ 5 callersFunctionUnionTypeFieldSuffix
native/thirdpart/flatbuffers/reflection.h:402
↓ 5 callersMethodValue
native/thirdpart/tinyxml2/tixml2ex.h:55
↓ 5 callersFunctionVerify
Verify any range within the buffer.
native/thirdpart/flatbuffers/flatbuffers.h:2298
↓ 5 callersMethodadd_attributes
native/thirdpart/flatbuffers/reflection_generated.h:479
↓ 5 callersFunctionatot
native/thirdpart/flatbuffers/idl_parser.cpp:205
↓ 5 callersMethodexecuteCommandAndWaitFor
(String[] cmd)
monkey/src/main/java/com/android/commands/monkey/framework/AndroidDevice.java:359
↓ 5 callersMethodexecuteShellCommand
Execute shell command @param command shell command to execute @return output of the execution result.
monkey/src/main/java/com/android/commands/monkey/utils/StoneUtils.java:28
↓ 5 callersMethodgenerateScrollEventAt
(Rect nodeRect, ActionType type)
monkey/src/main/java/com/android/commands/monkey/source/MonkeySourceApeNative.java:720
↓ 5 callersMethodgetBoundingBox
()
monkey/src/main/java/com/android/commands/monkey/action/ModelAction.java:162
↓ 5 callersMethodgetEnabled
native/desc/Action.cpp:121
↓ 5 callersMethodinclude
native/desc/ActionFilter.cpp:14
↓ 5 callersFunctionis_alpha_char
Check (case-insensitive) that `c` is equal to alpha.
native/thirdpart/flatbuffers/util.h:58
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
native/thirdpart/json/json.hpp:9202
↓ 5 callersMethodnextBoolean
()
monkey/src/main/java/com/android/commands/monkey/utils/RandomHelper.java:59
↓ 5 callersFunctionparse
native/thirdpart/json/json.hpp:20877
↓ 5 callersFunctionpush_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
native/thirdpart/json/json.hpp:19406
↓ 5 callersMethodqueryIntentActivities
(PackageManager mPm, Intent intent)
monkey/src/main/java/com/android/commands/monkey/framework/APIAdapter.java:166
↓ 5 callersMethodrandomlyPickMainApp
Pick an activity that we can interact with. @return Chosen activity component name
monkey/src/main/java/com/android/commands/monkey/source/MonkeySourceApeNative.java:588
↓ 5 callersMethodsafeCharSeqToString
(CharSequence cs)
monkey/src/main/java/com/android/commands/monkey/tree/TreeBuilder.java:41
↓ 5 callersMethodsetText
native/desc/DeviceOperateWrapper.cpp:46
↓ 5 callersMethodwarningFormat
(String format, Object... args)
monkey/src/main/java/com/android/commands/monkey/utils/Logger.java:59
↓ 4 callersFunctionBufferHasIdentifier
Helper to see if the identifier in a buffer has the expected value.
native/thirdpart/flatbuffers/flatbuffers.h:2261
↓ 4 callersMethodCheckField
native/thirdpart/flatbuffers/flatbuffers.h:2631
↓ 4 callersFunctionConCatPathFileName
native/thirdpart/flatbuffers/util.cpp:155
↓ 4 callersMethodCurrentAllocs
native/thirdpart/tinyxml2/tinyxml2.h:371
↓ 4 callersMethodEmpty
native/thirdpart/tinyxml2/tinyxml2.h:253
↓ 4 callersMethodEndVector
native/thirdpart/flatbuffers/minireflect.h:383
↓ 4 callersFunctionFieldIndexToOffset
Converts a Field ID to a virtual table offset.
native/thirdpart/flatbuffers/flatbuffers.h:1113
↓ 4 callersFunctionGenComment
Generate a documentation comment, if available.
native/thirdpart/flatbuffers/code_generators.cpp:176
↓ 4 callersFunctionGetAnyValueF
native/thirdpart/flatbuffers/reflection.cpp:52
↓ 4 callersFunctionGetFieldT
Get a field, if you know it's a table.
native/thirdpart/flatbuffers/reflection.h:150
↓ 4 callersFunctionInt
native/thirdpart/flatbuffers/flexbuffers.h:947
↓ 4 callersFunctionIsPrefixHex
native/thirdpart/tinyxml2/tinyxml2.h:594
↓ 4 callersFunctionIterateObject
native/thirdpart/flatbuffers/minireflect.h:232
↓ 4 callersMethodLastChildElement
native/thirdpart/tinyxml2/tinyxml2.cpp:1006
↓ 4 callersMethodNext
native/thirdpart/flatbuffers/idl_parser.cpp:333
↓ 4 callersFunctionNullPackedType
native/thirdpart/flatbuffers/flexbuffers.h:806
↓ 4 callersMethodParse
native/thirdpart/flatbuffers/idl_parser.cpp:3128
↓ 4 callersFunctionPreAlign
Aligns such that when "len" bytes are written, an object can be written after it with "alignment" without padding.
native/thirdpart/flatbuffers/flatbuffers.h:1532
↓ 4 callersFunctionPushIndirect
native/thirdpart/flatbuffers/flexbuffers.h:1381
↓ 4 callersFunctionSaveFile
Save data "buf" into file "name" returning true if successful, false otherwise. If "binary" is false data is written using ifstream's text mode, othe
native/thirdpart/flatbuffers/util.h:440
↓ 4 callersFunctionSetAnyValueF
native/thirdpart/flatbuffers/reflection.cpp:146
↓ 4 callersMethodSetTracked
native/thirdpart/tinyxml2/tinyxml2.h:419
↓ 4 callersMethodStartVector
native/thirdpart/flatbuffers/minireflect.h:373
↓ 4 callersFunctionStripExtension
native/thirdpart/flatbuffers/util.cpp:135
↓ 4 callersFunctionStripPath
native/thirdpart/flatbuffers/util.cpp:145
↓ 4 callersMethodToElementWithName
native/thirdpart/tinyxml2/tinyxml2.cpp:1185
↓ 4 callersMethodTrace
native/thirdpart/tinyxml2/tinyxml2.h:413
↓ 4 callersFunctionTrackField
When writing fields, we track where they are, so we can create correct vtables later.
native/thirdpart/flatbuffers/flatbuffers.h:1372
↓ 4 callersFunctionUInt
native/thirdpart/flatbuffers/flexbuffers.h:953
↓ 4 callersMethodUntracked
native/thirdpart/tinyxml2/tinyxml2.h:423
↓ 4 callersFunctionVector
native/thirdpart/flatbuffers/flexbuffers.h:1160
↓ 4 callersMethodVisit
native/thirdpart/tinyxml2/tinyxml2.cpp:2960
↓ 4 callersFunctionWidthF
native/thirdpart/flatbuffers/flexbuffers.h:200
↓ 4 callersFunctionappend_element
append / prepend element common method for all append / prepend element insertions todo: consider using std::initializer_list<AttributeNameValue> for
native/thirdpart/tinyxml2/tixml2ex.h:480
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
native/thirdpart/json/json.hpp:18785
↓ 4 callersMethodcheckOutputDir
()
monkey/src/main/java/com/android/commands/monkey/source/MonkeySourceApeNative.java:1027
↓ 4 callersMethodcommandLineReport
Print report from a single command line. <p> TODO: Use ProcessBuilder & redirectErrorStream(true) to capture both streams (might be important for some
monkey/src/main/java/com/android/commands/monkey/Monkey.java:545
↓ 4 callersFunctiondestroy
native/thirdpart/json/json.hpp:15542
↓ 4 callersMethoddestroy
native/thirdpart/flatbuffers/flatbuffers.h:852
↓ 4 callersFunctionequals
native/Base.h:86
↓ 4 callersFunctionescape
escape "~" to "~0" and "/" to "~1"
native/thirdpart/json/json.hpp:10937
↓ 4 callersMethodgenerateActivityEvents
Generate events for activity @param app The info about this activity. @param clearPackage If should delete the user data and revoke granted permission
monkey/src/main/java/com/android/commands/monkey/source/MonkeySourceApeNative.java:523
↓ 4 callersMethodgenerateClickEventAt
(Rect nodeRect, long waitTime)
monkey/src/main/java/com/android/commands/monkey/source/MonkeySourceApeNative.java:677
↓ 4 callersMethodgenerateEventsForAction
According to the action type of the action argument, generate its corresponding event, and set throttle if necessary. @param action generated action,
monkey/src/main/java/com/android/commands/monkey/source/MonkeySourceApeNative.java:1050
↓ 4 callersMethodgenerateKeyEvent
(List<CustomEvent> events, int key)
monkey/src/main/java/com/android/commands/monkey/events/CustomEventFuzzer.java:390
↓ 4 callersMethodgetDownTime
()
monkey/src/main/java/com/android/commands/monkey/events/base/MonkeyKeyEvent.java:76
← previousnext →201–300 of 2,496, ranked by callers