Searched refs:tools (Results 1 – 25 of 127) sorted by relevance
123456
/system/core/toolbox/ |
D | toolbox.c | 14 } tools[] = { variable 38 for (size_t i = 0; tools[i].name; i++) { in main() 39 if (!strcmp(tools[i].name, name)) { in main() 40 return tools[i].func(argc, argv); in main() 55 for (size_t i = 1; tools[i].name; i++) { in toolbox_main() 56 printf("%s%c", tools[i].name, tools[i+1].name ? ' ' : '\n'); in toolbox_main()
|
/system/tools/hidl/test/format_test/ |
D | Android.bp | 19 tools: ["hidl-gen"], 21 "-r hidl_format_test_pkg:system/tools/hidl/test/format_test " + 23 … "cp $$(dirname $(in) | uniq)/Android.bp $(genDir)/system/tools/hidl/test/format_test/1.0 && " + 24 "diff -r -C3 $(genDir)/system/tools/hidl/test/format_test/1.0 $$(dirname $(in) | uniq)", 32 "system/tools/hidl/test/format_test/1.0/Android.bp", 33 "system/tools/hidl/test/format_test/1.0/IBar.hal", 34 "system/tools/hidl/test/format_test/1.0/IFoo.hal", 35 "system/tools/hidl/test/format_test/1.0/types.hal",
|
/system/tools/hidl/c2hal/ |
D | README.md | 29 c2hal -r android.hardware:hardware/interfaces -p android.hardware.baz@1.0 system/tools/hidl/c2hal/t… 32 c2hal -r android.hardware:hardware/interfaces -p android.hardware.simple@1.0 system/tools/hidl/c2ha… 38 python3 system/tools/hidl/c2hal/test/build_all.py ~/android/master/hardware/libhardware/include/har… 41 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 42 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 43 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 44 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 45 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 46 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
|
/system/sepolicy/ |
D | PREUPLOAD.cfg | 2 whitespace = tools/whitespace.sh ${PREUPLOAD_FILES} 3 aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "." 4 policy_version_check = tools/policy_version_check.sh
|
/system/tools/hidl/test/hash_test/ |
D | Android.bp | 3 tools: [ 8 " -r test.hash:system/tools/hidl/test/hash_test/correct_hash" + 13 " -r test.hash:system/tools/hidl/test/hash_test/missing_hash" + 18 " -r test.hash:system/tools/hidl/test/hash_test/incorrect_hash" + 23 " -r test.hash:system/tools/hidl/test/hash_test/incorrect_hash" +
|
/system/linkerconfig/ |
D | Android.bp | 170 tools: ["linkerconfig"], 177 tools: ["conv_apex_manifest", "linkerconfig", "soong_zip"], 181 "mkdir -p $(genDir)/tools/bin && " + 182 "mkdir -p $(genDir)/tools/lib64 && " + 183 "cp $(location conv_apex_manifest) $(genDir)/tools/bin && " + 184 "cp $(location linkerconfig) $(genDir)/tools/bin && " + 185 "cp $$LIBCPLUSPLUS $(genDir)/tools/lib64 && " + 186 "$(location soong_zip) -C $(genDir)/tools -D $(genDir)/tools -o $(out)", 198 // workaround to use host tools(conv_apex_manifest, linkerconfig) on build server
|
D | rundiff.sh | 32 unzip -qqo linkerconfig_diff_test_host_tools.zip -d tools 33 export PATH=$(realpath tools)/bin:$PATH 34 export LD_LIBRARY_PATH=$(realpath tools)/lib64:$LD_LIBRARY_PATH
|
/system/tools/hidl/test/version_test/ |
D | Android.bp | 3 tools: [ 7 " -r test.version:system/tools/hidl/test/version_test/good" + 17 " -r test.version:system/tools/hidl/test/version_test/bad1" + 21 " -r test.version:system/tools/hidl/test/version_test/bad2" + 25 " -r test.version:system/tools/hidl/test/version_test/bad3" + 29 " -r test.version:system/tools/hidl/test/version_test/bad4" + 33 " -r test.version:system/tools/hidl/test/version_test/bad5" +
|
/system/bt/gd/dumpsys/ |
D | Android.bp | 21 tools: [ 43 tools: [ 65 tools: [ 79 tools: [ 93 tools: [ 107 tools: [
|
/system/tools/hidl/test/cpp_impl_test/ |
D | Android.bp | 3 tools: [ 11 "$(location hidl-gen) -o $(genDir) -r hidl.tests:system/tools/hidl/test/ " + 25 tools: [ 33 "$(location hidl-gen) -o $(genDir) -r hidl.tests:system/tools/hidl/test/ " +
|
/system/bt/ |
D | PREUPLOAD.cfg | 8 aosp_first = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} ".*$" 9 yapf_hook = ./tools/scripts/yapf_checker.py
|
/system/tools/aidl/ |
D | run_integration_tests.sh | 25 MODULES-IN-system-tools-aidl 33 ${ANDROID_BUILD_TOP}/system/tools/aidl/tests/aidl_integration_test.py
|
/system/tools/hidl/test/java_partial_test/ |
D | Android.bp | 3 tools: [ 10 "-r hidl_java_partial_test:system/tools/hidl/test/java_partial_test " +
|
/system/extras/squashfs_utils/ |
D | Android.bp | 11 include_dirs: ["external/squashfs-tools/squashfs-tools"],
|
/system/tools/hidl/test/export_test/ |
D | Android.bp | 3 tools: [ 11 "-rexport:system/tools/hidl/test/export_test export@1.0",
|
/system/extras/f2fs_utils/ |
D | Android.bp | 15 "external/f2fs-tools/include", 34 "external/f2fs-tools/include",
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | vold.te | 6 # Switch to more restrictive domains when executing common tools 10 # For a handful of probing tools, we choose an even more restrictive
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | vold.te | 5 # Switch to more restrictive domains when executing common tools 9 # For a handful of probing tools, we choose an even more restrictive
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | vold.te | 5 # Switch to more restrictive domains when executing common tools 9 # For a handful of probing tools, we choose an even more restrictive
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | vold.te | 6 # Switch to more restrictive domains when executing common tools 10 # For a handful of probing tools, we choose an even more restrictive
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | vold.te | 5 # Switch to more restrictive domains when executing common tools 9 # For a handful of probing tools, we choose an even more restrictive
|
/system/sepolicy/private/ |
D | vold.te | 5 # Switch to more restrictive domains when executing common tools 9 # For a handful of probing tools, we choose an even more restrictive
|
/system/timezone/input_tools/android/common/ |
D | README.android | 1 Common code used in several tools.
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | proguard-rules.pro | 3 # in /home/yabinc/Android/Sdk/tools/proguard/proguard-android.txt 8 # http://developer.android.com/guide/developing/tools/proguard.html
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | proguard-rules.pro | 3 # in /home/yabinc/Android/Sdk/tools/proguard/proguard-android.txt 8 # http://developer.android.com/guide/developing/tools/proguard.html
|
123456