Searched defs:function_name (Results 1 - 25 of 43) sorted by relevance

12

/external/webrtc/webrtc/base/
H A Dprofiler_unittest.cc35 const char* function_name = TestFunc(); local
36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
/external/libchrome/base/
H A Dlocation.cc17 Location::Location(const char* function_name, argument
21 : function_name_(function_name),
85 function_name(location.function_name()),
H A Dlocation.h25 Location(const char* function_name,
44 const char* function_name() const { return function_name_; } function in class:tracked_objects::Location
93 std::string function_name; member in struct:tracked_objects::LocationSnapshot
102 #define FROM_HERE_WITH_EXPLICIT_FUNCTION(function_name) \
103 ::tracked_objects::Location(function_name, \
H A Dtracked_objects_unittest.cc69 const std::string& function_name,
83 EXPECT_EQ(function_name,
84 process_data_phase.tasks[0].birth.location.function_name);
223 process_data_phase.tasks[0].birth.location.function_name);
530 process_data_phase0.tasks[0].birth.location.function_name);
554 process_data_phase1.tasks[0].birth.location.function_name);
647 process_data_phase0.tasks[0].birth.location.function_name);
671 process_data_phase1.tasks[0].birth.location.function_name);
695 process_data_phase2.tasks[0].birth.location.function_name);
752 process_data_phase0.tasks[0].birth.location.function_name);
68 ExpectSimpleProcessData(const ProcessDataSnapshot& process_data, const std::string& function_name, const std::string& birth_thread, const std::string& death_thread, int count, int run_ms, int queue_ms) argument
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_suppressions.cc94 const char *function_name = cur->info.function; local
95 if (!function_name) {
99 if (suppression_ctx->Match(function_name, kInterceptorViaFunction,
/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame.h60 function_name(),
120 string function_name; member in struct:google_breakpad::StackFrame
/external/google-breakpad/src/processor/
H A Dbasic_source_line_resolver_types.h60 Function(const string &function_name, argument
63 int set_parameter_size) : Base(function_name,
H A Dsource_line_resolver_base_types.h85 Function(const string &function_name, argument
89 : name(function_name), address(function_address), size(code_size),
/external/valgrind/VEX/priv/
H A Dguest_tilegx_helpers.c49 IRExpr *guest_tilegx_spechelper ( const HChar * function_name, IRExpr ** args, argument
H A Dguest_mips_helpers.c55 IRExpr *guest_mips32_spechelper(const HChar * function_name, IRExpr ** args, argument
61 IRExpr *guest_mips64_spechelper ( const HChar * function_name, IRExpr ** args, argument
H A Dguest_ppc_helpers.c202 IRExpr* guest_ppc32_spechelper ( const HChar* function_name, argument
210 IRExpr* guest_ppc64_spechelper ( const HChar* function_name, argument
H A Dguest_arm64_helpers.c712 IRExpr* guest_arm64_spechelper ( const HChar* function_name, argument
727 //ZZ vex_printf(" %s ", function_name);
737 if (vex_streq(function_name, "arm64g_calculate_condition")) {
1009 //ZZ if (vex_streq(function_name, "armg_calculate_flag_c")) {
1059 //ZZ if (vex_streq(function_name, "armg_calculate_flag_v")) {
H A Dguest_arm_helpers.c554 IRExpr* guest_arm_spechelper ( const HChar* function_name, argument
569 vex_printf(" %s ", function_name);
579 if (vex_streq(function_name, "armg_calculate_condition")) {
814 if (vex_streq(function_name, "armg_calculate_flag_c")) {
864 if (vex_streq(function_name, "armg_calculate_flag_v")) {
/external/swiftshader/third_party/LLVM/runtime/libprofile/
H A DGCDAProfiling.c154 void llvm_gcda_emit_function(uint32_t ident, const char *function_name) { argument
161 write_int32(3 + 1 + length_of_string(function_name));
165 write_string(function_name);
/external/v8/src/parsing/
H A Dpreparser.cc181 Identifier function_name, Scanner::Location function_name_location,
221 CheckFunctionName(language_mode, function_name, function_name_validity,
180 ParseFunctionLiteral( Identifier function_name, Scanner::Location function_name_location, FunctionNameValidity function_name_validity, FunctionKind kind, int function_token_pos, FunctionLiteral::FunctionType function_type, LanguageMode language_mode, bool* ok) argument
H A Dparse-info.h116 const AstRawString* function_name() const { return function_name_; } function in class:v8::internal::ParseInfo
117 void set_function_name(const AstRawString* function_name) { argument
118 function_name_ = function_name;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc183 // <function_name>
185 // <function_name>
269 // <function_name>
277 char *function_name = 0; local
278 str = ExtractToken(str, "\n", &function_name);
279 CHECK(function_name);
280 if (function_name[0] == '\0') {
282 InternalFree(function_name);
297 info->function = function_name;
/external/e2fsprogs/ext2ed/
H A Dmain.c538 void internal_error (char *description,char *source_name,char *function_name) argument
540 wprintw (command_win,"Internal error - Found by source: %s.c , function: %s\n",source_name,function_name);
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c58 warn_GLX_1_3(Display * dpy, const char *function_name) argument
66 function_name);
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c347 void llvm_gcda_emit_function(uint32_t ident, const char *function_name, argument
356 function_name ? function_name : "NULL");
362 if (function_name)
363 len += 1 + length_of_string(function_name);
369 if (function_name)
370 write_string(function_name);
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc1963 const string& function_name) {
1969 EXPECT_THAT(output.c_str(), HasSubstr(function_name));
1972 static_cast<void>(function_name);
1961 VerifyOutput(const String& output, bool should_print, const string& expected_substring, const string& function_name) argument
/external/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2066 const string& function_name) {
2072 EXPECT_THAT(output.c_str(), HasSubstr(function_name));
2075 static_cast<void>(function_name);
2064 VerifyOutput(const std::string& output, bool should_print, const string& expected_substring, const string& function_name) argument
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc477 string function_name = prefix + name; local
478 if (descriptor->FindFieldByName(function_name)) {
481 function_name.append("__");
485 function_name.append("_");
487 return function_name;
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc2066 const string& function_name) {
2072 EXPECT_THAT(output.c_str(), HasSubstr(function_name));
2075 static_cast<void>(function_name);
2064 VerifyOutput(const std::string& output, bool should_print, const string& expected_substring, const string& function_name) argument
/external/compiler-rt/lib/interception/
H A Dinterception_win.cc841 const char *function_name, uptr new_function,
883 if (strcmp(funcname, function_name) == 0)
839 OverrideImportedFunction(const char *module_to_patch, const char *imported_module, const char *function_name, uptr new_function, uptr *orig_old_func) argument

Completed in 629 milliseconds

12