/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | IsolatedHostTestTest.java | 253 final String className = "com.android.tradefed.referencetests.SimpleFailingTest"; in testSimpleFailingTestLifecycle() local 274 final String className = "com.android.tradefed.referencetests.SimplePassingTest"; in testSimplePassingTestLifecycle() local 294 final String className = "com.android.tradefed.referencetests.OnePassingOneFailingTest"; in testIncludeFilterByMethodLifecycle() local 316 final String className = "com.android.tradefed.referencetests.OnePassingOneFailingTest"; in testIncludeFilterByClassLifecycle() local 348 final String className = "com.android.tradefed.referencetests.OnePassingOneFailingTest"; in testIncludeFilterByModuleLifecycle() local 382 final String className = "com.android.tradefed.referencetests.OnePassingOneFailingTest"; in testExcludeFilterByMethodLifecycle() local 406 final String className = "com.android.tradefed.referencetests.OnePassingOneFailingTest"; in testExcludeFilterByClassLifecycle() local 439 final String className = "com.android.tradefed.referencetests.OnePassingOneFailingTest"; in testConflictingFilterLifecycle() local 465 final String className = "com.android.tradefed.referencetests.OnePassingOneFailingTest"; in testConflictingFilterNoTestsLeftLifecycle() local 483 String className = "com.android.tradefed.referencetests.OnePassOneFailParamTest"; in testParameterizedTest() local [all …]
|
/aosp_15_r20/test/mlts/models/assets/models_list/ |
D | mobilenet_topk_aosp.json | 8 "className": "TopK", string 25 "className": "TopK", string 44 "className": "TopK", string 61 "className": "TopK", string 80 "className": "TopK", string 97 "className": "TopK", string 116 "className": "TopK", string 133 "className": "TopK", string 152 "className": "TopK", string 169 "className": "TopK", string [all …]
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/ |
H A D | IdCreator.java | 86 private int findMethodIdInsertionPoint(String className, String methodName, String signature) { in findMethodIdInsertionPoint() 113 private int findTypeIdInsertionPoint(String className) { in findTypeIdInsertionPoint() 142 private int findFieldIdInsertionPoint(String className, String typeName, String fieldName) { in findFieldIdInsertionPoint() 169 private int createMethodId(String className, String methodName, String signature) { in createMethodId() 218 private int findMethodId(String className, String methodName, String signature) { in findMethodId() 248 public int findOrCreateMethodId(String className, String methodName, String shorty) { in findOrCreateMethodId() 256 private int createTypeId(String className) { in createTypeId() 292 private int findTypeId(String className) { in findTypeId() 313 public int findOrCreateTypeId(String className) { in findOrCreateTypeId() 404 private int createFieldId(String className, String typeName, String fieldName) { in createFieldId() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 206 #define NATIVE_METHOD(className, functionName, signature) \ argument 209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/aosp_15_r20/libnativehelper/include_platform_header_only/nativehelper/ |
H A D | jni_macros.h | 206 #define NATIVE_METHOD(className, functionName, signature) \ argument 209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 206 #define NATIVE_METHOD(className, functionName, signature) \ argument 209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 206 #define NATIVE_METHOD(className, functionName, signature) \ argument 209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 206 #define NATIVE_METHOD(className, functionName, signature) \ argument 209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 206 #define NATIVE_METHOD(className, functionName, signature) \ argument 209 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 212 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 215 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 218 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 221 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 224 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 227 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 230 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | OpenSSLProvider.java | 543 private void putMacImplClass(String algorithm, String className) { in putMacImplClass() 556 private void putSymmetricCipherImplClass(String transformation, String className) { in putSymmetricCipherImplClass() 568 private void putRSACipherImplClass(String transformation, String className) { in putRSACipherImplClass() 584 private void putSignatureImplClass(String algorithm, String className) { in putSignatureImplClass() 604 private void putRAWRSASignatureImplClass(String className) { in putRAWRSASignatureImplClass() 620 private void putECDHKeyAgreementImplClass(String className) { in putECDHKeyAgreementImplClass() 635 private void putXDHKeyAgreementImplClass(String className) { in putXDHKeyAgreementImplClass()
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | OpenSSLProvider.java | 542 private void putMacImplClass(String algorithm, String className) { in putMacImplClass() 555 private void putSymmetricCipherImplClass(String transformation, String className) { in putSymmetricCipherImplClass() 567 private void putRSACipherImplClass(String transformation, String className) { in putRSACipherImplClass() 583 private void putSignatureImplClass(String algorithm, String className) { in putSignatureImplClass() 603 private void putRAWRSASignatureImplClass(String className) { in putRAWRSASignatureImplClass() 619 private void putECDHKeyAgreementImplClass(String className) { in putECDHKeyAgreementImplClass() 634 private void putXDHKeyAgreementImplClass(String className) { in putXDHKeyAgreementImplClass()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/1.5/android.hardware.radio-V1.5-java_gen_java/gen/srcs/android/hardware/radio/V1_5/ |
D | CellIdentity.java | 43 String className = (hidl_o != null) ? hidl_o.getClass().getName() : "null"; in noinit() local 63 String className = (hidl_o != null) ? hidl_o.getClass().getName() : "null"; in gsm() local 83 String className = (hidl_o != null) ? hidl_o.getClass().getName() : "null"; in wcdma() local 103 String className = (hidl_o != null) ? hidl_o.getClass().getName() : "null"; in tdscdma() local 123 String className = (hidl_o != null) ? hidl_o.getClass().getName() : "null"; in cdma() local 143 String className = (hidl_o != null) ? hidl_o.getClass().getName() : "null"; in lte() local 163 String className = (hidl_o != null) ? hidl_o.getClass().getName() : "null"; in nr() local
|
/aosp_15_r20/libnativehelper/ |
H A D | JNIHelp.c | 54 const char* className, in FindMethod() 84 jstring className = (jstring) (*env)->CallObjectMethod(env, exceptionClass, getName); in GetExceptionSummary() local 223 static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException() 239 static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, ...) { in ThrowException() 309 #define THROW_EXCEPTION_WITH_MESSAGE(env, className, ctorSig, msg, ...) ({ \ argument 321 int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods() 360 int jniThrowException(JNIEnv* env, const char* className, const char* message) { in jniThrowException() 364 int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt()
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/ |
H A D | NameMap.java | 45 protected static void putNameMap(String headerName, String className) { in putNameMap() 48 className); in putNameMap() local 52 String className = (String) nameMap.get(headerName.toLowerCase()); in getClassFromName() local 73 String className) { in addExtensionHeader() 74 nameMap.put(headerName.toLowerCase(), className); in addExtensionHeader() local
|
/aosp_15_r20/external/leakcanary2/shark-graph/src/test/java/shark/ |
H A D | HprofHeapGraphTest.kt | 30 val className = "com.example.SimpleClass" in <lambda>() constant 45 val className = "com.example.SimpleClass" in <lambda>() constant 60 val className = "com.example.SimpleClass" in <lambda>() constant
|
/aosp_15_r20/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/ |
H A D | MyFactory.java | 28 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication() 37 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity() 46 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver() 55 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider() 64 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
|
/aosp_15_r20/external/cronet/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | BootstrapAppComponentFactory.java | 29 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication() 38 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider() 47 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity() 56 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver() 65 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | AppComponentFactory.java | 74 @NonNull String className) in instantiateApplication() 92 public @NonNull Activity instantiateActivity(@NonNull ClassLoader cl, @NonNull String className, in instantiateActivity() 108 @NonNull String className, @Nullable Intent intent) in instantiateReceiver() 127 @NonNull String className, @Nullable Intent intent) in instantiateService() 145 @NonNull String className) in instantiateProvider()
|
/aosp_15_r20/external/angle/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | BootstrapAppComponentFactory.java | 29 public Application instantiateApplication(ClassLoader cl, String className) in instantiateApplication() 38 public ContentProvider instantiateProvider(ClassLoader cl, String className) in instantiateProvider() 47 public Activity instantiateActivity(ClassLoader cl, String className, Intent intent) in instantiateActivity() 56 public BroadcastReceiver instantiateReceiver(ClassLoader cl, String className, Intent intent) in instantiateReceiver() 65 public Service instantiateService(ClassLoader cl, String className, Intent intent) in instantiateService()
|
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/config/ |
H A D | ResultProcessorConfig.java | 34 private final String className; field in ResultProcessorConfig 42 public String className() { in className() method in ResultProcessorConfig 75 private String className; field in ResultProcessorConfig.Builder 78 public Builder className(String className) { in className() argument
|
H A D | InstrumentConfig.java | 40 private final String className; field in InstrumentConfig 48 public String className() { in className() method in InstrumentConfig 80 private String className; field in InstrumentConfig.Builder 83 public Builder className(String className) { in className() method in InstrumentConfig.Builder
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | ContextComponentResolver.java | 55 public Activity resolveActivity(String className) { in resolveActivity() 63 public BroadcastReceiver resolveBroadcastReceiver(String className) { in resolveBroadcastReceiver() 71 public RecentsImplementation resolveRecents(String className) { in resolveRecents() 79 public Service resolveService(String className) { in resolveService() 83 private <T> T resolve(String className, Map<Class<?>, Provider<T>> creators) { in resolve()
|
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
H A D | InstrumentSpec.java | 40 private String className; field in InstrumentSpec 55 public String className() { in className() method in InstrumentSpec 98 private String className; field in InstrumentSpec.Builder 101 public Builder className(String className) { in className() method in InstrumentSpec.Builder
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | FileSpecTest.kt | 542 val className = ClassName(packageName, "StringKey") in aliasedImportInSamePackage() constant 572 val className = ClassName(packageName, "Class") in aliasedImportClass() constant 596 val className = ClassName(packageName, "Outer").nestedClass("Inner") in aliasedImportWithNestedClass() constant 1311 val className = ClassName("com.example", "Example") in classNameFactory() constant 1318 val className = ClassName("com.example", "Example", "Nested") in classNameFactoryIllegalArgumentExceptionOnNestedType() constant
|
/aosp_15_r20/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/ |
H A D | BitmapDumper.java | 44 public static void deleteFileInClassFolder(String className, String testName) { in deleteFileInClassFolder() 58 public static void createSubDirectory(String className) { in createSubDirectory() 74 String className, DifferenceVisualizer differenceVisualizer) { in dumpBitmaps() 93 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap() 101 … private static void saveFile(String className, String testName, String fileName, Bitmap bitmap) { in saveFile()
|