Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 12 of 12) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DPointerTrackerQueue.java47 public void add(final Element pointer) { in add()
63 public void remove(final Element pointer) { in remove()
95 public void releaseAllPointersOlderThan(final Element pointer, final long eventTime) { in releaseAllPointersOlderThan()
143 public void releaseAllPointersExcept(final Element pointer, final long eventTime) { in releaseAllPointersExcept()
177 public boolean hasModifierKeyOlderThan(final Element pointer) { in hasModifierKeyOlderThan()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h1020 …ename T::ValueType& CreateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poi… in CreateValueByPointer()
1032 …CreateValueByPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType… in CreateValueByPointer()
1044 typename T::ValueType* GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in GetValueByPointer()
1049 …me T::ValueType* GetValueByPointer(const T& root, const GenericPointer<typename T::ValueType>& poi… in GetValueByPointer()
1066 …:ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& poi… in GetValueByPointerWithDefault()
1071 …:ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& poi… in GetValueByPointerWithDefault()
1077 …:ValueType& GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& poi… in GetValueByPointerWithDefault()
1084 GetValueByPointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 defa… in GetValueByPointerWithDefault()
1114 …ByPointerWithDefault(DocumentType& document, const GenericPointer<typename DocumentType::ValueType… in GetValueByPointerWithDefault()
1119 …ByPointerWithDefault(DocumentType& document, const GenericPointer<typename DocumentType::ValueType… in GetValueByPointerWithDefault()
[all …]
/packages/modules/NeuralNetworks/common/operations/
DHashtableLookup.cpp50 void* pointer = nullptr; in Eval() local
/packages/modules/NeuralNetworks/common/include/nnapi/
DSharedMemory.h102 std::variant<const void*, void*> pointer; member
DTypes.h397 std::variant<const void*, void*> pointer; member
/packages/services/BuiltInPrintService/jni/include/
Dwtypes.h56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) ) argument
/packages/modules/NeuralNetworks/common/
DSharedMemoryAndroid.cpp125 auto* const pointer = mapping->getPointer().withDefault(nullptr); in map() local
201 std::variant<const void*, void*> pointer; in map() local
DGraphDump.cpp133 const void* pointer = nullptr; in tryValueDump() local
DTypeUtils.cpp678 const auto printPointer = [&os](const std::variant<const void*, void*>& pointer) { in operator <<() argument
DCpuExecutor.cpp308 [](auto* pointer) { in getBuffer()
/packages/modules/adb/
Dsysdeps.h386 typedef HANDLE pointer; typedef
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1415 ExecutionPlan::Buffer::Buffer(void* pointer, uint32_t size) in Buffer()