HomeSort by relevance Sort by last modified time
    Searched refs:Run (Results 201 - 225 of 2528) sorted by null

1 2 3 4 5 6 7 891011>>

  /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.
59 // virtual Run method, or you can use the DelegateSimpleThread interface.
79 // must not be deleted before Run() is invoked. After that, it's up to
96 // Subclasses should override the Run method.
97 virtual void Run() = 0;
123 // A SimpleThread which delegates Run() to its Delegate. Non-joinable
124 // DelegateSimpleThread are safe to delete after Run() was invoked, their
126 // view (although implementations must of course make sure that Run() will no
    [all...]
  /external/libmojo/mojo/edk/test/
run_all_perftests.cc 25 return test.Run();
  /external/libmojo/mojo/public/cpp/bindings/lib/
associated_group.cc 31 return controller_getter_.Run();
  /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/mesa3d/src/compiler/glsl/glcpp/tests/
glcpp-test 20 Run the test suite for mesa's GLSL pre-processor.
25 --valgrind Run the test suite a second time under valgrind
  /external/perfetto/src/base/test/
test_task_runner.cc 33 void TestTaskRunner::Run() {
36 task_runner_.Run();
42 task_runner_.Run();
76 task_runner_.Run();
  /external/perfetto/test/cts/producer/jni/
fake_producer_jni.cc 32 task_runner.Run();
  /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/tensorflow/tensorflow/compiler/xla/service/
batchnorm_expander.h 42 // Run operation expander on the given computation. Returns whether the
44 StatusOr<bool> Run(HloModule* module) override;
hlo_element_type_converter_test.cc 46 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
60 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
80 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
108 TF_ASSERT_OK_AND_ASSIGN(bool converted, type_converter.Run(module.get()));
inliner.cc 49 StatusOr<bool> Run(HloComputation* computation);
59 StatusOr<bool> InlinerVisitor::Run(HloComputation* computation) {
109 StatusOr<bool> Inliner::Run(HloModule* module) {
113 TF_ASSIGN_OR_RETURN(bool computation_changed, visitor.Run(computation));
zero_sized_hlo_elimination.cc 30 StatusOr<bool> ZeroSizedHloElimination::Run(HloModule* module) {
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_hlo_support_checker.cc 25 StatusOr<bool> CpuHloSupportChecker::Run(HloModule* module) {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_hlo_support_checker.cc 25 StatusOr<bool> GpuHloSupportChecker::Run(HloModule* module) {
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
drop_im2col_arrays.cc 22 bool DropIm2colArrays::Run(Model* model, std::size_t op_index) {
  /external/tensorflow/tensorflow/core/common_runtime/
graph_runner.h 48 // matches those from Session::Run().
56 Status Run(Graph* graph, FunctionLibraryRuntime* function_library,
  /external/tensorflow/tensorflow/core/platform/
test_main.cc 18 // the --benchmark_filter flag which specifies which benchmarks to run,
19 // we will either run benchmarks or run the gtest tests in the program.
42 tensorflow::testing::Benchmark::Run(pattern);
  /external/v8/src/crankshaft/
hydrogen-infer-types.h 20 void Run() {
hydrogen-uint32-analysis.h 21 void Run();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 35 /// is not required to satisfy this property, but the algorithm will run
53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
65 changeset_ty Run(const changeset_ty &Changes,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
DAGDeltaAlgorithm.h 35 /// is not required to satisfy this property, but the algorithm will run
53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
65 changeset_ty Run(const changeset_ty &Changes,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
DAGDeltaAlgorithm.h 35 /// is not required to satisfy this property, but the algorithm will run
53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
65 changeset_ty Run(const changeset_ty &Changes,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
DAGDeltaAlgorithm.h 35 /// is not required to satisfy this property, but the algorithm will run
53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
65 changeset_ty Run(const changeset_ty &Changes,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
DAGDeltaAlgorithm.h 35 /// is not required to satisfy this property, but the algorithm will run
53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
65 changeset_ty Run(const changeset_ty &Changes,

Completed in 1311 milliseconds

1 2 3 4 5 6 7 891011>>