HomeSort by relevance Sort by last modified time
    Searched defs:null (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/misc/
ssfilter.y 16 if (n == NULL)
20 n->post = NULL;
44 applet: null expr
49 | null
51 null: /* NOTHING */ { $$ = NULL; } label
113 $$ = alloc_node(SSF_S_AUTO, NULL);
150 return NULL;
183 tokptr = NULL;
188 while (tokptr == NULL) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSetMultimap.java 32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0, null); local
BstMutationResult.java 42 * changedTarget} are non-null, their keys must compare as equal to {@code targetKey}.
125 assert liftOriginalRoot != null & side != null & nodeFactory != null & balancePolicy != null; local
  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 83 TEST_RECEIVER_PERMISSION, null, null, 0, "initialData", Bundle.EMPTY); local
  /external/clang/test/Sema/
attr-format.c 47 void null(int i, const char *a, ...) __printf0like(2,0); // no-error
48 void null(int i, const char *a, ...) { // expected-note{{passing argument to parameter 'a' here}} function
54 null(0, 0); // no error
55 null(0, (char*)0); // no error
56 null(0, (void*)0); // no error
57 null(0, (int*)0); // expected-warning {{incompatible pointer types}}
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
InstructionIterator.java 50 Instruction instruction = null;
52 if (opcode == null) {
86 assert instruction != null; local
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldDataFormatExceptionTest.java 27 assertEquals(dfe.getMessage(), null); local
OldZipExceptionTest.java 27 assertEquals(zz.getMessage(), null); local
  /packages/apps/ContactsCommon/src/com/android/contacts/common/database/
ContactUpdateUtils.java 45 values, null, null); local
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 37 new Geocoder(getContext(), null); local
121 geocoder.getFromLocationName(null, 5);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterTests/src/com/example/android/network/sync/basicsyncadapter/
SyncAdapterTest.java 60 assert ctx != null; local
65 Cursor c = cr.query(FeedContract.Entry.CONTENT_URI, projection, null, null, null);
66 assert c != null; local
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 31 super(db, sql, bindArgs, null);
44 getSession().execute(getSql(), getBindArgs(), getConnectionFlags(), null); local
65 getSql(), getBindArgs(), getConnectionFlags(), null);
87 getSql(), getBindArgs(), getConnectionFlags(), null);
108 getSql(), getBindArgs(), getConnectionFlags(), null);
129 getSql(), getBindArgs(), getConnectionFlags(), null);
141 * @return A read-only file descriptor for a copy of the blob value, or {@code null}
142 * if the value is null or could not be read for some reason.
150 getSql(), getBindArgs(), getConnectionFlags(), null);
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
VibratorServicePermissionTest.java 50 mVibratorService.vibrate(Process.myUid(), null, 2000, new Binder()); local
66 mVibratorService.vibratePattern(Process.myUid(), null, new long[] {0}, 0, new Binder()); local
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 90 * If the int is zero, then this will always return null.
95 * @return the delegate or null if not found.
102 if (delegate == null) {
108 assert delegate != null; local
111 return null;
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 59 if (NULL == target) {
75 EhFrame* eh_frame = NULL;
86 SectionData* data = NULL;
96 return NULL;
108 AlignFragment* align = NULL;
156 AlignFragment* align = NULL;
175 // append the null fragment
177 NullFragment* null = new NullFragment(&pSD); local
178 null->setOffset(offset);
180 if (NULL != align
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
ExchangeTestCase.java 46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null, local
47 null); local
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
ExchangeTestCase.java 46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null, local
47 null); local
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailCleanupService.java 51 contentResolver.delete(Voicemails.buildSourceUri(packageUninstalled), null, null); local
52 contentResolver.delete(Status.buildSourceUri(packageUninstalled), null, null); local
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasAlternateSelection.java 32 * given list of alternate views. Both cannot be null.
35 assert originatingView != null; local
36 assert altViews != null; local
42 /** Returns the list of alternate views. Cannot be null. */
47 /** Returns the originating view. Cannot be null. */
57 return mIndex >= 0 ? mAltViews.get(mIndex) : null;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 104 intent, null)); local
  /cts/tests/tests/permission2/src/android/permission2/cts/
ReadSocialStreamPermissionTest.java 41 Contacts.StreamItems.CONTENT_DIRECTORY), null, null, null, null); local
52 Contacts.StreamItems.CONTENT_DIRECTORY), null, null, null, null); local
64 .build(), null, null, null, null) local
74 null, null, null, null); local
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestFilterTest.java 81 mFilter.setTestInclusion(TEST1.getClassName(), null); local
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 55 other.set(other.size() / 2, null); local
57 + "null at a given index.",
65 elements.set(elements.size() / 2, null); local
69 + "null at a given index.",
ListSetTester.java 49 doTestSet(null);
58 elements[i] = null;
125 getList().set(aValidIndex(), null); local
126 fail("set(null) should throw NullPointerException");
146 * other. Thus, we say the bug is in set(), which fails to support null.
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
NativeObjectManager.java 73 assert obj.handleRef != null; local
96 if (ref == null)
114 if (realObj != null){
131 if (realObj == null)

Completed in 1541 milliseconds

1 2 3 4 5 6 7 8 91011>>