Home
last modified time | relevance | path

Searched refs:controllers (Results 1 – 25 of 62) sorted by relevance

123

/external/chromium_org/tools/profile_chrome/
Dprofiler.py13 def _StartTracing(controllers, interval): argument
14 for controller in controllers:
18 def _StopTracing(controllers): argument
19 for controller in controllers:
23 def _PullTraces(controllers, output, compress, write_json): argument
25 trace_files = [controller.PullTrace() for controller in controllers]
55 def CaptureProfile(controllers, interval, output=None, compress=False, argument
71 trace_type = ' + '.join(map(str, controllers))
73 _StartTracing(controllers, interval)
83 _StopTracing(controllers)
[all …]
Dprofiler_unittest.py67 controllers = [FakeController('c1'), FakeController('c2')]
68 result = profiler.CaptureProfile(controllers, 1, write_json=True)
76 [controllers[0].filename[1:], controllers[1].filename[1:]])
Dsystrace_controller.py8 from profile_chrome import controllers
25 class SystraceController(controllers.BaseController):
27 controllers.BaseController.__init__(self)
Dchrome_controller.py10 from profile_chrome import controllers
18 class ChromeTracingController(controllers.BaseController):
21 controllers.BaseController.__init__(self)
Dperf_controller.py12 from profile_chrome import controllers
94 class PerfProfilerController(controllers.BaseController):
96 controllers.BaseController.__init__(self)
/external/chromium_org/ash/
Dshell.cc386 RootWindowControllerList controllers = GetAllRootWindowControllers(); in UpdateAfterLoginStatusChange() local
387 for (RootWindowControllerList::iterator iter = controllers.begin(); in UpdateAfterLoginStatusChange()
388 iter != controllers.end(); ++iter) in UpdateAfterLoginStatusChange()
439 RootWindowControllerList controllers = GetAllRootWindowControllers(); in CreateShelf() local
440 for (RootWindowControllerList::iterator iter = controllers.begin(); in CreateShelf()
441 iter != controllers.end(); ++iter) in CreateShelf()
461 RootWindowControllerList controllers = GetAllRootWindowControllers(); in DeactivateKeyboard() local
462 for (RootWindowControllerList::iterator iter = controllers.begin(); in DeactivateKeyboard()
463 iter != controllers.end(); ++iter) { in DeactivateKeyboard()
471 RootWindowControllerList controllers = GetAllRootWindowControllers(); in ShowShelf() local
[all …]
Dcancel_mode.cc14 Shell::RootWindowControllerList controllers( in DispatchCancelMode() local
16 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin(); in DispatchCancelMode()
17 i != controllers.end(); ++i) { in DispatchCancelMode()
Droot_window_controller_unittest.cc465 Shell::RootWindowControllerList controllers = in TEST_F() local
475 controllers[0]->GetRootWindow()); in TEST_F()
477 controllers[0]->GetRootWindow()); in TEST_F()
479 controllers[1]->GetRootWindow()); in TEST_F()
482 EXPECT_EQ(NULL, controllers[0]->GetWindowForFullscreenMode()); in TEST_F()
483 EXPECT_EQ(NULL, controllers[1]->GetWindowForFullscreenMode()); in TEST_F()
487 controllers[0]->GetWindowForFullscreenMode()); in TEST_F()
488 EXPECT_EQ(NULL, controllers[1]->GetWindowForFullscreenMode()); in TEST_F()
494 controllers[0]->GetWindowForFullscreenMode()); in TEST_F()
495 EXPECT_EQ(NULL, controllers[1]->GetWindowForFullscreenMode()); in TEST_F()
/external/chromium_org/ash/test/
Dstatus_area_widget_test_helper.cc27 Shell::RootWindowControllerList controllers = in GetSecondaryStatusAreaWidget() local
29 for (size_t i = 0; i < controllers.size(); ++i) { in GetSecondaryStatusAreaWidget()
30 if (controllers[i] != primary_controller) in GetSecondaryStatusAreaWidget()
31 return controllers[i]->shelf()->status_area_widget(); in GetSecondaryStatusAreaWidget()
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
DGeolocationClientMock.cpp165 GeolocationControllers controllers = m_controllers; in controllerTimerFired() local
168 … for (GeolocationControllers::iterator it = controllers.begin(); it != controllers.end(); ++it) in controllerTimerFired()
171 … for (GeolocationControllers::iterator it = controllers.begin(); it != controllers.end(); ++it) in controllerTimerFired()
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
Dwebrtc_audio_private_api.cc264 const RenderViewHost::AudioOutputControllerList& controllers) { in OnControllerList() argument
267 if (controllers.empty()) { in OnControllerList()
276 << controllers.size() << " controllers."; in OnControllerList()
281 (*controllers.begin())->GetOutputDeviceId( in OnControllerList()
325 const RenderViewHost::AudioOutputControllerList& controllers) { in OnControllerList() argument
328 controllers_ = controllers; in OnControllerList()
Dwebrtc_audio_private_api.h139 controllers) OVERRIDE;
158 controllers) OVERRIDE;
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py721 self.controllers = []
724 self.controllers.append({})
725 self.controllers[channel] = copy.deepcopy(DEFAULT_CONTROLLER_VALUES)
740 for controller in self.controllers[channel].keys():
741 output.append(' %03d: %03d' % (controller, self.controllers[channel][controller]))
774 self.controllers[channel][controller] = event.value
776 rpn = (self.controllers[channel][CTRL_RPN_MSB] << 7) + self.controllers[channel][CTRL_RPN_LSB]
778 …value = (self.controllers[channel][CTRL_RPN_DATA_MSB] << 7) + self.controllers[channel][CTRL_RPN_D…
791 self.controllers[channel] = DEFAULT_CONTROLLER_VALUES
816 for controller in self.controllers[channel].keys():
[all …]
DJetCreatorhlp.dat74 chase controllers = This option will force JET to chase controllers up to the beginning of a given …
94 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
109 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.cc231 Shell::RootWindowControllerList controllers = in ReparentBackgroundWidgets() local
233 for (Shell::RootWindowControllerList::iterator iter = controllers.begin(); in ReparentBackgroundWidgets()
234 iter != controllers.end(); ++iter) { in ReparentBackgroundWidgets()
/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_window_manager.cc273 Shell::RootWindowControllerList controllers = in EnableBackdropBehindTopWindowOnEachDisplay() local
275 for (Shell::RootWindowControllerList::iterator iter = controllers.begin(); in EnableBackdropBehindTopWindowOnEachDisplay()
276 iter != controllers.end(); ++iter) { in EnableBackdropBehindTopWindowOnEachDisplay()
/external/chromium_org/ash/shelf/
Dshelf_widget_unittest.cc151 Shell::RootWindowControllerList controllers( in TEST_F() local
153 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin(); in TEST_F()
154 i != controllers.end(); in TEST_F()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Drepaint_overlay_unittest.py7 from webkitpy.layout_tests.controllers import repaint_overlay
Dtest_result_writer_unittest.py33 from webkitpy.layout_tests.controllers.test_result_writer import write_test_result
/external/chromium_org/components/sync_driver/
Ddata_type_manager_mock.h25 MOCK_METHOD0(controllers, const DataTypeController::TypeMap&());
Dmodel_association_manager.h52 ModelAssociationManager(const DataTypeController::TypeMap* controllers,
Dmodel_association_manager_unittest.cc31 const DataTypeController::TypeMap& controllers, in GetController() argument
34 controllers.find(model_type); in GetController()
35 if (it == controllers.end()) { in GetController()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dprint_layout_test_types.py33 from webkitpy.layout_tests.controllers import layout_test_finder
/external/chromium_org/content/browser/renderer_host/media/
Daudio_renderer_host.cc296 RenderViewHost::AudioOutputControllerList controllers; in DoGetOutputControllers() local
301 controllers.push_back(entry->controller()); in DoGetOutputControllers()
304 return controllers; in DoGetOutputControllers()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory.h87 const sync_driver::DataTypeController::TypeMap* controllers,

123