Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 3 of 3) 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/services/BuiltInPrintService/jni/include/
Dwtypes.h56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) ) argument