/external/chromium-trace/catapult/tracing/tracing/core/ |
auditor.html | 16 function Auditor(model) { 20 Auditor.prototype = { 49 options.mandatoryBaseClass = Auditor; 50 tr.b.decorateExtensionRegistry(Auditor, options); 53 Auditor: Auditor
|
test_utils.html | 314 TestUtils.newModelWithAuditor = function(customizeModelCallback, auditor) { 319 auditorConstructors: [auditor]
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/ |
chrome_auditor.html | 10 <link rel="import" href="/tracing/core/auditor.html"> 26 var Auditor = tr.c.Auditor; 29 * Auditor for Chrome-specific traces. 33 Auditor.call(this, model); 46 __proto__: Auditor.prototype, 79 Auditor.register(ChromeAuditor);
|
/external/nist-sip/java/gov/nist/core/ |
ThreadAuditor.java | 6 * Thread Auditor class: 9 * - Threads register with the auditor at startup and "ping" the auditor every so often. 10 * - The application queries the auditor about the health of the system periodically. The 11 * auditor reports if the threads are healthy or if any of them failed to ping and are 15 * the thread can periodically ping the auditor. 32 /// Set to true when the thread pings, periodically reset to false by the auditor 38 /// Thread auditor monitoring this thread 48 /// Called by the auditor thread to check the ping status of the thread 53 /// Called by the auditor thread to reset the ping status of the threa [all...] |
/external/chromium-trace/catapult/tracing/tracing/extras/vsync/ |
vsync_auditor.html | 8 <link rel="import" href="/tracing/core/auditor.html"> 38 * Auditor that analyzes the model and, if possible, adds data to it 42 * @extends {tr.c.Auditor} 45 tr.c.Auditor.call(this, model); 49 __proto__: tr.c.Auditor.prototype, 122 tr.c.Auditor.register(VSyncAuditor);
|
vsync_auditor_test.html | 25 var auditor = new VSyncAuditor(model); 26 assert.deepEqual(auditor.findVSyncTimestamps(model), expectedTimes);
|
/external/chromium-trace/catapult/tracing/tracing/importer/ |
import.html | 31 var auditorTypes = tr.c.Auditor.getAllRegisteredTypeInfos(); 259 auditors.forEach(function(auditor) { 260 auditor.runAnnotate(); 261 auditor.installUserFriendlyCategoryDriverIfNeeded(); 335 auditors.forEach(function(auditor) { 336 auditor.runAudit();
|
proto_expectation.html | 10 <link rel="import" href="/tracing/core/auditor.html">
|
user_model_builder.html | 10 <link rel="import" href="/tracing/core/auditor.html">
|
/external/chromium-trace/catapult/tracing/tracing/model/helpers/ |
android_model_helper.html | 10 <link rel="import" href="/tracing/core/auditor.html">
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageProcessor.java | 114 * If the thread auditor is enabled, define a socket timeout value in order to 178 // Ask the auditor to monitor this thread 185 // Let the thread auditor know we're up and running 247 // This socket timeout alows us to ping the thread auditor periodically
|
UDPMessageChannel.java | 265 // We're part of a thread pool. Ask the auditor to 272 // Send a heartbeat to the thread auditor 277 // thread auditor is disabled. [all...] |
SIPTransactionStack.java | 364 // / Timer to regularly ping the thread auditor (on behalf of the timer 385 // Let the thread auditor know that the timer task is alive [all...] |
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 57 static std::unique_ptr<ExplodedNode::Auditor> CreateUbiViz(); 655 // Set the graph auditor. 656 std::unique_ptr<ExplodedNode::Auditor> Auditor; 658 Auditor = CreateUbiViz(); 659 ExplodedNode::SetAuditor(Auditor.get()); 666 // Release the auditor (if any) so that it doesn't monitor the graph 722 class UbigraphViz : public ExplodedNode::Auditor { 740 static std::unique_ptr<ExplodedNode::Auditor> CreateUbiViz() {
|
/external/chromium-trace/catapult/tracing/tracing/extras/android/ |
android_auditor.html | 11 <link rel="import" href="/tracing/core/auditor.html"> 28 var Auditor = tr.c.Auditor; 87 * Auditor for Android-specific traces. 91 Auditor.call(this, model); 386 __proto__: Auditor.prototype, 567 Auditor.register(AndroidAuditor); [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 231 class Auditor { 233 virtual ~Auditor(); 237 static void SetAuditor(Auditor* A);
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExplodedGraph.cpp | 34 ExplodedNode::Auditor::~Auditor() {} 37 static ExplodedNode::Auditor* NodeAuditor = nullptr; 40 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) {
|
/external/nist-sip/java/gov/nist/javax/sip/ |
EventScanner.java | 458 // Ask the auditor to monitor this thread 481 // Send a heartbeat to the thread auditor
|
SipStackImpl.java | [all...] |
/external/chromium-trace/catapult/tracing/ |
trace_viewer.gypi | 61 'tracing/core/auditor.html',
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
model.html | 14 <link rel="import" href="/tracing/core/auditor.html">
|
/external/chromium-trace/ |
systrace_trace_viewer.html | [all...] |
/external/selinux/policycoreutils/po/ |
es.po | [all...] |
/toolchain/binutils/binutils-2.25/binutils/po/ |
es.po | [all...] |