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

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 72 EXPECT_EQ(fixed_set(4, 1, 3, 5, 7), FDA.Run(range(20), Deps));
91 EXPECT_EQ(fixed_set(4, 0, 1, 2, 3), FDA2.Run(range(5), Deps));
100 EXPECT_EQ(fixed_set(2, 0, 4), FDA3.Run(range(5), Deps));
DeltaAlgorithmTest.cpp 80 EXPECT_EQ(fixed_set(3, 3, 5, 7), FDA.Run(range(20)));
85 EXPECT_EQ(range(10,20), FDA.Run(range(10,20)));
95 EXPECT_EQ(range(4), FDA.Run(range(4)));
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fusion_merger_test.cc 280 // Run standard fusion passes.
282 .Run(module_.get())
285 .Run(module_.get())
287 // Run fusion merger pass, which should merge the shared fusion instruction
289 EXPECT_TRUE(FusionMerger().Run(module_.get()).ValueOrDie());
342 // Run standard fusion passes.
344 .Run(module_.get())
347 .Run(module_.get())
349 // Run fusion merger pass, which should detect that the flops/bytes of the
352 EXPECT_FALSE(FusionMerger().Run(module_.get()).ValueOrDie())
    [all...]
  /external/vogar/test/vogar/android/
AbstractModeTest.java 33 import vogar.Run;
59 protected Run run; field in class:AbstractModeTest
86 run = new Run(vogar, Toolchain.DX, console, mkdir, androidSdk, new Rm(console), target,
  /external/webrtc/webrtc/base/
autodetectproxy_unittest.cc 62 bool Run(int timeout_ms) {
85 ASSERT_TRUE(Run(kTimeoutMs));
128 ASSERT_TRUE(Run(kTimeoutMs));
signalthread.cc 66 // Release the thread's lock so that it can return from ::Run.
110 // Run() posted the ST_MSG_WORKER_DONE message. This means the worker
131 void SignalThread::Worker::Run() {
132 parent_->Run();
135 void SignalThread::Run() {
  /prebuilts/misc/windows/sdl2/test/
testlock.c 67 Run(void *data)
121 if ((threads[i] = SDL_CreateThread(Run, name, NULL)) == NULL)
125 Run(NULL);
  /tools/dexter/dexter/
dexter_tests.py 51 # run a shell command and returns the stdout content
52 def Run(cmd, stdin_content=None):
63 # for each test_case, run dexter over the specified input (ex. *.dex)
77 # run dexter with the test arguments
79 actual_output = Run(cmd)
91 cmp_output = Run('diff "%s" -' % expected_filename, actual_output)
  /external/autotest/client/deps/glbench/src/
testbase.h 49 virtual bool Run() = 0;
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 11 """Run some benchmarks from the lmbench3 suite.
59 """Run the benchmarks.
  /external/chromium-trace/catapult/common/battor/bin/
run_py_tests 19 return run_with_typ.Run(top_level_dir=_BATTOR_PATH)
  /external/chromium-trace/catapult/devil/bin/
run_py_tests 19 return run_with_typ.Run(top_level_dir=_DEVIL_PATH)
  /external/clang/test/FixIt/
typo-location-bugs.cpp 0 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // RUN: cp %s %t
3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x c++ %t
4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ %t
45 void Run() {
  /external/libchrome/base/message_loop/
message_pump_glib.h 40 void Run(Delegate* delegate) override;
48 // We may make recursive calls to Run, so we save state that needs to be
62 // The work source. It is shared by all calls to Run and destroyed when
  /external/libchrome/base/profiler/
scoped_tracker.h 67 callback.Run(p1);
  /external/libchrome/base/
run_loop.h 25 // Helper class to Run a nested MessageLoop. Please do not use nested
27 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
28 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
35 // Run the current MessageLoop. This blocks until Quit is called. Before
36 // calling Run, be sure to grab the QuitClosure in order to stop the
38 // trigger a return from Run, but those are deprecated.
39 void Run();
41 // Run the current MessageLoop until it doesn't find any tasks or messages i
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
control_message_handler.h 35 bool Run(Message* message, MessageReceiverWithStatus* responder);
  /external/libmojo/third_party/catapult/devil/bin/
run_py_tests 19 return run_with_typ.Run(top_level_dir=_DEVIL_PATH)
  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 34 /// results. However, it may run substantially more tests than with a good
85 /// Run - Minimize the set \p Changes by executing \see ExecuteOneTest() on
88 changeset_ty Run(const changeset_ty &Changes);
  /external/perfetto/test/
task_runner_thread.h 56 void Run(std::unique_ptr<ThreadDelegate> delegate);
  /external/protobuf/src/google/protobuf/stubs/
once.cc 83 closure->Run();
  /external/stressapptest/src/
main.cc 33 } else if (!sat->Run()) {
34 logprintf(0, "Process Error: Sat::Run() failed\n");
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DeltaAlgorithm.h 34 /// results. However, it may run substantially more tests than with a good
83 /// Run - Minimize the set \arg Changes by executing \see ExecuteOneTest() on
86 changeset_ty Run(const changeset_ty &Changes);
  /external/swiftshader/third_party/LLVM/unittests/
Makefile.unittest 47 Run.Shared := $(SHLIBPATH_VAR)="$(SharedLibDir)$${$(SHLIBPATH_VAR):+:}$$$(SHLIBPATH_VAR)"
60 $(Run.Shared) $(LLVMUnitTestExe)
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.h 74 // dep from B. Originally D must run after C, post-transformation this
107 Status Run(const GraphOptimizationPassOptions& options) override;

Completed in 623 milliseconds

<<11121314151617181920>>