/frameworks/base/apex/jobscheduler/ |
D | README_js-mainline.md | 5 - JS service side classes are put in `service-jobscheduler.jar`. 6 It's *not* included in services.jar, and instead it's put in the system server classpath, 8 …ervices.jar:/system/framework/ethernet-service.jar:/system/framework/com.android.location.provider… 12 - JS framework side classes are put in `framework-jobscheduler.jar`, 13 and the rest of the framework code is put in `framework-minus-apex.jar`, 16 However these jar files are *not* put on the device. We still generate 17 `framework.jar` merging the two jar files, and this jar file is what's
|
/frameworks/base/packages/SystemUI/plugin/ |
D | update_plugin_lib.sh | 8 …mework_intermediates/classes.jar:$ANDROID_BUILD_TOP/out/target/common/obj/JAVA_LIBRARIES/core-all_… 10 jar cvfm SystemUIPluginLib.jar /tmp/plugin_classes/manifest.txt -C /tmp/plugin_classes . 13 mv SystemUIPluginLib.jar ./SystemUIPluginLib-`date +%m-%d-%Y`.jar 14 rm SystemUIPluginLib-latest.jar 15 ln -s SystemUIPluginLib-`date +%m-%d-%Y`.jar SystemUIPluginLib-latest.jar
|
/frameworks/layoutlib/ |
D | Android.bp | 18 // Define rules to build temp_layoutlib.jar, which contains a subset of 19 // the classes in framework.jar. The layoutlib_create tool is used to 20 // transform the framework jar into the temp_layoutlib jar. 31 out: ["temp_layoutlib.jar"], 33 ":atf-prebuilt-557133692{.jar}", 34 ":core-icu4j-for-host{.jar}", 35 ":core-libart-for-host{.jar}", 36 ":framework-all{.jar}", 37 ":ext{.jar}", 38 ":icu4j-icudata-jarjar{.jar}", // HOST [all …]
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | JarUtil.java | 26 import java.util.jar.JarEntry; 27 import java.util.jar.JarOutputStream; 45 JarOutputStream jar = new JarOutputStream(outStream); in createJar() local 49 jar.putNextEntry(jar_entry); in createJar() 51 jar.write(transform.apply(entry.getValue())); in createJar() 54 jar.write(entry.getValue()); in createJar() 56 jar.closeEntry(); in createJar() 58 jar.flush(); in createJar() 59 jar.close(); in createJar()
|
/frameworks/base/tools/hoststubgen/scripts/ |
D | build-framework-hostside-jars-without-genrules.sh | 38 …--in-jar $ANDROID_BUILD_TOP/out/soong/.intermediates/frameworks/base/framework-all/android_common/… 56 --out-stub-jar ${out_file_stem}_stub.jar \ 57 --out-impl-jar ${out_file_stem}_impl.jar \ 61 run extract ${out_file_stem}_*.jar 76 …--intersect-stub-jar $SOONG_INT/frameworks/base/api/android_test_stubs_current/android_common/comb…
|
D | dump-jar | 22 dump-jar: Dump java classes in jar files 25 dump-jar [-v] CLASS-FILE [...] 29 dump-jar [-v] [-s] [-o OUTPUT-FILENAME] JAR-FILE[: filename regex] [...] 31 Dump a jar file. 34 will be used to filter files in the jar file. 36 For example, "file.jar:/MyClass$" will only dump "MyClass" in file.jar. 152 jar tf "$file" | grep '\.class$' | sort | while read -r class ; do
|
D | Android.bp | 11 name: "dump-jar", 12 src: "dump-jar", 17 name: "hoststubgen-jar-dump-defaults", 18 tools: ["dump-jar"], 19 cmd: "$(location dump-jar) -s -o $(out) $(in)",
|
/frameworks/layoutlib/bridge/tests/ |
D | run_tests_mac.sh | 62 …jar:${MISC_COMMON}/ninepatch/ninepatch-prebuilt.jar:${MISC_COMMON}/sdk-common/sdk-common.jar:${MIS…
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/ |
D | uiautomator.sh | 61 CLASSPATH=/system/framework/android.test.runner.jar:${base}/framework/uiautomator.jar 86 jar=${1} 93 jar=${run_base}/${1} 96 if [ ! -f ${jar} ]; then 97 echo "Error: ${jar} does not exist" 102 jars=${jars}:${jar}
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | run-test-manually.sh | 45 tiny_framework_jar=$out/tiny-framework.jar 46 tiny_framework_host_stub_jar=$out/tiny-framework_host_stub.jar 47 tiny_framework_host_impl_jar=$out/tiny-framework_host_impl.jar 50 tiny_test_jar=$out/tiny-test.jar 53 …ls/hoststubgen/hoststubgen/hoststubgen-annotations/android_common/javac/hoststubgen-annotations.jar 57 $SOONG_INT/external/junit/junit/android_common/combined/junit.jar 58 $SOONG_INT/external/truth/truth/android_common/combined/truth.jar 62 …bgen/hoststubgen/hoststubgen-helper-runtime/linux_glibc_common/javac/hoststubgen-helper-runtime.jar 89 --in-jar $tiny_framework_jar \ 90 --out-stub-jar $tiny_framework_host_stub_jar \ [all …]
|
D | Android.bp | 10 // A library that simulates framework-all.jar 27 "--in-jar $(location :hoststubgen-test-tiny-framework) " + 41 ":hoststubgen-test-tiny-framework-host{host_stub.jar}", 44 "host_stub.jar", 53 ":hoststubgen-test-tiny-framework-host{host_impl.jar}", 56 "host_impl.jar", 67 "--in-jar $(location :hoststubgen-test-tiny-framework) " + 85 ":hoststubgen-test-tiny-framework-host-ext{host_stub.jar}", 88 "host_stub.jar", 97 ":hoststubgen-test-tiny-framework-host-ext{host_impl.jar}", [all …]
|
D | diff-and-update-golden.sh | 21 Compare the generated jar files from tiny-framework to the "golden" files. 26 -3: Run `meld` to compare original, stub and impl jar files in 3-way diff. 27 This is useful to visualize the exact differences between 3 jar files.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | README | 7 doclava.jar: 8 Compiled jar version of Doclava. This can be found in out/host/linux-x86/framework/doclava.jar 11 jsilver.jar: 12 Dependency of Doclava. This can be found in out/host/linux-x86/framework/jsilver.jar after a
|
/frameworks/base/ |
D | Ravenwood.bp | 15 // We need this "trampoline" rule to force soong to give a host-side jar to 17 // a dex jar. 20 installable: false, // host only jar. 39 "--out-impl-jar $(location ravenwood.jar) " + 44 "--in-jar $(location :framework-minus-apex-for-hoststubgen) " + 54 "ravenwood.jar", 67 // Extract the impl jar from "framework-minus-apex.ravenwood-base" for subsequent build rules. 75 ":framework-minus-apex.ravenwood-base{ravenwood.jar}", 78 "framework-minus-apex.ravenwood.jar", 121 installable: false, // host only jar. [all …]
|
/frameworks/base/tools/locked_region_code_injection/test/ |
D | unit-test.sh | 76 INP=$ROOT/framework/lockedregioncodeinjection_input.jar 80 -i $INP -o $OUT/test_output.jar \ 87 java -ea -cp $OUT/test_output.jar \ 92 jar -x --file test_output.jar lockedregioncodeinjection
|
/frameworks/layoutlib/create/tests/ |
D | run_tests.sh | 10 …jar:${OUT_INTERMEDIATES}/external/hamcrest/hamcrest-core/hamcrest/linux_glibc_common/javac/hamcres…
|
/frameworks/base/tools/hoststubgen/hoststubgen/invoketest/ |
D | hoststubgen-invoke-test.sh | 46 JAR=hoststubgen-test-tiny-framework.jar 47 STUB=$TEMP/stub.jar 48 IMPL=$TEMP/impl.jar 64 java -jar ./hoststubgen.jar "$@" 96 --in-jar $JAR \
|
/frameworks/base/mime/ |
D | Android.bp | 35 static_libs: ["mimemap-res.jar"], 44 static_libs: ["mimemap-testing-res.jar"], 52 // The mimemap-res.jar and mimemap-testing-res.jar genrules produce a .jar that 55 // bootclasspath jar whereas the other one ends up in a test jar. Bootclasspath 67 name: "mimemap-res.jar", 72 out: ["mimemap-res.jar"], 76 // The same as mimemap-res.jar except that the resources are placed in a different directory. 80 name: "mimemap-testing-res.jar", 85 out: ["mimemap-testing-res.jar"],
|
/frameworks/base/tools/hoststubgen/ |
D | common.sh | 98 JAR=${JAR:-jar} 107 local jar="$1" 108 echo "Starting test: $jar ..." 112 -cp $jar \
|
D | README.md | 5 HostStubGen is a tool built for ravenwood. It can read an Android framework jar file 6 (such as `framework-minus-apex.jar` or `framework-all.jar`) and 38 - `dump-jar.sh` 40 A script to dump the content of `*.class` and `*.jar` files. 77 …- The `HostStubGenTest-framework-test-host-test-lib` jar somehow contain all ASM classes? Figure o…
|
/frameworks/base/errorprone/refaster/ |
D | refaster.sh | 3 …OP/out/soong/.intermediates/frameworks/base/framework/android_common/turbine-combined/framework.jar 4 …ID_BUILD_TOP/out/soong/.intermediates/libcore/core-all/android_common/turbine-combined/core-all.jar 5 $ANDROID_BUILD_TOP/external/error_prone/error_prone/error_prone_refaster-2.4.0.jar
|
/frameworks/layoutlib/create/tests/res/mock_data/ |
D | README.md | 1 # Update mock_android.jar 3 ## Build mock_android.jar 11 mv out/host/linux-x86/framework/mock_android.jar frameworks/layoutlib/create/tests/res/data/mock_an…
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | Android.bp | 142 // "--in-jar $(location :framework-all) " + 146 "--out-stub-jar $(location host_stub.jar) " + 147 "--out-impl-jar $(location host_impl.jar) " + 162 // Create two jar files. 164 "host_stub.jar", 165 "host_impl.jar",
|
D | framework-policy-override.txt | 2 # This file contains rules to process `framework-all.jar` to generate the host side test "stub" and 8 # - Want to quickly change filter rules without having to rebuild framework.jar. 13 # - To put the entire class, including its members and nested classes, in the "stub" jar, 18 # - To put the entire class, including its members and nested classes, in the "impl" jar, 19 # but not in the "stub" jar, use `keepclass`. Use this when you don't want to expose an API to 25 # All other classes will be removed from both the stub jar and impl jar. 45 # Put basic exception classes in the "impl" jar.
|
/frameworks/base/tools/protologtool/ |
D | README.md | 14 --loggroups-jar <config jar path> 43 source jar file. The ProtoLogGroup class with all dependencies should be provided as a compiled 44 jar file (config.jar). 51 --loggroups-jar <config jar path> 56 …mand is similar in it's syntax to the previous one, only instead of creating a processed source jar
|