Home
last modified time | relevance | path

Searched refs:Execute (Results 1 – 25 of 59) sorted by relevance

123

/system/nvram/hal/
Dnvram_device_adapter.cpp35 nvram_result_t Execute(const nvram_device_t* device, in Execute() function
44 adapter->nvram_implementation()->Execute(request, &response); in Execute()
65 nvram_result_t result = Execute<nvram::COMMAND_GET_INFO>( in device_get_total_size_in_bytes()
75 nvram_result_t result = Execute<nvram::COMMAND_GET_INFO>( in device_get_available_size_in_bytes()
85 nvram_result_t result = Execute<nvram::COMMAND_GET_INFO>( in device_get_max_space_size_in_bytes()
95 nvram_result_t result = Execute<nvram::COMMAND_GET_INFO>( in device_get_max_spaces()
107 nvram_result_t result = Execute<nvram::COMMAND_GET_INFO>( in device_get_space_list()
129 nvram_result_t result = Execute<nvram::COMMAND_GET_SPACE_INFO>( in device_get_space_size()
143 nvram_result_t result = Execute<nvram::COMMAND_GET_SPACE_INFO>( in device_get_space_controls()
166 nvram_result_t result = Execute<nvram::COMMAND_GET_SPACE_INFO>( in device_is_space_locked()
[all …]
Dtesting_nvram_implementation.cpp41 void Execute(const nvram::Request& request,
70 void TestingNvramImplementation::Execute(const nvram::Request& request, in Execute() function in __anonb2a572810111::TestingNvramImplementation
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp289 Result<typename FuzzFunction::ReturnType> Execute(int action_index) { in Execute() function in android::snapshot::LibsnapshotFuzzerTest
334 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(BeginUpdate)>(i++)); in TEST_F()
335 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(CreateUpdateSnapshots)>(i++)); in TEST_F()
336 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(MapUpdateSnapshot)>(i++)) << "sys_b"; in TEST_F()
337 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(MapUpdateSnapshot)>(i++)) << "vnd_b"; in TEST_F()
338 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(MapUpdateSnapshot)>(i++)) << "prd_b"; in TEST_F()
339 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(FinishedSnapshotWrites)>(i++)); in TEST_F()
340 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(UnmapUpdateSnapshot)>(i++)) << "sys_b"; in TEST_F()
341 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(UnmapUpdateSnapshot)>(i++)) << "vnd_b"; in TEST_F()
342 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(UnmapUpdateSnapshot)>(i++)) << "prd_b"; in TEST_F()
[all …]
/system/core/init/
Dsubcontext_test.cpp57 auto result = subcontext.Execute(std::vector<std::string>{"return_pids_as_error"}); in TEST()
83 auto result = subcontext.Execute(args); in TEST()
106 auto result = subcontext.Execute(args); in TEST()
110 auto result = subcontext.Execute(std::vector<std::string>{"return_words_as_error"}); in TEST()
121 auto result = subcontext.Execute(std::vector<std::string>{"cause_log_fatal"}); in TEST()
124 auto result2 = subcontext.Execute(std::vector<std::string>{"generate_sane_error"}); in TEST()
133 auto result = subcontext.Execute(std::vector<std::string>{"return_context_as_error"}); in TEST()
144 auto result = subcontext.Execute( in TEST()
Dsubcontext_benchmark.cpp40 subcontext.Execute(std::vector<std::string>{"return_success"}); in BenchmarkSuccess()
Dsubcontext.h46 Result<void> Execute(const std::vector<std::string>& args);
/system/sepolicy/private/
Dgki_apex_prepostinstall.te8 # Execute /system/bin/sh.
11 # Execute various toolsbox utilities.
/system/sepolicy/prebuilts/api/31.0/private/
Dgki_apex_prepostinstall.te8 # Execute /system/bin/sh.
11 # Execute various toolsbox utilities.
/system/memory/libmemunreachable/
DTarjan.h72 void Execute(Graph<T>& graph, SCCList<T>& out);
84 void TarjanAlgorithm<T>::Execute(Graph<T>& graph, SCCList<T>& out) { in Execute() function
133 tarjan.Execute(graph, out); in Tarjan()
/system/nvram/hal/include/nvram/hal/
Dnvram_device_adapter.h36 virtual void Execute(const nvram::Request& request,
/system/sepolicy/prebuilts/api/27.0/private/
Ddumpstate.te6 # Execute and transition to the vdc domain
/system/sepolicy/prebuilts/api/26.0/private/
Ddumpstate.te6 # Execute and transition to the vdc domain
/system/sepolicy/vendor/
Dvendor_install_recovery.te12 # Execute /vendor/bin/applypatch
/system/sepolicy/prebuilts/api/26.0/public/
Dinstall_recovery.te11 # Execute /system/bin/applypatch
/system/sepolicy/prebuilts/api/29.0/private/
Dart_apex_preinstall.te22 # Execute subscripts in the same domain.
Ddumpstate.te5 # Execute and transition to the vdc domain
/system/sepolicy/prebuilts/api/30.0/private/
Dart_apex_preinstall.te22 # Execute subscripts in the same domain.
Ddumpstate.te5 # Execute and transition to the vdc domain
/system/sepolicy/prebuilts/api/29.0/public/
Dinstall_recovery.te11 # Execute /system/bin/applypatch
/system/sepolicy/prebuilts/api/27.0/public/
Dinstall_recovery.te11 # Execute /system/bin/applypatch
/system/sepolicy/prebuilts/api/28.0/public/
Dinstall_recovery.te11 # Execute /system/bin/applypatch
/system/sepolicy/prebuilts/api/28.0/private/
Ddumpstate.te5 # Execute and transition to the vdc domain
/system/extras/simpleperf/demo/CppApi/
Dgradlew.bat68 @rem Execute Gradle
/system/extras/power_profile/camera_avg/
Dgradlew.bat74 @rem Execute Gradle
/system/extras/simpleperf/demo/JavaApi/
Dgradlew.bat68 @rem Execute Gradle

123