Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 48) sorted by relevance

12

/system/extras/
DCleanSpec.mk47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system.img $(PRODUCT_OUT)/userdata.img)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/taskstats_intermediates)
49 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/anrd)
50 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/cpustats)
51 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/crypto)
52 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/kexecload)
53 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/ksminfo)
54 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/latencytop)
55 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/memtrack_share)
56 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/memtrack)
[all …]
/system/sepolicy/
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/file_contexts)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/service_contexts)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/service_contexts)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/nonplat_property_contexts)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/nonplat_property_contexts)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/plat_property_contexts)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/plat_property_contexts)
61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/property_contexts)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/property_contexts)
[all …]
/system/core/
DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/lmkd_intermediates/import_includes)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsysutils_intermediates/import_…
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/system/bin/toolbox)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.$(TARGET_DEVICE).so)
60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.$(TARGET_DEVICE).so)
[all …]
/system/media/
DCleanSpec.mk46 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenMAXAL.so)
47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenSLES.so)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_imageproc_inte…
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_text_intermedi…
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_ui_intermediat…
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_videosrc_inter…
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
55 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/framework/filterfw.jar)
[all …]
/system/chre/apps/test/common/chre_audio_concurrency_test/src/
Dchre_audio_concurrency_test_manager.cc47 Manager::TestStep *step) { in getTestStep() argument
49 switch (command.step) { in getTestStep()
51 *step = Manager::TestStep::ENABLE_AUDIO; in getTestStep()
54 *step = Manager::TestStep::VERIFY_AUDIO_RESUME; in getTestStep()
57 LOGE("Unknown test step %d", command.step); in getTestStep()
74 bool Manager::handleTestCommandMessage(uint16_t hostEndpointId, TestStep step) { in handleTestCommandMessage() argument
84 if (step == TestStep::ENABLE_AUDIO) { in handleTestCommandMessage()
96 } else if (step == TestStep::VERIFY_AUDIO_RESUME) { in handleTestCommandMessage()
101 mTestSession = TestSession(hostEndpointId, step); in handleTestCommandMessage()
103 static_cast<uint8_t>(mTestSession->step)); in handleTestCommandMessage()
[all …]
/system/timezone/output_data/
DCleanSpec.mk47 $(call add-clean-step, rm -f $(TARGET_OUT)/system/usr/share/zoneinfo/tzlookup.xml)
48 $(call add-clean-step, rm -f $(HOST_OUT)/usr/share/zoneinfo/tzlookup.xml)
52 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/usr/share/zoneinfo/tzlookup.xml)
53 $(call add-clean-step, rm -f $(OUT_DIR)/host/linux-x86/usr/share/zoneinfo/tzlookup.xml)
56 $(call add-clean-step, rm -rf $(HOST_OUT)/com.android.runtime/etc/tz/*)
60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/tz)
64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/tzdata_module)
/system/chre/apps/test/common/chre_audio_concurrency_test/inc/
Dchre_audio_concurrency_test_manager.h51 TestStep step; member
53 TestSession(uint16_t id, TestStep step) { in TestSession()
55 this->step = step; in TestSession()
76 bool handleTestCommandMessage(uint16_t hostEndpointId, TestStep step);
/system/tools/hidl/test/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest64/hidl_test*)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest/hidl_test*)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/tests.vendor*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/vndk/tests.vendor*)
/system/chre/apps/test/common/proto/
Dchre_audio_concurrency_test.proto15 // H2C: A message to start a test step.
25 // step from a TEST_COMMAND message. No payload.
29 // A message to start a test step.
35 // The host will send this step when the AP has held and released access
40 // The test step.
41 optional Step step = 1; field
Dchre_settings_test.proto20 // C2H: A message indicating a previously received SETUP step from a
44 // The test step for the nanoapp to take.
47 // Sets up the nanoapp for an upcoming START test step (e.g. perform a WiFi
50 // Begin the test (after optionally receiving a SETUP test step).
57 // The feature state (e.g. enabled or disabled), only used if the test step is
61 // The test step.
62 optional Step step = 3 [default = START]; field
Dchre_cross_validation_wifi.proto12 // H2C: Host informing nanoapp to start a new step
16 // C2H: Nanoapp informing host on the result of a step
18 // This will also include the final validation result if this is the step
19 // result for the VALIDATE step.
37 // The initial step where no action is performed.
39 // The step where the nanoapp is configured to monitor for wifi scans and the
42 // The validate step where the data is gathered and compared.
44 // The step where the wifi capabilities are gathered from the nanoapp.
49 optional Step step = 1; field
/system/chre/apps/test/common/chre_settings_test/inc/
Dchre_settings_test_manager.h67 TestStep step; member
70 TestStep step) { in TestSession()
74 this->step = step; in TestSession()
103 FeatureState state, TestStep step);
/system/apex/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/security/apex)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/etc/security/apex)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/etc/security/apex)
/system/libhidl/
DCleanSpec.mk47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/bin/hw/android.hidl.memory@1.0-service)
48 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/etc/init/android.hidl.memory@1.0-service.rc)
51 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/android.hidl.memory@1.0-impl.so)
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc98 Manager::TestStep *step) { in getTestStep() argument
100 switch (command.step) { in getTestStep()
102 *step = Manager::TestStep::SETUP; in getTestStep()
105 *step = Manager::TestStep::START; in getTestStep()
108 LOGE("Unknown test step %d", command.step); in getTestStep()
205 TestStep step; in handleMessageFromHost() local
208 getTestStep(testCommand, &step)) { in handleMessageFromHost()
211 static_cast<uint8_t>(step)); in handleMessageFromHost()
212 handleStartTestMessage(hostData->hostEndpoint, feature, state, step); in handleMessageFromHost()
224 FeatureState state, TestStep step) { in handleStartTestMessage() argument
[all …]
/system/bt/
DCleanSpec.mk48 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*blue*" -print0 | xargs -0 rm -f)
49 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*bdroid*" -print0 | xargs -0 rm -f)
/system/core/libutils/
DCleanSpec.mk50 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/libutils_intermediates/import_includ…
51 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/lib64utils_intermediates/import_incl…
/system/tools/hidl/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(SOONG_OUT_DIR)/.intermediates/hardware/interfaces/tests/extension)
48 $(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -name "*adapter_genc*" -print0 | xargs …
/system/extras/tests/icachetest/
Dicache_main.cpp13 extern "C" void icache_test(long count, long step);
96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main() local
104 for (size_t i=step ; i <= MAX_ITERATIONS_COUNT ; i += step) { in main()
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp106 auto step = std::min(s_step, d_step); in OptimizeSourceCopyOperation() local
111 AppendExtent(optimized->mutable_src_extents(), s_it->start_block() + s_offset, step); in OptimizeSourceCopyOperation()
112 AppendExtent(optimized->mutable_dst_extents(), d_it->start_block() + d_offset, step); in OptimizeSourceCopyOperation()
120 s_offset += step; in OptimizeSourceCopyOperation()
121 d_offset += step; in OptimizeSourceCopyOperation()
/system/extras/boottime_tools/io_analysis/
Dcheck_verity.py87 step = match.group(2)
91 if step == "map":
100 elif step == "end_io":
103 elif step == "finish_io":
/system/security/keystore2/src/
Dgc.rs79 self.async_task.queue_lo(|shelf| shelf.get_downcast_mut::<GcInternal>().unwrap().step()) in notify_gc()
134 fn step(&mut self) { in step() method
146 shelf.get_downcast_mut::<GcInternal>().unwrap().step() in step()
/system/gsid/aidl/android/gsi/
DGsiProgress.aidl22 @utf8InCpp String step;
/system/nfc/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libnfc-nci_intermediates)
/system/gatekeeper/
DCleanSpec.mk41 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.default.so)

12