HomeSort by relevance Sort by last modified time
    Searched refs:Run (Results 126 - 150 of 1561) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libchrome/base/
task_runner_util.h 22 *result = func.Run();
34 callback.Run(std::move(*result));
  /external/libchrome/base/test/
sequenced_worker_pool_owner.cc 25 exit_loop_.Run();
49 will_wait_for_shutdown_callback_.Run();
  /external/libcxx/utils/google-benchmark/src/
reporter.cc 39 Out << "Run on (" << context.num_cpus << " X " << context.mhz_per_cpu
56 double BenchmarkReporter::Run::GetAdjustedRealTime() const {
62 double BenchmarkReporter::Run::GetAdjustedCPUTime() const {
  /external/libcxx/utils/google-benchmark/test/
skip_with_error_test.cc 17 virtual void ReportRuns(const std::vector<Run>& report) {
25 mutable std::vector<Run> all_runs_;
33 typedef benchmark::BenchmarkReporter::Run Run;
35 void CheckRun(Run const& run) const {
36 CHECK(name == run.benchmark_name) << "expected " << name << " got "
37 << run.benchmark_name;
38 CHECK(error_occurred == run.error_occurred);
39 CHECK(error_message == run.error_message)
    [all...]
  /external/libmojo/base/android/
base_jni_onload.cc 40 if (!i->Run(env))
50 if (!i->Run())
  /external/libmojo/mojo/edk/system/
waiter_test_utils.h 56 void Run() override;
84 void Run() override;
  /external/v8/src/compiler/
typer.h 31 void Run();
33 void Run(const ZoneVector<Node*>& roots,
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5614.dir/
rethinkgo.go 6 func (s *Session) Run(query Exp) *int { return nil }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5614.dir/
rethinkgo.go 6 func (s *Session) Run(query Exp) *int { return nil }
  /system/bt/service/ipc/
ipc_manager.cc 46 if (!linux_handler_->Run()) {
59 if (!binder_handler_->Run()) {
  /system/extras/simpleperf/
cmd_help.cpp 36 bool Run(const std::vector<std::string>& args) override;
43 bool HelpCommand::Run(const std::vector<std::string>& args) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
itbl.s 3 ; Run as "as --itbl itbl itbl.s"
  /art/compiler/optimizing/
optimization.h 47 virtual void Run() = 0;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestDriver.cs 45 // Change 'NOT_DEBUGGING' --> '!NOT_DEBUGGING' to run individual fixtures
59 auto.Run();
  /external/autotest/client/deps/glbench/src/
glinterfacetest.h 21 virtual bool Run();
27 // Callback for GL rendering function to be run before GLX/EGL calls.
texturetest.h 26 virtual bool Run();
  /external/libbrillo/brillo/dbus/
dbus_method_invoker.cc 18 callback.Run(error.get());
  /external/libchrome/base/threading/
simple_thread.h 15 // a new thread, and execute the Delegate's virtual Run() in this new thread
34 // // initialized. The newly created thread will invoke runner->Run(), and
35 // // run until it returns.
58 // virtual Run method, or you can use the DelegateSimpleThread interface.
94 // Subclasses should override the Run method.
95 virtual void Run() = 0;
131 virtual void Run() = 0;
141 void Run() override;
180 void Run() override;
  /external/libmojo/base/message_loop/
message_pump_android.h 28 void Run(Delegate* delegate) override;
  /external/libmojo/mojo/edk/test/
run_all_perftests.cc 30 return test.Run();
  /external/libmojo/mojo/public/cpp/bindings/lib/
control_message_handler.h 32 bool Run(Message* message, MessageReceiverWithStatus* responder);
  /external/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 34 /// is not required to satisfy this property, but the algorithm will run
51 /// Run - Minimize the DAG formed by the \p Changes vertices and the
63 changeset_ty Run(const changeset_ty &Changes,
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAGDeltaAlgorithm.h 34 /// is not required to satisfy this property, but the algorithm will run
50 /// Run - Minimize the DAG formed by the \arg Changes vertices and the \arg
61 changeset_ty Run(const changeset_ty &Changes,
  /external/v8/src/asmjs/
asm-wasm-builder.h 30 Result Run(Handle<FixedArray>* foreign_args);
  /external/v8/src/crankshaft/
hydrogen-infer-types.h 20 void Run() {

Completed in 681 milliseconds

1 2 3 4 56 7 8 91011>>