Searched refs:indexOf (Results 1 – 10 of 10) sorted by relevance
88 .indexOf(mTestIterationSeparator); in storeTestMetrics()106 if (key.indexOf(mTestIterationSeparator) != -1 && in storeTestMetrics()108 key = key.substring(0, key.indexOf(mTestIterationSeparator)); in storeTestMetrics()
302 int skiaDataIndex = gfxinfo.indexOf(SKIA_PIPELINE); in checkSkiaVulkanSupport()312 final int newlinecharacter = tmpinfo.indexOf(System.getProperty("line.separator")); in checkSkiaVulkanSupport()320 skiaDataIndex = tmpinfo.indexOf(SKIA_PIPELINE); in checkSkiaVulkanSupport()
177 … String testModuleName = testModuleAndTestName.substring(0, testModuleAndTestName.indexOf(' ')); in getTestModulesTaggedWithIncludeFilterFromXML()
232 assertEquals("Build fingerprint must not include whitespace", -1, fingerprint.indexOf(' ')); in verifyFingerprintStructure()
823 mTime = Long.parseLong(input.substring(input.indexOf('@') + 1, input.indexOf('.'))); in parseTimeFromFilePath()
242 testList[i] = mAllTestModels.indexOf(modelName); in startInferenceTest()
335 int index = name.indexOf(".config"); in getModuleNamesMatching()
350 assertEquals(expectPropertyValues.get(expectProperties.indexOf(property[0])), in testBuildRequestString()
411 String dependency = line.substring(line.indexOf("filename") + 9).trim(); in parseDump()
10 …indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return … method in Array