Searched defs:tok (Results 1 - 25 of 147) sorted by path

123456

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c332 pANTLR3_COMMON_TOKEN tok; local
336 tok = nextTokenStr(toksource);
351 while (tok->type == ANTLR3_TOKEN_EOF)
364 tok = nextTokenStr(toksource);
380 return tok;
H A Dantlr3tokenstream.c539 pANTLR3_COMMON_TOKEN tok; local
566 tok = ts->get(ts, i);
567 if (tok != NULL)
569 string->appendS(string, tok->getText(tok));
725 pANTLR3_COMMON_TOKEN tok; local
748 tok = tokenStream->tstream->get(tokenStream->tstream, i);
751 || types->isMember(types, tok->getType(tok) == ANTLR3_TRUE)
754 filteredList->put(filteredList, n++, (void *)tok, NUL
803 pANTLR3_COMMON_TOKEN tok; local
952 pANTLR3_COMMON_TOKEN tok; local
1034 pANTLR3_COMMON_TOKEN tok; local
1057 pANTLR3_COMMON_TOKEN tok; local
[all...]
/external/bison/src/
H A Dgraphviz.c145 print_token (struct obstack *out, bool first, char const *tok) argument
147 char const *q = escape (tok);
/external/chromium_org/net/http/
H A Dhttp_auth_gssapi_posix.cc688 HttpAuthChallengeTokenizer* tok) {
690 if (!LowerCaseEqualsASCII(tok->scheme(),
694 std::string encoded_auth_token = tok->base64_param();
687 ParseChallenge( HttpAuthChallengeTokenizer* tok) argument
H A Dhttp_auth_handler_ntlm.cc24 bool HttpAuthHandlerNTLM::Init(HttpAuthChallengeTokenizer* tok) { argument
29 return ParseChallenge(tok, true) == HttpAuth::AUTHORIZATION_RESULT_ACCEPT;
104 HttpAuthChallengeTokenizer* tok, bool initial_challenge) {
107 return auth_sspi_.ParseChallenge(tok);
117 if (!LowerCaseEqualsASCII(tok->scheme(), "ntlm"))
120 std::string base64_param = tok->base64_param();
103 ParseChallenge( HttpAuthChallengeTokenizer* tok, bool initial_challenge) argument
H A Dhttp_auth_sspi_win.cc230 HttpAuthChallengeTokenizer* tok) {
232 if (!LowerCaseEqualsASCII(tok->scheme(),
236 std::string encoded_auth_token = tok->base64_param();
229 ParseChallenge( HttpAuthChallengeTokenizer* tok) argument
/external/chromium_org/net/tools/flip_server/
H A Doutput_ordering.cc69 const EpollServer::AlarmRegToken& tok,
72 pmp_->alarm_token = tok;
68 OnRegistration( const EpollServer::AlarmRegToken& tok, EpollServer* eps) argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.cpp423 Token tok = nextToken(); local
425 switch (tok.type) {
427 yylval->axis = tok.axis;
430 yylval->numop = tok.numop;
434 yylval->eqop = tok.eqop;
443 yylval->str = new String(tok.str);
448 return tok.type;
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c333 const char *end, int tok, const char *next, const char **nextPtr,
2134 int tok = XmlContentTok(encoding, start, end, &next); local
2135 switch (tok) {
2173 int tok; local
2176 tok = XmlContentTok(encoding, start, end, &next);
2179 switch (tok) {
2256 int tok = XmlContentTok(enc, s, end, &next); local
2258 switch (tok) {
3217 int tok = XmlCdataSectionTok(enc, s, end, &next); local
3219 switch (tok) {
3337 int tok; local
3591 int tok; local
3659 int tok; local
3702 int tok; local
3738 int tok = XmlPrologTok(encoding, s, end, &next); local
3744 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore) argument
4737 int tok = XmlPrologTok(encoding, s, end, &next); local
4826 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); local
4871 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next); local
4896 int tok; local
4945 int tok = XmlAttributeValueTok(enc, ptr, end, &next); local
5110 int tok = XmlEntityValueTok(enc, entityTextPtr, entityTextEnd, &next); local
[all...]
H A Dxmlrole.c102 int tok,
125 static int FASTCALL common(PROLOG_STATE *state, int tok);
129 int tok,
134 switch (tok) {
161 return common(state, tok);
166 int tok,
171 switch (tok) {
192 return common(state, tok);
197 int tok,
202 switch (tok) {
128 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
165 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
196 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
217 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
265 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
282 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
319 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
336 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
393 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
406 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
438 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
458 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
475 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
503 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
520 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
537 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
560 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
578 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
606 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
623 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
640 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
657 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
674 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
698 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
715 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
733 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
754 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
772 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
793 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
834 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
853 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
873 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
890 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
907 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
928 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
968 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
985 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1003 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1033 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1073 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1098 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1116 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1137 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1167 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1217 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1241 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1259 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1278 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1295 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1305 common(PROLOG_STATE *state, int tok) argument
[all...]
H A Dxmltok_impl.c226 int tok; local
240 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
254 return tok;
264 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
273 return tok;
610 int tok = PREFIX(scanRef)(enc, ptr + MINBPC(enc), end, &ptr); local
611 if (tok <= 0) {
612 if (tok == XML_TOK_INVALID)
614 return tok;
975 int tok; local
1281 int tok = PREFIX(scanPercent)(enc, ptr + MINBPC(enc), local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-deserialize-json.hh460 const char *tok = NULL; local
515 tok = p;
522 tok, p - tok,
529 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
533 { if (!parse_uint (tok, p, &info.cluster )) return false; }
537 { if (!parse_int (tok, p, &pos.x_offset )) return false; }
541 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
545 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
549 { if (!parse_int (tok,
[all...]
H A Dhb-buffer-deserialize-text.hh337 const char *eof = pe, *tok = NULL; local
375 tok = p;
382 tok, p - tok,
389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
393 { if (!parse_int (tok, p, &pos.x_offset )) return false; }
397 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
401 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
411 tok = p;
418 tok,
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duvectr32.cpp298 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { argument
299 // Perform a binary search for the location to insert tok at. Tok
301 // tok && tok < b, where there is a 'virtual' elements[-1] always
302 // less than tok and a 'virtual' elements[count] always greater
303 // than tok.
307 //int8_t c = (*compare)(elements[probe], tok);
309 if (elements[probe] > tok) {
320 elements[min] = tok;
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp830 static UnicodeString tokenString(tokenType tok) { argument
832 switch (tok) {
H A Ducol_bld.cpp328 UColToken *tok = lh->first; local
329 uint32_t tokStrength = tok->strength;
380 lh->fStrToken[tokStrength] = tok;
387 while(tok != NULL && tok->strength >= tokStrength) {
389 lh->lStrToken[tokStrength] = tok;
391 tok = tok->next;
402 if(tok != NULL) {
403 tokStrength = tok
449 ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, uint32_t strength, UErrorCode *status) argument
477 ucol_getCEGenerator(ucolCEGenerator *g, uint32_t* lows, uint32_t* highs, UColToken *tok, uint32_t fStrength, UErrorCode *status) argument
670 ucol_doCE(UColTokenParser *src, uint32_t *CEparts, UColToken *tok, UErrorCode *status) argument
741 UColToken *tok = lh->last; local
850 UColToken *tok = lh->first; local
[all...]
H A Ducol_elm.cpp1167 //if(tok->expansion == 0
1972 UColToken *tok; local
2026 tok = src->lh[i].first;
2027 while (tok != NULL && U_SUCCESS(*status)) {
2030 if(tok->prefix != 0) {
2031 el.prefixSize = tok->prefix>>24;
2032 uprv_memcpy(el.prefix, src->source + (tok->prefix & 0x00FFFFFF), el.prefixSize*sizeof(UChar));
2034 el.cSize = (tok->source >> 24)-(tok->prefix>>24);
2035 uprv_memcpy(el.uchars, (tok
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp2130 static int32_t keywordIndex(const UnicodeString& tok) { argument
2132 if (tok==KEYWORDS[i]) {
2169 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
2174 if (!tokens.next(tok, ec)) {
2178 int32_t cmd = keywordIndex(tok);
2182 if (!tokens.next(tok, ec)) goto error;
2184 ref = new DecimalFormat(tok,
2193 if (!tokens.next(tok, ec)) goto error;
2194 loc = Locale::createFromName(CharString().appendInvariantChars(tok, ec).data());
2200 if (!tokens.next(tok, e
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/libevent/
H A Dhttp.c228 char *d, *tok; local
232 tok = *s;
233 d = strstr(tok, del);
239 return tok;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c695 char *tok, *tmp_str; local
702 tok = strtok(tmp_str, sep_str);
703 while (tok != NULL) {
705 if (safe_stricmp(tok, usb_api_backend[api].driver_name_list[i]) == 0) {
710 tok = strtok(NULL, sep_str);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h341 TOKENEXTRA *tok; member in struct:VP8_COMP

Completed in 1559 milliseconds

123456