/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/ |
netlink.h | 39 char name[16]; /* Name of the CAN controller hardware */ 79 * CAN controller mode 101 __u32 restarts; /* CAN controller re-starts */
|
/system/bt/hci/include/ |
bt_vendor_lib.h | 34 * Power on or off the BT Controller. 47 * on the BT Controller. This is called before stack initialization. 59 * Perform any vendor specific SCO/PCM configuration on the BT Controller. 72 * Open UART port on where the BT Controller is attached. 121 * Enable or disable LPM mode on BT Controller. 134 * Assert or Deassert LPM WAKE on BT Controller. 159 * vendor-specific processes (e.g. send a HCI_RESET to BT Controller) 245 * Bluetooth Host/Controller Vendor callback structure. 255 * will be sent through xmit_cb to BT Controller. 305 * packet to BT Controller. The buffer carrying HCI Command packet conten [all...] |
hci_layer.h | 34 /* Message event mask across Host/Controller lib and stack */ 38 /* Message event ID passed from Host/Controller lib to stack */ 50 /* Local Bluetooth Controller ID for BR/EDR */
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
do-it-yourself.txt | 118 We'll use explicit routes using URI templates (minus the domains) to match paths. We'll add a little extension that you can use ``{name:regular expression}``, where the named segment must then match that regular expression. The matches will include a "controller" variable, which will be a string like "module_name:function_name". For our examples we'll use a simple blog. 125 app.add_route('/', controller='controllers:index') 127 controller='controllers:archive') 129 controller='controllers:archive') 131 controller='controllers:view') 132 app.add_route('/post', controller='controllers:post') 137 * Something to load the controller 200 Routing: controller loading 220 Now, the ``Router`` class. The class has the ``add_route`` method, and also a ``__call__`` method. That ``__call__`` method makes the Router object itself a WSGI application. So when a request comes in, it looks at ``PATH_INFO`` (also known as ``req.path_info``) and hands off the request to the controller that matches that path. 231 ... def add_route(self, template, controller, **vars) [all...] |
/prebuilts/devtools/tools/lib/ |
monkeyrunner.jar | |
/prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/ |
monkeyrunner-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.5.0/ |
monkeyrunner-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.0.0-alpha1/ |
monkeyrunner-25.0.0-alpha1.jar | |
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationUtilsTest.java | 70 LayoutAnimationController controller = AnimationUtils.loadLayoutAnimation(mActivity, local 72 assertTrue(controller instanceof GridLayoutAnimationController); 73 assertEquals(duration, controller.getAnimation().getDuration()); 74 assertEquals(0.1f, controller.getDelay(), 0.001f);
|
/device/asus/fugu/ |
init.recovery.fugu.rc | 3 # Android creates by-name disk links with the disk controller
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
hotkey_controller_test.html | 31 var hkc = document.createElement('tv-ui-b-hotkey-controller'); 70 var hkc = document.createElement('tv-ui-b-hotkey-controller'); 77 var subHKC = document.createElement('tv-ui-b-hotkey-controller'); 106 var hkc = document.createElement('tv-ui-b-hotkey-controller');
|
/external/clang/test/CodeGenObjCXX/ |
debug-info.mm | 40 BrowserWindowController* controller = [window windowController];
|
/external/iproute2/include/linux/ |
genetlink.h | 34 * Controller
|
/external/kernel-headers/original/uapi/linux/ |
adb.h | 24 /* The kind of ADB request. The controller may emulate some
|
genetlink.h | 34 * Controller
|
kernelcapi.h | 14 #define CAPI_MAXCONTR 32 /* maximum number of controller */
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/ |
ControllerManager.java | 23 public Array<Controller> getControllers ();
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/ |
ParticleBatch.java | 14 public void draw (T controller);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/ |
ParticleValue.java | 7 * Generally used by a particle controller component to find
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
GestureDetectorTest.java | 34 CameraController controller;
field in class:GestureDetectorTest 115 controller = new CameraController();
116 gestureDetector = new GestureDetector(20, 0.5f, 2, 0.15f, controller);
123 controller.update();
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/voxel/ |
VoxelTest.java | 41 FirstPersonCameraController controller;
field in class:VoxelTest 53 controller = new FirstPersonCameraController(camera);
54 Gdx.input.setInputProcessor(controller);
79 controller.update();
|
/external/libnl/include/linux/ |
genetlink.h | 31 * Controller
|
/external/libnl/include/netlink/genl/ |
ctrl.h | 2 * netlink/genl/ctrl.h Generic Netlink Controller
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DContentProvider.h | 16 Direct3DContentProvider(PhoneXamlDirect3DApp1Comp::Direct3DInterop^ controller);
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DContentProvider.h | 16 Direct3DContentProvider(PhoneXamlDirect3DApp1Comp::Direct3DInterop^ controller);
|