Home
last modified time | relevance | path

Searched refs:APK (Results 1 – 25 of 62) sorted by relevance

123

/external/skia/tools/skqp/
Dtest_apk.sh8 APK="$1"
11 if ! [ -f "$APK" ]; then
38 sh "$THIS/run_apk.sh" "$APK" "$TDIR"
Drun_apk.sh16 APK="$1"
19 printf '\n\nAPK = "%s"\nDST = "%s"\n\n' "$APK" "$DST"
29 adb install "$APK" || exit 1
DREADME_GENERATING_MODELS.md42 (Optional) Make a SkQP APK.
46 (Optional) Test the SkQP APK:
50 (Once changes land) Upload the SkQP APK.
Ddocker_run_apk.sh35 --volume="$APK_DIR":/APK:ro \
DREADME.md45 3. Build the APK:
82 Run as a non-APK executable
/external/skqp/tools/skqp/
Dtest_apk.sh8 APK="$1"
11 if ! [ -f "$APK" ]; then
37 adb install -r "$APK" || exit 2
DREADME_GENERATING_MODELS.md44 (Optional) Make a SkQP APK.
48 (Optional) Test the SkQP APK:
53 (Once changes land) Upload the SkQP APK.
DREADME.md45 3. Build the APK:
82 Run as a non-APK executable
/external/bazelbuild-rules_android/rules/
Dproviders.bzl51 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",
Dandroid_binary.bzl15 """Bazel rule for building an APK."""
/external/webrtc/examples/unityplugin/
DANDROID_INSTRUCTION25 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/
DREADME.md50 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:
DBUILD70 # (and corresponding Activities in source) to reduce APK size.
Dbuild.gradle47 // 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/
Dndk-stl-config.cmake2 # packaged in the APK.
/external/oboe/tests/UnitTestRunner/
Dgradle.properties15 # Android operating system, and which are packaged with your app's APK
/external/deqp-deps/amber/android_gradle/
Dgradle.properties15 # Android operating system, and which are packaged with your app's APK
/external/skqp/site/user/sample/
Dviewer.md48 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/
DDevSetupAndroid.md75 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
DDebuggingTips.md51 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/
DBUILD13 # See README.md for details about building and executing the benchmark in APK
/external/skqp/site/dev/testing/
Dskqp.md38 For more information about building your own APK, refer to
/external/oboe/samples/iolib/src/main/cpp/
DCMakeLists.txt39 # Gradle automatically packages shared libraries with your APK.
/external/skia/site/docs/user/sample/
Dviewer.md68 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/
Dskqp.md54 For more information about building your own APK, refer to

123