Searched defs:Start (Results 101 - 125 of 883) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/metrics/
H A Dmemory.py83 def Start(self, page, tab): member in class:MemoryMetric
84 """Start the per-page preparation for this metric.
100 and the values when Start() was called.
102 assert self._histogram_start, 'Must call Start() first'
H A Dpower.py69 def Start(self, _, tab): member in class:PowerMetric
H A Dstartup_metric.py24 def Start(self, page, tab): member in class:StartupMetric
H A Dv8_object_stats.py215 def Start(self, page, tab): member in class:V8ObjectStatsMetric
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_timeline.py18 """Utility class to Start and Stop recording timeline.
25 This is an alternative to directly calling the Start and Stop methods below.
46 def Start(self): member in class:InspectorTimeline
48 assert not self._is_recording, 'Start should only be called once.'
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_browser_backend.py28 def Start(self): member in class:WebDriverBrowserBackend
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dtracing_controller_backend.py15 def Start(self, trace_options, category_filter, timeout): member in class:TracingControllerBackend
36 'Start tracing does not support the case of %i running browser '
/external/chromium_org/tools/traceline/traceline/
H A Drdtsc.h20 void Start() { function in class:RDTSCNormalizer
/external/chromium_org/ui/gfx/animation/
H A Danimation_container.cc27 void AnimationContainer::Start(AnimationContainerElement* element) { function in class:gfx::AnimationContainer
28 DCHECK(elements_.count(element) == 0); // Start should only be invoked if the
89 timer_.Start(FROM_HERE, min_timer_interval_, this, &AnimationContainer::Run);
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp4 int Start, End; member in struct:s0
/external/llvm/include/llvm/Support/
H A DSMLoc.h49 SMLoc Start, End; member in class:llvm::SMRange
52 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) {
53 assert(Start.isValid() == End.isValid() &&
54 "Start and end should either both be valid or both be invalid!");
57 bool isValid() const { return Start.isValid(); }
/external/llvm/lib/Support/
H A DStringExtras.cpp41 StringRef::size_type Start = Source.find_first_not_of(Delimiters); local
44 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
46 return std::make_pair(Source.slice(Start, End), Source.substr(End));
H A DUnicode.cpp351 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Text.data() + i); local
353 if (conversionOK != ConvertUTF8toUTF32(&Start, Start + Length, &Target,
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h39 int Start; member in struct:live_intervals
/external/regex-re2/util/
H A Dthread.cc25 void Thread::Start() { function in class:Thread
/external/sonivox/jet_tools/JetCreator/
H A DJetPreview.py96 def Start(self): member in class:PreviewPlayer
/external/chromium_org/base/
H A Ddeferred_sequenced_task_runner.cc75 void DeferredSequencedTaskRunner::Start() { function in class:base::DeferredSequencedTaskRunner
/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.cc98 void MessagePumpForUI::Start(Delegate* delegate) { function in class:base::MessagePumpForUI
/external/chromium_org/base/timer/
H A Dmock_timer.cc34 void MockTimer::Start(const tracked_objects::Location& posted_from, function in class:base::MockTimer
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_diagnosis_runner.cc63 KioskDiagnosisRunner::Factory::GetForProfile(profile)->Start(app_id);
72 void KioskDiagnosisRunner::Start(const std::string& app_id) { function in class:chromeos::KioskDiagnosisRunner
H A Dkiosk_external_update_validator.cc31 void KioskExternalUpdateValidator::Start() { function in class:chromeos::KioskExternalUpdateValidator
41 base::Bind(&extensions::SandboxedUnpacker::Start, unpacker.get()))) {
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Ddisplay_power_service_provider.cc23 void DisplayPowerServiceProvider::Start( function in class:chromeos::DisplayPowerServiceProvider
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_reauth.cc37 bool Start() { function in class:chromeos::__anon3280::ReauthHandler
127 return g_reauth_handler->Start();
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen.cc28 virtual void Start() OVERRIDE;
50 void UserAddingScreenImpl::Start() { function in class:chromeos::__anon3344::UserAddingScreenImpl
/external/chromium_org/chrome/browser/extensions/
H A Dpack_extension_job.cc30 void PackExtensionJob::Start() { function in class:extensions::PackExtensionJob

Completed in 1878 milliseconds

1234567891011>>