/frameworks/base/ |
D | PREUPLOAD.cfg | 4 api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT} 6 strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_C… 8 hidden_api_txt_checksorted_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh $… 10 hidden_api_txt_exclude_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/exclude.sh ${PREUPLOAD_C… 14 owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" 16 shell_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^packages/She…
|
/frameworks/native/ |
D | PREUPLOAD.cfg | 18 owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" 19 installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/inst… 20 dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dum… 21 dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumps… 23 bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bu…
|
/frameworks/base/apct-tests/perftests/textclassifier/ |
D | run.sh | 2 make TextClassifierPerfTests perf-setup.sh 5 adb push ${OUT}/obj/EXECUTABLES/perf-setup.sh_intermediates/perf-setup.sh /data/local/tmp/ 6 adb shell chmod +x /data/local/tmp/perf-setup.sh 7 adb shell /data/local/tmp/perf-setup.sh
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | tests.sh | 30 ./autogen.sh 45 ./autogen.sh 90 …sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty … 105 csharp/buildall.sh 236 objectivec/DevTools/full_mac_build.sh \ 251 objectivec/DevTools/full_mac_build.sh \ 267 objectivec/Tests/CocoaPods/run_tests.sh 303 cd ruby && bash travis-test.sh ruby-2.1 && cd .. 307 cd ruby && bash travis-test.sh ruby-2.2 && cd .. 313 cd ruby && bash travis-test.sh jruby-1.7 && cd ..
|
D | generate_descriptor_proto.sh | 24 ./autogen.sh) first. 98 if test -x objectivec/generate_well_known_types.sh; then 100 objectivec/generate_well_known_types.sh $@ 103 if test -x csharp/generate_protos.sh; then 105 csharp/generate_protos.sh $@
|
D | .gitignore | 1 # autogen.sh-generated files 9 install-sh 10 ltmain.sh
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 11 frameworks/opt/net/wifi/tests/wifitests/runtests.sh 14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the 23 runtests.sh -e package com.android.server.wifi.util 24 runtests.sh -e class com.android.server.wifi.WifiServiceImplTest 43 If you would like to collect code coverage information you can run the `coverage.sh` script located 45 similar to runtests.sh. If you have multiple devices connected to your machine make sure to set the 51 frameworks/opt/net/wifi/tests/wifitests/coverage.sh wifi_coverage
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | build_and_run_all_unit_tests.sh | 9 . $ANDROID_BUILD_TOP/build/envsetup.sh 22 sh $ANDROID_BUILD_TOP/frameworks/av/media/libaudioprocessing/tests/run_all_unit_tests.sh
|
/frameworks/native/cmds/installd/ |
D | Android.bp | 134 required: [ "migrate_legacy_obb_data.sh" ], 245 src: "otapreopt_slot.sh", 252 src: "otapreopt_script.sh", 264 name: "migrate_legacy_obb_data.sh", 265 src: "migrate_legacy_obb_data.sh"
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ |
D | Rakefile | 37 sh "../src/protoc -I../src --ruby_out=lib #{input_file}" 67 …RakeCompilerDock.sh "bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.… 85 sh "../src/protoc --ruby_out=. tests/generated_code.proto" 89 sh "../src/protoc --ruby_out=. tests/test_import.proto" 95 sh "rm -f #{genproto_output.join(' ')}"
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/buildcmds/ |
D | pull_request.sh | 13 export DOCKER_RUN_SCRIPT=jenkins/pull_request_in_docker.sh 15 ./jenkins/build_and_run_docker.sh
|
/frameworks/native/libs/binder/ndk/ |
D | update.sh | 22 ./scripts/format.sh 23 ./scripts/init_map.sh > libbinder_ndk.map.txt
|
/frameworks/opt/gamesdk/test/tuningfork/ |
D | tuningfork_test.cpp | 110 auto sh = s.add_histograms(); local 111 sh->set_bucket_min(h.start); 112 sh->set_bucket_max(h.end); 113 sh->set_n_buckets(h.nBuckets); 114 sh->set_instrument_key(i++);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | int128.cc | 51 #define STEP(T, n, pos, sh) \ argument 53 if ((n) >= (static_cast<T>(1) << (sh))) { \ 54 (n) = (n) >> (sh); \ 55 (pos) |= (sh); \
|
/frameworks/base/lowpan/tests/ |
D | README.md | 11 frameworks/base/lowpan/tests/runtests.sh 14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the 33 runtests.sh -e package android.net.lowpan 34 runtests.sh -e class android.net.lowpan.LowpanManagerTest
|
/frameworks/base/wifi/tests/ |
D | README.md | 11 frameworks/base/wifi/tests/runtests.sh 14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the 33 runtests.sh -e package android.net.wifi 34 runtests.sh -e class android.net.wifi.WifiScannerTest
|
/frameworks/base/tests/backup/ |
D | backup_stress_test.sh | 36 ./test_backup.sh "$@" 2>&1 42 ./test_restore.sh "$@" 2>&1 || failed=1
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/ |
D | tftestapp.cpp | 61 auto sh = s.add_histograms(); local 62 sh->set_bucket_min(h.start); 63 sh->set_bucket_max(h.end); 64 sh->set_n_buckets(h.nBuckets); 65 sh->set_instrument_key(i++);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/ |
D | full_mac_build.sh | 30 Run generate_descriptor_proto.sh to regenerate all the checked in 151 ./autogen.sh 190 ./generate_descriptor_proto.sh -j "${NUM_MAKE_JOBS}" 209 objectivec/generate_well_known_types.sh --check-only -j "${NUM_MAKE_JOBS}"
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 96 int sh = mImgView.getHeight(); in onCreate() 126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in onCreate() 128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih)); in onCreate() 197 int sh = mImgView.getHeight(); in updateMatrix() local 203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in updateMatrix() 205 (1 + mYOffset) * (sh - ih * scale) / 2); in updateMatrix()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 96 int sh = mImgView.getHeight(); in onCreate() 126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in onCreate() 128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih)); in onCreate() 197 int sh = mImgView.getHeight(); in updateMatrix() local 203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in updateMatrix() 205 (1 + mYOffset) * (sh - ih * scale) / 2); in updateMatrix()
|
/frameworks/base/native/ |
D | copy-to-ndk.sh | 51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/ |
D | README.md | 12 * test.sh 39 To start a test, simply run the test.sh script in each version directory. For 42 $ v2.5.0/test.sh
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 32 3. Put the file “extract_ave.sh” and “extract_data.sh” in the same directory as the file N5.txt 33 4. Type command “./extract_date.sh N5.txt N5cleanData.txt” 35 5. Type command “./extract_ave.sh N5cleanData.txt N5aveData.txt”
|
/frameworks/ml/nn/runtime/test/specs/ |
D | slicing.sh | 38 source $ANDROID_BUILD_TOP/build/envsetup.sh > /dev/null 41 source $ANDROID_BUILD_TOP/frameworks/ml/nn/runtime/test/specs/generate_test.sh
|