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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/
builtin-sched.c 1363 static int sort_dimension__add(const char *tok, struct list_head *list)
1368 if (!strcmp(available_sorts[i]->name, tok)) {
1860 char *tmp, *tok, *str = strdup(sort_order); local
    [all...]
  /external/tcpdump/
print-atalk.c 46 static struct tok type2str[] = {
609 static struct tok skt2str[] = {
print-ip.c 44 struct tok ip_option_values[] = {
359 static struct tok ip_frag_values[] = {
print-ether.c 41 const struct tok ethertype_values[] = {
print-gre.c 68 struct tok gre_flag_values[] = {
print-igmp.c 99 static struct tok igmpv3report2str[] = {
print-zephyr.c 73 static struct tok z_types[] = {
print-domain.c 245 struct tok ns_type2str[] = {
310 struct tok ns_class2str[] = {
print-juniper.c 62 static struct tok juniper_ipsec_type_values[] = {
71 static struct tok juniper_direction_values[] = {
150 static struct tok juniper_protocol_values[] = {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 1132 String tok = tokenizer.nextToken(); local
    [all...]
  /external/chromium/net/http/
http_auth_gssapi_posix.h 228 HttpAuth::ChallengeTokenizer* tok);
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 152 Token Tok;
153 PP.Lex(Tok);
154 if (Tok.is(tok::eof))
  /external/clang/lib/Sema/
SemaDecl.cpp 86 bool Sema::isSimpleTypeSpecifier(tok::TokenKind Kind) const {
90 case tok::kw_short:
91 case tok::kw_long:
92 case tok::kw___int64:
93 case tok::kw___int128:
94 case tok::kw_signed:
95 case tok::kw_unsigned:
96 case tok::kw_void:
97 case tok::kw_char:
98 case tok::kw_int
    [all...]
SemaExpr.cpp 738 ExprResult Comma = ActOnBinOp(TUScope, E->getLocStart(), tok::comma,
    [all...]
AnalysisBasedWarnings.cpp 916 tok::l_square, tok::l_square, PP.getIdentifierInfo("clang"),
917 tok::coloncolon, PP.getIdentifierInfo("fallthrough"),
918 tok::r_square, tok::r_square
    [all...]
SemaObjCProperty.cpp 149 tok::ObjCKeywordKind MethodImplKind,
302 Token Tok;
304 lexer.LexFromRawLexer(Tok);
305 if (Tok.is(tok::raw_identifier) &&
306 StringRef(Tok.getRawIdentifierData(), Tok.getLength()) == attrName) {
307 Loc = Tok.getLocation();
310 } while (Tok.isNot(tok::r_paren))
    [all...]
SemaExprCXX.cpp 482 Sema::ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) {
483 assert((Kind == tok::kw_true || Kind == tok::kw_false) &&
485 return Owned(new (Context) CXXBoolLiteralExpr(Kind == tok::kw_true,
    [all...]
SemaCast.cpp 213 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind,
236 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind,
253 case tok::kw_const_cast:
264 case tok::kw_dynamic_cast: {
276 case tok::kw_reinterpret_cast: {
288 case tok::kw_static_cast: {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24);
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 223 Token tok = (Token)all.get(index); local
  /external/bison/data/
lalr1.cc 117 /// \param tok the lookahead token.
118 virtual std::string yysyntax_error_ (int yystate, int tok);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /frameworks/compile/slang/
slang.cpp 411 clang::Token Tok;
414 mPP->Lex(Tok);
415 } while (Tok.isNot(clang::tok::eof));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 170 e.token ||= create_token do | tok |
171 tok.type = adaptor.type_of( e.node )
172 tok.text = adaptor.text_of( e.node )
    [all...]

Completed in 2663 milliseconds

1 2 3 4 5 6 7 8 91011>>