/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/ |
D | init_args.rs | 88 pub fn build(self) -> Result<InitArgs, JvmError> { in build() 121 pub struct InitArgs { struct 122 inner: JavaVMInitArgs, argument 126 impl InitArgs { implementation 132 impl Drop for InitArgs { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/ |
D | init_args.rs | 344 pub struct InitArgs<'a> { struct 345 inner: JavaVMInitArgs, argument 356 impl<'a> InitArgs<'a> { argument
|
D | vm.rs | 186 args: InitArgs, in with_libjvm() 212 args: InitArgs, in with_create_fn_ptr()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrPipeline.h | 77 struct InitArgs { struct 78 InputFlags fInputFlags = InputFlags::kNone; 79 const GrCaps* fCaps = nullptr; 103 GrPipeline(const InitArgs& args, sk_sp<const GrXferProcessor>, const GrAppliedHardClip&); argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/types/ |
H A D | trace_processor_context.h | 83 struct InitArgs { struct 89 explicit TraceProcessorContext(const InitArgs&); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 122 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions() 147 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 202 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions() 247 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestframeworkandroid.cpp | 48 void VkTestFramework::InitArgs(int *argc, char *argv[]) {} in InitArgs() function in VkTestFramework
|
H A D | vktestframework.cpp | 158 void VkTestFramework::InitArgs(int *argc, char *argv[]) { in InitArgs() function in VkTestFramework
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 104 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions()
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_event_impl.cc | 141 void TraceEvent::InitArgs(TraceArguments* args) { in InitArgs() function in base::trace_event::TraceEvent
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 200 const std::array<Value *, InitTypes.size()> InitArgs = { in run() local
|
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | call_intrinsic.h | 214 constexpr bool InitArgs(MacroAssembler&& as, bool has_avx, AssemblerArgType... args) { in InitArgs() function
|