Searched refs:numStrings (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 5870 int convertResponseStringEntryToInt(char **response, int index, int numStrings) { in convertResponseStringEntryToInt() argument 5871 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseStringEntryToInt() 5878 int convertResponseHexStringEntryToInt(char **response, int index, int numStrings) { in convertResponseHexStringEntryToInt() argument 5880 if ((response != NULL) && (numStrings > index) && (response[index] != NULL)) { in convertResponseHexStringEntryToInt() 5893 int numStrings, char** response) { in fillCellIdentityFromVoiceRegStateResponseString() argument 5904 convertResponseHexStringEntryToInt(response, 1, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5908 convertResponseHexStringEntryToInt(response, 2, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5910 if (numStrings > 15) { in fillCellIdentityFromVoiceRegStateResponseString() 5912 convertResponseStringEntryToInt(response, 15, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() 5915 convertResponseStringEntryToInt(response, 16, numStrings); in fillCellIdentityFromVoiceRegStateResponseString() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | Compiler.cpp | 66 size_t numStrings, in DumpFuzzerCase() argument 88 for (size_t i = 0; i < numStrings; i++) in DumpFuzzerCase() 335 size_t numStrings, in compileTreeForTesting() argument 338 return compileTreeImpl(shaderStrings, numStrings, compileOptions); in compileTreeForTesting() 342 size_t numStrings, in compileTreeImpl() argument 350 ASSERT(numStrings > 0); in compileTreeImpl() 399 if (PaParseStrings(numStrings - firstSource, &shaderStrings[firstSource], nullptr, in compileTreeImpl() 948 size_t numStrings, in compile() argument 952 DumpFuzzerCase(shaderStrings, numStrings, mShaderType, mShaderSpec, mOutputType, in compile() 956 if (numStrings == 0) in compile() [all …]
|
D | Compiler.h | 90 size_t numStrings, 94 size_t numStrings, 234 size_t numStrings,
|
D | ShaderLang.cpp | 326 size_t numStrings, in Compile() argument 332 return compiler->compile(shaderStrings, numStrings, compileOptions); in Compile()
|
/device/generic/vulkan-cereal/third-party/angle/include/GLSLANG/ |
D | ShaderLang.h | 630 size_t numStrings,
|