HomeSort by relevance Sort by last modified time
    Searched refs:tokens (Results 501 - 525 of 1090) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
stream.h 72 struct isl_token *tokens[5]; member in struct:isl_stream
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
stream.h 72 struct isl_token *tokens[5]; member in struct:isl_stream
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitExecutor.java 323 CommonTokenStream tokens = new CommonTokenStream((Lexer) lexObj); local
328 Object[] parArgs = new Object[]{tokens}; // assign value to parser's args
380 if ( tokens.index()!=tokens.size()-1 ) {
464 CommonTokenStream tokens = new CommonTokenStream((Lexer) lexObj); local
469 Object[] parArgs = new Object[]{tokens}; // assign value to parser's args
509 nodes.setTokenStream(tokens);
548 if ( tokens.index()!=tokens.size()-1 ) {
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 352 base::StringTokenizer tokens(crash_on_hang_thread_names, ",");
354 while (tokens.GetNext()) {
355 const std::string& token = tokens.token();
382 base::StringTokenizer tokens(thread_names_and_live_threshold, ",");
384 while (tokens.GetNext()) {
385 const std::string& token = tokens.token();
412 base::StringTokenizer tokens(crash_on_hang_thread_data, ",");
414 while (tokens.GetNext()) {
415 const std::string& token = tokens.token();
  /external/iputils/
ping_common.c 473 static int tokens; local
483 tokens = interval*(preload-1);
497 ntokens += tokens;
504 tokens = ntokens - interval;
528 return interval - tokens;
539 tokens = 0;
557 tokens += interval;
562 tokens += interval;
583 tokens = 0;
  /external/chromium_org/third_party/ply/
lex.py 68 # Token class. This class is used to represent the tokens produced.
134 self.lextokens = None # List of valid tokens
548 self.tokens = []
573 # Get the tokens map
575 tokens = self.ldict.get("tokens",None)
576 if not tokens:
581 if not isinstance(tokens,(list, tuple)):
582 self.log.error("tokens must be a list or tuple")
586 if not tokens
    [all...]
  /development/tools/idegen/src/com/android/idegen/
MakeFileParser.java 170 String[] tokens = value.split(" "); local
171 Collections.addAll(result, tokens);
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 34 tokens {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 32 /** All tokens go to the parser (unless skip() is called in that rule)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 39 tokens = ANTLR3::CommonTokenStream.new( lexer )
40 parser = Identifiers::Parser.new( tokens )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 43 CANNOT_FIND_TOKENS_FILE(arg) ::= "cannot find tokens file <arg>"
59 problems creating lexer rule listing all tokens: <exception>
112 "literals are illegal in lexer tokens{} section: <arg>"
272 UNREACHABLE_TOKENS(tokens) ::= <<
273 The following token definitions can never be matched because prior tokens match the same input: <tokens; separator=",">
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
tokenutil.py 25 from closure_linter.common import tokens namespace
29 Type = tokens.TokenType
78 """Returns all tokens in the same line as the given token.
84 All tokens on the same line as the given token.
107 distance: The number of tokens to look through before failing search. Must
110 reverse: When true, search the tokens before this one instead of the tokens
153 distance: The number of tokens to look through before failing search. Must
156 reverse: When true, search the tokens before this one instead of the tokens
    [all...]
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
wrapper.js 156 * Method to set the callback for decoded tokens received from the decoder.
158 * decoded tokens.
182 this.handleCandidates_(JSON.parse(msg.tokens), msg.audible);
189 * Method to receive tokens from the decoder and process and forward them to the
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 153 // not have any tokens to display.
182 * Fixture for Identity Internals Web UI testing with multiple tokens in the
198 // Test for listing a token cache with multiple tokens. Names of the extensions
232 * tokens in Identity API token cache.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 319 union i915_full_token* Tokens;
323 extern struct i915_token_list* i915_optimize(const struct tgsi_token *tokens);
325 extern void i915_optimize_free(struct i915_token_list* tokens);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
typeexpr.py 127 # into tokens, separated by spaces.
128 tokens = string.split( string.replace( type_string, "*", " * " ) )
135 for i in tokens:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 319 union i915_full_token* Tokens;
323 extern struct i915_token_list* i915_optimize(const struct tgsi_token *tokens);
325 extern void i915_optimize_free(struct i915_token_list* tokens);
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 127 # into tokens, separated by spaces.
128 tokens = string.split( string.replace( type_string, "*", " * " ) )
135 for i in tokens:
  /external/qemu/qobject/
qjson.c 31 static void parse_json(JSONMessageParser *parser, QList *tokens)
34 s->result = json_parser_parse(tokens, s->ap);
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 86 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(text.toString().trim()); local
87 for (Rfc822Token token : tokens) {
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 303 void EGLSurfaceManager::deleteTextures(GLsizei n, const GLuint *tokens)
308 const GLuint t(*tokens++);
  /art/compiler/utils/
assembler_test.h 562 std::vector<std::string> tokens(start, end);
564 if (tokens.size() < OBJDUMP_SECTION_LINE_MIN_TOKENS) {
565 res->error_msg = "Objdump output not recognized: too few tokens.";
569 if (tokens[1] != ".text") {
574 std::string lengthToken = "0x" + tokens[2];
577 std::string offsetToken = "0x" + tokens[5];
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 710 string[] tokens = @event.Split('\t');
711 Array.Copy(tokens, elements, Math.Min(tokens.Length, MAX_EVENT_ELEMENTS));
712 if (tokens.Length >= MAX_EVENT_ELEMENTS)
717 elements[tokens.Length] = str;
  /external/chromium_org/chrome/browser/devtools/device/
port_forwarding_controller.cc 501 std::vector<std::string> tokens; local
502 Tokenize(location, ":", &tokens);
504 if (tokens.size() != 2 || !base::StringToInt(tokens[1], &destination_port))
506 std::string destination_host = tokens[0];

Completed in 4680 milliseconds

<<21222324252627282930>>