Searched refs:here (Results 251 - 275 of 297) sorted by last modified time

<<1112

/external/chromium_org/third_party/zlib/
H A Dinflate.c602 code here; /* current decoding table entry */ local
923 here = state->lencode[BITS(state->lenbits)];
924 if ((unsigned)(here.bits) <= bits) break;
927 if (here.val < 16) {
928 NEEDBITS(here.bits);
929 DROPBITS(here.bits);
930 state->lens[state->have++] = here.val;
933 if (here.val == 16) {
934 NEEDBITS(here.bits + 2);
935 DROPBITS(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/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.pxd1 # We declare all of these here to type the first argument.
/external/chromium_org/third_party/libevent/
H A Dltmain.sh68 # Avoid inline document here, it may be left over
595 # will be execed at the end. This prevents here-documents from being
2196 # We need to do some special things here, and not later.
2301 $echo "*** that it is just a static archive that I should not used here."
3062 # And here is the reason: when a library appears more
3855 $echo "*** The inter-library dependencies that have been dropped here will be"
4941 # a .exe suffix, so we strip it off here.
5304 # here, but OTOH, the wrappers (shell script and this C one)
6346 # Exit here if they wanted silent mode.
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h317 xmlNodePtr here; /* for here() */ member in struct:_xmlXPathContext
H A Dxpointer.h97 xmlNodePtr here,
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c412 * and here, we should make the functions public.
3011 if ((0 > (long) node1->content) && /* TODO: Would a != 0 suffice here? */
7698 /* TODO: OK to have XInclude here? */
7708 /* Not sure if we need those here. */
7959 /* Bad, how did that namespace end up here ? */
8003 /* Bad, how did that namespace end up here ? */
8027 * parent here is defined the same as with the parent axis.
10213 * and may also be of additional types not specified here.
10502 * Problem is finding if we have a name here whether it's:
10507 * We do an a priori analysis here rathe
[all...]
H A Dxpointer.c1151 /* in case of syntax error, break here */
1158 * or location set, return here.
1315 * @here: the node that directly contains the XPointer being evaluated or NULL
1324 xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin) { argument
1331 ret->here = here;
1346 xmlXPathRegisterFunc(ret, (xmlChar *)"here",
1734 * Function implementing here() operation
1741 if (ctxt->context->here == NULL)
1744 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->here, NUL
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_netbsd.cfg236 #error Must define constants for type sizes here.
H A D_openbsd.cfg334 #error Must define constants for type sizes here.
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c29 ** a legal notice, here is a blessing:
42 ** out, and I will document them here. On imports, these changes
1453 DataBuffer *pOut /* Write the combined doclist here */
1593 DataBuffer *pOut /* Write the combined doclist here */
1642 DataBuffer *pOut /* Write the combined doclist here */
1688 DataBuffer *pOut /* Write the combined doclist here */
1751 DataBuffer *pOut /* Write the combined doclist here */
2236 * TODO: Perhaps we should return pointer/length strings here for consistency
2985 sqlite3_vtab **ppVTab, /* Write the resulting vtab structure here */
2986 char **pzErr /* Write any error message here */
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override.h64 // overriding here. Otherwise, we doing the 'redefine' trick, where
74 // on Windows. We don't include libc_override_redefine.h here.
75 // ReplaceSystemAlloc() is defined here instead.
90 #error Need to add support for your libc/OS here
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override.h64 // overriding here. Otherwise, we doing the 'redefine' trick, where
86 #error Need to add support for your libc/OS here
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons9 # care to run the test here, just to cause it to fall over. we do,
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js1635 return/^\s*click\s*here\s*[^a-z]?$/i.test(a.textContent);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc124 ; Read four ARGB pixels. (We can use movdqa here since we have checked if the
H A Dlinear_scale_yuv_to_rgb_mmx_x64.asm90 ; Trick here to imul COMPL first then COMPR.
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php551 // Internals from here
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator_unittests.py160 'If you don\'t have a user account click <a href="%s">here</a>.' \
/external/chromium_org/
H A DGypAndroid.darwin-arm.mk395 # all the included sub-makefiles. This is just here to clarify.
H A DGypAndroid.darwin-arm64.mk382 # all the included sub-makefiles. This is just here to clarify.
H A DGypAndroid.darwin-mips.mk379 # all the included sub-makefiles. This is just here to clarify.
H A DGypAndroid.darwin-mips64.mk375 # all the included sub-makefiles. This is just here to clarify.
H A DGypAndroid.darwin-x86.mk403 # all the included sub-makefiles. This is just here to clarify.

Completed in 488 milliseconds

<<1112