Searched refs:fullName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | AutomaticActivity.java | 248 private static void addForAllModifiers(String fullName, float error, String[] modifierNames, in addForAllModifiers() argument 251 TestResult r = modifierResults.get(fullName); in addForAllModifiers() 261 String fullName = ""; in handleError() local 263 fullName = fullName.concat("." + s); in handleError() 265 fullName = fullName.substring(1); in handleError() 270 deltaError = error - (float)mInputJson.getDouble(fullName); in handleError() 276 mIndividualDiffResults.put(fullName, new TestResult(fullName, deltaError)); in handleError() 277 addForAllModifiers(fullName, deltaError, modifierNames, mModifierDiffResults); in handleError() 280 mIndividualResults.put(fullName, new TestResult(fullName, error)); in handleError() 281 addForAllModifiers(fullName, error, modifierNames, mModifierResults); in handleError() [all …]
|
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
D | PerformanceTest.java | 58 String fullName = ANIM_TEST_NAMES[mAnimTestNr] + " " + name; in aggregate() local 59 fullName += mDoubleBuffering ? " tiled" : " webkit"; in aggregate() 61 if (!mAnimDataMap.containsKey(fullName)) { in aggregate() 62 mAnimDataMap.put(fullName, new AnimStat()); in aggregate() 64 AnimStat statVals = mAnimDataMap.get(fullName); in aggregate()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardJapanizationTests.java | 95 final String fullName = "Dr. \u3075\u308B\u3069 B \u3091\u308A\u304B Ph.D"; in testNameDoCoMo() local 97 .addExpectedNode("N", fullName + ";;;;", in testNameDoCoMo() 98 Arrays.asList(fullName, "", "", "", ""), in testNameDoCoMo() 100 .addExpectedNode("FN", fullName, mContentValuesForSJis) in testNameDoCoMo()
|
/frameworks/base/core/java/android/webkit/ |
D | WebSettingsClassic.java | 143 public AutoFillProfile(int uniqueId, String fullName, String email, in AutoFillProfile() argument 148 mFullName = fullName; in AutoFillProfile()
|