Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 93) sorted by relevance

1234

/development/tools/mkstubs/src/com/android/mkstubs/
DStubGenerator.java58 TreeMap<String, byte[]> all = new TreeMap<>(); in generateStubbedJar() local
65 all.put(name, b); in generateStubbedJar()
68 createJar(new FileOutputStream(destJar), all); in generateStubbedJar()
88 void createJar(FileOutputStream outStream, Map<String,byte[]> all) throws IOException { in createJar() argument
90 for (Entry<String, byte[]> entry : all.entrySet()) { in createJar()
/development/tools/winscope/src/test/unit/
Dtraces_utils.ts36 await Promise.all(promises);
54 await Promise.all(tracePromises);
56 await Promise.all(framePromises);
Dtrace_utils.ts25 return await Promise.all(promises);
43 await Promise.all(promises);
/development/tools/winscope/src/test/e2e/
Dutils.ts74 const button = element.all(by.css('.uploaded-files button')).first();
97 const tabs: ElementFinder[] = await element.all(by.css('trace-view .tab'));
116 const icons: ElementFinder[] = await element.all(
188 const nodes: ElementFinder[] = await element.all(
205 const options: ElementFinder[] = await element.all(
225 const nodes = await element.all(by.css(`${viewer} .properties-view .node`));
238 const labels = await element.all(
271 const entries: ElementFinder[] = await element.all(
291 const optionElements: ElementFinder[] = await element.all(
/development/vndk/tools/sourcedr/
DREADME.md7 - [ninja](ninja) analyzes `$(OUT)/combined-${target}.ninja`, which contains all
9 - [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
/development/vndk/tools/vndk-compliance/
DREADME.md21 * Note all the headers that are being copied by libabc
23 being copied. If all the files are in the same folder, the include dir itself
25 * In Android.mk, remove all lines with copy headers
50 * Once all copy header violations are cleaned up, make will start throwing lots of
/development/tools/mkstubs/
DREADME.txt7 MkStub is small tool that takes a given JAR and filters all the private stuff we don't want to
9 - remove all private members.
22 +foo => accepts all items which signature is exactly "foo"
23 +foo* => accepts all items which signature starts by "foo"
24 -bar => rejects all items which signature is exactly "bar"
25 -bar* => rejects all items which signature starts by "bar"
/development/samples/ApiDemos/tests/
DAndroid.bp18 // Include all test java files.
22 // automatically get all of its classes loaded into our environment.
/development/samples/ToyVpn/server/linux/
DMakefile17 all: target
/development/tools/repo_diff/service/repodiff/tools/
Dupgrade_db.py15 def all(cls): member in Commands
154 print "Usage: python tools/upgrade_db.py [%s|%s] {sql_script_dir}" % Commands.all()
/development/tools/otagui/src/services/
DJobSubmission.js44 ... await Promise.all(
51 ... await Promise.all(
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
/development/tools/cargo_embargo/
DREADME.md21 // Top-level options, for all packages and variants.
24 // Options for all variants of a package.
32 // Options for a specific variant of all packages.
47 `package` map is omitted then all packages will use default options. If `variants` is omitted then
49 all default options.
60 This expands to a single variant with the given options, and all packages (i.e. the only one) using
65 These options may all be specified at the top level of the config file, or overridden per variant.
/development/samples/SkeletonApp/
Dreadme.txt44 (all text before a '.' character) is taken as the resource name;
63 They all use the same syntax; all of these resources could be defined in one
/development/scripts/
Dcodegen6 $top/build/soong/soong_ui.bash --build-mode --all-modules --dir="$PWD" -j codegen_cli 1>&2
/development/samples/PictureInPicture/ComposePip/
Dbuild.gradle6 }// Top-level build file where you can add configuration options common to all sub-projects/modules.
/development/tools/idegen/
DREADME16 JDK like you normally would and then removing all of the jar entries
42 Installed JREs". Remove all of the jar entries underneath "JRE system
65 directory. For example, you might exclude all apps except the Browser in your
82 add "^(?!out/)" (which matches all paths that don't start with "out/").
/development/samples/NsdManagerSample/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/development/samples/devbytes/telephony/SmsSampleProject/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/development/gki/kmi_abi_chk/
DMakefile26 all: target
/development/vndk/snapshot/
Dbuild.sh26 Build VNDK snapshots for all arches (arm64, arm, x86_64, x86).
/development/samples/browseable/BluetoothChat/
D_index.jd9 Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:
/development/python-packages/fetchartifact/
DREADME.md32 To run any of the tools poetry installed, you can either prefix all your
34 `poetry shell` to enter a shell with all the tools on the `PATH`. The following
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt27 "Add to all configurations" and "Add to all languages". Repeat for these files:
/development/samples/browseable/AgendaData/
D_index.jd10 DataItems can be deleted individually via an action on the event notifications, or all

1234