Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 181) sorted by relevance

12345678

/development/tools/winscope/
Dwebpack.config.common.js47 use: ['ts-loader', 'angular2-template-loader'], property
51 use: ['html-loader'], property
55 use: ['style-loader', 'css-loader'], property
59 use: ['style-loader', 'css-loader', 'sass-loader'], property
/development/tools/winscope/src/test/remote_tool_mock/
Dwebpack.config.js34 use: ['ts-loader', 'angular2-template-loader'], property
38 use: ['html-loader'], property
42 use: ['style-loader', 'css-loader'], property
46 use: ['style-loader', 'css-loader', 'sass-loader'], property
/development/tools/otagui/src/
Dmain.js8 app.use(router)
9 app.use(store)
10 app.use(vuetify)
/development/tools/ota_analysis/src/
Dmain.js8 app.use(router)
9 app.use(store)
10 app.use(vuetify)
/development/samples/training/basic/ActivityLifecycle/
Dant.properties8 # You can use this to override default values such as
12 # You can also use it define how the release builds are signed by declaring
15 # 'key.alias' for the name of the key to use.
16 # The password will be asked during the build when you use the 'release' target.
Dbuild.properties8 # You can use this to override default values such as
12 # You can also use it define how the release builds are signed by declaring
15 # 'key.alias' for the name of the key to use.
16 # The password will be asked during the build when you use the 'release' target.
/development/samples/browseable/BasicContactables/
D_index.jd8 This sample demonstrates how to use the Contactables table to search for contacts.
10 … reducing the number of queries your application needs to use when searching the contacts database!
/development/tools/cargo_embargo/
DREADME.md12 packages, and have one or more variants. All packages under `external/rust/crates` use a separate
13 `cargo_embargo.json` file per package, but other users (such as crosvm) may use a single
46 If a package is not included in the `package` map then it is assumed to use default options. If the
47 `package` map is omitted then all packages will use default options. If `variants` is omitted then
73 … | - | Value to use for every generated…
74 … | `["//apex_available:platform", "//apex_available:anyapex"]` | Value to use for every generated…
75 … | `false` | Value to use for every generated…
76 … | `true` | Value to use for every generated…
77 … | `false` | Value to use for every generated…
78 … | `false` | Value to use for every generated…
[all …]
/development/tools/otagui/
DREADME.md6 OTAGUI use VUE.js as a frontend and python as a backend interface to ota_from_target_files.
14 In this case we use `lunch 17` as an example (aosp-x86_64-cf), you can choose whatever suitable for…
16 Then, in this directory, please use `npm build` to install the dependencies.
/development/samples/browseable/MultiWindowPlayground/
D_index.jd8 This sample demonstrates the use of the multi-window API available
9 in Android N. It shows the use of new Intent flags and
/development/samples/browseable/DeviceOwner/
D_index.jd8 This app demonstrates how to use device owner features. Use the NfcProvisioning sample to set up
11 enforce use of a specific launcher.
/development/tools/ota_analysis/src/components/
DPieChart.vue9 import { use } from 'echarts/core'
20 use([
/development/samples/TicTacToeMain/
DREADME.txt7 These two projects work together. They demonstrate how to use the ability to
36 the main project can either use or redefine behavior from the libraries.
39 To use the main vs library project:
41 - In Ant, use 'android update project' to create the build files and set the SDK location,
Ddefault.properties5 # you may not use this file except in compliance with the License.
22 # To customize properties used by the Ant build system use,
/development/samples/ApiDemos/
DREADME.txt2 that illustrate the use of various Android APIs. It includes samples of:
15 Api demos is designed to use the compatibility library "android-support-v4.jar".
/development/samples/browseable/BasicMediaRouter/
D_index.jd8 This sample demonstrates the use of the MediaRouter API to display
13 Once connected, use the "Change Color" button to change the background color of the secondary scree…
/development/samples/training/InteractiveChart/
Dproject.properties5 # you may not use this file except in compliance with the License.
22 # To customize properties used by the Ant build system use,
/development/samples/TicTacToeLib/
Ddefault.properties5 # you may not use this file except in compliance with the License.
22 # To customize properties used by the Ant build system use,
/development/samples/SimpleJNI/jni/
DAndroid.bp5 // you may not use this file except in compliance with the License.
18 // use by our example of how to bundle a shared library with an APK.
/development/tools/labpretest/
DREADME23 have multiple devices attached use the -d <device_id> parameter to target a
33 Currently we use userdebug builds.
48 generic functions or details to the flashing process. You must use it to define
49 the variable "bootpart" which is not defined by default. Also, use this file to
/development/samples/browseable/CustomTransition/
D_index.jd8 This sample demonstrates how to create and use a custom Transition.
/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss5 * you may not use this file except in compliance with the License.
17 @use '@angular/cdk';
29 // Use a z-index to create a new stacking context. (We can't use transform because it breaks fixed
36 // MatDrawerContainer. This creates a new z-index stack so we use low numbered z-indices.
86 // Because of the new stacking context, the z-index stack is new and we can use our own
90 // We use 'visibility: hidden | visible' because 'display: none' will not animate any
/development/samples/browseable/DirectorySelection/
D_index.jd8 This sample explains how to use Directory selection API, which was introduced
/development/samples/browseable/PdfRendererBasic/
D_index.jd8 This sample demonstrates how to use PdfRenderer to display PDF documents on the screen.
/development/host/windows/usb/winusb/
DSOURCES5 # you may not use this file except in compliance with the License.
26 # really doesn't matter on newer OSes that use ASLR.
42 # In checked build, ATL headers call APIs that are only in atlsd.lib. To use

12345678