Searched defs:EMPTY (Results 1 - 25 of 177) sorted by relevance

12345678

/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 D_Pragma-in-macro-arg.c9 #define EMPTY(x) macro
10 #define INACTIVE(x) EMPTY(x)
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/desugar/java/com/google/devtools/common/options/
H A DOptionsClassProvider.java23 public static final OptionsClassProvider EMPTY = new OptionsClassProvider() { field in interface:OptionsClassProvider
/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/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatParseLocation.java45 public static final TextFormatParseLocation EMPTY = new TextFormatParseLocation(-1, -1); field in class:TextFormatParseLocation
56 return EMPTY;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DStaticInitialValueIterator.java43 public static final StaticInitialValueIterator EMPTY = new StaticInitialValueIterator() { field in class:StaticInitialValueIterator
54 return EMPTY;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderAnnotationSet.java43 public static final BuilderAnnotationSet EMPTY = field in class:BuilderAnnotationSet
H A DBuilderTypeList.java42 static final BuilderTypeList EMPTY = new BuilderTypeList(ImmutableList.<BuilderTypeReference>of()); field in class:BuilderTypeList
/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;
/external/mockftpserver/tags/2.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.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;
/external/mockftpserver/tags/2.3/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.4/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.5/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/python/cpython2/Lib/test/
H A Dtest_linecache.py11 EMPTY = '' variable
45 self.assertEqual(getline(FILENAME, 2**15), EMPTY)
46 self.assertEqual(getline(FILENAME, -1), EMPTY)
52 self.assertEqual(getline(EMPTY, 1), EMPTY)
53 self.assertEqual(getline(INVALID_NAME, 1), EMPTY)

Completed in 2082 milliseconds

12345678