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

1 2 3 4 5 6 7 8

  /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/webkit/WebCore/svg/
SVGAnimatedPropertyTraits.h 46 static ReturnType null() { return SVGAngle(); } function in struct:WebCore::SVGAnimatedPropertyTraits
58 static ReturnType null() { return false; } function in struct:WebCore::SVGAnimatedPropertyTraits
70 static ReturnType null() { return 0; } function in struct:WebCore::SVGAnimatedPropertyTraits
82 static ReturnType null() { return 0l; } function in struct:WebCore::SVGAnimatedPropertyTraits
94 static ReturnType null() { return SVGLength(); } function in struct:WebCore::SVGAnimatedPropertyTraits
106 static ReturnType null() { return 0; } function in struct:WebCore::SVGAnimatedPropertyTraits
118 static ReturnType null() { return 0.0f; } function in struct:WebCore::SVGAnimatedPropertyTraits
130 static ReturnType null() { return 0; } function in struct:WebCore::SVGAnimatedPropertyTraits
142 static ReturnType null() { return SVGPreserveAspectRatio(); } function in struct:WebCore::SVGAnimatedPropertyTraits
154 static ReturnType null() { return FloatRect(); function in struct:WebCore::SVGAnimatedPropertyTraits
166 static ReturnType null() { return String(); } function in struct:WebCore::SVGAnimatedPropertyTraits
178 static ReturnType null() { return 0; } function in struct:WebCore::SVGAnimatedPropertyTraits
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 53 new Geocoder(getContext(), null); local
129 geocoder.getFromLocationName(null, 5);
  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 83 TEST_RECEIVER_PERMISSION, null, null, 0, "initialData", Bundle.EMPTY); local
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DataFormatExceptionTest.java 39 assertEquals(dfe.getMessage(), null); local
ZipExceptionTest.java 39 assertEquals(zz.getMessage(), 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;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDiff.java 53 if (before == null) {
63 if (childForeignKey != null) {
69 } else if (after == null) {
73 builder.withSelection(getSelectIdClause(child.values), null); local
78 builder.withSelection(getSelectIdClause(before.getEntityValues()), null); local
87 builder.withSelection(getSelectIdClause(values), null); local
101 if (afterChild == null) {
104 builder.withSelection(getSelectIdClause(beforeChild.values), null); local
110 builder.withSelection(getSelectIdClause(values), null); local
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_ArtistsTest.java 53 Artists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null, local
54 null, null)); local
56 Artists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, null, local
57 null, null)); local
61 assertNull(mContentResolver.query(Artists.getContentUri(volume), null, null, null, null)) local
    [all...]
MediaStore_Audio_Artists_AlbumsTest.java 56 assertNotNull(mContentResolver.query(contentUri, null, null, null, null));
59 assertNotNull(mContentResolver.query(contentUri, null, null, null, null));
64 null, null, null, null)) local
    [all...]
MediaStore_Audio_GenresTest.java 53 Genres.getContentUri(MediaStoreAudioTestHelper.EXTERNAL_VOLUME_NAME), null, null, local
54 null, null)); local
58 Genres.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, local
59 null, null, null)); local
67 assertNull(mContentResolver.query(Genres.getContentUri(volume), null, null, null, null)) local
    [all...]
MediaStore_Audio_PlaylistsTest.java 53 Playlists.getContentUri(MediaStoreAudioTestHelper.EXTERNAL_VOLUME_NAME), null, null, local
54 null, null)); local
59 Playlists.getContentUri(MediaStoreAudioTestHelper.INTERNAL_VOLUME_NAME), null, local
60 null, null, null)); local
67 assertNull(mContentResolver.query(Playlists.getContentUri(volume), null, null, null local
68 null)); local
    [all...]
MediaStore_Video_MediaTest.java 49 assertNotNull(mContentResolver.query(Media.getContentUri("internal"), null, null, null,
50 null));
51 assertNotNull(mContentResolver.query(Media.getContentUri("external"), null, null, null,
52 null));
56 assertNull(mContentResolver.query(Media.getContentUri(volume), null, null, null, null)) local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ViewSwitcherTest.java 49 mViewSwitcher = null;
67 " should check whether the input Context is null")
71 new ViewSwitcher(getContext(), null); local
145 mViewSwitcher.addView(lv3, 2, null);
  /cts/tools/signature-tools/src/signature/model/util/
