HomeSort by relevance Sort by last modified time
    Searched refs:itoken (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 76 itoken = getattr(token, label, None)
77 assert isinstance(itoken, int), label
78 assert itoken in token.tok_name, label
79 if itoken in c.tokens:
80 return c.tokens[itoken]
82 c.labels.append((itoken, None))
83 c.tokens[itoken] = ilabel
99 itoken = grammar.opmap[value] # Fails if unknown token
100 if itoken in c.tokens:
101 return c.tokens[itoken]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 76 itoken = getattr(token, label, None)
77 assert isinstance(itoken, int), label
78 assert itoken in token.tok_name, label
79 if itoken in c.tokens:
80 return c.tokens[itoken]
82 c.labels.append((itoken, None))
83 c.tokens[itoken] = ilabel
99 itoken = grammar.opmap[value] # Fails if unknown token
100 if itoken in c.tokens:
101 return c.tokens[itoken]
    [all...]
  /external/ipsec-tools/src/racoon/
gssapi.c 279 gss_buffer_t itoken, rtoken, dummy; local
310 itoken = &gps->gss[gps->gsscnt];
317 itoken, NULL, NULL);
334 *lenp = itoken->length;
336 if (itoken->length != 0)
350 gss_buffer_t itoken, rtoken; local
360 itoken = &gps->gss[gps->gsscnt];
364 NULL, itoken, NULL, NULL, NULL);
391 if (itoken->length != 0)
395 *lenp = itoken->length
    [all...]

Completed in 72 milliseconds