Home
last modified time | relevance | path

Searched defs:InitArgs (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/
Dinit_args.rs88 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/
Dinit_args.rs344 pub struct InitArgs<'a> { struct
345 inner: JavaVMInitArgs, argument
356 impl<'a> InitArgs<'a> { argument
Dvm.rs186 args: InitArgs, in with_libjvm()
212 args: InitArgs, in with_create_fn_ptr()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrPipeline.h77 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 Dtrace_processor_context.h83 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 DModuleUtils.cpp122 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 DModuleUtils.cpp202 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 Dvktestframeworkandroid.cpp48 void VkTestFramework::InitArgs(int *argc, char *argv[]) {} in InitArgs() function in VkTestFramework
H A Dvktestframework.cpp158 void VkTestFramework::InitArgs(int *argc, char *argv[]) { in InitArgs() function in VkTestFramework
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp104 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_impl.cc141 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 DSanitizerBinaryMetadata.cpp200 const std::array<Value *, InitTypes.size()> InitArgs = { in run() local
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dcall_intrinsic.h214 constexpr bool InitArgs(MacroAssembler&& as, bool has_avx, AssemblerArgType... args) { in InitArgs() function