Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java248 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/core/java/android/content/
DComponentName.java63 final String fullName; in createRelative() local
66 fullName = pkg + cls; in createRelative()
69 fullName = cls; in createRelative()
71 return new ComponentName(pkg, fullName); in createRelative()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java1495 public final String fullName; field in IccRecords.PlmnNetworkName
1498 public PlmnNetworkName(String fullName, String shortName) { in PlmnNetworkName() argument
1499 this.fullName = fullName; in PlmnNetworkName()
1508 if (!TextUtils.isEmpty(fullName)) { in getName()
1509 return fullName; in getName()
1517 return Objects.hash(fullName, shortName); in hashCode()
1526 return TextUtils.equals(fullName, pnn.fullName) in equals()
1532 return "{fullName = " + fullName + ", shortName = " + shortName + "}"; in toString()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DGenerateCorpus.cpp160 const std::string fullName = genDir + "/" + testName; in createCorpusEntry() local
161 std::ofstream file(fullName.c_str()); in createCorpusEntry()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java95 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/jni/
Dcom_android_internal_os_KernelCpuUidBpfMapReader.cpp210 auto fullName = android::base::StringPrintf("%s$%s", readerName, m.name); in register_com_android_internal_os_KernelCpuUidBpfMapReader() local
211 ret = RegisterMethodsOrDie(env, fullName.c_str(), m.methods, m.numMethods); in register_com_android_internal_os_KernelCpuUidBpfMapReader()
Dandroid_hardware_camera2_CameraMetadata.cpp762 std::vector<char> fullName(totalLen, 0); in CameraMetadata_getAllVendorKeys() local
763 snprintf(&fullName[0], totalLen, "%s.%s", section, tag); in CameraMetadata_getAllVendorKeys()
765 jstring name = env->NewStringUTF(&fullName[0]); in CameraMetadata_getAllVendorKeys()
793 "Invalid type %d given for key %s", type, &fullName[0]); in CameraMetadata_getAllVendorKeys()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java442 if (!TextUtils.isEmpty(name.fullName)) return name.fullName; in getPlmnNetworkName()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java641 final String fullName = res.getResourceName(resId); in lookUpResourceName() local
643 if (ANDROID_PACKAGE_NAME.equals(getResourcePackageName(fullName))) { in lookUpResourceName()
648 return withType ? getResourceTypeAndEntryName(fullName) in lookUpResourceName()
649 : getResourceEntryName(fullName); in lookUpResourceName()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1873 final String fullName;
1876 fullName = packageName + serviceName;
1879 fullName = serviceName;
1881 fullName = null;
1883 return fullName;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt105939 Ljava/security/Identity;->fullName()Ljava/lang/String;