HomeSort by relevance Sort by last modified time
    Searched refs:tok (Results 76 - 100 of 347) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/
treecoder.h 68 vp8_token tok [ /* n */ ],
81 vp8_token tok [ /* n */ ],
  /external/tcpdump/
oui.c 31 struct tok oui_values[] = {
55 struct tok smi_values[] = {
oui.h 17 extern struct tok oui_values[];
18 extern struct tok smi_values[];
ipproto.c 30 struct tok ipproto_values[] = {
l2vpn.c 30 struct tok l2vpn_encaps_values[] = {
print-atm.c 46 struct tok oam_f_values[] = {
52 struct tok oam_celltype_values[] = {
60 struct tok oam_fm_functype_values[] = {
68 struct tok oam_pm_functype_values[] = {
75 struct tok oam_ad_functype_values[] = {
81 static const struct tok *oam_functype_values[16] = {
198 static struct tok msgtype2str[] = {
print-lmp.c 61 static const struct tok lmp_header_flag_values[] = {
67 static const struct tok lmp_obj_te_link_flag_values[] = {
73 static const struct tok lmp_obj_data_link_flag_values[] = {
80 static const struct tok lmp_obj_channel_status_values[] = {
87 static const struct tok lmp_obj_begin_verify_flag_values[] = {
93 static const struct tok lmp_obj_begin_verify_error_values[] = {
102 static const struct tok lmp_obj_link_summary_error_values[] = {
113 static const struct tok lmp_obj_service_config_sp_flag_values[] = {
120 static const struct tok lmp_obj_service_config_cpsa_tp_flag_values[] = {
128 static const struct tok lmp_obj_service_config_cpsa_cct_flag_values[] =
    [all...]
print-bfd.c 104 static const struct tok bfd_v1_authentication_values[] = {
117 static const struct tok bfd_port_values[] = {
124 static const struct tok bfd_diag_values[] = {
137 static const struct tok bfd_v0_flag_values[] = {
151 static const struct tok bfd_v1_flag_values[] = {
161 static const struct tok bfd_v1_state_values[] = {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 58 Token tok = lexer.match(SIP); local
59 if (!tok.getTokenValue().equalsIgnoreCase("SIP"))
62 tok = lexer.match(ID);
63 if (!tok.getTokenValue().equals("2.0"))
WarningParser.java 130 Token tok = lexer.getNextToken(); local
132 int code = Integer.parseInt(tok.getTokenValue());
143 tok = lexer.getNextToken();
151 warning.setAgent(tok.getTokenValue() + ":"
154 warning.setAgent(tok.getTokenValue());
  /external/expat/lib/
xmlrole.h 89 int tok,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
  /external/libsepol/src/
genbools.c 37 char *tok = strtok_r(buffer, "=", &ptr); local
38 if (tok) {
39 strncpy(name1, tok, BUFSIZ - 1);
43 tok = strtok_r(NULL, "\0", &ptr);
44 if (tok) {
45 while (isspace(*tok))
46 tok++;
48 if (isdigit(tok[0]))
49 *val = atoi(tok);
50 else if (!strncasecmp(tok, "true", sizeof("true") - 1)
    [all...]
  /external/libselinux/src/
booleans.c 256 char *tok = strtok_r(buffer, "=", &ptr); local
257 if (tok) {
258 strncpy(name1, tok, BUFSIZ - 1);
262 tok = strtok_r(NULL, "\0", &ptr);
263 if (tok) {
264 while (isspace(*tok))
265 tok++;
267 if (isdigit(tok[0]))
268 *val = atoi(tok);
269 else if (!strncasecmp(tok, "true", sizeof("true") - 1)
    [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 26 void TokenLexer::Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI,
36 ExpandLocStart = Tok.getLocation();
38 AtStartOfLine = Tok.isAtStartOfLine();
39 HasLeadingSpace = Tok.hasLeadingSpace();
51 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
149 if (ResultToks.empty() || !ResultToks.back().is(tok::comma))
163 if (!ResultToks.empty() && ResultToks.back().is(tok::hashhash))
192 if (CurTok.is(tok::hash) || CurTok.is(tok::hashat)) {
202 if (CurTok.is(tok::hash)) // Stringif
    [all...]
PPMacroExpansion.cpp 378 Callbacks->MacroExpands(Info.Tok, Info.MD, Info.Range);
501 Token Tok;
505 LexUnexpandedToken(Tok);
506 assert(Tok.is(tok::l_paren) && "Error computing l-paren-ness?");
515 while (Tok.isNot(tok::r_paren)) {
516 if (ContainsCodeCompletionTok && (Tok.is(tok::eof) || Tok.is(tok::eod))
    [all...]
PreprocessorLexer.cpp 47 if (FilenameTok.is(tok::eod))
  /external/dropbear/
cli-auth.c 139 unsigned char * tok = NULL; local
195 tok = methods; /* tok stores the next method we'll compare */
198 TRACE(("auth method '%s'", tok))
200 if (strncmp(AUTH_METHOD_PUBKEY, tok,
206 if (strncmp(AUTH_METHOD_INTERACT, tok,
212 if (strncmp(AUTH_METHOD_PASSWORD, tok,
217 tok = &methods[i+1]; /* Must make sure we don't use it after the
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 372 Token Tok;
373 L.LexFromRawLexer(Tok);
375 while (Tok.isNot(tok::eof)) {
378 unsigned TokOffs = SM.getFileOffset(Tok.getLocation());
379 unsigned TokLen = Tok.getLength();
380 switch (Tok.getKind()) {
382 case tok::identifier:
383 llvm_unreachable("tok::identifier in raw lexing mode!");
384 case tok::raw_identifier:
    [all...]
TokenRewriter.cpp 35 while (RawTok.isNot(tok::eof)) {
37 if (Tok.is(tok::raw_identifier)) {
40 PP.LookUpIdentifierInfo(Tok);
87 Token Tok;
88 Tok.startToken();
90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
91 Tok.setLength(Len);
94 // set kind to tok::unknown.
95 Tok.setKind(tok::unknown)
    [all...]
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 361 tok::TokenKind Kind, Close;
367 case tok::l_brace: return P.BraceCount;
368 case tok::l_square: return P.BracketCount;
369 case tok::l_paren: return P.ParenCount;
380 BalancedDelimiterTracker(Parser& p, tok::TokenKind k)
386 case tok::l_brace:
387 Close = tok::r_brace;
390 case tok::l_paren:
391 Close = tok::r_paren;
395 case tok::l_square
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 229 } while (!DirectiveToken.is(tok::eod) && DirectiveToken.isNot(tok::eof));
241 if (RawToken.is(tok::raw_identifier))
243 if (RawToken.is(tok::identifier))
278 while (RawToken.isNot(tok::eof)) {
279 if (RawToken.is(tok::hash) && RawToken.isAtStartOfLine()) {
283 if (RawToken.is(tok::raw_identifier))
285 if (RawToken.is(tok::identifier)) {
287 case tok::pp_include:
288 case tok::pp_include_next
    [all...]
RewriteTest.cpp 28 if (I->isNot(tok::comment)) continue;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 539 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, NULL)
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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ProviderConfigurationPermission.java 64 StringTokenizer tok = new StringTokenizer(Strings.toLowerCase(actions), " ,"); local
67 while (tok.hasMoreTokens())
69 String s = tok.nextToken();
  /external/clang/lib/Basic/
IdentifierTable.cpp 32 TokenID = tok::identifier;
122 tok::TokenKind TokenCode, unsigned Flags,
150 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
158 tok::TokenKind TokenCode,
167 tok::ObjCKeywordKind ObjCID,
177 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \
179 #define ALIAS(NAME, TOK, FLAGS) \
180 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \
184 AddCXXOperatorKeyword(StringRef(#NAME), tok::ALIAS, *this)
    [all...]

Completed in 414 milliseconds

1 2 34 5 6 7 8 91011>>