Searched refs:fullName (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
H A DPackageName.kt22 data class PackageName(val fullName: String) {
25 if (fullName.contains('.')) {
32 fun fromDotVersion(fullName: String): PackageName {
33 return PackageName(fullName.replace('.', '/'))
39 return fullName.replace('/', '.')
42 override fun toString() = fullName
H A DJavaType.kt24 data class JavaType(val fullName: String) {
27 if (fullName.contains('.')) {
34 fun fromDotVersion(fullName: String): JavaType {
35 return JavaType(fullName.replace('.', '/'))
41 return fullName.replace('/', '.')
45 fun hasInnerType() = fullName.contains('$')
56 return JavaType(fullName.split('$').first())
67 val tokens = fullName.split('$').toMutableList()
68 tokens[0] = root.fullName
77 if (fullName
[all...]
H A DTypesMap.kt49 return JsonData(types.map { it.key.fullName to it.value.fullName }.toMap().toSortedMap())
90 " a duplicity with key '${it.key.fullName}' for values '${it.value}' and " +
117 if (pattern.matcher(it.key.fullName).matches()) {
132 if (it.value.fullName.startsWith(prefix)) {
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DUser.java13 private String fullName; field in class:User
34 return fullName;
37 public void setFullName(String fullName) { argument
38 this.fullName = fullName;
39 notifyPropertyChanged(BR.fullName);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java248 private static void addForAllModifiers(String fullName, float error, String[] modifierNames, argument
251 TestResult r = modifierResults.get(fullName);
261 String fullName = "";
263 fullName = fullName.concat("." + s);
265 fullName = fullName.substring(1);
270 deltaError = error - (float)mInputJson.getDouble(fullName);
276 mIndividualDiffResults.put(fullName, new TestResult(fullName, deltaErro
[all...]
/frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/type/
H A DJavaTypeTest.kt26 Truth.assertThat(type.fullName).isEqualTo("test/MyClass/FIELD")
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/bytecode/asm/
H A DCustomRemapper.kt29 return remapper.rewriteType(JavaType(typeName)).fullName
/frameworks/support/navigation/safe-args-generator/src/tests/kotlin/androidx/navigation/safe/args/generator/
H A DDestinationTest.kt32 fun fullName() {
/frameworks/base/core/java/android/content/
H A DComponentName.java62 final String fullName;
65 fullName = pkg + cls;
68 fullName = cls;
70 return new ComponentName(pkg, fullName);
/frameworks/support/room/compiler/src/test/data/daoWriter/input/
H A DComplexDao.java25 public String fullName; field in class:ComplexDao.FullName
39 @Query("SELECT name || lastName as fullName, uid as id FROM user where uid = :id")
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
H A DProGuardTypesMapper.kt145 if (prefixes.any { type.fullName.startsWith(it) }) {
201 type.fullName
207 type.fullName
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/config/
H A DConfig.kt131 if (!isEligibleForRewriteInternal(type.fullName)) {
157 if (!isEligibleForRewriteInternal(type.fullName + "/")) {
161 val javaType = JavaType(type.fullName + "/")
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/rule/
H A DRewriteRule.kt71 val matcher = inputPattern.matcher(input.fullName)
/frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/
H A DRewriteRuleTest.kt95 Truth.assertThat(result.result!!.fullName).isEqualTo(expectedResult)
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/bytecode/
H A DCoreRemapperImpl.kt108 return path.fileSystem.getPath(result.fullName + ".class")
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/type/
H A DMapGeneratorRemapper.kt88 return config.restrictToPackagePrefixes.any { type.fullName.startsWith(it) }
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DLayoutBinderTest.java97 mLayoutBinder.parse("user.fullName", null, null);
125 public String fullName() { method in class:LayoutBinderTest.TestUser
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardJapanizationTests.java95 final String fullName = "Dr. \u3075\u308B\u3069 B \u3091\u308A\u304B Ph.D";
97 .addExpectedNode("N", fullName + ";;;;",
98 Arrays.asList(fullName, "", "", "", ""),
100 .addExpectedNode("FN", fullName, mContentValuesForSJis)
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/
H A DPackageMap.kt334 val rule = rules.find { it.from == fromPackage.fullName }
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp762 std::vector<char> fullName(totalLen, 0);
763 snprintf(&fullName[0], totalLen, "%s.%s", section, tag);
765 jstring name = env->NewStringUTF(&fullName[0]);
793 "Invalid type %d given for key %s", type, &fullName[0]);
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java592 final String fullName;
595 fullName = context.getPackageName() + name;
598 fullName = name;
601 fullName = !TextUtils.isEmpty(WIDGET_PACKAGE_NAME)
612 Constructor<Behavior> c = constructors.get(fullName);
615 .loadClass(fullName);
618 constructors.put(fullName, c);
622 throw new RuntimeException("Could not inflate Behavior subclass " + fullName, e);
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java589 final String fullName = res.getResourceName(resId);
591 if (ANDROID_PACKAGE_NAME.equals(getResourcePackageName(fullName))) {
596 return withType ? getResourceTypeAndEntryName(fullName)
597 : getResourceEntryName(fullName);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java569 final String fullName;
572 fullName = packageName + serviceName;
575 fullName = serviceName;
577 fullName = null;
579 return fullName;
/frameworks/support/room/compiler/src/test/data/daoWriter/output/
H A DComplexDao.java45 final String _sql = "SELECT name || lastName as fullName, uid as id FROM user where uid = ?";
51 final int _cursorIndexOfFullName = _cursor.getColumnIndexOrThrow("fullName");
57 _item.fullName = _cursor.getString(_cursorIndexOfFullName);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1752 milliseconds

12