HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY (Results 201 - 225 of 412) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 25 EMPTY(""),
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 77 # Instead, assign them an empty value.
121 # still expand "$@" to a single argument (the empty string) rather
270 # If file is empty, skip it.
368 # Empty path components are meaningful to tex. We rewrite them
369 # as `EMPTY' so they don't get lost when we split on $path_sep.
370 TEXINPUTS=`echo $TEXINPUTS |sed 's/^:/EMPTY:/;s/:$/:EMPTY/;s/::/:EMPTY:/g'`
371 INDEXSTYLE=`echo $INDEXSTYLE |sed 's/^:/EMPTY:/;s/:$/:EMPTY/;s/::/:EMPTY:/g'
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 380 shortcut.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/playlist");
395 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track");
400 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track");
405 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track");
QueryBrowserActivity.java 113 i.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track");
121 i.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/album");
288 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/album");
294 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingPreviewText.java 100 private SuggestedWords mSuggestedWords = SuggestedWords.EMPTY;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
XmlEditorMultiOutline.java 210 return StructuredSelection.EMPTY;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 117 IStructuredSelection selectionToPass = StructuredSelection.EMPTY;
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 80 * Empty {@code ByteString}.
82 public static final ByteString EMPTY = new LiteralByteString(new byte[0]);
398 * If the list is empty, the returned object is the singleton empty
417 result = EMPTY;
864 // We set buffer to an empty byte stream so that we're handling this
866 // *do* occur, this empty buffer will be flushed and an appropriately
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 370 ? sCachedModelsFolder.folderUri : FolderUri.EMPTY;
371 final FolderUri newUri = folder != null ? folder.folderUri : FolderUri.EMPTY;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectorAdapter.java 211 nodeMap.put(Uri.EMPTY, root);
224 if (folderRow.mFolder.parent == null || folderRow.mFolder.parent.equals(Uri.EMPTY)) {
  /system/core/sh/
init.c 283 #undef EMPTY
284 #define EMPTY -2 /* marks an unused slot in redirtab */
575 #undef EMPTY
576 #define EMPTY -2 /* marks an unused slot in redirtab */
863 #undef EMPTY
864 #define EMPTY -2 /* marks an unused slot in redirtab */
  /external/aac/libSBRenc/src/
fram_gen.cpp     [all...]
  /external/icu4c/i18n/
tznames_impl.cpp 44 static const char EMPTY[] = "<empty>"; // place holder for empty ZNames/TZNames
850 if (obj != EMPTY) {
859 if (obj != EMPTY) {
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 290 // We don't want the empty state to show when loading.
393 // Don't force redraw if existing info in the cache is equal to {@link ContactInfo#EMPTY}
399 boolean updated = (existingInfo != ContactInfo.EMPTY || isRemoteSource) &&
574 info = ContactInfo.EMPTY;
576 mContactInfoCache.put(numberCountryIso, ContactInfo.EMPTY);
596 if (info == ContactInfo.EMPTY) {
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 145 assertSame(Bundle.EMPTY, bundle);
148 assertSame(Bundle.EMPTY, bundle);
289 assertSame(Bundle.EMPTY, mDatabaseCursor.getExtras());
CursorWrapperTest.java 362 assertSame(Bundle.EMPTY, bundle);
395 assertSame(Bundle.EMPTY, bundle);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 119 defaultInbox = Uri.EMPTY;
125 setupIntentUri = Uri.EMPTY;
128 moveToInbox = Uri.EMPTY;
350 * returns the empty URI {@link Uri#EMPTY}
352 * @return a valid default Inbox URI, or {@link Uri#EMPTY} if settings are null or no default
  /bootable/recovery/
screen_ui.cpp 56 progressBarType(EMPTY),
150 if (progressBarType != EMPTY) {
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 144 assertFalse(Uri.EMPTY.equals(null));
228 assertEquals(null, Uri.EMPTY.getLastPathSegment());
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 36 /** {@code non-null;} empty instance */
37 public static final LocalList EMPTY = new LocalList(0);
866 * this would cause an empty range for a local, this instead
912 return EMPTY;
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 35 /** {@code non-null;} empty instance */
36 public static final LocalList EMPTY = new LocalList(0);
865 * this would cause an empty range for a local, this instead
911 return EMPTY;
  /external/chromium_org/cc/resources/
video_resource_updater.cc 31 while (!all_resources_.empty()) {
78 case media::VideoFrame::EMPTY:
106 case media::VideoFrame::EMPTY:
391 while (!updater->recycled_resources_.empty() &&
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 36 /** {@code non-null;} empty instance */
37 public static final LocalList EMPTY = new LocalList(0);
866 * this would cause an empty range for a local, this instead
912 return EMPTY;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 106 /** The associated value must not be empty */
109 /** The associated value is allowed to be empty */
110 EMPTY,
334 if (constraints.contains(Constraint.EMPTY)) {
340 // in that case, accept empty
  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 431 mLocationManager.setTestProviderStatus(TEST_PROVIDER_NAME, 0, Bundle.EMPTY, 0);

Completed in 1191 milliseconds

1 2 3 4 5 6 7 891011>>