/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteControllerDialogFragment.java | 26 * Media route controller dialog fragment. 29 * this dialog fragment to customize the media route controller dialog. 35 * Creates a media route controller dialog fragment. 45 * Called when the controller dialog is being created.
|
/sdk/apps/SdkController/res/values/ |
strings.xml | 23 <string name="app_name">SDK Controller</string> 24 <string name="service_description">Background service for SDK Controller</string> 27 <string name="service_notif_title">SDK Controller is running</string> 38 <string name="sensors_activity_title">SDK Controller > Sensors</string>
|
/external/iproute2/lib/ |
libgenl.c | 20 fprintf(stderr, "Not a controller message, nlmsg_len=%d " 28 fprintf(stderr, "wrong controller message len %d\n", len); 33 fprintf(stderr, "Unknown controller command %d\n", ghdr->cmd);
|
/external/iproute2/man/man8/ |
genl.8 | 36 object is available, which is used to query the generic netlink controller. 38 The generic netlink controller can be queried in various ways: 52 Query the controller for a given user, identified either by
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/ |
ControllerManagerStub.java | 24 Array<Controller> controllers = new Array<Controller>();
27 public Array<Controller> getControllers () {
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/ |
DesktopControllerManager.java | 19 import com.badlogic.gdx.controllers.Controller; 27 final Array<Controller> controllers = new Array(); 35 public Array<Controller> getControllers () {
|
/packages/apps/Nfc/nci/jni/ |
Pn544Interop.h | 20 ** PN544 controller. Specifically facilitate peer-to-peer 21 ** operations with PN544 controller. 32 ** Description: Stop polling to let NXP PN544 controller poll.
|
PowerSwitch.h | 18 * Adjust the controller's power states. 29 ** Description: Adjust the controller's power states. 40 ** FULL_POWER: controller is in full-power state. 41 ** LOW_POWER: controller is in lower-power state. 49 ** POWER_STATE_FULL: controller is in full-power state when screen is off. 50 ** after a period of inactivity, controller goes into snooze 145 ** Description: Get the current power level of the controller. 157 ** Description: Set the controller's power level. 169 ** Description: Set the controller's screen off power state. 254 ** Description: Adjust controller's power-off-sleep state [all...] |
/frameworks/base/core/java/android/app/ |
FragmentController.java | 56 * Returns a {@link FragmentManager} for this controller. 78 * Attaches the host to the FragmentManager for this controller. The host must be 158 * Moves all Fragments managed by the controller's FragmentManager 169 * Moves all Fragments managed by the controller's FragmentManager 180 * Moves all Fragments managed by the controller's FragmentManager 191 * Moves all Fragments managed by the controller's FragmentManager 202 * Moves all Fragments managed by the controller's FragmentManager 213 * Moves all Fragments managed by the controller's FragmentManager 224 * Moves all Fragments managed by the controller's FragmentManager 235 * Moves all Fragments managed by the controller's FragmentManage [all...] |
/docs/source.android.com/src/devices/tech/power/ |
values.jd | 105 <td>Includes touch controller and display backlight. At 0 brightness, not the 206 <td>bluetooth.controller.idle</td> 207 <td>Average current draw (mA) of the Bluetooth controller when idle.</td> 210 the controller. If there are multiple receive or transmit states, the average 219 <td>bluetooth.controller.rx</td> 220 <td>Average current draw (mA) of the Bluetooth controller when receiving.</td> 225 <td>bluetooth.controller.tx</td> 226 <td>Average current draw (mA) of the Bluetooth controller when transmitting.</td> 231 <td>bluetooth.controller.voltage</td> 232 <td>Average operating voltage (mV) of the Bluetooth controller.</td [all...] |
/external/libchrome/base/message_loop/ |
message_pump_libevent.cc | 145 FileDescriptorWatcher *controller, 148 DCHECK(controller); 163 scoped_ptr<event> evt(controller->ReleaseEvent()); 165 // Ownership is transferred to the controller. 179 // same |controller|. 187 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller); 199 // Transfer ownership of evt to controller. 200 controller->Init(evt.release()); 202 controller->set_watcher(delegate); 203 controller->set_pump(this) 349 FileDescriptorWatcher* controller = local [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/ |
ParticleControllerFinalizerInfluencer.java | 22 controllerChannel = controller.particles.getChannel(ParticleChannels.ParticleController); 25 scaleChannel = controller.particles.getChannel(ParticleChannels.Scale); 26 rotationChannel = controller.particles.getChannel(ParticleChannels.Rotation3D); 33 positionChannel = controller.particles.addChannel(ParticleChannels.Position); 38 for(int i=0, positionOffset = 0, c = controller.particles.size;
|
DynamicsModifier.java | 34 rotationChannel = controller.particles.addChannel(ParticleChannels.Rotation3D); 35 accellerationChannel = controller.particles.addChannel(ParticleChannels.Acceleration); 40 for(int i=0, accelOffset = 0, c = i +controller.particles.size *rotationChannel.strideSize; 82 ParticleChannels.Interpolation.id = controller.particleChannels.newId(); 83 strengthChannel = controller.particles.addChannel(ParticleChannels.Interpolation); 137 ParticleChannels.Interpolation4.id = controller.particleChannels.newId(); 138 angularChannel = controller.particles.addChannel(ParticleChannels.Interpolation4); 195 rotationalVelocity2dChannel = controller.particles.addChannel(ParticleChannels.AngularVelocity2D); 201 c = i +controller.particles.size*rotationalVelocity2dChannel.strideSize; 227 rotationChannel = controller.particles.addChannel(ParticleChannels.Rotation3D) [all...] |
/frameworks/support/fragment/java/android/support/v4/app/ |
FragmentController.java | 56 * Returns a {@link FragmentManager} for this controller. 100 * Attaches the host to the FragmentManager for this controller. The host must be 183 * Moves all Fragments managed by the controller's FragmentManager 194 * Moves all Fragments managed by the controller's FragmentManager 205 * Moves all Fragments managed by the controller's FragmentManager 216 * Moves all Fragments managed by the controller's FragmentManager 227 * Moves all Fragments managed by the controller's FragmentManager 238 * Moves all Fragments managed by the controller's FragmentManager 253 * Moves all Fragments managed by the controller's FragmentManager 264 * Moves all Fragments managed by the controller's FragmentManage [all...] |
/external/autotest/server/cros/network/ |
netperf_session.py | 46 """Warm up a rate controller on the client or server. 53 We'll say that a rate controller is warmed up if a small sample of 58 controller. Otherwise we warm up the server rate controller. 64 logging.info('Warming up the client WiFi rate controller.') 67 logging.info('Warming up the server WiFi rate controller.') 86 logging.info('Rate controller is warmed.')
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
GarageModeTest.java | 31 MockDeviceIdleController controller = new MockDeviceIdleController(true); local 34 controller); 42 controller.setMaintenanceActivity(false); 52 MockDeviceIdleController controller = new MockDeviceIdleController(false); local 55 controller); 65 MockDeviceIdleController controller = new MockDeviceIdleController(true); local 68 controller);
|
/external/chromium-trace/catapult/dashboard/dashboard/static/ |
uri.html | 17 * URI controller. 20 var Controller = function(pageStateCallback) { 32 Controller.uniqueIdCounter_ = 0; 38 Controller.uniqueId = function() { 39 return Controller.uniqueIdCounter_++; 47 Controller.prototype.load = function() { 85 Controller.prototype.onPageStateChanged = function(event) { 97 detail.target.setAttribute('uniqueid', Controller.uniqueId()); 112 Controller.prototype.updateUri_ = function(state) { 138 Controller.prototype.onPopstate_ = function(event) [all...] |
/cts/tests/tests/view/src/android/view/animation/cts/ |
GridLayoutAnimationControllerTest.java | 80 GridLayoutAnimationController controller = local 83 assertEquals(DEFAULT_DELAY, controller.getRowDelay()); 84 assertEquals(DEFAULT_DELAY, controller.getColumnDelay()); 272 MyGridLayoutAnimationController controller = new MyGridLayoutAnimationController(animation); 316 AnimationTestUtils.assertRunController(getInstrumentation(), mGridView, controller, 319 assertEquals(0, controller.getDelayForView(child1)); 320 assertEquals(1000, controller.getDelayForView(child2)); 321 assertEquals(2000, controller.getDelayForView(child3)); 322 assertEquals(1000, controller.getDelayForView(child4)); 323 assertEquals(2000, controller.getDelayForView(child5)) [all...] |
LayoutAnimationControllerTest.java | 338 LayoutAnimationController controller = new LayoutAnimationController(mDefaultAnimation); 339 assertEquals(DEFAULT_DELAY, controller.getDelay()); 345 MyLayoutAnimationController controller = new MyLayoutAnimationController(animation); 365 AnimationTestUtils.assertRunController(getInstrumentation(), mListView, controller, 368 assertEquals(0, controller.getDelayForView(child1)); 369 assertEquals(1000, controller.getDelayForView(child2)); 370 assertEquals(2000, controller.getDelayForView(child3)); 386 MyLayoutAnimationController controller = new MyLayoutAnimationController(animation); 393 assertEquals(0, controller.getTransformedIndex(animationParams)); 395 assertEquals(1, controller.getTransformedIndex(animationParams)) [all...] |
/tools/test/connectivity/acts/framework/acts/ |
test_runner.py | 56 self.controller_registry: A dictionary that holds the controller 58 self.controller_destructors: A dictionary that holds the controller 145 module: An object that is a controller module. This is usually 150 controller interface, or one of the required members is null. 158 "controller module attribute %s.") % (module.__name__, 161 raise signals.ControllerError(("Controller interface %s in %s " 165 """Registers a controller module for a test run. 167 This declares a controller dependency of this test class. If the target 168 module exists and matches the controller interface, the controller [all...] |
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
FlameMain.java | 128 public ParticleController controller; field in class:FlameMain.ControllerData 130 controller = emitter; 175 ParticleController("Particle Controller", new InfluencerWrapper[]{ 176 new InfluencerWrapper("Single Particle Controller", ParticleControllerInfluencer.Single.class), 177 new InfluencerWrapper("Random Particle Controller", ParticleControllerInfluencer.Random.class), 235 ParticleController controller = getEmitter(); local 237 if(controller.renderer instanceof BillboardRenderer) 239 else if(controller.renderer instanceof PointSpriteRenderer) 241 else if(controller.renderer instanceof ModelInstanceRenderer) 243 else if(controller.renderer instanceof ParticleControllerControllerRenderer [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/ |
find_control.html | 119 get controller() { 123 set controller(c) { 139 this.controller.startFiltering(this.$.filter.value).then(function() { 146 if (this.controller) 147 this.controller.findNext(); 152 if (this.controller) 153 this.controller.findPrevious(); 158 if (!this.controller || !this.hasFocus) { 163 var n = this.controller.filterHits.length; 164 var i = n === 0 ? -1 : this.controller.currentHitIndex [all...] |
/external/google-breakpad/src/client/ios/ |
BreakpadController.mm | 161 NSAssert(started_, @"The controller must be started before " 172 @"The controller must be started before setUploadingEnabled is called"); 192 @"The controller must not be started when updateConfiguration is called"); 202 @"The controller must not be started when resetConfiguration is called"); 213 @"The controller must not be started when setUploadingURL is called"); 219 @"The controller must not be started when setUploadInterval is called"); 227 NSAssert(!started_, @"The controller must not be started when " 235 @"The controller must be started before addUploadParameter is called"); 243 NSAssert(started_, @"The controller must be started before " 253 @"The controller must be started before withBreakpadRef is called") [all...] |
/frameworks/base/core/res/res/xml/ |
power_profile.xml | 56 modem.controller.idle, modem.controller.tx, modem.controller.rx, modem.controller.voltage. 58 <item name="modem.controller.idle">0</item> 59 <item name="modem.controller.rx">0</item> 60 <item name="modem.controller.tx">0</item> 61 <item name="modem.controller.voltage">0</item> 99 <item name="wifi.controller.idle">0</item> 101 <item name="wifi.controller.rx">0</item [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/ |
ModelInstanceRenderer.java | 28 renderData.positionChannel = controller.particles.addChannel(ParticleChannels.Position); 33 renderData.modelInstanceChannel = controller.particles.getChannel(ParticleChannels.ModelInstance); 34 renderData.colorChannel = controller.particles.getChannel(ParticleChannels.Color); 35 renderData.scaleChannel = controller.particles.getChannel(ParticleChannels.Scale); 36 renderData.rotationChannel = controller.particles.getChannel(ParticleChannels.Rotation3D); 44 for(int i=0, positionOffset = 0, c = controller.particles.size;
|