/ohos5.0/base/update/updater/test/unittest/test_data/src/ |
H A D | loadScript.us | 1 LoadScript("test_function.us", 1); 2 LoadScript("test_logic.us", 3); 3 LoadScript("test_if.us", 1); 4 LoadScript("test_math.us", 1); 5 LoadScript("testscript.us", 1); 6 LoadScript("Verse-script.us", 2); 7 LoadScript("test_script.us", 0);
|
H A D | hash_signed_data | 1 Name: build_tools/loadScript.us 4 Name: build_tools/registerCmd.us 7 Name: build_tools/test_function.us 10 Name: build_tools/test_if.us 13 Name: build_tools/test_logic.us 16 Name: build_tools/test_math.us 19 Name: build_tools/test_native.us 22 Name: build_tools/test_script.us 25 Name: build_tools/testscript.us 28 Name: build_tools/Verse-script.us
|
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/ |
H A D | loadScript.us | 1 LoadScript("test_function.us", 1); 2 LoadScript("test_logic.us", 3); 3 LoadScript("test_if.us", 1); 4 LoadScript("test_math.us", 1); 5 LoadScript("testscript.us", 1); 6 LoadScript("Verse-script.us", 2); 7 LoadScript("test_script.us", 0);
|
H A D | hash_signed_data | 1 Name: build_tools/loadScript.us 4 Name: build_tools/registerCmd.us 7 Name: build_tools/test_function.us 10 Name: build_tools/test_if.us 13 Name: build_tools/test_logic.us 16 Name: build_tools/test_math.us 19 Name: build_tools/test_native.us 22 Name: build_tools/test_script.us 25 Name: build_tools/testscript.us 28 Name: build_tools/Verse-script.us
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_timer.c | 46 uint64_t us; in GetTimeDiffUs() local 52 us = ((uint64_t)etv->tv_sec - (uint64_t)stv->tv_sec - 1) * NSTACKX_MICRO_TICKS; in GetTimeDiffUs() 53 …us += (NSTACKX_NANO_TICKS + (uint64_t)etv->tv_nsec - (uint64_t)stv->tv_nsec) / NSTACKX_NANO_SEC_PE… in GetTimeDiffUs() 55 us = ((uint64_t)etv->tv_sec - (uint64_t)stv->tv_sec) * NSTACKX_MILLI_TICKS; in GetTimeDiffUs() 56 us += ((uint64_t)etv->tv_nsec - (uint64_t)stv->tv_nsec) / NSTACKX_NANO_SEC_PER_MICRO_SEC; in GetTimeDiffUs() 58 if (us > UINT32_MAX) { in GetTimeDiffUs() 59 us = UINT32_MAX; in GetTimeDiffUs() 61 return (uint32_t)us; in GetTimeDiffUs()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_time.h | 56 inline bool Us2HstTime (int64_t us, int64_t& hTime) in Us2HstTime() argument 58 if (INT64_MAX / HST_USECOND < us || INT64_MIN / HST_USECOND > us) { // overflow in Us2HstTime() 61 hTime = us * HST_USECOND; in Us2HstTime() 93 inline int64_t Us2Ms(int64_t us) in Us2Ms() argument 95 return us / HST_USECOND; in Us2Ms()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | time_format.h | 40 auto us = tp.time_since_epoch().count() % UsPerSecond; variable 41 remainder = std::to_string(us); 71 std::chrono::microseconds us((int64_t)(steadyClockTimeStamp - globalTimeStamp)); 72 return FormatDateString(globalTp + us, timeUnit); 99 std::chrono::microseconds us((int64_t)(cntCtTimeStamp - globalCntCt) * Ratio / globalFreq); 100 return FormatDateString(globalTp + us, timeUnit);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | js-apis-infraredemitter-sys.md | 32 …rray<number> | 是 | 红外电平信号,单位是us,数组个数必须是偶数,比如[100,200,300,400],表示100us为高电平信号、200us为低电平信号、3…
|
/ohos5.0/drivers/hdf_core/framework/support/posix/src/ |
H A D | osal_time.c | 84 void OsalUSleep(uint32_t us) in OsalUSleep() argument 89 ts.tv_sec = (time_t)us / ((long)HDF_KILO_UNIT * HDF_KILO_UNIT); in OsalUSleep() 90 ts.tv_nsec = (time_t)HDF_KILO_UNIT * ((long)(us % HDF_KILO_UNIT)); in OsalUSleep() 97 void OsalUDelay(uint32_t us) in OsalUDelay() argument 99 (void)us; in OsalUDelay()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_time.h | 45 inline bool Us2HstTime (int64_t us, int64_t& hTime) in Us2HstTime() argument 47 if (INT64_MAX / HST_USECOND < us || INT64_MIN / HST_USECOND > us) { // overflow in Us2HstTime() 50 hTime = us * HST_USECOND; in Us2HstTime()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_camera_controller.cpp | 270 const string_view us, const string_view customCamRngId, in CreateBaseColorTarget() argument 287 const GpuImageDesc& targetDesc, const string_view us, const string_view customCameraRngId, in CreateVelocityTarget() argument 318 const GpuImageDesc& targetDesc, const string_view us, const string_view customCameraRngId, in CreateDeferredTargets() argument 354 const GpuImageDesc& targetDesc, const string_view us, const string_view customCameraRngId, in CreateHistoryTargets() argument 380 const GpuImageDesc& targetDesc, const string_view us, const string_view customCamRngId, in CreateColorTargets() argument 431 const GpuImageDesc& targetDesc, const string_view us, const string_view customCamRngId, in CreateDepthTargets() argument 756 const string_view us = stores_.dataStoreNameScene; in CreateResources() local 774 const string_view us = stores_.dataStoreNameScene; in CreateResourceBaseTargets() local 810 const string_view us = stores_.dataStoreNameScene; in CreateResourceBaseTargets() local 834 const string_view us = stores_.dataStoreNameScene; in CreateBuffers() local [all …]
|
H A D | render_node_default_material_objects.cpp | 202 const string_view us = stores_.dataStoreNameScene; in ProcessBuffers() local 215 … ubos_.mesh = gpuResourceMgr.Create(us + DefaultMaterialMaterialConstants::MESH_DATA_BUFFER_NAME, in ProcessBuffers() 223 …ubos_.submeshSkin = gpuResourceMgr.Create(us + DefaultMaterialMaterialConstants::SKIN_DATA_BUFFER_… in ProcessBuffers() 243 …ubos_.mat = gpuResourceMgr.Create(us + DefaultMaterialMaterialConstants::MATERIAL_DATA_BUFFER_NAME… in ProcessBuffers() 246 us + DefaultMaterialMaterialConstants::MATERIAL_TRANSFORM_DATA_BUFFER_NAME, bufferDesc); in ProcessBuffers() 249 …gpuResourceMgr.Create(us + DefaultMaterialMaterialConstants::MATERIAL_USER_DATA_BUFFER_NAME, buffe… in ProcessBuffers()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-text-input.md | 203 …text = "Most of us compare ourselves with anyone we think is happier — a relative, someone we know… 204 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 205 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi… 206 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 207 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi… 208 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 209 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi… 210 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 211 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.25/ |
H A D | changelogs-network.md | 37 …eed to go to [AppGallery Connect](https://developer.huawei.com/consumer/en-us/service/josp/agc/ind… 38 … details, see [Development Guide](https://developer.huawei.com/consumer/en-us/doc/atomic-guides-V5… 40 …wei.com/consumer/en-us/service/josp/agc/index.html). For details, see [Development Guide](https://… 76 …eed to go to [AppGallery Connect](https://developer.huawei.com/consumer/en-us/service/josp/agc/ind… 77 … details, see [Development Guide](https://developer.huawei.com/consumer/en-us/doc/atomic-guides-V5… 79 …wei.com/consumer/en-us/service/josp/agc/index.html). For details, see [Development Guide](https://…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-text-input.md | 203 …text = "Most of us compare ourselves with anyone we think is happier — a relative, someone we know… 204 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 205 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi… 206 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 207 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi… 208 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 209 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi… 210 …est flaw. It is the smallest flaw that would make us complain. And it is the complaint that leads … 211 …ll be cursed. Happiness is just what you think will make you happy.Most of us compare ourselves wi…
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | utils.h | 41 #define FILLP_UTILS_US2MS(us) ((us) / 1000) argument 42 #define FILLP_UTILS_US2S(us) ((us) / 1000000) argument
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
H A D | ffrt_utils.cpp | 40 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local 41 return queue.submit_h(task, ffrt::task_attr().delay(us.count())); in SubmitDelayTask() 48 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local 49 return queue->submit_h(task, ffrt::task_attr().delay(us.count())); in SubmitDelayTask()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.36/ |
H A D | changelogs-network.md | 37 …eed to go to [AppGallery Connect](https://developer.huawei.com/consumer/en-us/service/josp/agc/ind… 38 … details, see [Development Guide](https://developer.huawei.com/consumer/en-us/doc/atomic-guides-V5… 40 …wei.com/consumer/en-us/service/josp/agc/index.html). For details, see [Development Guide](https://…
|
/ohos5.0/base/powermgr/power_manager/utils/ffrt/src/ |
H A D | ffrt_utils.cpp | 46 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local 47 return queue.submit_h(task, ffrt::task_attr().delay(us.count())); in SubmitDelayTask() 54 microseconds us = duration_cast<microseconds>(ms); in SubmitDelayTask() local 55 return queue->submit_h(task, ffrt::task_attr().delay(us.count())); in SubmitDelayTask()
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | Lazy-Import-Instructions.md | 110 | | 加载文件耗时(微秒us) | 112 | 优化前 | 412us | 113 | 优化后 | 350us |
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_time.h | 79 void OsalUSleep(uint32_t us); 145 void OsalUDelay(uint32_t us);
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | interval.h | 48 uint64_t us = deadlineNs / NS_PER_US; in ToUs() local 49 return us > 0 ? us : 1; in ToUs()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/ |
H A D | util.h | 22 static inline void stall_us(size_t us) in stall_us() argument 26 while (passed < us) { in stall_us()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_time.c | 96 void OsalUDelay(uint32_t us) in OsalUDelay() argument 98 LOS_Udelay(us); in OsalUDelay()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/common/src/ |
H A D | convert_utils.cpp | 79 auto us = std::chrono::duration_cast<std::chrono::microseconds>(now.time_since_epoch()); in GetNowTimeStr() local 80 return std::to_string(us.count()); in GetNowTimeStr()
|