HomeSort by relevance Sort by last modified time
    Searched defs:get (Results 426 - 450 of 2528) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
klist.h 24 void (*get)(struct klist_node *); member in struct:klist
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
klist.h 24 void (*get)(struct klist_node *); member in struct:klist
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
klist.h 24 void (*get)(struct klist_node *); member in struct:klist
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
87 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
91 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
96 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
100 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
105 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str function in class:num_get
109 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
114 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
119 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Standard_Suite.py 19 def get(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
20 """get:
35 if _arguments.get('errn', 0):
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLUtils.java 52 sb.append(String.format("%.4f", bb.get()));
66 sb.append(bb.get());
81 sb.append(bb.get() & 0xffff);
83 sb.append(bb.get());
99 sb.append(bb.get() & 0xff);
101 sb.append(bb.get());
  /system/core/include/utils/
StrongPointer.h 89 inline T* get() const { return m_ptr; } function in class:android::sp
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 76 inline T* get() const { return m_ptr; } function in class:android::tinyutils::sp
  /ndk/build/core/
definitions-graph.mk 154 # you must call -ndk-mod-get-depends to set this.
180 -ndk-mod-get-depends = \
185 -ndk-mod-get-new-depends = \
186 $(call -ndk-mod-get-depends)\
200 # queue. For each item in the work queue, get the dependencies and
203 -ndk-mod-get-closure = $(strip \
216 # Used internally to visit a new node during -ndk-mod-get-closure.
225 $(call -ndk-mod-get-depends)\
233 -test-ndk-mod-get-closure.empty = \
235 $(call test-expect,,$(call -ndk-mod-get-closure,,-local-deps)
    [all...]
definitions.mk 456 # Function : modules-get-list
459 # Usage : $(call modules-get-list)
461 modules-get-list = $(__ndk_modules)
464 # Function : modules-get-top-list
467 # Usage : $(call modules-get-top-list)
469 modules-get-top-list = $(__ndk_top_modules)
503 module-get-class = $(__ndk_modules.$1.MODULE_CLASS)
506 module-get-built = $(__ndk_modules.$1.BUILT_MODULE)
512 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
519 module-is-copyable = $(call module-class-is-copyable,$(call module-get-class,$1)
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 47 public Integer get() {
63 assertEquals(Integer.valueOf(5), squareSupplier.get());
70 public ArrayList<Integer> get() {
88 List<Integer> result = addSupplier.get();
89 assertEquals(Integer.valueOf(0), result.get(0));
90 assertEquals(Integer.valueOf(1), result.get(1));
97 public Integer get() { method in class:SuppliersTest.CountingSupplier
121 memoizedSupplier.get();
124 memoizedSupplier.get();
136 assertEquals(10, (int) memoizedSupplier.get());
382 Integer.valueOf(5), reserialize(Suppliers.ofInstance(5)).get()); method
384 Functions.identity(), Suppliers.ofInstance(5))).get()); method
386 reserialize(Suppliers.memoize(Suppliers.ofInstance(5))).get()); method
389 Suppliers.ofInstance(5), 30, TimeUnit.SECONDS)).get()); method
391 Suppliers.synchronizedSupplier(Suppliers.ofInstance(5))).get()); method
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTokenStream.java 45 // force TokenStream to get at least first valid token
66 dbg.consumeHiddenToken(input.get(i));
75 dbg.consumeHiddenToken(input.get(i));
96 public Token get(int i) { method in class:DebugTokenStream
97 return input.get(i);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebViewModalDialogOverrideTest.java 58 assertTrue(callbackCalled.get());
91 assertTrue(called.get());
121 assertTrue(called.get());
151 assertTrue(called.get());
  /external/chromium_org/tools/emacs/
trybot.el 16 (defun get-chrome-root ()
25 (corrected-path (file-name-as-directory (get-chrome-root))))
40 (get-chrome-root))
84 (cd (get-chrome-root))
96 (defun trybot-get-new-buffer ()
97 "Get a new clean buffer for trybot output."
102 (let ((old (get-buffer buffer-name)))
104 (get-buffer-create buffer-name)))
113 (trybot-fixup (process-get process 'type-hint)))))
118 (concat " | " (get-chrome-root
    [all...]
  /external/chromium_org/v8/test/mjsunit/
object-freeze.js 95 obj.x = { get: function() {return 43}, set: function() {} };
100 function get() { return 43; }; function
102 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true });
108 assertEquals(get, desc.get);
120 assertEquals(get, desc.get);
248 get: function() { return 42 },
286 get: function() { return 42 }
    [all...]
  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 45 ArrayList<V> keyList = map.get(key);
126 ArrayList<V> list = this.map.get(key);
134 public List<V> get(Object key) { method in class:MultiValueMapImpl
135 return map.get(key);
149 al.addAll(mapToPut.get(k));
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 64 GameComponent component = unrelasedComponents.get(x);
119 parent.remove(mComponentsToRemove.get(x));
124 parent.add(mComponentsToInsert.get(x));
  /bionic/libc/tools/
bionic_utils.py 179 def get(self): member in class:StringOutput
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputCollector.java 113 finisher.add(suffix.get(i));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 56 public IndexedItem get(Constant cst) { method in class:FieldIdsSection
63 IndexedItem result = fieldIds.get((CstFieldRef) cst);
105 FieldIdItem result = fieldIds.get(field);
129 FieldIdItem item = fieldIds.get(ref);
MethodIdsSection.java 56 public IndexedItem get(Constant cst) { method in class:MethodIdsSection
63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst);
105 MethodIdItem result = methodIds.get(method);
129 MethodIdItem item = methodIds.get(ref);
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 37 public Attribute get(int n) { method in class:StdAttributeList
47 result += get(i).byteLength();
58 Attribute att = get(i);
74 Attribute att = get(at);
86 Attribute att = get(at);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
InsnList.java 43 public Insn get(int n) { method in class:InsnList
59 * {@code get(size() - 1)}.
64 return get(size() - 1);
76 get(i).accept(visitor);
96 if (!get(i).contentEquals(b.get(i))) {
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 71 return get(n);
75 public Constant get(int n) { method in class:StdConstantPool
  /dalvik/dx/src/com/android/dx/cf/attrib/
InnerClassList.java 43 public Item get(int n) { method in class:InnerClassList

Completed in 286 milliseconds

<<11121314151617181920>>