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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 85 tokens = tokenize.generate_tokens(StringIO(plural).readline)
87 danger = [x for x in tokens if x[0] == token.NAME and x[1] != 'n']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 85 tokens = tokenize.generate_tokens(StringIO(plural).readline)
87 danger = [x for x in tokens if x[0] == token.NAME and x[1] != 'n']
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 22 /** create tree node that holds the start and stop tokens associated
232 * tokens to BLOCK etc... You'll see
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 138 from antlr3.tokens import CommonToken
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 19 tokens, tokenNames, rules, cyclicDFAs, bitsets, buildTemplate, buildAST, rewriteMode,
107 <if(tokens)>
110 define_tokens( <tokens:{it | :<it.name> => <it.type>}; anchor, wrap="\n", separator=", "> )
118 # this is necessary because anonymous tokens, which are
167 grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
185 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, filterMode, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR3::TreeParser", members={<actions.treeparser.members>}) ::= <<
197 parserBody(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, inputStreamType, superClass, filterMode, labelType, members, rewriteElementType, actionScope, ASTLabelType="Object") ::= <<
    [all...]
  /external/bison/lib/
stdlib.in.h 230 NULL-terminated array of tokens:
234 - It returns the index of the "token" in the given array of tokens.
240 (char **optionp, char *const *tokens, char **valuep)
244 (char **optionp, char *const *tokens, char **valuep));
  /external/chromium_org/chrome/browser/
io_thread.cc 1301 std::vector<std::string> tokens; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 145 * Array of MathML Table and Matrix tokens.
222 * Array of MathML Whitespace and Alignment tokens.
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc 995 std::vector<std::string> tokens; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 399 int tokens = (int)(stop - p); local
401 vp8_pack_tokens_c(w, p, tokens);
418 int tokens = (int)(stop - p); local
420 vp8_pack_tokens_c(w, p, tokens);
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 366 int left_; // how many free tokens left before the page is full
367 int page_size_; // number of tokens per page
386 VP8TBuffer* const tokens);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 578 if (cso->tokens)
579 prog->pipe.tokens = tgsi_dup_tokens(cso->tokens);
594 FREE((void *)prog->pipe.tokens);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_emit.h 143 const struct tgsi_token *tokens );
262 * Note that this function is used to create tokens for output registers,
  /external/iproute2/include/linux/
pkt_sched.h 360 __u32 tokens; member in struct:tc_htb_xstats
  /external/iproute2/tc/
q_htb.c 314 fprintf(f, " tokens: %d ctokens: %d\n", st->tokens,st->ctokens);
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 400 int tokens = (int)(stop - p); local
402 vp8_pack_tokens_c(w, p, tokens);
419 int tokens = (int)(stop - p); local
421 vp8_pack_tokens_c(w, p, tokens);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 578 if (cso->tokens)
579 prog->pipe.tokens = tgsi_dup_tokens(cso->tokens);
594 FREE((void *)prog->pipe.tokens);
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 143 const struct tgsi_token *tokens );
262 * Note that this function is used to create tokens for output registers,
  /external/webp/src/enc/
vp8enci.h 366 int left_; // how many free tokens left before the page is full
367 int page_size_; // number of tokens per page
386 VP8TBuffer* const tokens);
  /frameworks/base/core/java/android/text/
TextUtils.java 296 * Returns a string containing the tokens joined by delimiters.
297 * @param tokens an array objects to be joined. Strings will be formed from
300 public static String join(CharSequence delimiter, Object[] tokens) {
303 for (Object token: tokens) {
315 * Returns a string containing the tokens joined by delimiters.
316 * @param tokens an array objects to be joined. Strings will be formed from
319 public static String join(CharSequence delimiter, Iterable tokens) {
322 for (Object token: tokens) {
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 523 int tokens = st.countTokens(); local
Virtualizer.java 568 int tokens = st.countTokens(); local
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 1244 String[] tokens = line.split("[ ]+"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 400 int tokens = (int)(stop - p); local
402 vp8_pack_tokens_c(w, p, tokens);
419 int tokens = (int)(stop - p); local
421 vp8_pack_tokens_c(w, p, tokens);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-cli-1.2.jar 

Completed in 1002 milliseconds

<<31323334353637383940>>