Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 29) sorted by relevance

12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DPointerTrackerQueue.java47 public void add(final Element pointer) { in add() argument
50 Log.d(TAG, "add: " + pointer + " " + this); in add()
55 expandableArray.set(arraySize, pointer); in add()
57 expandableArray.add(pointer); in add()
63 public void remove(final Element pointer) { in remove() argument
66 Log.d(TAG, "remove: " + pointer + " " + this); in remove()
73 if (element == pointer) { in remove()
75 Log.w(TAG, "Found duplicated element in remove: " + pointer); in remove()
95 public void releaseAllPointersOlderThan(final Element pointer, final long eventTime) { in releaseAllPointersOlderThan() argument
98 Log.d(TAG, "releaseAllPointerOlderThan: " + pointer + " " + this); in releaseAllPointersOlderThan()
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h1020 …eateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, typename T::Allo… in CreateValueByPointer() argument
1021 return pointer.Create(root, a); in CreateValueByPointer()
1032 …yPointer(DocumentType& document, const GenericPointer<typename DocumentType::ValueType>& pointer) { in CreateValueByPointer() argument
1033 return pointer.Create(document); in CreateValueByPointer()
1044 …me T::ValueType* GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) { in GetValueByPointer() argument
1045 return pointer.Get(root); in GetValueByPointer()
1049 …ValueType* GetValueByPointer(const T& root, const GenericPointer<typename T::ValueType>& pointer) { in GetValueByPointer() argument
1050 return pointer.Get(root); in GetValueByPointer()
1066 …PointerWithDefault(T& root, const GenericPointer<typename T::ValueType>& pointer, const typename T… in GetValueByPointerWithDefault() argument
1067 return pointer.GetWithDefault(root, defaultValue, a); in GetValueByPointerWithDefault()
[all …]
Ddocument.h132 typedef typename BaseType::pointer Pointer;
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md35 #include "rapidjson/pointer.h"
124 …`"0"` is treated as member name in the first pointer. It is treated as an array index in the secon…
151 …er, because the parameter is a `Document&`. But if you want to resolve a pointer to a subtree. You…
184 Note that, all resolving functions assumes valid pointer. Resolving with an invalid pointer causes …
188 …representation of JSON pointer that we are using till now, [RFC6901] also defines the URI fragment…
218 If a pointer will be resolved multiple times, it should be construct once, and then apply it to dif…
Dinternals.md117 …6 bytes (32-bit or 64-bit) for storing actual data. Instead of storing a pointer to a string, it i…
138 // \returns pointer to the memory block.
142 // \param originalPtr The pointer to current memory block. Null pointer is permitted.
148 // \param pointer to the memory block. Null pointer is permitted.
Dstream.md72 `FileReadStream` reads the file via a `FILE` pointer. And user need to provide a buffer.
257 //! Begin writing operation at the current read pointer.
258 //! \return The begin writer pointer.
268 //! \param begin The begin write pointer returned by PutBegin().
Dtutorial.md347 2. const-string: simply store a pointer of string.
351 …e allocation. This design is needed to prevent storing a allocator (or Document) pointer per Value.
377 For character pointer, the RapidJSON requires to mark it as safe before using it without copying. T…
Dfeatures.md66 * Only store pointer instead of copying
Dfaq.md183 …Since the APIs are member functions of `Value`, we do not want to save an allocator pointer in eve…
Dsax.md124 … is called when the `Reader` encounters a string. The first parameter is pointer to the string. Th…
DDoxyfile.in772 doc/pointer.md \
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DMotionPauseDetector.java225 Float addMotionEvent(MotionEvent ev, int pointer);
245 public Float addMotionEvent(MotionEvent ev, int pointer) {
247 float position = ev.getAxisValue(mAxis, pointer);
306 public Float addMotionEvent(MotionEvent ev, int pointer) {
311 ev.getHistoricalEventTime(i), ev.getHistoricalAxisValue(mAxis, pointer, i));
316 addPositionAndTime(ev.getEventTime(), ev.getAxisValue(mAxis, pointer));
/packages/services/BuiltInPrintService/jni/include/
Dwtypes.h56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) ) argument
/packages/modules/DnsResolver/
DREADME-DoT.md41 All the classes here make full use of Clang thread annotations (and also null-pointer
52 The query method writes a struct (containing a pointer to the query) to the pipe
Dstats.proto97 NS_T_PTR = 12; // Domain name pointer.
/packages/apps/TV/res/raw/
Dthird_party_licenses3330 "copyright" line and a pointer to where the full notice is found.
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...

12