Home
last modified time | relevance | path

Searched refs:fully_qualified_class_name (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
H A DVerifyDialog.java154 public VerifyDialog(String fully_qualified_class_name) { in VerifyDialog() argument
156 final int dotclasspos = fully_qualified_class_name.lastIndexOf(".class"); in VerifyDialog()
158 fully_qualified_class_name = fully_qualified_class_name.substring(0, dotclasspos); in VerifyDialog()
160 fully_qualified_class_name = fully_qualified_class_name.replace('/', '.'); in VerifyDialog()
161 class_name = fully_qualified_class_name; in VerifyDialog()
/aosp_15_r20/packages/modules/UprobeStats/src/
Dconfig.proto26 … // Superseded by `fully_qualified_class_name`, `method_name`, and `fully_qualified_parameters`.
31 … // Superseded by `fully_qualified_class_name`, `method_name`, and `fully_qualified_parameters`.
37 optional string fully_qualified_class_name = 4; field
DConfigResolver.cpp125 std::string fqcn(probeConfig.fully_qualified_class_name()); in resolveProbes()
134 << probeConfig.fully_qualified_class_name() << "#" in resolveProbes()
DGuardrail.cpp43 return probeConfig.fully_qualified_class_name() + "." + in getFullMethodName()
/aosp_15_r20/out/soong/.intermediates/packages/modules/UprobeStats/src/uprobestats/android_arm64_armv8-2a_cortex-a55/gen/proto/packages/modules/UprobeStats/src/
Dconfig.pb.h283 const std::string& fully_qualified_class_name() const; in Swap()
288 void set_allocated_fully_qualified_class_name(std::string* fully_qualified_class_name); in Swap()
1124 inline const std::string& UprobestatsConfig_Task_ProbeConfig::fully_qualified_class_name() const { in fully_qualified_class_name() function
1165 …sk_ProbeConfig::set_allocated_fully_qualified_class_name(std::string* fully_qualified_class_name) { in set_allocated_fully_qualified_class_name() argument
1166 if (fully_qualified_class_name != nullptr) { in set_allocated_fully_qualified_class_name()
1171 …_impl_.fully_qualified_class_name_.SetAllocated(fully_qualified_class_name, GetArenaForAllocation(… in set_allocated_fully_qualified_class_name()
/aosp_15_r20/out/soong/.intermediates/packages/modules/UprobeStats/src/libuprobestats/android_arm64_armv8-2a_cortex-a55_static/gen/proto/packages/modules/UprobeStats/src/
Dconfig.pb.h283 const std::string& fully_qualified_class_name() const; in Swap()
288 void set_allocated_fully_qualified_class_name(std::string* fully_qualified_class_name); in Swap()
1124 inline const std::string& UprobestatsConfig_Task_ProbeConfig::fully_qualified_class_name() const { in fully_qualified_class_name() function
1165 …sk_ProbeConfig::set_allocated_fully_qualified_class_name(std::string* fully_qualified_class_name) { in set_allocated_fully_qualified_class_name() argument
1166 if (fully_qualified_class_name != nullptr) { in set_allocated_fully_qualified_class_name()
1171 …_impl_.fully_qualified_class_name_.SetAllocated(fully_qualified_class_name, GetArenaForAllocation(… in set_allocated_fully_qualified_class_name()
/aosp_15_r20/packages/modules/UprobeStats/src/test/
Dtest_bss_setBatteryState_artApi.textproto7 fully_qualified_class_name: "com.android.server.am.BatteryStatsService"
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp143 std::optional<std::string> fully_qualified_class_name = in NameIsJavaClassName() local
146 StringPiece qualified_class_name = fully_qualified_class_name in NameIsJavaClassName()
147 ? fully_qualified_class_name.value() in NameIsJavaClassName()
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-bcel/apache-bcel/linux_glibc_common/local-javac-header/
Dapache-bcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-bcel/apache-bcel/linux_glibc_common/javac/
Dapache-bcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...