TypePool.java 58 if (clazz == null) {
71 assert componentType != null; local
77 assert rawType != null; local
78 assert typeArguments != null; local
117 return typeVariablePool.get(key) != null;
122 assert name != null; local
123 assert genericDeclaration != null; local
127 if (sigTypeVariable == null) {
143 assert upperBounds != null; local
158 if (clazz == null) {
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 48 * @param settings array of settings, may be null.
55 domImpl = null;
65 throw new DOMTestIncompatibleException(ex, null);
76 // throw new DOMTestIncompatibleException(null,settings[i]);
100 null); local
102 throw new DOMTestIncompatibleException(ex, null);
117 if (newSettings == null) {
147 * @return DOM implementation, may be null
153 if (domImpl == null) {
163 (DOMImplementation) getImpl.invoke(null, new Object[0])
    [all...]
DOM4JTestDocumentBuilderFactory.java 48 * @param factory null for default JAXP provider. If not null,
51 * @param XMLReader if null use default XMLReader. If provided,
54 * @param settings array of settings, may be null.
72 domFactory = getInstance.invoke(null, new Object[] {});
86 throw new DOMTestIncompatibleException(ex.getTargetException(), null); local
89 throw new DOMTestIncompatibleException(ex, null);
98 if (newSettings == null) {
106 if (url == null) {
109 if (saxReader == null) {
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 105 if (null == attrDef)
111 + " element!", null); local
121 XSLTErrorResources.ER_INVALID_KEY_CALL, null), null); local
138 if (null != defVal)
152 attrDef.getName() }), null); local
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader4.java 53 null,
54 null,
68 if(savedInstanceState != null && savedInstanceState.containsKey("lastIndexItem")){
92 menu.add(0, 0, R.string.menu_option_start, null);
93 menu.add(0, 1, R.string.menu_option_stop, null);
94 menu.add(0, 2, R.string.menu_option_add, null);
95 menu.add(0, 3, R.string.menu_option_delete, null);
96 menu.add(0, 4, R.string.menu_option_update, null);
114 showAlert(null, "You clicked 'start'!", "ok", null, false, null)
133 getContentResolver().delete(RssContentProvider.CONTENT_URI.addId(itemID), null); local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 71 * signature. Initially null.
77 * signature. Initially null.
83 * of <em>this</em> signature. Initially empty but not null.
114 * Will be non-null if a return type was processed
142 * Will be non-null if a super class was processed
177 assert mSuperClass == null; local
196 assert mReturnType == null; local
  /external/elfutils/libebl/
eblwstrtab.c 65 struct Ebl_WStrent null; member in struct:Ebl_WStrtab
86 if (ret != NULL)
91 ret->null.len = 1;
92 ret->null.string = L"";
107 if (newmem == NULL)
124 while (mb != NULL)
153 return NULL;
162 newstr->next = NULL;
163 newstr->left = NULL;
164 newstr->right = NULL;
    [all...]
  /external/icu4c/test/cintltst/
cdtdptst.c 56 ctest_setTimeZone(NULL, &status);
60 fullFmt= udat_open(UDAT_IGNORE, UDAT_IGNORE,"en_US",NULL,0,pattern, u_strlen(pattern),&status);
69 fmt= udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US", NULL, 0,pattern, u_strlen(pattern), &status);
79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
118 UDate d, null; local
119 null=0;
123 /* f = udat_open(UDAT_DEFAULT, UDAT_SHORT, NULL, NULL, 0, &status); */
124 f = udat_open(UDAT_DEFAULT, UDAT_SHORT, "en_US", NULL, 0, NULL, 0,&status)
160 UDate null=0; local
    [all...]
  /external/libpcap/
grammar.y 159 %type <blk> and or paren not null prog
210 prog: null expr
214 | null
216 null: /* null */ { $$.q = qerr; } label
229 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
234 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
245 $$.b = gen_mcode6($1, NULL, $3,
289 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
  /external/v8/src/
handles.h 48 INLINE(Handle()) : location_(NULL) {}
54 T* a = NULL;
55 S* b = NULL;
74 ASSERT(location_ == NULL ||
84 static Handle<T> null() { return Handle<T>(); } function in class:v8::internal::Handle
85 bool is_null() { return location_ == NULL; }
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 62 if (event == null) {
85 if (event == null) {
127 mSession.wallpaperCommandComplete(asBinder(), null); local

Completed in 976 milliseconds

1 2 3 4 5 6 7 8