/foundation/distributeddatamgr/preferences/test/js/unittest/storage/src/ |
H A D | StorageHelperJsunit.test.js | 74 let perf = storage.getStorageSync('/data/storage/el2/database/test_storage1'); 75 perf.putSync('test', 2); 76 perf.flushSync(); 82 perf = storage.getStorageSync('/data/storage/el2/database/test_storage1'); 83 var value = perf.getSync('test', 0); 92 let perf = storage.getStorageSync('/data/test_storage2'); 93 perf = null; 107 let perf = storage.getStorageSync('/data/test_storage3'); 114 perf.putSync("int", 3); 126 let perf [all...] |
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/entry/src/ohosTest/js/test/ |
H A D | StorageHelperJsunit.test.js | 104 let perf = storage.getStorageSync('/data/test_storage1');
105 perf.putSync('test', 2);
124 let perf = storage.getStorageSync('/data/test_storage2');
125 perf = null;
143 let perf = storage.getStorageSync('/data/test_storage2');
144 perf = null;
160 let perf = storage.getStorageSync('/data/test_storage3');
167 perf.putSync("int", 3);
182 let perf = storage.getStorageSync('/data/test_storage4');
183 perf [all...] |
H A D | PreferencesHelperJsunit.test.js | 89 let perf = await dataPreferences.getPreferences(context, NAME); 90 perf = null; 108 let perf = await dataPreferences.getPreferences(context, NAME); 109 perf = null;
|
/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/ |
H A D | PreferencesHelperJsunit.test.js | 152 let perf = await data_preferences.getPreferences(context, NAME); 153 perf = null; 167 let perf = await data_preferences.getPreferences(context, { name: NAME }); 168 perf = null; 197 let perf = await data_preferences.getPreferences(context, NAME); 198 perf = null; 212 let perf = await data_preferences.getPreferences(context, { name: NAME });
|
/test/testfwk/developer_test/examples/sleep/test/performance/common/ |
H A D | spent_time_test.cpp | 16 #include <perf.h>
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 63 perf = "performance" variable in TestType 87 "PERF": TestType.perf,
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/ |
H A D | cpu_perf_scope.h | 24 #include <core/perf/intf_performance_data_manager.h> 27 #include "perf/cpu_timer.h"
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/ |
H A D | cpu_perf_scope.h | 25 #include <core/perf/intf_performance_data_manager.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/ |
H A D | performance_data_manager.h | 31 #include <core/perf/intf_performance_data_manager.h>
|
H A D | performance_data_manager.cpp | 37 #include <core/perf/intf_performance_data_manager.h>
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_mesa_blur_shader_filter.cpp | 202 float perf = (blurRadius_ - BLUR_RADIUS_1) * 0.33333333 + 1; in SetBlurParams() local 203 bParam.offsets[stride * numberOfPasses] = blurParam * perf; in SetBlurParams() 204 bParam.offsets[stride * numberOfPasses + 1] = blurParam * perf; in SetBlurParams() 225 float perf = (blurRadius_ - BLUR_RADIUS_1P5 + newStride + 1); in SetBlurParams() local 226 bParam.offsets[stride * numberOfPasses] = BLUR_PARAM_A * perf + BLUR_PARAM_B; in SetBlurParams() 227 bParam.offsets[stride * numberOfPasses + 1] = BLUR_PARAM_A * perf + BLUR_PARAM_B; in SetBlurParams()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_buffer_gles.cpp | 20 #include <core/perf/intf_performance_data_manager.h>
|
H A D | gpu_image_gles.cpp | 20 #include <core/perf/intf_performance_data_manager.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/ |
H A D | file_monitor.cpp | 31 #include <core/perf/cpu_perf_scope.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_buffer_vk.cpp | 27 #include <core/perf/intf_performance_data_manager.h>
|
H A D | gpu_memory_allocator_vk.cpp | 64 #include <core/perf/intf_performance_data_manager.h>
|
H A D | gpu_image_vk.cpp | 25 #include <core/perf/intf_performance_data_manager.h>
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/ |
H A D | image_loader_manager.cpp | 35 #include <core/perf/cpu_perf_scope.h>
|
/test/testfwk/developer_test/aw/cxx/hwext/ |
H A D | perf.cpp | 16 #include <perf.h>
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_preprocessor_system.cpp | 43 #include <core/perf/cpu_perf_scope.h> 44 #include <core/perf/intf_performance_data_manager.h>
|
H A D | animation_system.cpp | 43 #include <core/perf/cpu_perf_scope.h> 44 #include <core/perf/intf_performance_data_manager.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_context.cpp | 25 #include <core/perf/intf_performance_data_manager.h>
|
H A D | renderer.cpp | 27 #include <core/perf/intf_performance_data_manager.h> 37 #include "perf/cpu_perf_scope.h" 57 #include "perf/cpu_timer.h"
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 35 #include <core/perf/cpu_perf_scope.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_graph_manager.cpp | 26 #include <core/perf/intf_performance_data_manager.h>
|