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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/security/src/android/security/cts/
KeystoreExploitTest.java 30 Method get = keystoreClass.getMethod("get", String.class); local
53 get.invoke(keystore, keyName);
  /external/v8/test/mjsunit/
object-freeze.js 94 obj.x = { get: function() {return 43}, set: function() {} };
99 function get() { return 43; }; function
101 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true });
107 assertEquals(get, desc.get);
119 assertEquals(get, desc.get);
  /external/android-mock/tests/com/google/android/testing/mocking/
ConstructorCreationTests.java 33 int get() { return value; } method in class:ConstructorCreationTests.Foo
39 double get() { return value; } method in class:ConstructorCreationTests.Bar
48 this(foo.get());
52 this(foo.get(), bar.get());
  /build/core/combo/
HOST_linux-x86.mk 21 define get-file-size
  /build/tools/
post_process_props.py 20 # function. The prop object has get(name) and put(name,value) methods.
25 # function. The prop object has get(name) and put(name,value) methods.
29 if prop.get("ro.debuggable") == "1":
30 val = prop.get("persist.sys.usb.config")
36 # UsbDeviceManager expects a value here. If it doesn't get it, it will
39 if not prop.get("persist.sys.usb.config"):
46 def get(self, name): member in class:PropFile
  /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/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 36 public Field get(int n) { method in class:StdFieldList
StdMethodList.java 36 public Method get(int n) { method in class:StdMethodList
  /dalvik/dx/src/com/android/dx/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
  /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-harmony/security/src/test/api/java.injected/java/security/cert/
myCertPath.java 54 public CertPath get(String s) { method in class:myCertPath
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BlockCipherProvider.java 7 BlockCipher get(); method in interface:BlockCipherProvider
  /external/chromium/base/memory/
scoped_handle.h 32 FILE* get() const { return handle_; } function in class:ScopedStdioHandle
  /external/chromium_org/base/android/
jni_helper.cc 43 JavaObjectWeakGlobalRef::get(JNIEnv* env) const { function in class:JavaObjectWeakGlobalRef
  /external/chromium_org/base/mac/
scoped_mach_port.h 31 mach_port_t get() const { function in class:base::mac::ScopedMachPort
  /external/chromium_org/base/memory/
scoped_handle.h 31 FILE* get() const { return handle_; } function in class:ScopedStdioHandle
  /external/chromium_org/chrome/browser/resources/google_now/
utility_test_util.js 10 get: emptyMock
  /external/chromium_org/chrome/common/extensions/docs/server2/
app_engine_handler.py 14 def get(self): member in class:AppEngineHandler
15 profile_mode = self.request.get('profile')
25 response = Handler(request).Get()

Completed in 191 milliseconds

1 23 4 5 6 7 8 91011>>