Home
last modified time | relevance | path

Searched defs:token_length (Results 1 – 17 of 17) sorted by relevance

/external/image_io/src/base/
Ddata_scanner.cc110 size_t token_length = token_range_.GetLength(); in ScanLiteral() local
134 size_t token_length = token_range_.GetLength(); in ScanName() local
167 size_t token_length = token_range_.GetLength(); in ScanQuotedString() local
279 size_t token_length = token_range_.GetLength(); in ScanWhitespace() local
/external/cpuinfo/src/x86/
Dname.c135 const size_t token_length = (size_t) (token_end - token_start); in is_frequency() local
151 const size_t token_length = (size_t) (token_end - token_start); in move_token() local
160 size_t token_length = (size_t) (token_end - token_start); in transform_token() local
/external/libtextclassifier/native/annotator/number/
Dnumber.cc94 const int token_length = in TokensAreValidNumberPrefix() local
159 const int token_length = in TokensAreValidNumberSuffix() local
/external/libtextclassifier/native/utils/
Dtokenizer.cc247 const int token_length = unicode_index - last_unicode_index; in ICUTokenize() local
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_ssdp.c61 static int token_length(const char *s) in token_length() function
/external/deqp/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp316 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cStencilTexturingTests.cpp379 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cGlSpirvTests.cpp121 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cSparseTexture2Tests.cpp270 const size_t token_length = strlen(token); in replaceToken() local
Dgl3cTextureSwizzleTests.cpp2157 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cMultiBindTests.cpp1600 const size_t token_length = strlen(token); in replaceToken() local
Dgl4cShadingLanguage420PackTests.cpp1413 const size_t token_length = strlen(token); in replaceToken() local
1430 const size_t token_length = strlen(token); in replaceAllTokens() local
Dgl4cEnhancedLayoutsTests.cpp1582 const size_t token_length = strlen(token); in replaceToken() local
1609 const size_t token_length = strlen(token); in replaceAllTokens() local
Dgl4cGPUShaderFP64Tests.cpp1570 const size_t token_length = strlen(token); in replaceToken() local
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp63 const size_t token_length = strlen(token); in replaceToken() local
/external/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc718 size_t token_length = in TEST_P() local
781 size_t token_length = in TEST_P() local
/external/mtools/
Dconfig.c33 static size_t token_length; /* length of the token */ variable