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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
hash_line.c 7 #define EMPTY
10 EMPTY #
include-directive2.c 9 #define EMPTY
10 #include <limits.h> EMPTY
11 #include HEADER EMPTY
17 #include <> // expected-error {{empty filename}}
_Pragma-in-macro-arg.c 9 #define EMPTY(x)
10 #define INACTIVE(x) EMPTY(x)
line-directive.c 20 # 42 "foo" 2 // expected-error {{invalid line marker flag '2': cannot pop empty include stack}}
23 # 42 "foo" 2 3 4 // expected-error {{invalid line marker flag '2': cannot pop empty include stack}}
74 #define EMPTY()
75 #line 2 "foo.c" EMPTY( )
output_paste_avoid.cpp 19 #define EMPTY
21 D: +PLUS -EMPTY- PLUS+ f(=)
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
EmptyFileFilter.java 23 * This filter accepts files or directories that are empty.
29 * current directory's empty files/directories:
33 * String[] files = dir.list( EmptyFileFilter.EMPTY );
41 * current directory's non-empty files/directories:
56 /** Singleton instance of <i>empty</i> filter */
57 public static final IOFileFilter EMPTY = new EmptyFileFilter();
59 /** Singleton instance of <i>not-empty</i> filter */
60 public static final IOFileFilter NOT_EMPTY = new NotFileFilter(EMPTY);
69 * Checks to see if the file is empty.
73 * is <i>empty</i>, otherwise <code>false</code>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 25 * The {@link EmptyViewsOverlay} paints bounding rectangles for any of the empty and
62 mBorderColor = new Color(device, SwtDrawingStyle.EMPTY.getStrokeColor());
77 gc.setLineStyle(SwtDrawingStyle.EMPTY.getLineStyle());
79 gc.setAlpha(SwtDrawingStyle.EMPTY.getStrokeAlpha());
80 gc.setLineWidth(SwtDrawingStyle.EMPTY.getLineWidth());
  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 83 TEST_RECEIVER_PERMISSION, null, null, 0, "initialData", Bundle.EMPTY);
  /external/clang/test/SemaCXX/
warn-empty-body.cpp 11 if (x); // expected-warning {{if statement has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
15 if (x == MACRO_A); // expected-warning {{if statement has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
16 if (MACRO_A == x); // expected-warning {{if statement has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
20 for (i = 0; i < x; i++); { // expected-warning{{for loop has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
25 for (i = 0; i < x; i++); // expected-warning{{for loop has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
32 i++); // expected-warning{{for loop has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
38 for (int j : arr); // expected-warning{{range-based for loop has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
42 arr); // expected-warning{{range-based for loop has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
45 while (b() == 0); // expected-warning{{while loop has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}}
48 while (b() == 0); { // expected-warning{{while loop has empty body}} expected-note{{put the semicolon on a separate line to silence this warning}
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
VariantValue.java 30 private static final String EMPTY = "";
46 return value == null ? EMPTY : value;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
StaticInitialValueIterator.java 43 public static final StaticInitialValueIterator EMPTY = new StaticInitialValueIterator() {
54 return EMPTY;
AnnotationsDirectory.java 44 public static final AnnotationsDirectory EMPTY = new AnnotationsDirectory() {
47 @Nonnull @Override public AnnotationIterator getFieldAnnotationIterator() { return AnnotationIterator.EMPTY; }
48 @Nonnull @Override public AnnotationIterator getMethodAnnotationIterator() { return AnnotationIterator.EMPTY; }
49 @Nonnull @Override public AnnotationIterator getParameterAnnotationIterator() {return AnnotationIterator.EMPTY;}
62 return EMPTY;
75 public static final AnnotationIterator EMPTY = new AnnotationIterator() {
179 return AnnotationIterator.EMPTY;
188 return AnnotationIterator.EMPTY;
200 return AnnotationIterator.EMPTY;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderAnnotationSet.java 43 public static final BuilderAnnotationSet EMPTY =
BuilderTypeList.java 42 static final BuilderTypeList EMPTY = new BuilderTypeList(ImmutableList.<BuilderTypeReference>of());
  /libcore/dex/src/main/java/com/android/dex/
TypeList.java 23 public static final TypeList EMPTY = new TypeList(null, Dex.EMPTY_SHORT_ARRAY);
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 32 /** {@code non-null;} immutable empty instance */
33 public static final Annotations EMPTY = new Annotations();
36 EMPTY.setImmutable();
84 * Constructs an empty instance.
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 31 /** {@code non-null;} immutable empty instance */
32 public static final Annotations EMPTY = new Annotations();
35 EMPTY.setImmutable();
83 * Constructs an empty instance.
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 32 /** {@code non-null;} immutable empty instance */
33 public static final Annotations EMPTY = new Annotations();
36 EMPTY.setImmutable();
84 * Constructs an empty instance.
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 57 * Test for {@link ImapList#EMPTY}.
60 assertTrue(ImapList.EMPTY.isEmpty());
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY);
91 // Make sure won't crash with empty list
92 assertFalse(ImapList.EMPTY.is(0, "abc"));
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
98 assertElement(ImapList.EMPTY, list.getElementOrNone(0));
101 assertElement(ImapString.EMPTY, list.getElementOrNone(3))
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 41 #define EMPTY(list) ((list).head == NULL)
  /cts/tools/dasm/src/java_cup/
terminal_set.java 16 /** Constructor for an empty set. */
39 /** Constant for the empty set. */
40 public static final terminal_set EMPTY = new terminal_set();
65 /** Determine if the set is empty. */
66 public boolean empty() method in class:terminal_set
68 return equals(EMPTY);
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 66 private static final ImmutableList<Object> EMPTY =
70 * Returns the empty immutable list. This set behaves and performs comparably
77 return (ImmutableList<E>) EMPTY;
376 * fromIndex} and {@code toIndex} are equal, the empty immutable list is
  /libcore/benchmarks/src/benchmarks/regression/
StringBenchmark.java 24 EMPTY(""),
  /libcore/luni/src/main/java/libcore/reflect/
ListOfTypes.java 25 public static final ListOfTypes EMPTY = new ListOfTypes(0);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperation.java 33 /** An immutable, empty conversation list */
34 public static final Collection<FolderOperation> EMPTY = Collections.emptyList();
64 final Collection<FolderOperation> target = (in == null) ? EMPTY : ImmutableList.of(in);

Completed in 628 milliseconds

1 2 3 4 5 6 7 8 91011>>