HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 76 - 100 of 17686) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 42 r = new NdefRecord(NdefRecord.TNF_EMPTY, null, null, null);
50 assertEquals(new NdefRecord(NdefRecord.TNF_EMPTY, null, null, null),
51 new NdefRecord(NdefRecord.TNF_EMPTY, null, null, null));
77 new NdefRecord(NdefRecord.TNF_EMPTY, null, null, null)))
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
optional-event-properties.js 1 description("Tests the optional properties of DeviceMotionEvent. Each property should be null if not set, or set to null or undefined.");
17 shouldBeTrue("event.acceleration == null");
18 shouldBeTrue("event.accelerationIncludingGravity == null");
19 shouldBeTrue("event.rotationRate == null");
20 shouldBeTrue("event.interval == null");
45 shouldBeTrue("event.acceleration.z == null");
47 shouldBeTrue("event.accelerationIncludingGravity.y == null");
49 shouldBeTrue("event.rotationRate.alpha == null");
55 shouldBeTrue("event.acceleration == null");
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 34 * is never set or if it is set to null then error {@link AccountManager#ERROR_CODE_CANCELED}
38 private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
39 private Bundle mResultBundle = null;
43 * Activity to be launched. If result is null or this method is never called then
54 * @param icicle the save instance data of this Activity, may be null
62 if (mAccountAuthenticatorResponse != null) {
71 if (mAccountAuthenticatorResponse != null) {
73 if (mResultBundle != null) {
79 mAccountAuthenticatorResponse = null;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAConversion.java 49 checkDecision(g, 1, expecting, null, null, null, null, 0);
60 checkDecision(g, 1, expecting, null, null, null, null, 0);
72 checkDecision(g, 1, expecting, null, null, null, null, 0)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_GenresTest.java 43 Genres.getContentUri(MediaStoreAudioTestHelper.EXTERNAL_VOLUME_NAME), null, null, local
44 null, null)); local
48 Genres.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, local
49 null, null, null)); local
57 assertNull(mContentResolver.query(Genres.getContentUri(volume), null, null, null, null)) local
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
optional-event-properties.js 1 description('Tests the optional properties of DeviceOrientationEvent. Each property should be null if not set, or set to null or undefined.');
6 shouldBeTrue("event.alpha == null");
7 shouldBeTrue("event.beta == null");
8 shouldBeTrue("event.gamma == null");
16 shouldBeTrue("event.alpha == null");
17 shouldBeTrue("event.beta == null");
18 shouldBeTrue("event.gamma == null");
26 shouldBeTrue("event.alpha == null");
27 shouldBeTrue("event.beta == null");
    [all...]
