/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
tracing_controller_backend_unittest.py | 88 self.controller = ( 90 self.controller._supported_agents_classes = [FakeTracingAgentBase] 92 self.controller_log = self.controller._trace_log 95 if self.controller.is_tracing_running: 96 self.controller.StopTracing() 100 self.assertFalse(self.controller.is_tracing_running) 101 self.assertTrue(self.controller.StartTracing(self.config, 30)) 102 self.assertTrue(self.controller.is_tracing_running) 106 self.assertFalse(self.controller.is_tracing_running) 107 self.assertTrue(self.controller.StartTracing(self.config, 30) [all...] |
/tools/test/connectivity/acts/framework/acts/controllers/ |
__init__.py | 4 Top level controllers module are controller modules that need to be explicitly 5 specified by users in test configuration files. Top level controller modules 9 '''Instantiates the controller class with the input configs. 11 configs: A list of dicts each representing config for one controller 15 A list of controller objects. 18 '''Destroys a list of controller objects created by the "create" function 22 objs: A list of controller objects created from this module. 26 """This is a list of all the top level controller modules"""
|
/device/google/dragon/bluetooth/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/device/htc/flounder/bluetooth/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/asus/grouper/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/moto/wingray/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/crespo/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/crespo4g/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/broadcom/libbt/conf/samsung/maguro/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/external/clang/test/Parser/ |
missing-selector-name.mm | 15 PodiumWalkerController *controller; 16 return controller.PROP; 29 PodiumWalkerController *controller; 30 return controller.PROP; 50 PodiumWalkerController *controller; 51 return controller.PROP;
|
/developers/build/prebuilts/androidtv/visual-game-controller/res/values/ |
strings.xml | 5 <string name="message">Connect a game controller</string>
|
/device/asus/fugu/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
chrome_startup_controller_unittest.py | 14 controller = chrome_startup_controller.ChromeStartupTracingController( 19 controller.StartTracing(interval) 21 controller.StopTracing() 23 result = controller.PullTrace()
|
ddms_controller_unittest.py | 13 controller = ddms_controller.DdmsController(self.device, self.package_info) 17 controller.StartTracing(interval) 19 controller.StopTracing() 21 result = controller.PullTrace()
|
systrace_controller_unittest.py | 21 controller = systrace_controller.SystraceController(self.device, 27 controller.StartTracing(interval) 29 controller.StopTracing() 30 result = controller.PullTrace() 32 self.assertFalse(controller.IsTracingOn())
|
chrome_controller_unittest.py | 25 controller = chrome_controller.ChromeTracingController(self.device, 32 controller.StartTracing(interval) 34 controller.StopTracing() 36 result = controller.PullTrace()
|
perf_controller_unittest.py | 26 controller = perf_controller.PerfProfilerController(self.device, 31 controller.StartTracing(interval) 33 controller.StopTracing() 35 result = controller.PullTrace()
|
/hardware/broadcom/libbt/conf/google/gce_x86/ |
bt_vendor.conf | 1 # UART device port where Bluetooth controller is attached
|
/hardware/bsp/intel/peripheral/libupm/src/pca9685/ |
CMakeLists.txt | 2 set (libdescription "upm pca9685 I2C 16ch, 12b pwm, LED controller")
|
/external/chromium-trace/catapult/tracing/tracing/ui/ |
find_controller_test.html | 79 var controller = new tr.ui.FindController(brushingStateController); 80 controller.findNext(); 81 controller.findPrevious(); 86 var controller = new tr.ui.FindController(brushingStateController); 90 controller.findNext(); 93 controller.findPrevious(); 100 var controller = new tr.ui.FindController(brushingStateController); 106 var promise = controller.startFiltering('asdf'); 110 controller.findNext(); 113 controller.findNext() [all...] |
timeline_display_transform_animations_test.html | 30 var controller = new tr.ui.b.AnimationController(); 31 controller.target = target; 32 controller.queueAnimation(a, 0); 38 assert.isFalse(controller.hasActiveAnimation); 52 var controller = new tr.ui.b.AnimationController(); 53 controller.target = target; 54 controller.queueAnimation(a, 0); 70 var controller = new tr.ui.b.AnimationController(); 71 controller.target = target; 72 controller.queueAnimation(a, 0) [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
animation_controller_test.html | 57 var controller = new tr.ui.b.AnimationController(); 58 controller.target = target; 61 controller.queueAnimation(animation); 65 controller.cancelActiveAnimation(); 66 assert.isFalse(controller.hasActiveAnimation); 76 var controller = new tr.ui.b.AnimationController(); 77 controller.target = target; 80 controller.queueAnimation(animation); 84 assert.isTrue(controller.hasActiveAnimation); 88 assert.isFalse(controller.hasActiveAnimation) [all...] |
/external/chromium-trace/catapult/tracing/tracing/core/ |
scripting_controller_test.html | 33 var controller = new tr.c.ScriptingController(brushingStateController); 34 var result = controller.executeCommand('1 + 1'); 40 var controller = new tr.c.ScriptingController(brushingStateController); 42 controller.executeCommand('x = 2'); 48 var controller = new tr.c.ScriptingController(brushingStateController); 50 controller.executeCommand('_x = 2'); 57 var controller = new tr.c.ScriptingController(brushingStateController); 58 controller.executeCommand('a = 42'); 59 var result = controller.executeCommand('a'); 65 var controller = new tr.c.ScriptingController(brushingStateController) [all...] |
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityMagnificationTest.java | 65 final MagnificationController controller = mService.getMagnificationController(); local 69 mService.runOnServiceSync(() -> result.set(controller.setScale(scale, false))); 72 assertEquals("Failed to apply scale", scale, controller.getScale()); 74 mService.runOnServiceSync(() -> result.set(controller.reset(false))); 77 assertEquals("Failed to apply reset", 1.0f, controller.getScale()); 81 final MagnificationController controller = mService.getMagnificationController(); local 92 setScale.set(controller.setScale(scale, false)); 93 setCenter.set(controller.setCenter(x, y, false)); 97 assertEquals("Failed to apply scale", scale, controller.getScale()); 100 assertEquals("Failed to apply center X", x, controller.getCenterX(), 5.0f) 110 final MagnificationController controller = mService.getMagnificationController(); local 135 final MagnificationController controller = mService.getMagnificationController(); local 152 final MagnificationController controller = mService.getMagnificationController(); local 164 final MagnificationController controller = service.getMagnificationController(); local 182 final MagnificationController controller = service.getMagnificationController(); local 195 final MagnificationController controller = mService.getMagnificationController(); local [all...] |
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
SimpleDayPickerView.java | 31 public SimpleDayPickerView(Context context, DatePickerController controller) { 32 super(context, controller); 36 public MonthAdapter createMonthAdapter(Context context, DatePickerController controller) { 37 return new SimpleMonthAdapter(context, controller);
|