/development/tools/mkstubs/src/com/android/mkstubs/ |
D | StubGenerator.java | 58 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/ |
D | traces_utils.ts | 36 await Promise.all(promises); 54 await Promise.all(tracePromises); 56 await Promise.all(framePromises);
|
D | trace_utils.ts | 25 return await Promise.all(promises); 43 await Promise.all(promises);
|
/development/tools/winscope/src/test/e2e/ |
D | utils.ts | 74 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/ |
D | README.md | 7 - [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/ |
D | README.md | 21 * 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/ |
D | README.txt | 7 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/ |
D | Android.bp | 18 // Include all test java files. 22 // automatically get all of its classes loaded into our environment.
|
/development/samples/ToyVpn/server/linux/ |
D | Makefile | 17 all: target
|
/development/tools/repo_diff/service/repodiff/tools/ |
D | upgrade_db.py | 15 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/ |
D | JobSubmission.js | 44 ... await Promise.all( 51 ... await Promise.all(
|
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.properties | 6 distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
|
/development/tools/cargo_embargo/ |
D | README.md | 21 // 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/ |
D | readme.txt | 44 (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/ |
D | codegen | 6 $top/build/soong/soong_ui.bash --build-mode --all-modules --dir="$PWD" -j codegen_cli 1>&2
|
/development/samples/PictureInPicture/ComposePip/ |
D | build.gradle | 6 }// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/tools/idegen/ |
D | README | 16 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/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | build.gradle | 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
|
/development/gki/kmi_abi_chk/ |
D | Makefile | 26 all: target
|
/development/vndk/snapshot/ |
D | build.sh | 26 Build VNDK snapshots for all arches (arm64, arm, x86_64, x86).
|
/development/samples/browseable/BluetoothChat/ |
D | _index.jd | 9 Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:
|
/development/python-packages/fetchartifact/ |
D | README.md | 32 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/ |
D | README.importing-to-eclipse.txt | 27 "Add to all configurations" and "Add to all languages". Repeat for these files:
|
/development/samples/browseable/AgendaData/ |
D | _index.jd | 10 DataItems can be deleted individually via an action on the event notifications, or all
|