MCPcopy Create free account

hub / github.com/bytedance/Fastbot_Android / types & classes

Types & classes434 in github.com/bytedance/Fastbot_Android

↓ 21 callersClassXmlException
native/thirdpart/tinyxml2/tixml2ex.h:43
↓ 19 callersClassValue
Represents a parsed scalar value, it's type, and field offset.
native/thirdpart/flatbuffers/idl.h:192
↓ 12 callersClassinput_adapter
native/thirdpart/json/json.hpp:4197
↓ 11 callersClassValue
If you wish to share a value explicitly (a value not shared automatically through one of the BUILDER_FLAG_SHARE_* flags) you can do so with these func
native/thirdpart/flatbuffers/flexbuffers.h:1275
↓ 8 callersClassReference
native/thirdpart/flatbuffers/flexbuffers.h:37
↓ 8 callersClassbinary_reader
native/thirdpart/json/json.hpp:5175
↓ 7 callersClassparser
native/thirdpart/json/json.hpp:8684
↓ 6 callersClassType
Represents any type in the IDL, which is a combination of the BaseType and additional information for vectors/structs_.
native/thirdpart/flatbuffers/idl.h:161
↓ 5 callersClassElementProperties
native/thirdpart/tinyxml2/tixml2ex.h:65
↓ 5 callersClassdiyfp
native/thirdpart/json/json.hpp:12699
↓ 5 callersClassjson_pointer
native/thirdpart/json/json.hpp:2435
↓ 3 callersClassCheckedError
A way to make error propagation less error prone by requiring values to be checked. Once you create a value of this type you must either: - Call Check
native/thirdpart/flatbuffers/idl.h:735
↓ 3 callersClassDefaultAllocator
DefaultAllocator uses new/delete to allocate memory regions
native/thirdpart/flatbuffers/flatbuffers.h:708
↓ 2 callersClassDetachedBuffer
DetachedBuffer is a finished flatbuffer memory region, detached from its builder. The original memory region and allocator are also stored so that the
native/thirdpart/flatbuffers/flatbuffers.h:747
↓ 2 callersClassMessage
native/thirdpart/flatbuffers/grpc.h:33
↓ 2 callersClassResizeContext
Resize a FlatBuffer in-place by iterating through all offsets in the buffer and adjusting them by "delta" if they straddle the start offset. Once that
native/thirdpart/flatbuffers/reflection.cpp:177
↓ 2 callersClassVectorIterator
native/thirdpart/flatbuffers/flatbuffers.h:133
↓ 2 callersClassXMLDocument
native/thirdpart/tinyxml2/tinyxml2.h:119
↓ 2 callersClassnullopt_t
A tag to indicate an empty flatbuffers::optional<T>.
native/thirdpart/flatbuffers/stl_emulation.h:343
↓ 2 callersClassparse_error
! @brief exception indicating a parse error This exception is thrown by the library when a parse error occurs. Parse errors can occur during the dese
native/thirdpart/json/json.hpp:1935
↓ 1 callersClassAttributeNameValue
native/thirdpart/tinyxml2/tixml2ex.h:50
↓ 1 callersClassIDLOptions
Container of options that may apply to any of the source/text generators.
native/thirdpart/flatbuffers/idl.h:544
↓ 1 callersClassKeyOffsetCompare
native/thirdpart/flatbuffers/flexbuffers.h:1597
↓ 1 callersClassOptional
native/thirdpart/flatbuffers/stl_emulation.h:370
↓ 1 callersClassRect
native/Base.h:233
↓ 1 callersClassReuseState
This class is for build a state which holds all RichWidgets and their associated actions and so on.
native/desc/reuse/ReuseState.h:18
↓ 1 callersClassStringOffsetCompare
native/thirdpart/flatbuffers/flatbuffers.h:2184
↓ 1 callersClassStruct
native/thirdpart/flatbuffers/flatbuffers.h:2530
↓ 1 callersClassVerifier
native/thirdpart/flatbuffers/flatbuffers.h:2268
↓ 1 callersClassWidget
Use text inside widget for embedding and identifying widget, which is the default implementation
native/desc/Widget.h:21
↓ 1 callersClassXMLComment
native/thirdpart/tinyxml2/tinyxml2.h:122
↓ 1 callersClassXMLDeclaration
native/thirdpart/tinyxml2/tinyxml2.h:124
↓ 1 callersClassXMLElement
native/thirdpart/tinyxml2/tinyxml2.h:120
↓ 1 callersClassXMLPrinter
native/thirdpart/tinyxml2/tinyxml2.h:126
↓ 1 callersClassXMLUnknown
native/thirdpart/tinyxml2/tinyxml2.h:125
↓ 1 callersClassflatbuffers_stat
native/thirdpart/flatbuffers/util.cpp:102
↓ 1 callersClassinvalid_iterator
! @brief exception indicating errors with iterators This exception is thrown if iterators passed to a library function do not match the expected sema
native/thirdpart/json/json.hpp:2021
↓ 1 callersClassother_error
! @brief exception indicating other library errors This exception is thrown in case of errors that cannot be classified with the other exception type
native/thirdpart/json/json.hpp:2160
↓ 1 callersClassout_of_range
! @brief exception indicating access out of the defined range This exception is thrown in case a library function is called on an input parameter tha
native/thirdpart/json/json.hpp:2122
↓ 1 callersClassprimitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
native/thirdpart/json/json.hpp:9173
↓ 1 callersClassspan
native/thirdpart/flatbuffers/stl_emulation.h:505
↓ 1 callersClasstype_error
! @brief exception indicating executing a member function with a wrong type This exception is thrown in case of a type error; that is, a library func
native/thirdpart/json/json.hpp:2075
ClassANRInfo
Anr info
monkey/src/main/java/com/android/commands/monkey/Monkey.java:1879
ClassAPIAdapter
Reflect utils
monkey/src/main/java/com/android/commands/monkey/framework/APIAdapter.java:55
ClassAbstractAgent
native/agent/AbstractAgent.h:24
ClassAbstractAgent
native/agent/AgentFactory.h:22
ClassAbstractCustomEvent
@author Zhao Zhang
monkey/src/main/java/com/android/commands/monkey/events/customize/AbstractCustomEvent.java:32
ClassAction
To keep logging simple, we make everything that is worth logging into an action.
monkey/src/main/java/com/android/commands/monkey/action/Action.java:34
ClassAction
Base class for all Action classes
native/desc/Action.h:26
ClassActionCounter
native/model/Graph.h:20
ClassActionFilter
native/desc/ActionFilter.h:18
ClassActionFilterALL
native/desc/ActionFilter.h:29
ClassActionFilterEnableValid
native/desc/ActionFilter.h:50
ClassActionFilterTarget
native/desc/ActionFilter.h:36
ClassActionFilterUnvisitedValid
native/desc/ActionFilter.h:57
ClassActionFilterValid
native/desc/ActionFilter.h:43
ClassActionFilterValidDatePriority
native/desc/ActionFilter.h:84
ClassActionFilterValidUnSaturated
native/desc/ActionFilter.h:64
ClassActionFilterValidValuePriority
native/desc/ActionFilter.h:69
EnumActionType
action type class
monkey/src/main/java/com/android/commands/monkey/fastbot/client/ActionType.java:15
EnumActionType
ActionType
native/Base.h:149
ClassActivityController
Monitor operations happening in the system.
monkey/src/main/java/com/android/commands/monkey/Monkey.java:1891
ClassActivityFilter
monkey/src/main/java/com/android/commands/monkey/utils/MonkeyUtils.java:122
ClassActivityName
monkey/src/main/java/com/android/commands/monkey/framework/AndroidDevice.java:733
ClassActivityNameAction
native/desc/reuse/ActivityNameAction.h:17
ClassActivityStateAction
Embedding an action with the whole activity state, the target widget and the action to perform.
native/desc/Action.h:102
ClassActivityTimes
native/storage/ReuseModel_generated.h:9
ClassActivityTimesBuilder
native/storage/ReuseModel_generated.h:10
EnumAdvancedFeatures
native/thirdpart/flatbuffers/reflection_generated.h:117
ClassAgentFactory
The factory class for creating different sorts of agents.
native/agent/AgentFactory.h:28
ClassAiClient
@author Jianqiang Guo, Zhao Zhang
monkey/src/main/java/com/bytedance/fastbot/AiClient.java:22
ClassAirplaneEvent
@author Dingchun Wang
monkey/src/main/java/com/android/commands/monkey/events/customize/AirplaneEvent.java:21
EnumAlgorithmType
monkey/src/main/java/com/bytedance/fastbot/AiClient.java:38
EnumAlgorithmType
native/Base.h:207
ClassAllocator
Allocator interface. This is flatbuffers-specific and meant only for `vector_downward` usage.
native/thirdpart/flatbuffers/flatbuffers.h:667
ClassAlwaysFinishActivityEvent
monkey/src/main/java/com/android/commands/monkey/events/customize/AlwaysFinishActivityEvent.java:17
ClassAndroidDevice
Android framework utils
monkey/src/main/java/com/android/commands/monkey/framework/AndroidDevice.java:79
ClassArray
native/thirdpart/flatbuffers/flatbuffers.h:439
ClassArray<Offset<T>, length>
native/thirdpart/flatbuffers/flatbuffers.h:573
ClassBaseGenerator
native/thirdpart/flatbuffers/code_generators.h:92
EnumBaseType
native/thirdpart/flatbuffers/reflection_generated.h:38
EnumBaseType
native/thirdpart/flatbuffers/idl.h:117
EnumBitWidth
These are used in the lower 2 bits of a type field to determine the size of the elements (and or size field) of the item pointed to (e.g. vector).
native/thirdpart/flatbuffers/flexbuffers.h:42
ClassBlob
native/thirdpart/flatbuffers/flexbuffers.h:255
ClassBlock
native/thirdpart/tinyxml2/tinyxml2.h:448
ClassBufferRef
native/thirdpart/flatbuffers/flatbuffers.h:2505
ClassBufferRefBase
native/thirdpart/flatbuffers/flatbuffers.h:2504
ClassBuilder
native/thirdpart/flatbuffers/flexbuffers.h:897
EnumBuilderFlag
Flags that configure how the Builder behaves. The "Share" flags determine if the Builder automatically tries to pool this type. Pooling can reduce the
native/thirdpart/flatbuffers/flexbuffers.h:888
ClassClassicLocale
native/thirdpart/flatbuffers/util.h:219
ClassClickEvent
@author Zhao Zhang
monkey/src/main/java/com/android/commands/monkey/events/customize/ClickEvent.java:26
ClassCodeWriter
Utility class to assist in generating code through use of text templates. Example code: CodeWriter code("\t"); code.SetValue("NAME", "Foo"); code +=
native/thirdpart/flatbuffers/code_generators.h:40
ClassCommentConfig
native/thirdpart/flatbuffers/code_generators.h:155
ClassComparator
native/Base.h:95
ClassConfig
monkey/src/main/java/com/android/commands/monkey/utils/Config.java:29
ClassContextUtils
@author Dingchun Wang
monkey/src/main/java/com/android/commands/monkey/utils/ContextUtils.java:16
ClassCrashInfo
Crash info
monkey/src/main/java/com/android/commands/monkey/Monkey.java:1867
ClassCustomAction
The class for describing the actions that user specified in preference file
native/events/Preference.h:23
ClassCustomEvent
native/events/Preference.h:51
InterfaceCustomEvent
@author Zhao Zhang
monkey/src/main/java/com/android/commands/monkey/events/CustomEvent.java:19
next →1–100 of 434, ranked by callers