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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/
cat_object.py 6 def Run(self):
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
lintrunner.py 30 def Run(self, filenames, error_handler):
31 """Run a linter on the given filenames.
  /external/chromium-trace/catapult/catapult_build/
run_with_typ.py 12 def Run(top_level_dir, path=None):
  /external/chromium-trace/catapult/telemetry/telemetry/android/
android_story.py 26 def Run(self, shared_state):
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
unittest_runner.py 12 def Run(project_config, no_browser=False):
  /external/libbrillo/brillo/glib/
abstract_dbus_service.cc 20 bool AbstractDbusService::Run() {
22 LOG(ERROR) << "No run loop. Call Initialize before use.";
26 DLOG(INFO) << "Run() completed";
  /external/v8/src/crankshaft/
hydrogen-bch.h 19 void Run() {
hydrogen-canonicalize.cc 12 void HCanonicalizePhase::Run() {
hydrogen-dce.h 19 void Run() {
hydrogen-bce.h 34 void Run() {
hydrogen-infer-types.h 20 void Run() {
hydrogen-sce.cc 10 void HStackCheckEliminationPhase::Run() {
  /system/core/metricsd/uploader/
metricsd_service_runner.cc 33 thread_.reset(new std::thread(&MetricsdServiceRunner::Run, this));
36 void MetricsdServiceRunner::Run() {
50 message_loop_->Run();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_threadimp.cpp 16 FWL_ERR IFWL_Thread::Run(FWL_HTHREAD hThread) {
17 return m_pImpl->Run(hThread);
23 FWL_ERR CFWL_ThreadImp::Run(FWL_HTHREAD hThread) {
31 FWL_ERR CFWL_NoteThreadImp::Run(FWL_HTHREAD hThread) {
34 return m_pNoteDriver->Run();
  /external/v8/src/libplatform/
worker-thread.cc 24 void WorkerThread::Run() {
26 task->Run();
  /external/v8/tools/testrunner/local/
pool_unittest.py 10 def Run(x):
19 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
26 for result in pool.imap_unordered(Run, [[x] for x in range(0, 12)]):
36 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.cc 42 // Pass nullptr as the float source to have Run() read from the int16 source.
56 // the Run() callback whereupon we provide the cached value.
64 // request through Run().
66 // If this wasn't done, SincResampler would call Run() twice on the first
71 // request in order to prime the buffer with a single Run() request for
81 void PushSincResampler::Run(size_t frames, float* destination) {
83 // Run() was triggered more than once per Resample() call.
sinusoidal_linear_chirp_source.cc 34 void SinusoidalLinearChirpSource::Run(size_t frames, float* destination) {
  /system/bt/service/test/
stub_ipc_handler_binder.cpp 36 bool IPCHandlerBinder::Run() {
  /system/extras/simpleperf/
cmd_help.cpp 34 bool Run(const std::vector<std::string>& args) override;
41 bool HelpCommand::Run(const std::vector<std::string>& args) {
  /art/compiler/optimizing/
side_effects_analysis.cc 21 void SideEffectsAnalysis::Run() {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/
moose_object.py 11 def Run(self):
  /external/chromium-trace/catapult/telemetry/telemetry/util/
command_line.py 28 def Run(self, options, extra_args=None):
34 """Main method to run this command as a standalone script."""
39 return min(cls().Run(options, extra_args), 255)
  /external/compiler-rt/lib/tsan/benchmarks/
mini_bench_local.cc 12 void Run(int idx) {
21 Run(idx);
mini_bench_shared.cc 12 void Run(int idx) {
21 Run(idx);

Completed in 352 milliseconds

1 2 3 4 5 6 7 8 91011>>