Home
last modified time | relevance | path

Searched refs:classNameString (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DClassName.kt218 @JvmStatic public fun bestGuess(classNameString: String): ClassName { in bestGuess()
223 while (p < classNameString.length && Character.isLowerCase(classNameString.codePointAt(p))) { in bestGuess()
224 p = classNameString.indexOf('.', p) + 1 in bestGuess()
225 require(p != 0) { "couldn't make a guess for $classNameString" } in bestGuess()
227 names += if (p != 0) classNameString.substring(0, p - 1) else "" in bestGuess()
230 for (part in classNameString.substring(p).split('.')) { in bestGuess()
232 "couldn't make a guess for $classNameString" in bestGuess()
238 require(names.size >= 2) { "couldn't make a guess for $classNameString" } in bestGuess()
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DClassName.java194 public static ClassName bestGuess(String classNameString) { in bestGuess() argument
197 while (p < classNameString.length() && Character.isLowerCase(classNameString.codePointAt(p))) { in bestGuess()
198 p = classNameString.indexOf('.', p) + 1; in bestGuess()
199 checkArgument(p != 0, "couldn't make a guess for %s", classNameString); in bestGuess()
201 String packageName = p == 0 ? NO_PACKAGE : classNameString.substring(0, p - 1); in bestGuess()
205 for (String simpleName : classNameString.substring(p).split("\\.", -1)) { in bestGuess()
207 "couldn't make a guess for %s", classNameString); in bestGuess()
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/
H A DHprofInMemoryIndex.kt93 val classNameString = hprofStringById(classNameStringId) in <lambda>() constant
94 proguardMapping.deobfuscateFieldName(classNameString, fieldNameString) in <lambda>()
101 val classNameString = hprofStringById(classNameStringId) in <lambda>() constant
102 return (proguardMapping?.deobfuscateClassName(classNameString) ?: classNameString).run { in <lambda>()
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/
H A DHelpers.java171 String classNameString = Helpers.getAnnotationStringValue(className); in getImplementedClassName() local
172 if (classNameString == null) { in getImplementedClassName()
175 TypeElement impElement = elements.getTypeElement(classNameString.replace('$', '.')); in getImplementedClassName()
/aosp_15_r20/out/soong/.intermediates/external/javapoet/javapoet/linux_glibc_common/local-javac-header/
Djavapoet.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/search/SettingsLib-annotation-processor/linux_glibc_common/withres/
DSettingsLib-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/aosp_15_r20/packages/apps/TV/libs/m2/
Djavapoet-1.11.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/squareup/ com/ ...
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/javapoet/javapoet/linux_glibc_common/javac/
Djavapoet.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/view_inspector/view-inspector-annotation-processor/linux_glibc_common/withres/
Dview-inspector-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/kotlinpoet/1.8.0/
HDkotlinpoet-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlinpoet.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/local-javac-header/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/4.16.0/
Dcompiler-4.16.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt-host/linux_glibc_common/local-combined/
Dglide-annotation-and-compiler-prebuilt-host.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common_apex30/combined/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common/combined/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common_apex30/local-combined/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/4.12.0/
Dcompiler-4.12.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common/local-combined/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common/jetifier/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-annotation-and-compiler-prebuilt/android_common_apex30/jetifier/
Dglide-annotation-and-compiler-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle/ META- ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.9/
HDauto-value-1.9.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/dialer_rootcomponentprocessor_plugin/linux_glibc_common/combined/
Ddialer_rootcomponentprocessor_plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/aosp_15_r20/out/soong/.intermediates/external/auto/value/auto_value_memoized_extension_plugin/linux_glibc_common/combined/
Dauto_value_memoized_extension_plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

123