HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 326 - 350 of 23610) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h 49 * 1) A get() API for returning the stored pointer value.
64 get() const function in class:_Std_pointer_impl
105 get() const function in class:_Relative_pointer_impl
127 { return (reinterpret_cast<_UIntPtrType>(this->get())
128 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
132 { return (reinterpret_cast<_UIntPtrType>(this->get())
133 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
153 get() const function in class:_Relative_pointer_impl
175 { return (reinterpret_cast<_UIntPtrType>(this->get())
176 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 55 * 1) A get() API for returning the stored pointer value.
70 get() const function in class:_Std_pointer_impl
111 get() const function in class:_Relative_pointer_impl
133 { return (reinterpret_cast<_UIntPtrType>(this->get())
134 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
138 { return (reinterpret_cast<_UIntPtrType>(this->get())
139 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
163 get() const function in class:_Relative_pointer_impl
185 { return (reinterpret_cast<_UIntPtrType>(this->get())
186 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 58 * 1) A get() API for returning the stored pointer value.
73 get() const function in class:_Std_pointer_impl
114 get() const function in class:_Relative_pointer_impl
136 { return (reinterpret_cast<_UIntPtrType>(this->get())
137 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
141 { return (reinterpret_cast<_UIntPtrType>(this->get())
142 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
166 get() const function in class:_Relative_pointer_impl
188 { return (reinterpret_cast<_UIntPtrType>(this->get())
189 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 55 * 1) A get() API for returning the stored pointer value.
70 get() const function in class:_Std_pointer_impl
111 get() const function in class:_Relative_pointer_impl
133 { return (reinterpret_cast<_UIntPtrType>(this->get())
134 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
138 { return (reinterpret_cast<_UIntPtrType>(this->get())
139 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
163 get() const function in class:_Relative_pointer_impl
185 { return (reinterpret_cast<_UIntPtrType>(this->get())
186 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 58 * 1) A get() API for returning the stored pointer value.
73 get() const function in class:_Std_pointer_impl
114 get() const function in class:_Relative_pointer_impl
136 { return (reinterpret_cast<_UIntPtrType>(this->get())
137 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
141 { return (reinterpret_cast<_UIntPtrType>(this->get())
142 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
166 get() const function in class:_Relative_pointer_impl
188 { return (reinterpret_cast<_UIntPtrType>(this->get())
189 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pointer.h 59 * 1) A get() API for returning the stored pointer value.
74 get() const function in class:_Std_pointer_impl
115 get() const function in class:_Relative_pointer_impl
137 { return (reinterpret_cast<_UIntPtrType>(this->get())
138 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
142 { return (reinterpret_cast<_UIntPtrType>(this->get())
143 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
167 get() const function in class:_Relative_pointer_impl
189 { return (reinterpret_cast<_UIntPtrType>(this->get())
190 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pointer.h 59 * 1) A get() API for returning the stored pointer value.
74 get() const function in class:_Std_pointer_impl
115 get() const function in class:_Relative_pointer_impl
137 { return (reinterpret_cast<_UIntPtrType>(this->get())
138 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
142 { return (reinterpret_cast<_UIntPtrType>(this->get())
143 == reinterpret_cast<_UIntPtrType>(__rarg.get())); }
167 get() const function in class:_Relative_pointer_impl
189 { return (reinterpret_cast<_UIntPtrType>(this->get())
190 < reinterpret_cast<_UIntPtrType>(__rarg.get())); }
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicIntegerFieldUpdaterTest.java 57 * get returns the last value set or assigned
63 assertEquals(1, a.get(this));
65 assertEquals(2, a.get(this));
67 assertEquals(-3, a.get(this));
71 * get returns the last value lazySet by same thread
77 assertEquals(1, a.get(this));
79 assertEquals(2, a.get(this));
81 assertEquals(-3, a.get(this));
93 assertEquals(-4, a.get(this));
95 assertEquals(-4, a.get(this))
    [all...]
AtomicLongFieldUpdaterTest.java 57 * get returns the last value set or assigned
63 assertEquals(1, a.get(this));
65 assertEquals(2, a.get(this));
67 assertEquals(-3, a.get(this));
71 * get returns the last value lazySet by same thread
77 assertEquals(1, a.get(this));
79 assertEquals(2, a.get(this));
81 assertEquals(-3, a.get(this));
93 assertEquals(-4, a.get(this));
95 assertEquals(-4, a.get(this))
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.cpp 12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
36 SkPdfNativeObject* ret = get("Width", "");
44 return get("Width", "") != NULL;
48 SkPdfNativeObject* ret = get("Height", "");
56 return get("Height", "") != NULL;
60 SkPdfNativeObject* ret = get("ColorSpace", "");
66 SkPdfNativeObject* ret = get("ColorSpace", "")
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.cpp 12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
24 SkPdfNativeObject* ret = get("Subtype", "");
32 return get("Subtype", "") != NULL;
36 SkPdfNativeObject* ret = get("Width", "");
44 return get("Width", "") != NULL;
48 SkPdfNativeObject* ret = get("Height", "");
56 return get("Height", "") != NULL;
60 SkPdfNativeObject* ret = get("ColorSpace", "");
66 SkPdfNativeObject* ret = get("ColorSpace", "")
    [all...]
  /bionic/libc/bionic/
pthread_detach.cpp 35 if (thread.get() == NULL) {
49 _pthread_internal_remove_locked(thread.get());
  /developers/samples/android/wearable/wear/SpeedTracker/Shared/src/main/java/com/example/android/wearable/speedtracker/common/
Utils.java 32 return day.get(Calendar.YEAR) + "-" + day.get(Calendar.DAY_OF_YEAR);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenSource.as 40 * requested a token. Keep lexing until you get a valid one. Just report
46 * until you get a good one; errors are not passed through to the parser.
53 function get sourceName():String;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 36 /** <summary>Get Token at current input pointer + i ahead where i=1 is next Token.
49 get;
53 * Get a token at an absolute index i; 0..n-1. This is really only
61 IToken Get(int i);
69 get;
ParserRuleReturnScope.cs 50 * to get the .text property anyway if the rule matches tokens from multiple
64 get {
74 get {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 46 get {
56 get {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
AstParserRuleReturnScope`2.cs 41 get
54 get
ITokenStream.cs 38 /** <summary>Get Token at current input pointer + i ahead where i=1 is next Token.
52 get;
56 * Get a token at an absolute index i; 0..n-1. This is really only
64 IToken Get( int i );
73 get;
TemplateParserRuleReturnScope`2.cs 41 get
54 get
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
AstTreeRuleReturnScope`2.cs 41 get
54 get
TemplateTreeRuleReturnScope`2.cs 41 get
54 get
  /external/chromium_org/base/test/
test_file_util_linux.cc 21 if (fdatasync(fd.get()) != 0)
23 if (posix_fadvise(fd.get(), 0, 0, POSIX_FADV_DONTNEED) != 0)
  /external/chromium_org/chrome/browser/
certificate_viewer.cc 15 if (!cert.get()) {
20 ShowCertificateViewer(web_contents, parent, cert.get());
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.h 41 return appcaches_.get();
43 CannedBrowsingDataCookieHelper* cookies() const { return cookies_.get(); }
45 return databases_.get();
48 return file_systems_.get();
51 return indexed_dbs_.get();
54 return local_storages_.get();
57 return server_bound_certs_.get();
60 return session_storages_.get();

Completed in 747 milliseconds

<<11121314151617181920>>