Searched refs:NotifyResult (Results 1 – 12 of 12) sorted by relevance
52 enum NotifyResult { enum79 NotifyResult NotifyOtherProcessOrCreate();101 NotifyResult NotifyOtherProcess();106 NotifyResult NotifyOtherProcessWithTimeout(111 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
45 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()69 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()109 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
279 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()329 ProcessSingleton::NotifyResult331 ProcessSingleton::NotifyResult result = PROCESS_NONE; in NotifyOtherProcessOrCreate()
48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
32 ProcessSingleton::NotifyResult
758 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()766 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeout()900 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()907 ProcessSingleton::NotifyResult912 NotifyResult result = NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeoutOrCreate()
171 ProcessSingleton::NotifyResult notify_result_;
163 ProcessSingleton::NotifyResult NotifyOtherProcess(bool override_kill) { in NotifyOtherProcess()181 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate()
224 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite228 if (this.runner.NotifyResult) {230 this.runner.NotifyResult(this.name, formatted);237 if (this.runner.NotifyResult) {239 this.runner.NotifyResult(this.name + "Latency", formattedLatency);248 if (runner.NotifyResult) {249 runner.NotifyResult(this.name, "Skipped");340 suite.NotifyResult();
29 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
177 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite181 if (this.runner.NotifyResult) {183 this.runner.NotifyResult(this.name, formatted);257 suite.NotifyResult();
60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property