Searched refs:EMPTY (Results 1 - 25 of 1154) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Dhash_line.c7 #define EMPTY macro
10 EMPTY #
H A Dinclude-directive2.c9 #define EMPTY macro
10 #include <limits.h> EMPTY
11 #include HEADER EMPTY
H A Dline-directive.c74 #define EMPTY() macro
75 #line 2 "foo.c" EMPTY( )
H A Doutput_paste_avoid.cpp19 #define EMPTY macro
21 D: +PLUS -EMPTY- PLUS+ f(=)
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
H A DBooleansTest.java37 private static final boolean[] EMPTY = {}; field in class:BooleansTest
62 assertFalse(Booleans.contains(EMPTY, false));
70 assertEquals(-1, Booleans.indexOf(EMPTY, ARRAY_FALSE));
80 assertEquals(-1, Booleans.indexOf(EMPTY, false));
90 assertEquals(-1, Booleans.lastIndexOf(EMPTY, false));
100 assertTrue(Arrays.equals(EMPTY, Booleans.concat()));
101 assertTrue(Arrays.equals(EMPTY, Booleans.concat(EMPTY)));
102 assertTrue(Arrays.equals(EMPTY, Booleans.concat(EMPTY, EMPT
[all...]
H A DCharsTest.java38 private static final char[] EMPTY = {}; field in class:CharsTest
97 assertFalse(Chars.contains(EMPTY, (char) 1));
107 assertEquals(-1, Chars.indexOf(EMPTY, (char) 1));
121 assertEquals(0, Chars.indexOf(EMPTY, EMPTY));
122 assertEquals(0, Chars.indexOf(ARRAY234, EMPTY));
123 assertEquals(-1, Chars.indexOf(EMPTY, ARRAY234));
155 assertEquals(-1, Chars.lastIndexOf(EMPTY, (char) 1));
201 assertTrue(Arrays.equals(EMPTY, Chars.concat()));
202 assertTrue(Arrays.equals(EMPTY, Char
[all...]
H A DBytesTest.java36 private static final byte[] EMPTY = {}; field in class:BytesTest
51 assertFalse(Bytes.contains(EMPTY, (byte) 1));
61 assertEquals(-1, Bytes.indexOf(EMPTY, (byte) 1));
75 assertEquals(0, Bytes.indexOf(EMPTY, EMPTY));
76 assertEquals(0, Bytes.indexOf(ARRAY234, EMPTY));
77 assertEquals(-1, Bytes.indexOf(EMPTY, ARRAY234));
109 assertEquals(-1, Bytes.lastIndexOf(EMPTY, (byte) 1));
123 assertTrue(Arrays.equals(EMPTY, Bytes.concat()));
124 assertTrue(Arrays.equals(EMPTY, Byte
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DImplicitFieldInitializationTest.java36 assertLine("field1", ICounter.EMPTY);
38 assertLine("field3", ICounter.EMPTY);
H A DInterfaceClassInitializerTest.java36 assertLine("const1", ICounter.EMPTY);
37 assertLine("const2", ICounter.EMPTY);
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DVariantValue.java30 private static final String EMPTY = ""; field in class:VariantValue
46 return value == null ? EMPTY : value;
/external/guava/guava-tests/test/com/google/common/primitives/
H A DBytesTest.java38 private static final byte[] EMPTY = {}; field in class:BytesTest
53 assertFalse(Bytes.contains(EMPTY, (byte) 1));
63 assertEquals(-1, Bytes.indexOf(EMPTY, (byte) 1));
77 assertEquals(0, Bytes.indexOf(EMPTY, EMPTY));
78 assertEquals(0, Bytes.indexOf(ARRAY234, EMPTY));
79 assertEquals(-1, Bytes.indexOf(EMPTY, ARRAY234));
111 assertEquals(-1, Bytes.lastIndexOf(EMPTY, (byte) 1));
125 assertTrue(Arrays.equals(EMPTY, Bytes.concat()));
126 assertTrue(Arrays.equals(EMPTY, Byte
[all...]
H A DBooleansTest.java40 private static final boolean[] EMPTY = {}; field in class:BooleansTest
65 assertFalse(Booleans.contains(EMPTY, false));
73 assertEquals(-1, Booleans.indexOf(EMPTY, ARRAY_FALSE));
83 assertEquals(-1, Booleans.indexOf(EMPTY, false));
93 assertEquals(-1, Booleans.lastIndexOf(EMPTY, false));
103 assertTrue(Arrays.equals(EMPTY, Booleans.concat()));
104 assertTrue(Arrays.equals(EMPTY, Booleans.concat(EMPTY)));
105 assertTrue(Arrays.equals(EMPTY, Booleans.concat(EMPTY, EMPT
[all...]
/external/desugar/java/com/google/devtools/common/options/
H A DOptionsClassProvider.java23 public static final OptionsClassProvider EMPTY = new OptionsClassProvider() { field in interface:OptionsClassProvider
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarCache.java30 values[i] = EMPTY;
63 while (values[index] != EMPTY && keys[index] != key)
88 if (oldValues[i] != EMPTY) {
129 static public long EMPTY = Long.MIN_VALUE; field in class:CalendarCache
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarCache.java28 values[i] = EMPTY;
61 while (values[index] != EMPTY && keys[index] != key)
86 if (oldValues[i] != EMPTY) {
127 static public long EMPTY = Long.MIN_VALUE; field in class:CalendarCache
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DICounter.java44 public static final int EMPTY = 0x00; field in interface:ICounter
110 * @see ICounter#EMPTY
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/
H A Dcpuset_inherit_testset.sh63 EMPTY)
110 NULL EMPTY
111 0 EMPTY
112 $cpus_all EMPTY
124 NULL EMPTY
125 0 EMPTY
126 $mems_all EMPTY
/external/clang/test/SemaCXX/
H A Dwarn-empty-body.cpp124 #define EMPTY(a) macro
126 if (x) EMPTY(x); // no-warning
129 for (i = 0; i < x; i++) EMPTY(i); // no-warning
133 i++) EMPTY(i); // no-warning
136 for (int j : arr) EMPTY(j); // no-warning
139 arr) EMPTY(j); // no-warning
141 while (b() == 0) EMPTY(i); // no-warning
144 c() == 0) EMPTY(i); // no-warning
148 EMPTY(i); // no-warning
265 EMPTY(
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java32 private static final byte[] EMPTY = new byte[0]; field in class:FileEntry
34 private byte[] bytes = EMPTY;
87 byte[] newBytes = (contents != null) ? contents.getBytes() : EMPTY;
98 byte[] newBytes = EMPTY;
130 byte[] initialContents = (append) ? bytes : EMPTY;
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java32 private static final byte[] EMPTY = new byte[0]; field in class:FileEntry
34 private byte[] bytes = EMPTY;
87 byte[] newBytes = (contents != null) ? contents.getBytes() : EMPTY;
98 byte[] newBytes = (contents != null) ? new String(contents).getBytes() : EMPTY;
126 byte[] initialContents = (append) ? bytes : EMPTY;
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java32 private static final byte[] EMPTY = new byte[0]; field in class:FileEntry
34 private byte[] bytes = EMPTY;
87 byte[] newBytes = (contents != null) ? contents.getBytes() : EMPTY;
98 byte[] newBytes = (contents != null) ? new String(contents).getBytes() : EMPTY;
126 byte[] initialContents = (append) ? bytes : EMPTY;
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java32 private static final byte[] EMPTY = new byte[0]; field in class:FileEntry
34 private byte[] bytes = EMPTY;
35 //private Object bytes = EMPTY;
88 byte[] newBytes = (contents != null) ? contents.getBytes() : EMPTY;
99 byte[] newBytes = (contents != null) ? new String(contents).getBytes() : EMPTY;
127 byte[] initialContents = (append) ? bytes : EMPTY;
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java32 private static final byte[] EMPTY = new byte[0]; field in class:FileEntry
34 private byte[] bytes = EMPTY;
87 byte[] newBytes = (contents != null) ? contents.getBytes() : EMPTY;
98 byte[] newBytes = (contents != null) ? new String(contents).getBytes() : EMPTY;
126 byte[] initialContents = (append) ? bytes : EMPTY;
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java32 private static final byte[] EMPTY = new byte[0]; field in class:FileEntry
34 private byte[] bytes = EMPTY;
87 byte[] newBytes = (contents != null) ? contents.getBytes() : EMPTY;
98 byte[] newBytes = EMPTY;
130 byte[] initialContents = (append) ? bytes : EMPTY;
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileEntry.java32 private static final byte[] EMPTY = new byte[0]; field in class:FileEntry
34 private byte[] bytes = EMPTY;
87 byte[] newBytes = (contents != null) ? contents.getBytes() : EMPTY;
98 byte[] newBytes = EMPTY;
130 byte[] initialContents = (append) ? bytes : EMPTY;

Completed in 5549 milliseconds

1234567891011>>