/external/dexmaker/src/dx/java/com/android/dx/util/ |
HexParser.java | 78 throw new RuntimeException("bogus offset marker: " + 114 throw new RuntimeException("bogus digit character: \"" +
|
/external/icu/icu4c/source/layout/ |
ScriptAndLanguage.cpp | 42 * There are some fonts that have a large, bogus value for scriptCount. To try 71 // the scriptCount value is bogus; do a linear search
|
/external/llvm/test/TableGen/ |
subst.td | 11 def TVAR : Honorific<"Bogus">; 76 // CHECK-NEXT: string honorific = "Bogus";
|
/external/valgrind/helgrind/tests/ |
tc23_bogus_condwait.c | 2 Tests passing bogus mutexes to pthread_cond_wait. */ 68 /* mx is bogus */
|
/external/valgrind/memcheck/tests/ |
pointer-trace.c | 36 ptrbits = 32; //bogus 37 stepbits = 14+1; //bogus
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
flavors | 34 ifdef BOGUS 73 &run_make_with_options($makefile, "BOGUS=true", &get_logfile, 512);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
BogusMoveEventDetector.java | 40 // The proximate bogus down move up event hack is needed for a device such like, 94 // A bogus move event should be a horizontal movement. A vertical movement might be
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_linecache.py | 67 # Check that bogus data isn't returned (issue #1309567) 113 # Try to update a bogus cache entry
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_linecache.py | 67 # Check that bogus data isn't returned (issue #1309567) 113 # Try to update a bogus cache entry
|
/dalvik/libdex/ |
DexSwapVerify.cpp | 636 ALOGE("Bogus shorty: '%c'", shorty); 776 bool bogus = false; local 779 bogus = true; 787 bogus = true; 796 bogus = true; 800 if (bogus) { 842 bool bogus = false; local 845 bogus = true; 853 bogus = true; 862 bogus = true [all...] |
/external/bison/m4/ |
extern-inline.m4 | 15 It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
|
/external/compiler-rt/test/tsan/ |
restore_stack.cc | 40 // Previously this test produced bogus stack traces like:
|
/external/kernel-headers/original/uapi/linux/ |
minix_fs.h | 19 /* Not the same as the bogus LINK_MAX in <linux/limits.h>. Oh well. */
|
/external/libvncserver/webclients/novnc/include/ |
playback.js | 40 rfb.connect('test', 0, "bogus");
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowNotificationManager.java | 42 // I can't make sense of this method signature. I'm guessing that the id is optional and if it's bogus you are supposed to use the tag instead, but that references to both should be gone. PG
|
/external/v8/test/mjsunit/ |
dtoa.js | 28 // dtoa.c used to contain a bogus assertions that got triggered when
|
/external/v8/test/webkit/ |
dfg-add-not-number.js | 25 "Tests that adding things that aren't numbers using ++ does not crash or generate bogus code."
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
minix_fs.h | 19 /* Not the same as the bogus LINK_MAX in <linux/limits.h>. Oh well. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
minix_fs.h | 19 /* Not the same as the bogus LINK_MAX in <linux/limits.h>. Oh well. */
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 725 throw new DexException("bogus element_width: " 745 throw new DexException("bogus element_width: " 814 throw new DexException("bogus registerCount: " 858 throw new IllegalArgumentException("bogus lowByte"); 862 throw new IllegalArgumentException("bogus highByte"); 871 throw new IllegalArgumentException("bogus nibble0"); 875 throw new IllegalArgumentException("bogus nibble1"); 879 throw new IllegalArgumentException("bogus nibble2"); 883 throw new IllegalArgumentException("bogus nibble3"); 892 throw new IllegalArgumentException("bogus lowNibble") [all...] |
/external/clang/test/SemaCXX/ |
class.cpp | 127 // Don't crash on this bogus code. 130 bogus<foo<T1,T2> > // expected-error {{unknown template name 'bogus'}}
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
InstructionCodec.java | 859 throw new DexException("bogus element_width: " 879 throw new DexException("bogus element_width: " [all...] |
/external/google-breakpad/src/client/mac/testapp/ |
Controller.m | 168 // first a series of bogus values 177 // Look for a bogus one that we didn't try to set 183 // Look for a bogus one we did try to set
|
/external/jpeg/ |
cderror.h | 57 JMESSAGE(JERR_GIF_CODESIZE, "Bogus GIF codesize %d") 67 JMESSAGE(JWRN_GIF_CHAR, "Bogus char 0x%02x in GIF file, ignoring") 83 JMESSAGE(JERR_RLE_BADERROR, "Bogus error code from RLE library")
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
cderror.h | 57 JMESSAGE(JERR_GIF_CODESIZE, "Bogus GIF codesize %d") 67 JMESSAGE(JWRN_GIF_CHAR, "Bogus char 0x%02x in GIF file, ignoring") 83 JMESSAGE(JERR_RLE_BADERROR, "Bogus error code from RLE library")
|