/external/clang/test/Lexer/ |
cxx1z-trigraphs.cpp | 9 error here; // expected-error {{}} variable
|
/external/valgrind/main/none/tests/ |
sigstackgrowth.c | 33 char here; local 35 if (&here < deep) { 47 char here; local 48 deep = &here - SIZE;
|
tls.c | 55 int here = 0; local 60 int b = here++; 62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",
|
/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):
|
/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/compiler-rt/test/asan/android_commands/ |
android_compile.py | 7 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable 8 android_run = os.path.join(here, 'android_run.py')
|
android_run.py | 8 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
|
/external/e2fsprogs/intl/ |
finddomain.c | 184 struct loaded_l10nfile *here = runp; local 188 free ((char *) here->filename); 189 free (here);
|
/external/ppp/pppd/plugins/pppoatm/ |
text2atm.c | 197 const char *here; local 202 while ((here = strtok(NULL,"\t\n "))) 203 if (!strcasecmp(here,text)) { 204 here = strtok(line,"\t\n "); 205 result = text2atm(here,addr,length,flags);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
__init__.py | 45 here = os.path.dirname(__file__) variable 50 for fn in os.listdir(here):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
__init__.py | 45 here = os.path.dirname(__file__) variable 50 for fn in os.listdir(here):
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi.c | 121 SVGA3dShaderInstToken *here; local 126 here = (SVGA3dShaderInstToken *)emit->ptr; 127 here->value = opcode; 132 prev->size = (here - prev) - 1; 374 * that would make it larger. We just regenerate it here instead.
|
/external/chromium_org/third_party/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...] |
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...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi.c | 121 SVGA3dShaderInstToken *here; local 126 here = (SVGA3dShaderInstToken *)emit->ptr; 127 here->value = opcode; 132 prev->size = (here - prev) - 1; 374 * that would make it larger. We just regenerate it here instead.
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
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...] |
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...] |
/external/qemu/distrib/zlib-1.2.8/ |
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...] |
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...] |
/external/zlib/src/ |
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...] |
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...] |