Home
last modified time | relevance | path

Searched defs:arg_count (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/system/extras/simpleperf/
H A Dprofcollect.cpp76 static std::vector<std::string> ConvertArgs(const char** args, int arg_count) { in ConvertArgs()
84 bool RunRecordCmd(const char** args, int arg_count) { in RunRecordCmd()
99 bool RunInjectCmd(const char** args, int arg_count) { in RunInjectCmd()
/aosp_15_r20/system/extras/simpleperf/rust/
H A Dlib.rs51 let arg_count: i32 = pointer_args.len().try_into().unwrap(); in run_record_cmd() localVariable
60 let arg_count: i32 = pointer_args.len().try_into().unwrap(); in run_inject_cmd() localVariable
/aosp_15_r20/external/dtc/
H A Dfdtput.c58 static int encode_value(struct display_info *disp, char **arg, int arg_count, in encode_value()
315 char **arg, int arg_count) in do_fdtput()
H A Dfdtget.c265 char **arg, int arg_count, int args_per_step) in do_fdtget()
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc371 uint32_t arg_count = inst->GetVarArgs(args); in ProcessCodeItem() local
479 uint32_t arg_count = next->GetVarArgs(args); in ProcessCodeItem() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Datifragshader.c131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op()
614 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI()
/aosp_15_r20/external/pigweed/pw_log_tokenized/pw_log_tokenized_private/
H A Dtest_utils.h36 size_t arg_count; member
/aosp_15_r20/external/deqp-deps/amber/samples/
Dandroid_helper.cc43 jsize arg_count = env->GetArrayLength(args); in Java_com_google_amber_Amber_androidHelper() local
/aosp_15_r20/external/pigweed/pw_log_tokenized/
H A Dlog_tokenized_test_c.c34 size_t arg_count, in pw_log_tokenized_CaptureArgs()
/aosp_15_r20/external/python/cpython3/Python/
Dast_unparse.c219 Py_ssize_t i, di, arg_count, posonlyarg_count, default_count; in append_ast_args() local
542 Py_ssize_t i, arg_count, kw_count; in append_ast_call() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_kernel.h55 uint16_t arg_count; member
/aosp_15_r20/external/ltp/testcases/kernel/mem/thp/
H A Dthp01.c110 long arg_len, arg_count; in setup() local
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dtokenize_c99_test.c48 static void TokenizeIntegersOnly(uint32_t token, int arg_count, ...) { in TokenizeIntegersOnly()
H A Dencode_args.cc94 size_t arg_count = types & PW_TOKENIZER_TYPE_COUNT_MASK; in EncodeArgs() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h58 unsigned arg_count; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dmsg.c392 int arg_count = lua_gettop(L); in lupb_Array_New() local
790 int arg_count = lua_gettop(L); in lupb_MessageDef_call() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-cff-interp-cs-common.hh543 unsigned int arg_count = env.argStack.get_count (); in rcurveline() local
567 unsigned int arg_count = env.argStack.get_count (); in rlinecurve() local
/aosp_15_r20/bionic/libc/bionic/
H A Dexec.cpp109 size_t arg_count = 1; in __exec_as_script() local
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativeMIPS_64.c221 sljit_s32 arg_count = 0; in call_with_args() local
H A DsljitNativePPC_64.c509 sljit_s32 arg_count = 0; in call_with_args() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dtemplate.rs231 let arg_count = args.len(); in from_ty() localVariable
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dsqlite_utils.h191 size_t arg_count, in ValidateFunctionArguments()
/aosp_15_r20/external/ltp/lib/
H A Dsafe_file_ops.c174 int arg_count = 0; in file_lines_scanf() local
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/
H A Dfunction_tests.cc668 int arg_count(fit::closure) { return 0; } in arg_count() function
669 int arg_count(fit::function<void(int)>) { return 1; } in arg_count() function
/aosp_15_r20/frameworks/base/tools/aapt2/util/
H A DUtil.cpp271 size_t arg_count = 0; in VerifyJavaStringFormat() local

123