HomeSort by relevance Sort by last modified time
    Searched full:get (Results 101 - 125 of 13186) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/iface/
FieldList.java 25 * Get whether this instance is mutable. Note that the
35 * Get the number of fields in the list.
42 * Get the {@code n}th field.
47 public Field get(int n); method in interface:FieldList
MethodList.java 24 * Get whether this instance is mutable. Note that the
34 * Get the number of methods in the list.
41 * Get the {@code n}th method.
46 public Method get(int n); method in interface:MethodList
  /dalvik/dx/tests/045-dex-switch-ops/
info.txt 2 both kinds of switch op get converted reasonably.
  /dalvik/dx/tests/046-dex-exceptions/
info.txt 2 a couple simple cases of exception handling get converted reasonably.
  /dalvik/dx/tests/047-dex-wide-args/
info.txt 2 wide (category-2) arguments get treated reasonably.
  /dalvik/dx/tests/048-dex-new-array/
info.txt 2 simple array construction expressions get converted reasonably.
  /dalvik/dx/tests/049-dex-instanceof/
info.txt 2 instanceof expressions get converted reasonably.
  /dalvik/dx/tests/050-dex-checkcast/
info.txt 2 checked cast expressions get converted reasonably.
  /dalvik/dx/tests/054-dex-high16/
info.txt 2 "high16" constants get converted properly.
  /dalvik/dx/tests/062-dex-synch-method/
info.txt 2 a couple cases of synchronized methods get converted reasonably.
  /dalvik/dx/tests/064-dex-array-access/
info.txt 2 a few cases of array access get converted reasonably.
  /dalvik/dx/tests/065-dex-new-array/
info.txt 2 a few cases of array construction get converted reasonably.
  /dalvik/dx/tests/070-dex-multianewarray/
info.txt 2 cases of multidimensional array construction get converted reasonably.
  /dalvik/dx/tests/072-dex-switch-edge-cases/
info.txt 2 a bunch of switch op edge cases get converted reasonably.
  /dalvik/dx/tests/078-dex-local-variable-table/
info.txt 2 local variable tables get emitted properly.
  /dalvik/dx/tests/096-dex-giant-catch/
info.txt 2 very long catch ranges (that cover >= 65536 code units) get emitted
  /dalvik/dx/tests/108-string-annotation/
info.txt 2 string annotations get represented reasonably.
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadLocalTest.java 60 assertEquals("initial", tl.get());
62 assertEquals("fixture", tl.get());
64 assertEquals("initial", tl.get());
68 * @tests java.lang.ThreadLocal#get()
73 method = "get",
77 // Test for method java.lang.Object java.lang.ThreadLocal.get()
79 assertNull("ThreadLocal's initial value is null", l.get());
92 + " but is " + l1.get(), l1.get() == INITIAL_VALUE);
105 THREADVALUE.result = l1.get();
    [all...]
  /dalvik/vm/mterp/x86/
OP_GOTO.S 7 * double to get a byte offset.
  /external/dbus/test/data/auth/
fallback.auth-script 10 ## And this time we get DBUS_COOKIE_SHA1
  /external/guava/src/com/google/common/base/
Suppliers.java 63 public T get() { method in class:Suppliers.SupplierComposition
64 return function.apply(first.get());
71 * call to {@code get()} and returns that value on subsequent calls to
72 * {@code get()}. See:
77 * get()} is called on the reserialized instance.
93 public synchronized T get() { method in class:Suppliers.MemoizingSupplier
95 value = delegate.get();
107 * calls to {@code get()} return the cached value if the expiration time has
114 * get()} is called on the reserialized instance.
117 * should stop being returned by subsequent {@code get()} call
142 public synchronized T get() { method in class:Suppliers.ExpiringMemoizingSupplier
168 public T get() { method in class:Suppliers.SupplierOfInstance
189 public T get() { method in class:Suppliers.ThreadSafeSupplier
    [all...]
  /external/libpng/projects/
netware.txt 1 A set of project files is available for Netware. Get
wince.txt 1 A set of project files is available for WinCE. Get
  /external/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/codecs_v2/utilities/colorconvert/build/make/
local_pvrgb12toyuv420.mk 0 # Get the current local path as the first operation

Completed in 104 milliseconds

1 2 3 45 6 7 8 91011>>