Searched defs:here (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/test/Lexer/
H A Dcxx1z-trigraphs.cpp9 error here; // expected-error {{}} variable
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_compile.py7 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
8 android_run = os.path.join(here, 'android_run.py')
H A Dandroid_run.py8 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
/external/v8/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env-toolchain.py15 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}
H A Dgyptest-compiler-env.py15 here = os.path.dirname(os.path.abspath(__file__)) variable
48 os.environ['CC'] = 'python %s/my_cc.py FOO' % here
49 os.environ['CXX'] = 'python %s/my_cxx.py FOO' % here
50 os.environ['LINK'] = 'python %s/my_ld.py FOO_LINK' % here
67 os.environ['CC'] = 'python %s/my_cc.py FOO' % here
68 os.environ['CXX'] = 'python %s/my_cxx.py FOO' % here
93 os.environ['CC_host'] = 'python %s/my_cc.py HOST' % here
94 os.environ['CXX_host'] = 'python %s/my_cxx.py HOST' % here
95 os.environ['LINK_host'] = 'python %s/my_ld.py HOST_LINK' % here
/external/valgrind/none/tests/
H A Dsigstackgrowth.c33 char here; local
35 if (&here < deep) {
47 char here; local
48 deep = &here - SIZE;
H A Dtls.c55 int here = 0; local
60 int b = here++;
62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",
/external/chromium-trace/catapult/third_party/typ/
H A Dsetup.py20 here = os.path.abspath(os.path.dirname(__file__)) variable
21 if here not in sys.path:
22 sys.path.insert(0, here)
26 with open(os.path.join(here, 'README.rst')) as fp:
/external/e2fsprogs/intl/
H A Dfinddomain.c184 struct loaded_l10nfile *here = runp; local
188 free ((char *) here->filename);
189 free (here);
/external/opencv3/3rdparty/zlib/
H A Dinffast.c90 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
[all...]
H A Dinftrees.c53 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
[all...]
H A Dinfback.c265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dinffast.c90 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
[all...]
H A Dinftrees.c53 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
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c197 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);
/external/zlib/src/
H A Dinffast.c90 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
[all...]
H A Dinftrees.c53 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
[all...]
H A Dinfback.c265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here
[all...]
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
H A Ddoctest_webapp.py23 here = os.path.abspath(__file__) variable
25 os.path.dirname(os.path.dirname(here)))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestBoilerplate.java139 public static boolean verifySetsIdentical(AbstractTestLog here, UnicodeSet set1, UnicodeSet set2) { argument
141 here.errln("Sets differ:");
142 here.errln("UnicodeMap - HashMap");
143 here.errln(new UnicodeSet(set1).removeAll(set2).toPattern(true));
144 here.errln("HashMap - UnicodeMap");
145 here.errln(new UnicodeSet(set2).removeAll(set1).toPattern(true));
149 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { argument
152 here.errln("Values differ:");
153 here.errln("UnicodeMap - HashMap");
156 here
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestBoilerplate.java138 public static boolean verifySetsIdentical(AbstractTestLog here, UnicodeSet set1, UnicodeSet set2) { argument
140 here.errln("Sets differ:");
141 here.errln("UnicodeMap - HashMap");
142 here.errln(new UnicodeSet(set1).removeAll(set2).toPattern(true));
143 here.errln("HashMap - UnicodeMap");
144 here.errln(new UnicodeSet(set2).removeAll(set1).toPattern(true));
148 public static boolean verifySetsIdentical(AbstractTestLog here, Set values1, Set values2) { argument
151 here.errln("Values differ:");
152 here.errln("UnicodeMap - HashMap");
155 here
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c105 const MODE_INFO *here = tmp; local
106 const MODE_INFO *above = here - cm->mode_info_stride;
107 const MODE_INFO *left = here - 1;
126 right = here + 1;
134 below = here + cm->mode_info_stride;
155 right = here + 1;
163 below = here + cm->mode_info_stride;
197 abs(min_mvx - here->mbmi.mv.as_mv.row),
198 abs(max_mvx - here->mbmi.mv.as_mv.row));
200 abs(min_mvy - here
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c121 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/zlib/src/examples/
H A Dzran.c51 use of pointers in the state. The approach here allows for storage of the
254 struct point *here; local
263 here = index->list;
265 while (--ret && here[1].out <= offset)
266 here++;
277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
280 if (here->bits) {
286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here
[all...]

Completed in 991 milliseconds

123