/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailConversationCursor.java | 186 final Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(fromString); local 187 if (tokens.length > 0) { 188 senderEmail = tokens[0].getAddress();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 9 tokens = grammar.opmap variable 126 #skip odd children('|' tokens) 206 if name in tokens: 207 new_node = MinNode(type=tokens[name])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 9 tokens = grammar.opmap variable 126 #skip odd children('|' tokens) 206 if name in tokens: 207 new_node = MinNode(type=tokens[name])
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3tokenstream.h | 63 /** Whoever is providing tokens, needs to provide a string factory too 67 /** A special pre-allocated token, which signifies End Of Tokens. Because this must 88 * name from whence the tokens were produced by the lexer. This pointer is a 125 * i<0 indicates tokens in the past. So -1 is previous token and -2 is 126 * two tokens ago. LT(0) is undefined. For i>=n, return Token.EOFToken. 134 * If you don't want to buffer up tokens, then this method makes no 141 /** Where is this stream pulling tokens from? This is not the name, but 153 /** Return the text of all the tokens in the stream, as the old tramp in 158 /** Return the text of all tokens from start to stop, inclusive. 159 * If the stream does not buffer all the tokens then it can jus 211 pANTLR3_VECTOR tokens; member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 105 * @param {org.antlr.runtime.BitSet} [follow] set of tokens that can follow the 149 * @param {org.antlr.runtime.BitSet} [follow] set of tokens that can follow the 189 * @param {org.antlr.runtime.BitSet} [follow] set of tokens that can follow the 421 * <p>During rule invocation, the parser pushes the set of tokens that can 424 * enclosing rule. This local follow set only includes tokens 432 * thing to do is to consume tokens until you see something that 434 * You don't want the exact set of viable next tokens because the 436 * rest of the input looking for one of the missing tokens.</p> 449 * <p>At each rule invocation, the set of tokens that could follow 478 * all context-sensitive FOLLOW sets--the set of all tokens tha [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
ll-star.rb | 30 * and look for blue tokens in the input window pane. :)
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 82 /** A list of all LabelElementPair attached to tokens like id=ID */ 85 /** A list of all LabelElementPair attached to tokens like x=. in tree grammar */ 88 /** A list of all LabelElementPair attached to tokens like x+=. in tree grammar */ 137 * Rewrite rules force tracking of all tokens. 308 /** For use with rewrite rules, we must track all tokens matched on the 310 * token types for which the rule needs a list of tokens. This 315 Set<String> tokens = new HashSet<String>(); local 318 return tokens; 328 tokens.add(label); 332 return tokens; [all...] |
/external/bison/src/ |
state.h | 67 Conflict resolution can decide that certain tokens in certain 69 For each state, the tokens that are errors for this reason are 175 errs *errs_new (int num, symbol **tokens); 245 /* Print on OUT all the lookahead tokens such that this STATE wants to
|
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox.cc | 65 std::vector<std::string> tokens; local 66 if (Tokenize(path, "/", &tokens) != 2) 70 if (!base::StringToInt(tokens[0], &view_id) || view_id != render_view_id) 72 return base::StringToInt(tokens[1], id);
|
/external/chromium_org/media/formats/mp4/ |
avc_unittest.cc | 126 std::vector<std::string> tokens; local 127 EXPECT_GT(Tokenize(str, " ", &tokens), 0u); 130 for (size_t i = 0; i < tokens.size(); ++i) { 134 WriteStartCodeAndNALUType(buffer, tokens[i]);
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
tokenutil.py | 25 from closure_linter.common import tokens namespace 30 Type = tokens.TokenType 79 """Returns all tokens in the same line as the given token. 85 All tokens on the same line as the given token. 108 distance: The number of tokens to look through before failing search. Must 111 reverse: When true, search the tokens before this one instead of the tokens 154 distance: The number of tokens to look through before failing search. Must 157 reverse: When true, search the tokens before this one instead of the tokens [all...] |
/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.h | 89 T1_Token tokens,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_shader.c | 166 uint32_t *tokens, 178 LEN_ARRAY(4, tokens); /* tokens */ 191 WRITE_ARRAY(4, uint32_t, tokens); /* tokens */ 407 READ_ARRAY(4, uint32_t, tokens); /* tokens */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_compute_internal.h | 73 struct tgsi_token *tokens; member in struct:r600_pipe_compute
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_objects.h | 62 void *tokens; member in struct:rbug_shader
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state.h | 71 const struct tgsi_token *tokens; member in struct:sp_fragment_shader_variant
|
/external/freetype/src/psaux/ |
psobjs.h | 89 T1_Token tokens,
|
/external/llvm/utils/lit/lit/ |
ShUtil.py | 56 # we don't have to track whitespace tokens. 175 self.tokens = ShLexer(data, win32Escapes = win32Escapes).lex() 178 for item in self.tokens: 185 self.tokens = itertools.chain([token], self.tokens)
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_shader.c | 166 uint32_t *tokens, 178 LEN_ARRAY(4, tokens); /* tokens */ 191 WRITE_ARRAY(4, uint32_t, tokens); /* tokens */ 407 READ_ARRAY(4, uint32_t, tokens); /* tokens */
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_compute_internal.h | 73 struct tgsi_token *tokens; member in struct:r600_pipe_compute
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_objects.h | 62 void *tokens; member in struct:rbug_shader
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state.h | 71 const struct tgsi_token *tokens; member in struct:sp_fragment_shader_variant
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psobjs.h | 89 T1_Token tokens,
|
/frameworks/base/media/java/android/media/audiofx/ |
BassBoost.java | 227 int tokens = st.countTokens(); local
|
PresetReverb.java | 243 int tokens = st.countTokens(); local
|