HomeSort by relevance Sort by last modified time
    Searched defs:Run (Results 226 - 250 of 390) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-benchmark/include/benchmark/
benchmark_api.h 36 // one of the family of benchmarks to run. For example, the following
87 // arbitrary set of arguments to run the microbenchmark on.
115 Use `Benchmark::MinTime(double t)` to set the minimum time used to run the
121 BENCHMARK(BM_test)->MinTime(2.0); // Run for at least 2 seconds.
133 // Run the test as normal.
156 // Otherwise, run all benchmarks specified by the --benchmark_filter flag,
329 // Range arguments for this run. CHECKs if the argument has been set.
388 // Run this benchmark once with "x" as the extra argument passed
393 // Run this benchmark once for a number of values picked from the
398 // Run this benchmark once for every value in the range [start..limit
    [all...]
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 84 << " to run in " << delay << ".";
179 // delayed_tasks_ since we can't tell base::MessageLoopForIO to not run it.
192 run_loop.Run();
194 // If the flag was reset to false, it means a closure was run.
202 void BaseMessageLoop::Run() {
205 run_loop.Run();
227 // We would run out of memory before we run out of task ids.
245 closure.Run();
247 // If the |run_once_| flag is set, it is because we are instructed to run
    [all...]
  /external/libbrillo/brillo/
process.cc 277 if (!pre_exec_.Run()) {
332 int ProcessImpl::Run() {
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 223 void MessagePumpLibevent::Run(Delegate* delegate) {
288 DCHECK(in_run_) << "Quit was called outside of Run!";
289 // Tell both libevent and Run that they should break out of their loops.
305 // only be called on the same thread as Run, so we only need to update our
  /external/libchrome/base/timer/
timer_unittest.cc 41 &OneShotTimerTester::Run);
50 void Run() {
70 &OneShotSelfDeletingTimerTester::Run);
74 void Run() {
91 timer_.Start(FROM_HERE, delay_, this, &RepeatingTimerTester::Run);
95 void Run() {
116 base::MessageLoop::current()->Run();
127 // This should run before the timer expires.
137 base::MessageLoop::current()->Run();
151 base::MessageLoop::current()->Run();
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 56 /// ObjCARCOpt, so it's run late.
64 /// A flag indicating whether this optimization pass should run.
65 bool Run;
510 if (!Run)
647 Run = ModuleHasARC(M);
648 if (!Run)
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_spinbuttonimp.cpp 137 int32_t CFWL_SpinButtonImp::Run(FWL_HTIMER hTimer) {
fwl_tooltipctrlimp.cpp 262 int32_t CFWL_ToolTipImp::CFWL_ToolTipTimer::Run(FWL_HTIMER hTimer) {
  /external/rmi4utils/f54test/
f54test.cpp 51 * field and forces the device to run at full power without sleeping.
102 int F54Test::Run()
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 27 sizeof(GrAtlasTextBlob::Run) * runCount;
40 cacheBlob->fRuns = reinterpret_cast<GrAtlasTextBlob::Run*>(cacheBlob->fGlyphs + glyphCount);
44 new (&cacheBlob->fRuns[i]) GrAtlasTextBlob::Run;
57 GrAtlasTextBlob::Run* run = &fRuns[runIndex]; local
59 // if we have an override descriptor for the run, then we should use that
60 SkAutoDescriptor* desc = run->fOverrideDescriptor.get() ? run->fOverrideDescriptor.get() :
61 &run->fDescriptor;
63 run->fTypeface.reset(SkSafeRef(skPaint.getTypeface()))
81 Run& run = fRuns[runIndex]; local
    [all...]
  /external/skia/tools/skp/
webpages_playback.py 17 To replay archived webpages and re-generate SKP files (should be run whenever
49 The --skia_tools flag if specified will allow this script to run
51 SKP(s). The tools are run after all SKPs are succesfully captured to make sure
202 def Run(self):
203 """Run the SkPicturePlayback BuildStep."""
265 shell_utils.run(' '.join(record_wpr_cmd), shell=True)
303 '--also-run-disabled-tests'
309 shell_utils.run(' '.join(run_benchmark_cmd), shell=True)
545 'render_pictures/render_pdfs is run on the set '
546 'after all SKPs are captured. If the script is run without
    [all...]
  /external/v8/src/compiler/
move-optimizer.cc 92 void MoveOptimizer::Run() {
verifier.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 315 void HEscapeAnalysisPhase::Run() {
hydrogen-load-elimination.cc 493 void HLoadEliminationPhase::Run() {
  /external/v8/src/profiler/
cpu-profiler.cc 123 void ProfilerEventsProcessor::Run() {
  /external/v8/test/cctest/
cctest.cc 79 void CcTest::Run() {
155 "bogus failure. Consider using tools/run-tests.py instead.\n");
219 // Split the string in two by nulling the slash and then run
230 test->Run();
236 // Run all tests with the specified file or test name.
244 test->Run();
test-inobject-slack-tracking.cc 30 static inline v8::Local<v8::Value> Run(v8::Local<v8::Script> script) {
32 if (script->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
80 static inline Handle<T> Run(v8::Local<v8::Script> script) {
81 return OpenHandle<T>(Run(script));
152 Handle<JSObject> obj = Run<JSObject>(new_A_script);
172 Handle<JSObject> tmp = Run<JSObject>(new_A_script);
300 Handle<JSObject> obj = Run<JSObject>(new_A_script);
320 Handle<JSObject> tmp = Run<JSObject>(new_A_script);
377 Handle<JSObject> obj = Run<JSObject>(new_B_script);
408 Handle<JSObject> tmp = Run<JSObject>(new_B_script)
    [all...]
test-lockers.cc 65 void Run() {
148 virtual void Run() = 0;
157 virtual void Run() {
158 joinable_thread_->Run();
183 virtual void Run() {
209 // Run many threads all locking on the same isolate
234 virtual void Run() {
253 // Run many threads with nested locks
281 virtual void Run() {
298 // Run parallel threads that lock and access different isolates in paralle
    [all...]
  /external/v8/test/cctest/compiler/
codegen-tester.h 344 void Run(const Ci& ci, const Cj& cj, const Fn& fn) {
524 // and run the generated code to ensure it produces the correct results.
536 void Run(RawMachineAssemblerTester<int32_t>* m);
  /external/v8/test/unittests/compiler/ia32/
instruction-selector-ia32-unittest.cc 329 void Run(Node* base, Node* load_index, Node* store_index,
370 Run(base, index, index, kMode_MR);
377 Run(base, index, index, kMode_MRI);
384 Run(base, index, index, kMode_MR1);
395 Run(base, load_index, store_index, expected[i]);
404 Run(base, load_index, store_index, kMode_MR1I);
416 Run(base, load_index, store_index, expected[i]);
425 Run(base, index, index, kMode_MR);
436 Run(base, load_index, store_index, expected[i]);
446 Run(base, load_index, store_index, kMode_MRI)
    [all...]
  /external/v8/test/unittests/compiler/
liveness-analyzer-unittest.cc 40 void Run() {
45 analyzer()->Run(&replacer);
193 Run();
207 Run();
248 Run();
306 Run();
362 Run();
  /external/v8/tools/
presubmit.py 153 Utility class that can run through a directory structure, find all relevant
157 def Run(self, path):
495 result.add_option('--no-lint', help="Do not run cpplint", default=False,
507 success &= CppLintProcessor().Run(workspace)
510 success &= SourceProcessor().Run(workspace)
stats-viewer.py 87 def Run(self):
452 """Run the stats counter.
458 StatsViewer(data_file, name_filter).Run()
  /external/v8/tools/release/
releases.py 440 def Run(self):
513 def Run(self):
576 sys.exit(Releases().Run())

Completed in 370 milliseconds

1 2 3 4 5 6 7 8 91011>>