Searched full:steps (Results 1 – 25 of 104) sorted by relevance
12345
| /system/security/keystore/tests/fuzzer/ |
| D | README.md | 31 This describes steps to build keystoreGetWifiHidl_fuzzer binary. 35 #### Steps to build 40 #### Steps to run 78 This describes steps to build keystoreSignature_fuzzer, keystorePackageInfo_fuzzer, keystoreApplica… 82 #### Steps to build 90 #### Steps to run
|
| /system/core/fastboot/fuzzer/ |
| D | README.md | 34 This describes steps to build fastboot_fuzzer binary. 38 #### Steps to build 43 #### Steps to run
|
| /system/keymaster/fuzzer/ |
| D | README.md | 36 This describes steps to build k4_AndroidKeymaster4Device_fuzzer binary 40 #### Steps to build 45 #### Steps to run
|
| /system/timezone/output_data/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 50 # Fixes for the steps above which seem to be broken because TARGET_OUT / HOST_OUT aren't set 67 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/vold/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/core/libutils/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/extras/simpleperf/demo/ |
| D | README.md | 48 steps: 81 steps: 113 steps: 146 steps:
|
| /system/apex/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 52 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/tools/aidl/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/chre/util/include/chre/util/ |
| D | segmented_queue_impl.h | 192 searchIndex = subtractOrWrapAround(searchIndex, 1 /* steps */); in searchMatches() 358 mTail = subtractOrWrapAround(mTail, /* steps= */ 1); in pullForward() 367 size_t prevAbsolute = subtractOrWrapAround(gapAbsolute, /* steps= */ 1); in pullBackward() 373 prevAbsolute = subtractOrWrapAround(prevAbsolute, /* steps= */ 1); in pullBackward() 459 size_t index, size_t steps) { in subtractOrWrapAround() argument 460 return index < steps ? capacity() + index - steps : index - steps; in subtractOrWrapAround()
|
| /system/core/init/fuzzer/ |
| D | README.md | 19 #### Steps to run 39 #### Steps to run 89 #### Steps to run
|
| /system/gatekeeper/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/media/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 62 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/core/fs_mgr/liblp/fuzzer/ |
| D | README.md | 51 #### Steps to run 81 #### Steps to run 121 #### Steps to run
|
| /system/tools/hidl/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/extras/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 78 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/cros-codecs/ci/test-cases/ |
| D | cros-codecs.yaml | 6 steps:
|
| D | cros-codecs-single.yaml | 6 steps:
|
| /system/libhidl/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/tools/hidl/test/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/security/keystore2/src/fuzzers/ |
| D | README.md | 8 #### Steps to run
|
| /system/libhidl/fuzzer/ |
| D | README.md | 20 #### Steps to run
|
| /system/libufdt/tests/ |
| D | README | 44 # Steps to run the test
|
| /system/core/ |
| D | CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
| /system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
| D | ChreCrossValidatorBase.java | 86 * override this method and add any additional init steps after a call to super.init() if 102 * add any additional deinit steps after a call to super.deinit() if needed. Should be called in
|
12345