HomeSort by relevance Sort by last modified time
    Searched refs:tokens (Results 301 - 325 of 476) sorted by null

<<11121314151617181920

  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 218 __u32 tokens; member in struct:tc_htb_xstats
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 4442 $tokens = array(); variable
4451 $tokens = array(); variable
4518 $tokens = array(); variable
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 1018 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(token); local
1072 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(destination); local
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 265 /// method should have no observable side-effect on the lexed tokens.
326 /// for each macro argument, the list of tokens that were provided to the
407 // If this macro expands to no tokens, don't bother to push it onto the
454 // Update the tokens location to include both its expansion and physical
503 // Read arguments as unexpanded tokens. This avoids issues, e.g., where
508 // ArgTokens - Build up a list of tokens that make up each argument. Each
530 // Read arguments as unexpanded tokens. This avoids issues, e.g., where
715 /// \brief Keeps macro expanded tokens for TokenLexers.
717 /// Works like a stack; a TokenLexer adds the macro expanded tokens that is
718 /// going to lex in the cache and when it finishes the tokens are remove
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 45 name, tokens, tokenNames, rules, cyclicDFAs,
102 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
108 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
272 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
285 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
403 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
412 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 46 name, tokens, tokenNames, rules, cyclicDFAs,
100 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
107 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
267 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
280 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
385 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
394 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 60 * tokens (HashMap<name: String, type: Integer>):
83 name, tokens, tokenNames, rules, cyclicDFAs,
117 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
132 <tokens:{<it.name> = <it.type>;}; separator="\n">
306 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
328 <tokens:{<it.name> = <it.type>;}; separator="\n">
485 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="Parser", labelType="Token", members={<actions.parser.members>}) ::= <<
492 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="object", superClass="TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1697 String[] tokens = new String[] {"red"}; local
1741 String[] tokens = new String[] {"red"}; local
    [all...]
  /cts/tools/dasm/src/dasm/
parser.cup 9 import dasm.tokens.number_token;
10 import dasm.tokens.relative_number_token;
11 import dasm.tokens.variant_token;
59 /* Terminals (tokens returned by the scanner). */
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 31 tokens {
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 61 tokens {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 646 tokens { X; }
665 tokens { X; }
684 tokens { X; }
703 tokens { X; }
1006 tokens = ANTLR3::CommonTokenStream.new( lexer )
1007 parser = FlatList::Parser.new( tokens )
1011 nodes.token_stream = tokens
1020 tokens = ANTLR3::CommonTokenStream.new( lexer )
1021 parser = SimpleTree::Parser.new( tokens )
1025 nodes.token_stream = tokens
    [all...]
  /external/bison/darwin-lib/
stdlib.h 552 NULL-terminated array of tokens:
556 - It returns the index of the "token" in the given array of tokens.
562 (char **optionp, char *const *tokens, char **valuep)
566 (char **optionp, char *const *tokens, char **valuep));
    [all...]

Completed in 929 milliseconds

<<11121314151617181920