Searched refs:APK (Results 1 – 25 of 62) sorted by relevance
123
/external/skia/tools/skqp/ |
D | test_apk.sh | 8 APK="$1" 11 if ! [ -f "$APK" ]; then 38 sh "$THIS/run_apk.sh" "$APK" "$TDIR"
|
D | run_apk.sh | 16 APK="$1" 19 printf '\n\nAPK = "%s"\nDST = "%s"\n\n' "$APK" "$DST" 29 adb install "$APK" || exit 1
|
D | README_GENERATING_MODELS.md | 42 (Optional) Make a SkQP APK. 46 (Optional) Test the SkQP APK: 50 (Once changes land) Upload the SkQP APK.
|
D | docker_run_apk.sh | 35 --volume="$APK_DIR":/APK:ro \
|
D | README.md | 45 3. Build the APK: 82 Run as a non-APK executable
|
/external/skqp/tools/skqp/ |
D | test_apk.sh | 8 APK="$1" 11 if ! [ -f "$APK" ]; then 37 adb install -r "$APK" || exit 2
|
D | README_GENERATING_MODELS.md | 44 (Optional) Make a SkQP APK. 48 (Optional) Test the SkQP APK: 53 (Once changes land) Upload the SkQP APK.
|
D | README.md | 45 3. Build the APK: 82 Run as a non-APK executable
|
/external/bazelbuild-rules_android/rules/ |
D | providers.bzl | 51 doc = "Provides APK outputs of a rule.", 53 keystore = "Keystore used to sign the APK. Deprecated, prefer signing_keys.", 54 signing_keys = "List of keys used to sign the APK", 56 signed_apk = "Signed APK", 57 unsigned_apk = "Unsigned APK",
|
D | android_binary.bzl | 15 """Bazel rule for building an APK."""
|
/external/webrtc/examples/unityplugin/ |
D | ANDROID_INSTRUCTION | 25 6. Compile the unity project into an APK, and decompile the apk using apktool that you can download… 33 7. Compile the unity project into an APK again and deploy it to an android device.
|
/external/tensorflow/tensorflow/tools/android/test/ |
D | README.md | 50 The fastest path to trying the demo is to download the [prebuilt demo APK](https://storage.googleap… 115 [prebuilt demo APK](https://storage.googleapis.com/download.tensorflow.org/deps/tflite/TfLiteCamera… 156 automatically and packaged with the APK by Bazel via a new_http_archive defined 184 build the APK. Run this from your workspace root: 194 to install the APK:
|
D | BUILD | 70 # (and corresponding Activities in source) to reduce APK size.
|
D | build.gradle | 47 // Controls output directory in APK and CPU type for Bazel builds. 54 // Output directory in the local directory for packaging into the APK.
|
/external/oboe/samples/LiveEffect/src/main/cpp/ |
D | ndk-stl-config.cmake | 2 # packaged in the APK.
|
/external/oboe/tests/UnitTestRunner/ |
D | gradle.properties | 15 # Android operating system, and which are packaged with your app's APK
|
/external/deqp-deps/amber/android_gradle/ |
D | gradle.properties | 15 # Android operating system, and which are packaged with your app's APK
|
/external/skqp/site/user/sample/ |
D | viewer.md | 48 The Viewer APK must be built by gradle which can be invoked on the command line 54 that you want to use to build the app. Upon completion of the script the APK
|
/external/angle/doc/ |
D | DevSetupAndroid.md | 75 To build the ANGLE APK, you must first bootstrap your build by following the steps 76 [above](#ANGLE-for-Android). The steps below will result in an APK that contains the ANGLE 84 ## Building the ANGLE APK 91 ## Installing the ANGLE APK
|
D | DebuggingTips.md | 51 Android is built as an Android APK, which makes it more difficult to debug an APK that is using ANG… 149 Thus, prior to capturing your test trace, the specific test APK must be installed on the device. 151 `./out/Release/bin/run_angle_end2end_tests`. The best way to install the APK is to run this test 162 activity is `org.chromium.native_test.NativeTest.StdoutFile`. Without it the test APK crashes. Test 298 for example, `./out/Release/bin/run_angle_end2end_tests`. The best way to install the APK is to run
|
/external/tensorflow/tensorflow/lite/tools/benchmark/android/ |
D | BUILD | 13 # See README.md for details about building and executing the benchmark in APK
|
/external/skqp/site/dev/testing/ |
D | skqp.md | 38 For more information about building your own APK, refer to
|
/external/oboe/samples/iolib/src/main/cpp/ |
D | CMakeLists.txt | 39 # Gradle automatically packages shared libraries with your APK.
|
/external/skia/site/docs/user/sample/ |
D | viewer.md | 68 The Viewer APK must be built by gradle which can be invoked on the command line 74 that you created. Upon completion of the script the APK
|
/external/skia/site/docs/dev/testing/ |
D | skqp.md | 54 For more information about building your own APK, refer to
|
123