HomeSort by relevance Sort by last modified time
    Searched defs:arg_name (Results 1 - 9 of 9) sorted by null

  /system/core/liblog/tests/
benchmark.h 65 BenchmarkWantsArgBase<T>* Arg(const char* arg_name, T arg) {
66 BenchmarkRegister(new BenchmarkWithArg<T>(name_, fn_arg_, arg_name, arg));
78 BenchmarkWithArg(const char* name, void (*fn)(int, T), const char* arg_name, T arg) :
80 arg_name_ = strdup(arg_name);
111 char arg_name[100]; local
112 PrettyPrintInt(arg_name, sizeof(arg_name), arg);
113 BenchmarkRegister(new BenchmarkWithArg<int>(name_, fn_arg_, arg_name, arg));
  /external/libmojo/base/android/
trace_event_binding.cc 39 const char* arg_name() { return has_arg_ ? "arg" : nullptr; } function in class:base::android::__anon23656::TraceEventDataConverter
91 converter.arg_name(), converter.arg());
105 converter.arg_name(), converter.arg());
118 converter.arg_name(), converter.arg());
  /external/google-benchmark/src/
benchmark_register.cc 170 const auto& arg_name = family->arg_names_[arg_i]; local
171 if (!arg_name.empty()) {
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 159 const auto& arg_name = family->arg_names_[arg_i]; local
160 if (!arg_name.empty()) {
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 27 const std::string& arg_name, const std::string& arg_value) {
28 out << arg_name << "->set_type(TYPE_SCALAR);\n"; local
29 out << arg_name << "->mutable_scalar_value()->set_" << val.scalar_type()
35 const std::string& arg_name, const std::string& arg_value) {
36 out << arg_name << "->set_type(TYPE_STRING);\n"; local
37 out << arg_name << "->mutable_string_value()->set_message"
39 out << arg_name << "->mutable_string_value()->set_length"
45 const std::string& arg_name, const std::string& arg_value) {
46 out << arg_name << "->set_type(TYPE_ENUM);\n"; local
52 out << "profile__" << predefined_type << "(" << arg_name << ", "
65 out << arg_name << "->set_type(TYPE_VECTOR);\\n"; local
71 << " __attribute__((__unused__)) = " << arg_name local
82 out << arg_name << "->set_type(TYPE_ARRAY);\\n"; local
88 << " __attribute__((__unused__)) = " << arg_name local
99 out << arg_name << "->set_type(TYPE_STRUCT);\\n"; local
110 << " __attribute__((__unused__)) = " << arg_name local
121 out << arg_name << "->set_type(TYPE_UNION);\\n"; local
131 out << "auto *" << union_field_name << " = " << arg_name local
142 out << arg_name << "->set_type(TYPE_HIDL_CALLBACK);\\n"; local
150 out << arg_name << "->set_type(TYPE_HIDL_INTERFACE);\\n"; local
158 out << arg_name << "->set_type(TYPE_MASK);\\n"; local
167 out << arg_name << "->set_type(TYPE_HANDLE);\\n"; local
188 out << "auto* fd_val_i = " << arg_name local
253 out << arg_name << "->set_type(TYPE_HIDL_MEMORY);\\n"; local
262 out << arg_name << "->set_type(TYPE_POINTER);\\n"; local
269 out << arg_name << "->set_type(TYPE_FMQ_SYNC);\\n"; local
279 out << "auto *" << fmq_item_name << " = " << arg_name local
293 out << arg_name << "->set_type(TYPE_FMQ_UNSYNC);\\n"; local
303 out << "auto *" << fmq_item_name << " = " << arg_name local
343 std::string arg_name = "arg_" + std::to_string(i); local
345 out << "auto *" << arg_name local
    [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 935 << arg_name << "));\\n"; local
955 out << func_name << "(" << arg_value_name << ", &(" << arg_name local
1087 out << arg_name << " = handle;\\n"; local
1091 out << arg_name << " = nullptr;\\n"; local
1120 out << arg_name << " = ::android::hardware::hidl_memory();\\n"; local
1124 out << arg_name << " = memory;\\n"; local
    [all...]
  /external/flatbuffers/src/
idl_gen_cpp.cpp 1787 const auto arg_name = "_" + field.name; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 1108 char arg_name[64]; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 5541 char *arg_name = ralloc_asprintf(NULL, "arg%d", i); local
    [all...]

Completed in 709 milliseconds