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

1 2

  /dalvik/tools/
dex-preopt 85 bogus='no' # indicates if there was an error during processing arguments
140 bogus='yes'
151 bogus=yes
155 bogus=yes
161 bogus=yes
164 bogus=yes
170 bogus=yes
176 bogus=yes
188 bogus=yes
200 bogus=ye
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
msfmrgts.cpp 589 FieldPosition bogus(FieldPosition::DONT_CARE);
593 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
596 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
602 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
605 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
608 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
611 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
614 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
617 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status))
    [all...]
ustrtest.cpp 1746 namespace bogus { namespace
    [all...]
  /external/icu4c/test/intltest/
msfmrgts.cpp 590 FieldPosition bogus(FieldPosition::DONT_CARE);
594 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
597 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
600 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
603 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
606 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
609 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
612 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
615 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
618 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status))
    [all...]
ustrtest.cpp 1763 namespace bogus { namespace
    [all...]
  /external/jpeg/
rdswitch.c 205 goto bogus;
212 goto bogus;
215 goto bogus;
218 goto bogus;
221 goto bogus;
231 bogus:
  /dalvik/vm/oo/
Object.c 262 bool bogus = false; local
293 /* Bogus descriptor. */
295 bogus = true;
308 /* Bogus descriptor. */
310 bogus = true;
318 if (bogus) {
372 LOGW("Bogus method descriptor: %s\n", descriptor);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 362 boolean bogus = false;
365 bogus = true;
370 bogus = true;
373 bogus = (Arrays.binarySearch(JAVAX_CORE, pkg) >= 0);
377 if (! bogus) {
639 DxConsole.err.println("bogus fully-qualified method name: " +
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbnf.cpp 1011 UnicodeString bogus; local
1012 bogus.setToBogus();
1013 return bogus;
1023 UnicodeString bogus; local
1024 bogus.setToBogus();
1025 return bogus;
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 1011 UnicodeString bogus; local
1012 bogus.setToBogus();
1013 return bogus;
1023 UnicodeString bogus; local
1024 bogus.setToBogus();
1025 return bogus;
    [all...]
  /dalvik/libdex/
DexSwapVerify.c 661 LOGE("Bogus shorty: '%c'\n", shorty);
801 bool bogus = false; local
804 bogus = true;
812 bogus = true;
821 bogus = true;
825 if (bogus) {
867 bool bogus = false; local
870 bogus = true;
878 bogus = true;
887 bogus = true
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cbiapts.c 135 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
191 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
193 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n");
197 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n Got %s\n", myErrorName(status));
udatatst.c 1149 double bogus; member in struct:__anon2977
1167 double bogus; member in struct:__anon2978
    [all...]
trietest.c 449 double bogus; /* needed for aligining the storage */ member in union:__anon2975
  /external/icu4c/test/cintltst/
cbiapts.c 137 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
193 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
195 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n");
199 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n Got %s\n", myErrorName(status));
udatatst.c 1156 double bogus; member in struct:__anon4044
1174 double bogus; member in struct:__anon4045
    [all...]
trietest.c 449 double bogus; /* needed for aligining the storage */ member in union:__anon4042
  /libcore/
JavaLibrary.mk 164 # TODO: we should have a bogus module that just contains tests.AllTests for speed.
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py 710 'do well with such strings, and may give bogus warnings. They\'re '
    [all...]
cpp.py 369 locations won't see bogus errors.
750 'Lint may give bogus warnings. '
758 'do well with such strings, and may give bogus warnings. They\'re '
    [all...]
  /external/chromium/third_party/icu/source/
configure 579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    [all...]
  /external/icu4c/
configure 579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/e2fsprogs/
configure 555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    [all...]
  /external/expat/
configure 401 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    [all...]

Completed in 931 milliseconds

1 2