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

123456789

/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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
H A DConstraintFormulaSet.java21 private static final ConstraintFormulaSet EMPTY = new ConstraintFormulaSet(); field in class:ConstraintFormulaSet
24 return EMPTY;
H A DInferenceVariableSubstitution.java13 private final static InferenceVariableSubstitution EMPTY = new InferenceVariableSubstitution(); field in class:InferenceVariableSubstitution
19 return EMPTY;
H A DSubstitution.java17 private final static Substitution EMPTY = new Substitution(); field in class:Substitution
20 return 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/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/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/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DConstantAffixModifier.java15 public static final ConstantAffixModifier EMPTY = new ConstantAffixModifier(); field in class:ConstantAffixModifier
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DConstantAffixModifier.java13 public static final ConstantAffixModifier EMPTY = new ConstantAffixModifier(); field in class:ConstantAffixModifier
/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;

Completed in 906 milliseconds

123456789