Searched defs:Run (Results 76 - 100 of 516) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinusoidal_linear_chirp_source.cc32 void SinusoidalLinearChirpSource::Run(int frames, float* destination) { function in class:webrtc::SinusoidalLinearChirpSource
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receive_test.cc88 void AcmReceiveTest::Run() { function in class:webrtc::test::AcmReceiveTest
/external/chromium_org/third_party/webrtc/test/
H A Dtest_suite.cc44 int TestSuite::Run() { function in class:webrtc::test::TestSuite
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fakes/
H A Dfake_external_transport.cc32 Run, this, webrtc::kHighPriority, thread_name);
54 bool FakeExternalTransport::Run(void* ptr) { function in class:FakeExternalTransport
/external/chromium_org/tools/cr/cr/actions/
H A Dadb.py37 def Run(cls, target, arguments): member in class:Adb
115 def Run(self, target, arguments): member in class:AdbRunner
116 Adb.Run(target, arguments)
H A Drunner.py13 Runner implementations must implement the Kill, Run and Test methods.
40 def Run(self, target, arguments): member in class:Runner
41 """Run a new copy of a runnable target."""
46 """Run a test target."""
53 This dispatches to either Test or Run depending on the target type.
59 self.Run(target, arguments)
82 def Run(self, target, arguments): member in class:SkipRunner
/external/chromium_org/tools/cr/cr/commands/
H A Dinit.py100 def Run(self): member in class:InitCommand
148 # Run all the output directory init hooks
150 hook.Run(old_version, build_package.config)
H A Dsync.py31 self.description = 'Run gclient sync with the right environment.'
39 def Run(self): member in class:SyncCommand
/external/chromium_org/tools/gn/bin/
H A Dgyp_flag_compare.py166 def Run(command_line): function
167 """Run |command_line| as a subprocess and return stdout. Raises on error."""
182 Run('gn gen out/gn_flags --args="is_debug=false is_component_build=false"')
184 Run('python build/gyp_chromium -Goutput_dir=out_gyp_flags -Gconfig=Release')
185 gn = Run('ninja -C out/gn_flags -t commands %s' % sys.argv[2])
186 gyp = Run('ninja -C out_gyp_flags/Release -t commands %s' % sys.argv[1])
/external/chromium_org/tools/gn/
H A Dconfig_values_generator.cc64 void ConfigValuesGenerator::Run() { function in class:ConfigValuesGenerator
/external/chromium_org/tools/grit/grit/tool/
H A Ddiff_structures.py50 def Run(self, global_opts, args): member in class:DiffStructures
H A Dmenu_from_parts.py30 def Run(self, globopt, args): member in class:MenuTranslationsFromParts
H A Dtransl2tc.py65 def Run(self, globopt, args): member in class:TranslationToTc
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dcommand_line.py45 def Run(self, args): member in class:Command
55 return min(cls().Run(args), 255)
67 def Run(self, args): member in class:OptparseCommand
78 return min(cls().Run(options), 255)
88 commands = (Help, List, Run)
110 def Run(self, args): member in class:SubcommandCommand
111 return args.command().Run(args)
/external/chromium_org/ui/gfx/animation/
H A Danimation_container.cc58 void AnimationContainer::Run() { function in class:gfx::AnimationContainer
89 timer_.Start(FROM_HERE, min_timer_interval_, this, &AnimationContainer::Run);
/external/chromium_org/ui/wm/public/
H A Ddispatcher_client.cc24 void DispatcherRunLoop::Run() { function in class:aura::client::DispatcherRunLoop
27 run_closure_.Run();
35 quit_closure_.Run();
/external/chromium_org/v8/src/
H A Dbackground-parsing-task.cc32 void BackgroundParsingTask::Run() { function in class:v8::internal::BackgroundParsingTask
H A Dhydrogen-dehoist.cc55 void HDehoistIndexComputationsPhase::Run() { function in class:v8::internal::HDehoistIndexComputationsPhase
H A Dhydrogen-mark-unreachable.cc50 void HMarkUnreachableBlocksPhase::Run() { function in class:v8::internal::HMarkUnreachableBlocksPhase
H A Dhydrogen-redundant-phi.cc10 void HRedundantPhiEliminationPhase::Run() { function in class:v8::internal::HRedundantPhiEliminationPhase
H A Dhydrogen-store-elimination.cc14 void HStoreEliminationPhase::Run() { function in class:v8::internal::HStoreEliminationPhase
/external/chromium_org/v8/src/heap/
H A Dsweeper-thread.cc30 void SweeperThread::Run() { function in class:v8::internal::SweeperThread
/external/chromium_org/v8/test/cctest/
H A Dtest-circular-queue.cc116 virtual void Run() { function in class:__anon17398::ProducerThread
/external/compiler-rt/lib/tsan/benchmarks/
H A Dmini_bench_local.cc12 void Run(int idx) { function
21 Run(idx);
H A Dmini_bench_shared.cc12 void Run(int idx) { function
21 Run(idx);

Completed in 392 milliseconds

1234567891011>>