HomeSort by relevance Sort by last modified time
    Searched refs:has (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /dalvik/dx/src/com/android/dx/util/_tests/
_ListIntSet.java 37 assertTrue(set.has(0));
38 assertTrue(set.has(1));
39 assertTrue(set.has(31));
43 assertFalse(set.has(2));
44 assertFalse(set.has(7));
45 assertFalse(set.has(30));
92 assertTrue(set.has(0));
93 assertTrue(set.has(1));
94 assertTrue(set.has(31));
96 assertFalse(set.has(2))
    [all...]
_BitIntSet.java 37 assertTrue(set.has(0));
38 assertTrue(set.has(1));
39 assertTrue(set.has(31));
43 assertFalse(set.has(2));
44 assertFalse(set.has(7));
45 assertFalse(set.has(30));
84 assertTrue(set.has(0));
85 assertTrue(set.has(1));
86 assertTrue(set.has(31));
88 assertFalse(set.has(2))
    [all...]
  /external/v8/test/mjsunit/
delete.js 28 // We use the has() function to avoid relying on a functioning
30 function has(o, k) { return typeof o[k] !== 'undefined'; } function
59 assertTrue(has(o, 'x'));
60 assertTrue(has(o, 'y'));
62 assertFalse(has(o, 'x'));
63 assertTrue(has(o, 'y'));
65 assertFalse(has(o, 'x'));
66 assertFalse(has(o, 'y'));
78 assertFalse(has(o, String.fromCharCode(i)), "deleted (" + i + ")");
79 assertTrue(has(o, String.fromCharCode(i+1)), "still here (" + i + ")")
    [all...]
  /dalvik/dx/src/com/android/dx/util/
IntSet.java 44 boolean has(int value); method in interface:IntSet
  /external/stlport/stlport/stl/
_cprolog.h 1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
_epilog.h 1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
8 # error STLport epilog header can not be included as long as prolog has not be included.
  /ndk/sources/android/stlport/stlport/stl/
_cprolog.h 1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
_epilog.h 1 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
8 # error STLport epilog header can not be included as long as prolog has not be included.
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
User.java 97 final String firstName = user.has("f") ? user.getString("f") : null;
98 final String lastName = user.has("l") ? user.getString("l") : null;
99 final String cellPhone = user.has("m") ? user.getString("m") : null;
101 user.has("o") ? user.getString("o") : null;
102 final String homePhone = user.has("h") ? user.getString("h") : null;
103 final String email = user.has("e") ? user.getString("e") : null;
105 user.has("d") ? user.getBoolean("d") : false;
  /external/stlport/stlport/
assert.h 35 # error assert has been defined before inclusion of assert.h header.
errno.h 45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
55 # error errno has been defined before inclusion of errno.h header.
setjmp.h 41 # error setjmp has been defined before inclusion of setjmp.h header.
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /ndk/sources/android/stlport/stlport/
assert.h 35 # error assert has been defined before inclusion of assert.h header.
errno.h 45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
55 # error errno has been defined before inclusion of errno.h header.
setjmp.h 41 # error setjmp has been defined before inclusion of setjmp.h header.
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /external/chromium/third_party/icu/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/icu4c/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 128 boolean has = hasExternalStoragePublicPicture();
129 mExternalStoragePublicPicture.mCreate.setEnabled(writeable && !has);
130 mExternalStoragePublicPicture.mDelete.setEnabled(writeable && has);
131 has = hasExternalStoragePrivatePicture();
132 mExternalStoragePrivatePicture.mCreate.setEnabled(writeable && !has);
133 mExternalStoragePrivatePicture.mDelete.setEnabled(writeable && has);
134 has = hasExternalStoragePrivateFile();
135 mExternalStoragePrivateFile.mCreate.setEnabled(writeable && !has);
136 mExternalStoragePrivateFile.mDelete.setEnabled(writeable && has);
  /frameworks/base/core/java/android/net/http/
CertificateValidatorCache.java 135 public boolean has(String domain, byte[] secureHash) { method in class:CertificateValidatorCache
144 rval = cacheEntry.has(domain, secureHash);
220 * @return True iff the cache item has expired
232 public boolean has(String domain, byte[] secureHash) { method in class:CertificateValidatorCache.CacheEntry
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 93 return existing.has(oldReg);
95 return existing.has(oldReg)
  /dalvik/vm/mterp/armv5te/
OP_FILL_ARRAY_DATA.S 12 beq common_exceptionThrown @ has exception
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 171 assertTrue(mMetadata.has(Metadata.TITLE));
172 assertTrue(mMetadata.has(Metadata.GENRE));
173 assertTrue(mMetadata.has(Metadata.firstCustomId()));
174 assertFalse(mMetadata.has(Metadata.DRM_CRIPPLED));
209 assertTrue(mMetadata.has(Metadata.MIME_TYPE));
211 assertFalse(mMetadata.has(Metadata.TITLE));
212 assertFalse(mMetadata.has(Metadata.GENRE));
213 assertFalse(mMetadata.has(Metadata.firstCustomId()));

Completed in 808 milliseconds

1 2 3 4 5 6 7 8 9