Home
last modified time | relevance | path

Searched refs:caller_name (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/base/metrics/
Dhistogram_delta_serialization.cc36 const std::string& caller_name) in HistogramDeltaSerialization() argument
41 "Histogram.Inconsistencies" + caller_name, 1, in HistogramDeltaSerialization()
48 "Histogram.Inconsistencies" + caller_name + "Unique", 1, in HistogramDeltaSerialization()
55 "Histogram.InconsistentSnapshot" + caller_name, 1, 1000000, 50, in HistogramDeltaSerialization()
Dhistogram_delta_serialization.h25 explicit HistogramDeltaSerialization(const std::string& caller_name);
/external/valgrind/main/coregrind/
Dm_errormgr.c1548 HChar* caller_name = ip2fo->names + ip2fo->names_free; in foComplete() local
1558 if (!VG_(get_fnname_no_cxx_demangle)(IP, caller_name, ERRTXT_LEN)) in foComplete()
1559 VG_(strcpy)(caller_name, "???"); in foComplete()
1563 if (!VG_(get_objname)(IP, caller_name, ERRTXT_LEN)) in foComplete()
1564 VG_(strcpy)(caller_name, "???"); in foComplete()
1566 ip2fo->names_free += VG_(strlen)(caller_name) + 1; in foComplete()
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Daudio_coding_module_impl.h251 bool HaveValidEncoder(const char* caller_name) const;
Daudio_coding_module_impl.cc1922 bool AudioCodingModuleImpl::HaveValidEncoder(const char* caller_name) const { in SetREDStatus()
1926 "%s failed: No send codec is registered.", caller_name); in SetREDStatus()
1932 "%s failed: Send codec index out of range.", caller_name); in SetREDStatus()
1937 "%s failed: Send codec is NULL pointer.", caller_name); in SetREDStatus()
/external/chromium_org/v8/src/
Dhydrogen.cc7438 SmartArrayPointer<char> caller_name = in HandlePolymorphicCallNamed() local
7442 caller_name.get()); in HandlePolymorphicCallNamed()
7522 SmartArrayPointer<char> caller_name = in TraceInline() local
7526 caller_name.get()); in TraceInline()
7529 target_name.get(), caller_name.get(), reason); in TraceInline()
/external/chromium_org/v8/test/cctest/
Dtest-api.cc13828 int CountInvocations(const char* caller_name,
13978 const char* caller_name, const char* function_name) { in CountInvocations() argument
13992 if (caller_name != NULL) { in CountInvocations()
13995 if (caller->name.find(caller_name) == std::string::npos) in CountInvocations()