/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/core/java/android/content/ |
D | ComponentName.java | 63 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/ |
D | IccRecords.java | 1495 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/ |
D | GenerateCorpus.cpp | 160 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/ |
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/jni/ |
D | com_android_internal_os_KernelCpuUidBpfMapReader.cpp | 210 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()
|
D | android_hardware_camera2_CameraMetadata.cpp | 762 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/ |
D | CarrierDisplayNameResolver.java | 442 if (!TextUtils.isEmpty(name.fullName)) return name.fullName; in getPlmnNetworkName()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 641 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/ |
D | ChooserActivity.java | 1873 final String fullName; 1876 fullName = packageName + serviceName; 1879 fullName = serviceName; 1881 fullName = null; 1883 return fullName;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 105939 Ljava/security/Identity;->fullName()Ljava/lang/String;
|