HomeSort by relevance Sort by last modified time
    Searched refs:num_args (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/libchrome/base/trace_event/
trace_log.h 195 int num_args,
208 int num_args,
221 int num_args,
235 int num_args,
250 int num_args,
261 int num_args,
trace_event.h 108 // int num_args,
127 // int num_args,
147 // int num_args,
167 // int num_args,
694 const int num_args = 1; local
720 const int num_args = 2; local
751 const int num_args = 2; local
783 const int num_args = 2; local
840 const int num_args = 1; local
901 const int num_args = 2; local
1015 const int num_args = 1; local
    [all...]
trace_log.cc 114 int num_args = 1; local
128 num_args,
    [all...]
trace_event_impl.h 101 int num_args,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/
gen_llvm_ir_macros.py 167 num_args = arguments.count(',')
170 num_args = 0
175 if num_args > 0:
191 num_args += 1
  /external/selinux/libsepol/src/
util.c 243 * num_args - The number of parameter entries to process.
249 * function will not tokenize more than num_args and the last argument will
253 int hidden tokenize(char *line_buf, char delim, int num_args, ...)
263 va_start(ap, num_args);
265 for (items = 0; items < num_args && *buf_p != '\0'; items++) {
269 if (items == num_args - 1) {
  /external/skia/src/core/
SkTraceEvent.h 57 // int num_args,
298 const int num_args = 1; local
304 num_args, &arg1_name, arg_types, arg_values, flags);
319 const int num_args = 2; local
327 num_args, arg_names, arg_types, arg_values, flags);
  /external/skqp/src/core/
SkTraceEvent.h 57 // int num_args,
298 const int num_args = 1; local
304 num_args, &arg1_name, arg_types, arg_values, flags);
319 const int num_args = 2; local
327 num_args, arg_names, arg_types, arg_values, flags);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_jit_compiled_cpu_function.cc 42 const size_t num_args = program_shape.parameters_size(); local
43 arg_sizes.reserve(num_args);
44 for (int i = 0; i < num_args; ++i) {
172 jit->static_data_.num_args = jit->arg_sizes_.size();
  /external/v8/include/libplatform/
v8-tracing.h 42 const char* scope, uint64_t id, uint64_t bind_id, int num_args,
50 const char* scope, uint64_t id, uint64_t bind_id, int num_args,
67 int num_args() const { return num_args_; } function in class:v8::platform::tracing::TraceObject
236 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
  /toolchain/binutils/binutils-2.27/include/opcode/
nios2.h 149 unsigned long num_args; /* The number of arguments the instruction member in struct:nios2_opcode
  /external/v8/src/tracing/
trace-event.h 92 // int num_args,
416 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
420 if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
424 if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
428 DCHECK(num_args <= 2);
432 bind_id, num_args, arg_names, arg_types,
510 const int num_args = 1; local
515 phase, category_group_enabled, name, scope, id, bind_id, num_args,
525 const int num_args = 2; local
534 phase, category_group_enabled, name, scope, id, bind_id, num_args,
    [all...]
  /art/libdexfile/dex/
test_dex_file_builder.h 128 size_t num_args = entry.first.args.size(); local
129 if (num_args != 0u) {
131 data_section_size = entry.second.data_offset + 4u + num_args * sizeof(DexFile::TypeItem);
183 size_t num_args = entry.first.args.size(); local
185 (num_args != 0u) ? data_section_offset + entry.second.data_offset : 0u;
190 if (num_args != 0u) {
192 Write32(type_list_offset, num_args);
193 for (size_t i = 0; i != num_args; ++i) {
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 85 int num_args = 0; local
87 args = ::CommandLineToArgvW(command_line.c_str(), &num_args);
  /frameworks/base/tools/aapt2/
Flags.cpp 116 if (flag.num_args > 0) {
153 if (flag.num_args > 0) {
Flags.h 60 size_t num_args; member in struct:aapt::Flags::Flag
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.h 164 unsigned num_args,
  /external/selinux/libselinux/src/
label_internal.h 140 extern int read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...);
  /bionic/libc/system_properties/
contexts_split.cpp 148 // num_args - The number of spec parameter entries to process.
153 static int read_spec_entries(char* line_buf, int num_args, ...) {
174 va_start(ap, num_args);
177 while (items < num_args) {
  /external/freetype/src/psaux/
t1decode.c 1118 FT_Int num_args = t1_args_count[op]; local
1842 FT_Int num_args = t1_args_count[op]; local
    [all...]
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutator.cpp 173 size_t num_args = result.arg_size(); local
174 if (num_args > 0) {
175 size_t rand_arg_idx = rand_(num_args);
  /system/core/demangle/
Demangler.cpp 36 size_t num_args = cur_state_.args.size(); local
38 if (num_args > 0) {
40 for (size_t i = 1; i < num_args; i++) {
533 size_t num_args = cur_state_.args.size(); local
534 if (num_args < 4) {
545 if (num_args == 4 && cur_state_.args[3] == "void") {
549 for (size_t i = 4; i < num_args; i++) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py     [all...]
  /external/python/cpython2/Lib/
inspect.py     [all...]

Completed in 2331 milliseconds

12 3 4 5