HomeSort by relevance Sort by last modified time
    Searched defs:func_name (Results 1 - 25 of 35) sorted by null

1 2

  /external/tpm2/
parsep3 45 func_name = ''
52 func_name = re.sub('^TPM2_', '', f.groups(0)[0])
62 func_file = open('%s.c' % func_name, 'w')
44 func_name = '' variable
51 func_name = re.sub('^TPM2_', '', f.groups(0)[0]) variable
  /external/v8/src/parsing/
func-name-inferrer.cc 83 const AstString* func_name = MakeNameFromStack(); local
85 funcs_to_infer_[i]->set_raw_inferred_name(func_name);
  /system/core/libbacktrace/
Backtrace.cpp 65 std::string func_name = GetFunctionNameRaw(pc, offset); local
66 return func_name;
111 if (!frame->func_name.empty()) {
112 line += " (" + frame->func_name;
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
BluetoothHalV1.driver.cpp 14 const char* func_name = func_msg->name().c_str(); local
15 cout << "Function: " << __func__ << " '" << func_name << "'" << endl;
25 if (!strcmp(func_name, "get_bluetooth_interface")) {
48 const char* func_name = func_msg->name().c_str(); local
49 cout << "Function: " << __func__ << " '" << func_name << "'" << endl;
Nfc.driver.cpp 40 const char* func_name = func_msg.name().c_str(); local
41 cout << "Function: " << __func__ << " " << func_name << endl;
42 if (!strcmp(func_name, "open")) {
61 if (!strcmp(func_name, "write")) {
83 if (!strcmp(func_name, "coreInitialized")) {
104 if (!strcmp(func_name, "prediscover")) {
120 if (!strcmp(func_name, "close")) {
136 if (!strcmp(func_name, "controlGranted")) {
152 if (!strcmp(func_name, "powerCycle")) {
168 if (!strcmp(func_name, "notifySyspropsChanged"))
    [all...]
WifiHalV1.driver.cpp 14 const char* func_name = func_msg->name().c_str(); local
15 cout << "Function: " << func_name << endl;
16 if (!strcmp(func_name, "wifi_initialize")) {
29 const char* func_name = func_msg->name().c_str(); local
30 cout << "Function: " << __func__ << " '" << func_name << "'" << endl;
CameraHalV2.driver.cpp 62 const char* func_name = func_msg->name().c_str(); local
63 cout << "Function: " << __func__ << " " << func_name << endl;
64 if (!strcmp(func_name, "open")) {
109 const char* func_name = func_msg->name().c_str(); local
110 cout << "Function: " << __func__ << " " << func_name << endl;
116 const char* func_name = func_msg->name().c_str(); local
117 cout << "Function: " << __func__ << " '" << func_name << "'" << endl;
135 if (!strcmp(func_name, "get_number_of_cameras")) {
152 if (!strcmp(func_name, "get_camera_info")) {
176 if (!strcmp(func_name, "set_callbacks"))
223 const char* func_name = func_msg->name().c_str(); local
240 const char* func_name = func_msg->name().c_str(); local
265 const char* func_name = func_msg->name().c_str(); local
    [all...]
libcV1.driver.cpp 16 const char* func_name = func_msg->name().c_str(); local
17 cout << "Function: " << func_name << endl;
18 if (!strcmp(func_name, "socket")) {
32 if (!strcmp(func_name, "accept")) {
46 if (!strcmp(func_name, "bind")) {
60 if (!strcmp(func_name, "connect")) {
74 if (!strcmp(func_name, "listen")) {
85 if (!strcmp(func_name, "recv")) {
102 if (!strcmp(func_name, "send")) {
119 if (!strcmp(func_name, "fopen"))
197 const char* func_name = func_msg->name().c_str(); local
    [all...]
BluetoothHalV1bt_interface_t.driver.cpp 219 const char* func_name = func_msg->name().c_str(); local
220 cout << "Function: " << __func__ << " '" << func_name << "'" << endl;
230 if (!strcmp(func_name, "init")) {
271 const char* func_name = func_msg->name().c_str(); local
272 cout << "Function: " << __func__ << " '" << func_name << "'" << endl;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 28 PyObject *func_name; /* The __name__ attribute, a string object */ member in struct:__anon5350
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 28 PyObject *func_name; /* The __name__ attribute, a string object */ member in struct:__anon5657
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 28 PyObject *func_name; /* The __name__ attribute, a string object */ member in struct:__anon53263
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 28 PyObject *func_name; /* The __name__ attribute, a string object */ member in struct:__anon53385
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 28 PyObject *func_name; /* The __name__ attribute, a string object */ member in struct:__anon105105
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 28 PyObject *func_name; /* The __name__ attribute, a string object */ member in struct:__anon105228
  /test/vts/compilation_tools/vtsc/code_gen/fuzzer/
HalHidlFuzzerCodeGen.cpp 129 string func_name = func_spec.name(); local
130 out << "if (target_func == \"" << func_name << "\") {\n"; local
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 40 def add_cycles_to_function(functions, func_name, addr, cycles):
41 if func_name != "<Unknown>":
43 if add_cycles_to_function.prev_func_name == func_name:
47 if func_name in functions.keys():
48 for module_name, module_value in functions[func_name].iteritems():
52 add_cycles_to_function.prev_func_name = func_name
55 return (func_name, module_name)
59 add_cycles_to_function.prev_func_name = func_name
62 return (func_name, module_name)
66 functions[func_name] = {
219 func_name = line.split()[1] variable
283 func_name = line.split('\\t')[column_function].strip() variable
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
CheckTraceVisitor.cpp 212 // callee_record will be "Base", and func_name will be "trace".
214 std::string func_name; local
230 func_name = trace_decl->getName();
262 func_name = callee->getMemberName().getAsString();
268 if (!IsTraceCallName(func_name))
  /system/core/libbacktrace/include/backtrace/
Backtrace.h 61 std::string func_name; // The function name associated with this pc, NULL if not found. member in struct:backtrace_frame_data_t
62 uintptr_t func_offset; // pc relative to the start of the function, only valid if func_name is not NULL.
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.h 97 char *func_name; member in struct:seh_context
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 177 out << "const char* func_name = func_msg.name().c_str();" << "\n";
178 out << "cout << \"Function: \" << __func__ << \" \" << func_name << endl;"
195 out << "if (!strcmp(func_name, \"notifySyspropsChanged\")) {\n";
213 out << "if (!strcmp(func_name, \"" << func_msg.name() << "\")) {\n";
642 string func_name = "MessageTo" local
644 out << "void " << func_name
648 string func_name = "EnumValue" local
651 out << attribute.name() << " " << func_name
665 string func_name = "EnumValue" local
668 out << attribute.name() << " " << func_name
683 string func_name = "MessageTo" local
706 string func_name = "MessageTo" local
782 string func_name = "EnumValue" local
828 string func_name = "MessageTo" local
849 string func_name = "MessageTo" local
979 string func_name = "Verify" local
1043 string func_name = "Verify" local
1063 string func_name = "Verify" local
1139 std::string func_name = "bool Verify" local
1141 out << func_name << "(const VariableSpecificationMessage& expected_result, " local
1156 std::string func_name = "bool Verify" local
1158 out << func_name << "(const VariableSpecificationMessage& expected_result, " local
1196 string func_name = "SetResult" local
1255 string func_name = "SetResult" local
1278 string func_name = "SetResult" local
1360 string func_name = "void SetResult" local
1377 string func_name = "void SetResult" local
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
corefile.c 459 const char *fname = 0, *func_name = 0;
464 &fname, &func_name, (unsigned int *) &l)
465 && fname && func_name && l)
468 (unsigned long) addr, fname, l, func_name));
470 *name = func_name;
479 func_name ? func_name : "<unknown>"));
696 const char * func_name;
698 if (get_src_info (symtab.limit->addr, & filename, & func_name,
713 if (strcmp (symtab.limit->name, func_name) != 0
458 const char *fname = 0, *func_name = 0; local
695 const char * func_name; local
    [all...]
  /build/kati/
func.cc 596 const StringPiece func_name = TrimSpace(func_name_buf); local
597 Var* func = ev->LookupVar(Intern(func_name));
600 func_name.as_string().c_str());
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 769 char func_name[256]; local
856 util_snprintf(func_name, sizeof(func_name), "fs%u_variant%u_%s",
874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
    [all...]
lp_state_setup.c 673 char func_name[256]; local
702 util_snprintf(func_name, sizeof(func_name), "fs%u_setup%u",
723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);

Completed in 529 milliseconds

1 2