Home
last modified time | relevance | path

Searched defs:arg_vector (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dexec_utils.cc65 pid_t ExecWithoutWait(const std::vector<std::string>& arg_vector, in ExecWithoutWait()
108 const std::vector<std::string>& arg_vector, in WaitChild()
142 const std::vector<std::string>& arg_vector, in WaitChildWithTimeoutFallback()
182 const std::vector<std::string>& arg_vector, in WaitChildWithTimeout()
240 int ExecUtils::ExecAndReturnCode(const std::vector<std::string>& arg_vector, in ExecAndReturnCode()
245 ExecResult ExecUtils::ExecAndReturnResult(const std::vector<std::string>& arg_vector, in ExecAndReturnResult()
256 ExecResult ExecUtils::ExecAndReturnResult(const std::vector<std::string>& arg_vector, in ExecAndReturnResult()
311 bool ExecUtils::Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) const { in Exec() argument
H A Dexec_utils.h127 inline bool Exec(const std::vector<std::string>& arg_vector, /*out*/ std::string* error_msg) { in Exec()
131 inline int ExecAndReturnCode(const std::vector<std::string>& arg_vector, in ExecAndReturnCode()
/aosp_15_r20/bionic/benchmarks/
H A Dbionic_benchmarks.cpp402 args_vector_t arg_vector; in RegisterCliBenchmarks() local
455 args_vector_t arg_vector; in RegisterXmlBenchmarks() local
592 args_vector_t arg_vector; in RegisterAllBenchmarks() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dotapreopt_utils.cpp33 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec()
/aosp_15_r20/frameworks/libs/binary_translation/jni/
Djni_trampolines.cc214 std::vector<jvalue> arg_vector = ConvertVAList(arg_0, arg_2, ToGuestAddr(arg_va)); in DoTrampoline_JNIEnv_CallStaticVoidMethodV() local
/aosp_15_r20/art/odrefresh/
H A Dodrefresh_test.cc79 ExecResult ExecAndReturnResult(const std::vector<std::string>& arg_vector, in ExecAndReturnResult()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Darray_elementwise_ops_test.cc2232 auto arg_vector = in XLA_TEST_F() local
2250 auto arg_vector = ConstantR1<int32_t>(&builder, {2, 10, -5, 1, 4, 10}); in XLA_TEST_F() local
2261 auto arg_vector = ConstantR1<int32_t>(&builder, {2, 10, -5, 1, 4}); in XLA_TEST_F() local
2276 auto arg_vector = ConstantR1<uint32_t>(&builder, {2, 10, 5, 1, 4, 10}); in XLA_TEST_F() local
2287 auto arg_vector = ConstantR1<uint32_t>(&builder, {2, 10, 0, 1, 4}); in XLA_TEST_F() local
H A Dlocal_client_execute_test.cc537 std::vector<Literal> arg_vector; in XLA_TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.cc738 const std::vector<XlaCompiler::Argument> arg_vector(args.begin(), args.end()); in CompileFunction() local
/aosp_15_r20/art/artd/
H A Dartd_test.cc317 ExecResult ExecAndReturnResult(const std::vector<std::string>& arg_vector, in ExecAndReturnResult()