Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 140) sorted by relevance

123456

/ohos5.0/base/update/updater/test/unittest/test_data/src/
H A DloadScript.us1 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 Dhash_signed_data1 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 DloadScript.us1 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 Dhash_signed_data1 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 Dnstackx_timer.c46 uint64_t us; in GetTimeDiffUs() local
52 us = ((uint64_t)etv->tv_sec - (uint64_t)stv->tv_sec - 1) * NSTACKX_MICRO_TICKS; in GetTimeDiffUs()
53us += (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 Dplugin_time.h56 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 Dtime_format.h40 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 Djs-apis-infraredemitter-sys.md32 …rray&lt;number&gt; | 是 | 红外电平信号,单位是us,数组个数必须是偶数,比如[100,200,300,400],表示100us为高电平信号、200us为低电平信号、3…
/ohos5.0/drivers/hdf_core/framework/support/posix/src/
H A Dosal_time.c84 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 Dplugin_time.h45 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 Drender_node_default_camera_controller.cpp270 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 Drender_node_default_material_objects.cpp202 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 Darkts-common-components-text-input.md203 …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 Dchangelogs-network.md37 …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 Darkts-common-components-text-input.md203 …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 Dutils.h41 #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 Dffrt_utils.cpp40 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 Dchangelogs-network.md37 …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 Dffrt_utils.cpp46 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 DLazy-Import-Instructions.md110 | | 加载文件耗时(微秒us) |
112 | 优化前 | 412us |
113 | 优化后 | 350us |
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_time.h79 void OsalUSleep(uint32_t us);
145 void OsalUDelay(uint32_t us);
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.h48 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 Dutil.h22 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 Dosal_time.c96 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 Dconvert_utils.cpp79 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()

123456