Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 104) sorted by relevance

12345

/system/security/keystore/tests/fuzzer/
DREADME.md31 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/
DREADME.md34 This describes steps to build fastboot_fuzzer binary.
38 #### Steps to build
43 #### Steps to run
/system/keymaster/fuzzer/
DREADME.md36 This describes steps to build k4_AndroidKeymaster4Device_fuzzer binary
40 #### Steps to build
45 #### Steps to run
/system/timezone/output_data/
DCleanSpec.mk18 # 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/
DCleanSpec.mk18 # 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/
DCleanSpec.mk18 # 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/
DREADME.md48 steps:
81 steps:
113 steps:
146 steps:
/system/apex/
DCleanSpec.mk18 # 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/
DCleanSpec.mk18 # 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/
Dsegmented_queue_impl.h192 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/
DREADME.md19 #### Steps to run
39 #### Steps to run
89 #### Steps to run
/system/gatekeeper/
DCleanSpec.mk18 # 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/
DCleanSpec.mk18 # 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/
DREADME.md51 #### Steps to run
81 #### Steps to run
121 #### Steps to run
/system/tools/hidl/
DCleanSpec.mk18 # 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/
DCleanSpec.mk18 # 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/
Dcros-codecs.yaml6 steps:
Dcros-codecs-single.yaml6 steps:
/system/libhidl/
DCleanSpec.mk18 # 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/
DCleanSpec.mk18 # 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/
DREADME.md8 #### Steps to run
/system/libhidl/fuzzer/
DREADME.md20 #### Steps to run
/system/libufdt/tests/
DREADME44 # Steps to run the test
/system/core/
DCleanSpec.mk18 # 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/
DChreCrossValidatorBase.java86 * 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