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

  /external/libmojo/base/android/
trace_event_binding.cc 39 const char* arg_name() { return has_arg_ ? "arg" : nullptr; } function in class:base::android::__anon25113::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 170 const auto& arg_name = family->arg_names_[arg_i]; local
171 if (!arg_name.empty()) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark_register.cc 160 const auto& arg_name = family->arg_names_[arg_i]; local
161 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
74 << " __attribute__((__unused__)) = " << arg_name local
86 out << arg_name << "->set_type(TYPE_ARRAY);\\n"; local
95 << " __attribute__((__unused__)) = " << arg_name local
106 out << arg_name << "->set_type(TYPE_STRUCT);\\n"; local
117 << " __attribute__((__unused__)) = " << arg_name local
128 out << arg_name << "->set_type(TYPE_UNION);\\n"; local
138 out << "auto *" << union_field_name << " = " << arg_name local
149 out << arg_name << "->set_type(TYPE_HIDL_CALLBACK);\\n"; local
157 out << arg_name << "->set_type(TYPE_HIDL_INTERFACE);\\n"; local
165 out << arg_name << "->set_type(TYPE_MASK);\\n"; local
174 out << arg_name << "->set_type(TYPE_HANDLE);\\n"; local
195 out << "auto* fd_val_i = " << arg_name local
260 out << arg_name << "->set_type(TYPE_HIDL_MEMORY);\\n"; local
269 out << arg_name << "->set_type(TYPE_POINTER);\\n"; local
276 out << arg_name << "->set_type(TYPE_FMQ_SYNC);\\n"; local
288 out << "auto *" << fmq_item_name << " = " << arg_name local
304 out << arg_name << "->set_type(TYPE_FMQ_UNSYNC);\\n"; local
316 out << "auto *" << fmq_item_name << " = " << arg_name local
358 std::string arg_name = "arg_" + std::to_string(i); local
360 out << "auto *" << arg_name local
    [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 807 const VariableSpecificationMessage& val, const string& arg_name,
812 out << arg_name << " = " << arg_value_name << ".scalar_value()."
818 out << arg_name << " = ::android::hardware::hidl_string("
827 out << arg_name << " = " << func_name << "(" << arg_value_name
830 out << arg_name << " = (" << val.name() << ")" << arg_value_name << "."
838 out << arg_name << " = " << arg_value_name << ".scalar_value()."
844 out << arg_name << ".resize(" << arg_value_name
846 std::string index_name = GetVarString(arg_name) + "_index";
852 out, val.vector_value(0), arg_name + "[" + index_name + "]",
860 std::string index_name = GetVarString(arg_name) + "_index"
877 out << func_name << "(" << arg_value_name << ", &(" << arg_name local
898 out << func_name << "(" << arg_value_name << ", &(" << arg_name local
1030 out << arg_name << " = handle;\\n"; local
1034 out << arg_name << " = nullptr;\\n"; local
1079 out << arg_name << " = ::android::hardware::hidl_memory();\\n"; local
1083 out << arg_name << " = memory;\\n"; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 1108 char arg_name[64]; local
    [all...]
  /external/flatbuffers/src/
idl_gen_cpp.cpp 2311 const auto arg_name = "_" + Name(field); local
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 5541 char *arg_name = ralloc_asprintf(NULL, "arg%d", i); local
    [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 295 milliseconds