/external/clang/test/Lexer/ |
cxx1z-trigraphs.cpp | 9 error here; // expected-error {{}} variable
|
/development/ndk/samples/module-exports/jni/bar/ |
bar.h | 4 /* FOO should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */ 6 #error FOO should be defined here ! 10 #error FOO is not correctly defined here !
|
/external/valgrind/main/none/tests/ |
sigstackgrowth.c | 33 char here; local 35 if (&here < deep) { 47 char here; local 48 deep = &here - SIZE;
|
/development/ndk/samples/module-exports/jni/foo/ |
foo.c | 6 #error FOO is not defined here ! 10 #error FOO is incorrectly defined here !
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
063-comments.c | 15 more code here
|
/external/mesa3d/src/glsl/glcpp/tests/ |
063-comments.c | 15 more code here
|
/external/chromium_org/tools/gyp/test/compiler-override/ |
gyptest-compiler-env-toolchain.py | 15 here = os.path.dirname(os.path.abspath(__file__)) variable 57 env = {'CC': 'python %s/my_cc.py FOO' % here, 58 'CXX': 'python %s/my_cxx.py FOO' % here, 59 'NM': 'python %s/my_nm.py' % here, 60 'READELF': 'python %s/my_readelf.py' % here}
|
gyptest-compiler-env.py | 15 here = os.path.dirname(os.path.abspath(__file__)) variable 46 os.environ['CC'] = 'python %s/my_cc.py FOO' % here 47 os.environ['CXX'] = 'python %s/my_cxx.py FOO' % here 48 os.environ['LINK'] = 'python %s/my_ld.py FOO_LINK' % here 65 os.environ['CC'] = 'python %s/my_cc.py FOO' % here 66 os.environ['CXX'] = 'python %s/my_cxx.py FOO' % here 91 os.environ['CC_host'] = 'python %s/my_cc.py HOST' % here 92 os.environ['CXX_host'] = 'python %s/my_cxx.py HOST' % here 93 os.environ['LINK_host'] = 'python %s/my_ld.py HOST_LINK' % here
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 218 here.bits = (unsigned char)(len - drop); 220 here.op = (unsigned char)0; 221 here.val = work[sym]; 224 here.op = (unsigned char)(extra[work[sym]]) [all...] |
fx_zlib_inffast.c | 90 code here; /* retrieved table entry */ local 127 here = lcode[hold & lmask]; 129 op = (unsigned)(here.bits); 132 op = (unsigned)(here.op); 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 136 "inflate: literal 0x%02x\n", here.val)); 137 PUP(out) = (unsigned char)(here.val); 140 len = (unsigned)(here.val); 158 here = dcode[hold & dmask] [all...] |
/external/qemu/distrib/zlib-1.2.8/ |
inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 218 here.bits = (unsigned char)(len - drop); 220 here.op = (unsigned char)0; 221 here.val = work[sym]; 224 here.op = (unsigned char)(extra[work[sym]]) [all...] |
inffast.c | 90 code here; /* retrieved table entry */ local 127 here = lcode[hold & lmask]; 129 op = (unsigned)(here.bits); 132 op = (unsigned)(here.op); 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 136 "inflate: literal 0x%02x\n", here.val)); 137 PUP(out) = (unsigned char)(here.val); 140 len = (unsigned)(here.val); 158 here = dcode[hold & dmask] [all...] |
/external/zlib/src/ |
inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 218 here.bits = (unsigned char)(len - drop); 220 here.op = (unsigned char)0; 221 here.val = work[sym]; 224 here.op = (unsigned char)(extra[work[sym]]) [all...] |
inffast.c | 90 code here; /* retrieved table entry */ local 127 here = lcode[hold & lmask]; 129 op = (unsigned)(here.bits); 132 op = (unsigned)(here.op); 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 136 "inflate: literal 0x%02x\n", here.val)); 137 PUP(out) = (unsigned char)(here.val); 140 len = (unsigned)(here.val); 158 here = dcode[hold & dmask] [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
nasm-sectname.asm | 1 ; XXX: this test should really be in parsers/nasm/tests, not here.
|
/external/zlib/src/contrib/infback9/ |
infback9.c | 244 code here; /* current decoding table entry */ local 385 here = lencode[BITS(lenbits)]; 386 if ((unsigned)(here.bits) <= bits) break; 389 if (here.val < 16) { 390 NEEDBITS(here.bits); 391 DROPBITS(here.bits); 392 state->lens[state->have++] = here.val; 395 if (here.val == 16) { 396 NEEDBITS(here.bits + 2); 397 DROPBITS(here.bits) [all...] |
/external/chromium_org/third_party/zlib/ |
inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 218 here.bits = (unsigned char)(len - drop); 220 here.op = (unsigned char)0; 221 here.val = work[sym]; 224 here.op = (unsigned char)(extra[work[sym]]) [all...] |
inffast.c | 90 code here; /* retrieved table entry */ local 127 here = lcode[hold & lmask]; 129 op = (unsigned)(here.bits); 132 op = (unsigned)(here.op); 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 136 "inflate: literal 0x%02x\n", here.val)); 137 PUP(out) = (unsigned char)(here.val); 140 len = (unsigned)(here.val); 158 here = dcode[hold & dmask] [all...] |
infback.c | 256 code here; /* current decoding table entry */ local 392 here = state->lencode[BITS(state->lenbits)]; 393 if ((unsigned)(here.bits) <= bits) break; 396 if (here.val < 16) { 397 NEEDBITS(here.bits); 398 DROPBITS(here.bits); 399 state->lens[state->have++] = here.val; 402 if (here.val == 16) { 403 NEEDBITS(here.bits + 2); 404 DROPBITS(here.bits) [all...] |
/external/clang/test/Parser/ |
cxx11-stmt-attributes.cpp | 20 [[unknown_attribute]] goto here; // expected-warning {{unknown attribute 'unknown_attribute' ignored}} 21 [[unknown_attribute]] here: // expected-warning {{unknown attribute 'unknown_attribute' ignored}} 38 // TODO: remove 'qqq' part and enjoy 'empty loop body' warning here (DiagnoseEmptyLoopBody) 72 [[carries_dependency]] goto here; // expected-error {{'carries_dependency' attribute cannot be applied to a statement}} 81 [[ ]] // expected-error {{an attribute list cannot appear here}}
|
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/ |
memcpy.S | 19 sub r4,r5 ! From here, r5 has the distance to r0 20 add r6,r0 ! From here, r0 points the end of copying point 26 ! From here, r6 is free
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 21 here = os.path.dirname(__file__) or os.curdir variable 26 for fn in os.listdir(here):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
__init__.py | 6 here = os.path.dirname(__file__) variable 11 for fn in os.listdir(here):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 21 here = os.path.dirname(__file__) or os.curdir variable 26 for fn in os.listdir(here):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
__init__.py | 6 here = os.path.dirname(__file__) variable 11 for fn in os.listdir(here):
|