HomeSort by relevance Sort by last modified time
    Searched defs:get (Results 151 - 175 of 6969) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dagger2/core/src/test/java/dagger/internal/
DoubleCheckLazyTest.java 41 @Test public void get() throws Exception { method in class:DoubleCheckLazyTest
54 return lazy.get();
61 assert_().that(provider.provisions.get()).isEqualTo(1);
64 results.add(future.get());
72 @Override public Object get() {
77 lazy.get();
92 public Object get() { method in class:DoubleCheckLazyTest.LatchedProvider
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 64 addImageDataToExif(image.get());
67 addCaptureResultToExif(captureResult.get());
70 addLocationToExif(location.get());
137 Long exposureTimeNs = result.get(CaptureResult.SENSOR_EXPOSURE_TIME);
148 addExifTag(ExifInterface.TAG_ISO_SPEED_RATINGS, result.get(CaptureResult.SENSOR_SENSITIVITY));
151 Float fNumber = result.get(CaptureResult.LENS_APERTURE);
161 Float focalLength = result.get(CaptureResult.LENS_FOCAL_LENGTH);
165 Integer flashMode = result.get(CaptureResult.FLASH_MODE);
173 Integer whiteBalanceMode = result.get(CaptureResult.CONTROL_AWB_MODE);
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/menu/
Modules.java 52 modules.add(moduleForAddingContacts.get());
61 modules.add(moduleForSendingTextMessage.get());
88 modules.add(moduleForCopyingNumber.get());
  /art/test/ti-agent/
scoped_local_ref.h 53 T get() const { function in class:art::ScopedLocalRef
  /dalvik/dexgen/src/com/android/dexgen/rop/
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
StdFieldList.java 36 public Field get(int n) { method in class:StdFieldList
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 25 * Get the "size" of the constant pool. This corresponds to the
35 * Get the {@code n}th entry in the constant pool, which must
43 public Constant get(int n); method in interface:ConstantPool
46 * Get the {@code n}th entry in the constant pool, which must
58 * Get the {@code n}th entry in the constant pool, or
  /dalvik/dx/src/com/android/dx/cf/code/
BootstrapMethodArgumentsList.java 46 * @param n position of argument to get
49 public Constant get(int n) { method in class:BootstrapMethodArgumentsList
  /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
StdFieldList.java 37 public Field get(int n) { method in class:StdFieldList
StdMethodList.java 37 public Method get(int n) { method in class:StdMethodList
  /dalvik/dx/tests/118-find-usages/
Foo$MyList.class 
  /external/annotation-tools/annotation-file-utilities/tests/
GenericCell.java 27 public int get() { method in class:GenericCell.IntCell
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DictionaryExtensions.cs 50 public static object get(IDictionary map, object key) { method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
55 public static TValue get<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key) { method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) { method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
78 public static TValue get<TKey, TValue>(SortedList<TKey, TValue> map, TKey key) { method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DictionaryExtensions.cs 50 public static object get( this IDictionary map, object key ) method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
55 public static TValue get<TKey, TValue>( this IDictionary<TKey, TValue> map, TKey key ) method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key ) method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
80 public static TValue get<TKey, TValue>( this SortedList<TKey, TValue> map, TKey key ) method in class:Antlr.Runtime.JavaExtensions.DictionaryExtensions
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenStream.java 34 /** Get Token at current input pointer + i ahead where i=1 is next Token.
47 /** Get a token at an absolute index i; 0..n-1. This is really only
54 public Token get(int i); method in interface:TokenStream
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java 37 * Get the first free instance of a string buffer, or create one
42 public synchronized static FastStringBuffer get() method in class:StringBufferPool
  /external/autotest/frontend/client/src/autotest/common/
UnmodifiableSublistView.java 21 public T get(int arg0) { method in class:UnmodifiableSublistView
24 return backingList.get(arg0 + start);
  /external/autotest/site_utils/lxc/
base_image.py 26 The actual base container can be obtained by calling the get() method.
130 def get(self): member in class:BaseImage
151 # get deleted while snapshot clones exist (otherwise running tests might
152 # get disrupted).
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BlockCipherProvider.java 7 BlockCipher get(); method in interface:BlockCipherProvider
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
StringList.java 18 * Get the string at index index.
23 String get(int index); method in interface:StringList
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 34 /// FileSystemStatCache::get - Get the 'stat' information for the specified
43 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, function in class:FileSystemStatCache
69 // open succeeds, use fstat to get the stat info.
76 // Otherwise, the open succeeded. Do an fstat to get the information
  /external/clang/test/Analysis/
cxx-for-range.cpp 31 MagicVector get(bool fail = false) { function
38 for (int y : get()) {
88 for (int y : get(true)) { // error inside get()
674 // CHECK-NEXT: <string>Calling &apos;get&apos;</string>
676 // CHECK-NEXT: <string>Calling &apos;get&apos;</string>
    [all...]
  /external/clang/test/PCH/
chain-pending-instantiations.cpp 8 Derived* get() { return 0; } function in struct:A
22 (void)get();

Completed in 849 milliseconds

1 2 3 4 5 67 8 91011>>