HomeSort by relevance Sort by last modified time
    Searched refs:num_args (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/toolchain-utils/binary_search_tool/test/
is_good_noinc_prune.py 27 num_args = num_good_args + num_bad_args
28 if num_args != len(working_set):
29 print('Only %d args, expected %d' % (num_args, len(working_set)))
  /external/webrtc/webrtc/base/
event_tracer.h 38 int num_args,
64 int num_args,
event_tracer_unittest.cc 53 int num_args,
  /external/selinux/libsepol/include/sepol/policydb/
util.h 41 extern int tokenize(char *line_buf, char delim, int num_args, ...);
  /system/core/init/
keyword_map.h 45 auto num_args = args.size() - 1; local
57 if (min_args == max_args && num_args != min_args) {
64 if (num_args < min_args || num_args > max_args) {
  /device/google/marlin/power/
utils.h 51 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
utils.c 206 void interaction(int duration, int num_args, int opt_list[])
211 if (duration < 0 || num_args < 1 || opt_list[0] == 0)
216 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
224 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[])
227 if (duration < 0 || num_args < 1 || opt_list[0] == 0)
232 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
  /device/google/wahoo/power/
utils.h 55 int num_args,
utils.c 183 void interaction(int duration, int num_args, int opt_list[])
188 if (duration < 0 || num_args < 1 || opt_list[0] == 0)
193 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
201 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[])
204 if (duration < 0 || num_args < 1 || opt_list[0] == 0)
209 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.h 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
cpuhint.h 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
cpuhint.h 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.h 71 unsigned num_args);
83 unsigned num_args,
116 unsigned num_args);
lp_bld_intr.c 105 unsigned num_args)
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
189 unsigned num_args,
200 assert(num_args <= LP_MAX_FUNC_ARGS);
202 for(i = 0; i < num_args; ++i) {
207 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
224 return LLVMBuildCall(builder, function, args, num_args, "");
348 unsigned num_args)
356 assert(num_args <= LP_MAX_FUNC_ARGS);
363 for(j = 0; j < num_args; ++j
    [all...]
  /build/make/tools/atree/
fs.cpp 160 int num_args = 0; local
165 ++num_args;
170 if (num_args <= 0) {
174 } else if (num_args == 1) {
180 const char** args = (const char**) malloc(sizeof(const char*) * (num_args + 2));
197 args[num_args] = path.c_str();
198 args[num_args + 1] = NULL;
  /device/huawei/angler/power/
utils.c 175 int interaction(int duration, int num_args, int opt_list[])
180 if (duration < 0 || num_args < 1 || opt_list[0] == NULL)
185 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
195 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[])
198 if (duration < 0 || num_args < 1 || opt_list[0] == NULL)
203 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
  /device/lge/bullhead/power/
utils.c 175 int interaction(int duration, int num_args, int opt_list[])
180 if (duration < 0 || num_args < 1 || opt_list[0] == NULL)
185 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
195 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[])
198 if (duration < 0 || num_args < 1 || opt_list[0] == NULL)
203 lock_handle = perf_lock_acq(lock_handle, duration, opt_list, num_args);
  /external/v8/include/
v8-platform.h 171 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
187 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
193 num_args, arg_names, arg_types, arg_values, flags);
  /system/bt/vendor_libs/test_vendor_lib/src/
test_channel_transport.cc 117 uint8_t num_args = 0; local
118 read(fd, &num_args, 1);
119 LOG_INFO(LOG_TAG, "num_args: %d", num_args);
121 for (uint8_t i = 0; i < num_args; ++i) {
  /external/v8/src/libplatform/tracing/
trace-object.cc 36 const char* scope, uint64_t id, uint64_t bind_id, int num_args,
55 // Clamp num_args since it may have been set by a third-party library.
56 num_args_ = (num_args > kTraceMaxNumArgs) ? kTraceMaxNumArgs : num_args;
113 const char* scope, uint64_t id, uint64_t bind_id, int num_args,
127 num_args_ = num_args;
  /external/selinux/libselinux/src/
label_support.c 58 * num_args - The number of spec parameter entries to process.
66 int hidden read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...)
92 va_start(ap, num_args);
95 while (items < num_args) {
  /art/runtime/
dex_instruction_test.cc 31 static void Build45cc(uint8_t num_args, uint16_t method_idx, uint16_t proto_idx,
43 out[0] |= (num_args << 12);
51 static void Build4rcc(uint16_t num_args, uint16_t method_idx, uint16_t proto_idx,
63 out[0] |= (num_args << 8);
  /toolchain/binutils/binutils-2.25/include/opcode/
nios2.h 96 unsigned long num_args; /* The number of arguments the instruction member in struct:nios2_opcode
  /toolchain/binutils/binutils-2.25/include/som/
lst.h 65 unsigned char num_args; member in struct:som_external_lst_symbol_record
  /external/libchrome/base/trace_event/
trace_log.h 166 int num_args,
212 int num_args,
225 int num_args,
238 int num_args,
252 int num_args,
267 int num_args,
278 int num_args,

Completed in 1323 milliseconds

1 2 3 4 5