HomeSort by relevance Sort by last modified time
    Searched defs:tokenLen (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/Semproc/src/
ExpressionParser.c 105 size_t tokenLen;
115 CHKLOG(rc, LA_nextToken(lexAnalyzer, parser->ptokenBuf, &tokenLen));
116 if (!tokenLen)
SemanticProcessorImpl.c 483 size_t tokenLen = 0;
610 for (; *src && *src != ';'; src += tokenLen)
614 tokenLen = get_next_token_len(src);
615 if (IS_LOCAL_IDENTIFIER(src, tokenLen) /* || !LSTRCMP(token, lhs) */)
626 for (p2 = src; p2 < src + tokenLen; ++p2)
789 size_t tokenLen = 0;
    [all...]
  /external/srec/portable/src/
PFileSystem.c 182 size_t tokenLen = 0, i;
206 tokenLen = MAX_PATH_TOKENS;
207 CHKLOG(rc, PFileSystemLinearToPathTokens(path, &tokens, &tokenLen));
210 for (i = 0; i < tokenLen; ++i)
241 for (i = 0; i < tokenLen; ++i)
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 263 int tokenLen = c - t;
266 if (tokenLen == 9 && !strncmp(t,"precision",9)) {
272 if ((tokenLen == 4 && !strncmp(t,"lowp",4)) ||
273 (tokenLen == 7 && !strncmp(t,"mediump",7)) ||
274 (tokenLen == 5 && !strncmp(t,"highp",5))) {
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 76 milliseconds