HomeSort by relevance Sort by last modified time
    Searched refs:MISSING (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/clang/test/Driver/
output-file-cleanup.c 20 #elif defined(MISSING)
  /ndk/tests/build/import-install/
build.sh 25 MISSING=
32 MISSING="$MISSING $FILE"
37 # In case of missing files, error out
38 if [ "$MISSING" ]; then
39 echo "ERROR: Missing files in build tree:"
40 for FILE in $MISSING; do echo " $FILE"; done
  /external/doclava/src/com/google/doclava/
TodoFile.java 25 public static final String MISSING = "No description text";
68 Doclava.setPageTitle(data, "Missing Documentation");
88 setHDF(data, base + errors, cl.position(), "<class comment>", MISSING);
98 setHDF(data, base + errors, m.position(), m.prettySignature(), MISSING);
112 setHDF(data, base + errors, m.position(), m.name() + m.prettySignature(), MISSING);
127 setHDF(data, base + errors, f.position(), f.name(), MISSING);
141 setHDF(data, base + errors, f.position(), f.name(), MISSING);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java 60 } else if (mId.equals(TranslationDetector.MISSING.getId())) {
74 if (mId.equals(TranslationDetector.MISSING.getId())) {
91 } else if (mId.equals(TranslationDetector.MISSING.getId())) {
107 if (mId.equals(TranslationDetector.MISSING.getId())) {
123 if (mId.equals(TranslationDetector.MISSING.getId())) {
134 } else if (mId.equals(TranslationDetector.MISSING.getId())) {
LintFix.java 163 sFixes.put(TranslationDetector.MISSING.getId(), SetAttributeFix.class);
  /external/compiler-rt/lib/msan/
msan_report.cc 167 case MISSING:
176 static const int MISSING = -2;
232 int id = OriginSet::MISSING;
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 108 private static final ResourceBundle MISSING = new MissingBundle();
309 if (MISSING == result) {
326 loaderCache.put(bundleName, MISSING);
488 } else if (cached == MISSING) {
548 loaderCache.put(bundleName, loadBase ? MISSINGBASE : MISSING);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 239 if (getStatus() == MISSING) {
273 this.status = MISSING;
ResultsElement.java 72 static final int MISSING = 0x08;
264 if (elementStatus == MISSING) {
369 * <li>{@link #MISSING} : no results (e.g. the perf machine crashed and didn't store any results)</li>
  /external/google-breakpad/
configure     [all...]
  /external/marisa-trie/
configure 1118 as_fn_error "missing argument to $ac_option"
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /external/elfutils/src/
configure     [all...]
  /external/valgrind/none/tests/arm64/
memory.stdout.exp 2 LDR,STR (immediate, uimm12) (STR cases are MISSING)ldr x21, [x22, #24] :: rd 8f8e8d8c8b8a8988 rn (hidden), cin 0, nzcv 00000000
6 LDUR,STUR (immediate, simm9) (STR cases and wb check are MISSING)
10 LDUR,STUR (immediate, simm9): STR cases are MISSINGLDP,STP (immediate, simm7) (STR cases and wb check is MISSING)
30 {LD,ST}R (integer register) (entirely MISSING)
37 LDRS{B,H,W} (simm9, upd) (upd check is MISSING)
54 LDP,STP (immediate, simm7) (FP&VEC) (entirely MISSING)
55 {LD,ST}R (vector register) (entirely MISSING)
87 LDR/STR (immediate, SIMD&FP, unsigned offset) (entirely MISSING)
88 LDR/STR (immediate, SIMD&FP, pre/post index) (entirely MISSING)
89 LDUR/STUR (unscaled offset, SIMD&FP) (entirely MISSING)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 107 // then we know we're missing a token; error recovery is free to
108 // "insert" the missing token
221 msg = "missing "+tokenName+" at "+getTokenErrorDisplay(e.token);
368 * input might just be missing a token--you might consume the
369 * rest of the input looking for one of the missing tokens.
497 * a missing token in the input stream. "Insert" one by just not
527 /** Attempt to recover from a single missing or extra token.
536 * MISSING TOKEN
539 * ttype then it is ok to "insert" the missing token, else throw
540 * exception For example, Input "i=(3;" is clearly missing th
    [all...]
  /ndk/sources/host-tools/make-3.81/
configure 1152 as_fn_error "missing argument to $ac_option"
    [all...]

Completed in 325 milliseconds

1 2 3 4 5 6