null-values.js 1 description('Tests using null values for some of the event properties.');
8 null != mockEvent.alpha, null == mockEvent.alpha ? 0 : mockEvent.alpha,
9 null != mockEvent.beta, null == mockEvent.beta ? 0 : mockEvent.beta,
10 null != mockEvent.gamma, null == mockEvent.gamma ? 0 : mockEvent.gamma);
27 setMockOrientation(1.1, null, null);
35 setMockOrientation(null, 2.2, null)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 41 null, null, null, null, null, null, null, null, // 0-7
42 null, null, null, null, null, null, null, null, // 8-1
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalItem.java 25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
32 * Make a new item. If both name and signature are null, null is returned.
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
38 * @return {@code non-null;} appropriate instance.
41 if (name == null && signature == null) {
42 return null;
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
LocalItem.java 25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
32 * Make a new item. If both name and signature are null, null is returned.
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
38 * @return {@code non-null;} appropriate instance.
41 if (name == null && signature == null) {
42 return null;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalItem.java 25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
32 * Make a new item. If both name and signature are null, null is returned.
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
38 * @return {@code non-null;} appropriate instance.
41 if (name == null && signature == null) {
42 return null;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Event.java 70 if (eventType == null)
71 throw new NullPointerException(" the eventType is null");
92 if (eventId == null)
93 throw new NullPointerException(" the eventId parameter is null");
98 * Gets the id of the EventHeader. This method may return null if the
115 if (eventType != null)
131 if (matchTarget.eventType == null && this.eventType != null)
133 else if (matchTarget.eventType != null && this.eventType == null)
    [all...]
  /external/proguard/src/proguard/
MemberSpecification.java 46 null,
47 null,
48 null);
61 * to apply. The name may be null to specify
64 * null to specify any class member or it
67 * descriptor may be null to specify any
90 if (object == null ||
100 (this.annotationType == null ? other.annotationType == null : this.annotationType.equals(other.annotationType)) &&
101 (this.name == null ? other.name == null : this.name.equals(other.name) ) &
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 71 * exist, then simply return null instead of creating it.
155 if (mHandler == null) {
186 * parameters. May return null only if {@link #FLAG_NO_CREATE} has been
191 return getActivity(context, requestCode, intent, flags, null);
212 * May be null if there are no options.
215 * parameters. May return null only if {@link #FLAG_NO_CREATE} has been
221 String resolvedType = intent != null ? intent.resolveTypeIfNeeded(
222 context.getContentResolver()) : null;
228 null, null, requestCode, new Intent[] { intent }
    [all...]
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocumentType-err.js 31 { args: [null, undefined], code: 5 },
32 { args: [undefined, null], code: 5 },
33 { args: [undefined, undefined, null], code: 5 },
34 { args: [null, null], code: 5 },
35 { args: [null, null, null], code: 5 },
36 { args: [null, ""], code: 5 },
37 { args: ["", null], code: 5 }
    [all...]
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiP2pService.java 11 String instanceName = null;
12 String serviceRegistrationType = null;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteCardinalityException.java 42 if ( elementDescription!=null ) {
45 return null;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
RSAPrivateCrtKeyTest.java 68 return null;
71 return null;
74 return null;
77 return null;
80 return null;
83 return null;
86 return null;
89 return null;
  /external/clang/utils/ABITest/
summarize.sh 11 if (! make test.$i.report &> /dev/null); then
  /external/dropbear/libtomcrypt/
testbuild.sh 3 make clean 1>/dev/null 2>/dev/null
7 if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
  /external/elfutils/tests/
run-native-test.sh 44 kill -9 $native 2> /dev/null || :
45 wait $native 2> /dev/null || :
60 $cc -o native -g native.c > /dev/null 2>&1 &&
62 { ./native > /dev/null 2>&1 & native=$! ; } &&
63 sleep 1 && kill -0 $native 2> /dev/null &&
71 testrun "$@" -e $1 > /dev/null
75 testrun "$@" -p $$ > /dev/null
78 test $native -eq 0 || testrun "$@" -p $native > /dev/null
  /external/javassist/src/main/javassist/
LoaderClassPath.java 52 Object cl = null;
53 if (clref != null)
56 return cl == null ? "<null>" : cl.toString();
67 if (cl == null)
68 return null; // not found
78 * @return null if the class file could not be found.
83 if (cl == null)
84 return null; // not found
93 clref = null;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HitPoint.java 28 hitPoint = null;
29 hitNormal = null;
  /external/valgrind/main/none/tests/
fdleak_dup2.stderr.exp 4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
10 Open file descriptor ...: /dev/null
19 Open file descriptor ...: /dev/null
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 32 if (mSourcePort != null) {
39 return mSourcePort != null;
44 if (mSourcePort != null && !mSourcePort.isOpen()) {
50 if (mSourcePort != null && mSourcePort.isOpen()) {
61 return mSourcePort == null ? null : mSourcePort.getFilter();
65 return mSourcePort != null ? mSourcePort.getPortFormat() : getPortFormat();
69 return null;

Completed in 3968 milliseconds

1 2 34 5 6 7 8 91011>>