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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
RangeBoolArray.java 39 public boolean get(int i) { method in class:RangeBoolArray
RangeIntArray.java 39 public int get(int i) { method in class:RangeIntArray
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
  /packages/apps/Mms/src/com/android/mms/exif/
ByteBufferInputStream.java 35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 25 static String get(Context context, String ssid, DetailedState state) { method in class:Summary
36 static String get(Context context, DetailedState state) { method in class:Summary
37 return get(context, null, state);
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
PooledCache.java 21 V get(K key, boolean incrementRefCount); method in interface:PooledCache
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/
ApiHelper.java 25 * Users should get use {@link ApiHelper#get()} to retrieve a singleton
35 public static ApiHelper get() { method in class:ApiHelper
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-json.js 39 get: function(target, name) {
68 get: function(target, name) {
87 // Proxy with a get function that uses the first argument.
89 get: function(target, name) {
108 get: function(target, name) {
125 get: function(target, name) {
142 get: function(target, name) {
159 get: function(target, name) {
proxies-function.js 42 // crash due to lack of a [[Get]] method.
44 get : function(r, n) { return n == "length" ? 2 : undefined }
60 get: function(r, k) {
319 get: function(r, n) {
328 get: function(r, n) {
509 Object.defineProperty(o, "a", {get: pgetter, set: psetter})
510 Object.defineProperty(o, "b", {get: pgetter})
512 Object.defineProperty(o, "3", {get: pgetter, set: psetter})
636 get: function(r, k) {
  /external/compiler-rt/
Android.mk 201 define get-libcompiler-rt-source-files
202 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
203 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
204 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
218 define get-libcompiler-rt-arm-common-source-files
236 define get-libcompiler-rt-arm-source-files
239 $(call get-libcompiler-rt-arm-common-source-files)),
240 $(call get-libcompiler-rt-arm-common-source-files))
243 define get-libcompiler-rt-mips-source-files
249 define get-libcompiler-rt-x86-source-file
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
FragmentShader.java 86 mBuilder.addTexture(mShader.mTextureTypes.get(i),
87 mShader.mTextureNames.get(i));
90 mBuilder.addTexture(mShader.mShaderTextureTypes.get(i),
91 mShader.mShaderTextureNames.get(i));
115 ShaderParam sp = mSourceParams.get(mShaderTextureNames.get(i));
132 rsParams.set(paramList.get(i), i, false);
  /libcore/luni/src/test/java/libcore/java/nio/
OldAndroidNIOTest.java 138 assertEquals((byte) 0xA7, b.get(7));
140 b.get(12);
146 b.get(-10);
154 assertEquals((byte) 0xA0, b.get());
155 assertEquals((byte) 0xA1, b.get());
156 assertEquals((byte) 0xA2, b.get());
157 assertEquals((byte) 0xA3, b.get());
158 assertEquals((byte) 0xA4, b.get());
159 assertEquals((byte) 0xA5, b.get());
160 assertEquals((byte) 0xA6, b.get());
    [all...]
  /external/chromium_org/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/
ChromiumTestShellUrlTest.java 56 assertNotNull(contentView.get());
57 assertNotNull(contentViewCore.get());
68 isShowingInterstitialPage.set(contentViewCore.get().isShowingInterstitialPage());
69 url.set(contentViewCore.get().getUrl());
70 title.set(contentViewCore.get().getTitle());
74 isShowingInterstitialPage.get());
75 assertNotNull("URL was null", url.get());
76 assertTrue("URL did not contain: " + welcomeUrl + ". Was: " + url.get(),
77 url.get().contains(welcomeUrl));
78 assertNotNull("Title was null", title.get());
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
DynamicCollisionComponent.java 72 mBoundingVolume.growBy(mAttackVolumes.get(x));
79 mBoundingVolume.growBy(mVulnerabilityVolumes.get(x));
  /external/v8/test/mjsunit/harmony/
proxies-function.js 42 // crash due to lack of a [[Get]] method.
44 get : function(r, n) { return n == "length" ? 2 : undefined }
60 get: function(r, k) {
319 get: function(r, n) {
328 get: function(r, n) {
509 Object.defineProperty(o, "a", {get: pgetter, set: psetter})
510 Object.defineProperty(o, "b", {get: pgetter})
512 Object.defineProperty(o, "3", {get: pgetter, set: psetter})
636 get: function(r, k) {
  /frameworks/base/core/tests/coretests/src/android/net/
SSLTest.java 40 String get = "GET /sslcheck.html HTTP/1.1\r\nHost: 68.178.217.222\r\n\r\n"; local
43 out.write(get.getBytes());
  /art/runtime/
sirt_ref.h 36 T& operator*() const { return *get(); }
37 T* operator->() const { return get(); }
38 T* get() const { function in class:art::SirtRef
  /bionic/libc/bionic/
pthread_accessor.h 49 pthread_internal_t* get() const { return thread_; } function in class:pthread_accessor
  /bionic/libc/kernel/common/linux/
klist.h 31 void (*get)(struct klist_node *); member in struct:klist
  /build/core/combo/
HOST_windows-x86.mk 20 # right now we get these from the environment, but we should
75 define get-file-size
  /build/tools/
parsedeps.py 27 t = self.lines.get(tgt)
31 p = self.lines.get(prereq)
39 t = self.lines.get(tgt)
45 def get(self, tgt): member in class:Dependencies
56 d = self.lines.get(tgt)
118 d = deps.get(tgt)
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 61 public static Visibility get(byte value) { method in class:DexAnnotation.Visibility
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderSection.java 48 public IndexedItem get(Constant cst) { method in class:HeaderSection
  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 24 * Get whether this instance is mutable. Note that the
34 * Get the number of attributes in the list.
41 * Get the {@code n}th attribute.
46 public Attribute get(int n); method in interface:AttributeList
49 * Get the total length of this list in bytes, when part of a
58 * Get the first attribute in the list with the given name, if any.
67 * Get the next attribute in the list after the given one, with the same
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java 44 public ByteBlock get(int n) { method in class:ByteBlockList
62 return get(idx);

Completed in 341 milliseconds

1 2 3 4 5 67 8 91011>>