Home
last modified time | relevance | path

Searched refs:tokcount (Results 1 – 4 of 4) sorted by relevance

/external/jsmn/example/
Djsondump.c73 size_t tokcount = 2; in main() local
79 tok = malloc(sizeof(*tok) * tokcount); in main()
109 r = jsmn_parse(&p, js, jslen, tok, tokcount); in main()
112 tokcount = tokcount * 2; in main()
113 tok = realloc_it(tok, sizeof(*tok) * tokcount); in main()
/external/ply/ply/ply/
Dcpp.py514 tokcount,args,positions = self.collect_args(tokens[j:])
517 i = j + tokcount
523 i = j + tokcount
529 … args[len(m.arglist)-1] = tokens[j+positions[len(m.arglist)-1]:j+tokcount-1]
537 tokens[i:j+tokcount] = rep
820 tokcount, args, positions = self.collect_args(linetok[1:])
846 mvalue = self.tokenstrip(linetok[1+tokcount:])
/external/f2fs-tools/fsck/
Ddict.c1211 int tokcount = 0; in tokenize() local
1224 tokcount++; in tokenize()
1231 return tokcount; in tokenize()
/external/e2fsprogs/lib/support/
Ddict.c1241 int tokcount = 0; in tokenize() local
1254 tokcount++; in tokenize()
1261 return tokcount; in tokenize()