Home
last modified time | relevance | path

Searched refs:us (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp96 ostream &operator<<(ostream &os, const ark::es2panda::util::StringView &us) in operator <<() argument
98 os << us.Utf8(); in operator <<()
H A Dustring.h502 ostream &operator<<(ostream &os, const ark::es2panda::util::StringView &us);
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp88 ostream &operator<<(ostream &os, const panda::es2panda::util::StringView &us) in operator <<() argument
90 os << us.Utf8(); in operator <<()
H A Dustring.h507 ostream &operator<<(ostream &os, const panda::es2panda::util::StringView &us);
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.cpp143 void NativeSleepUS(std::chrono::microseconds us) in NativeSleepUS() argument
145 std::this_thread::sleep_for(us); in NativeSleepUS()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dsampling_profiler.h69 void SetSampleInterval(uint32_t us) in SetSampleInterval() argument
72 sampleInterval_ = static_cast<std::chrono::microseconds>(us); in SetSampleInterval()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dthread.h53 PANDA_PUBLIC_API void NativeSleepUS(std::chrono::microseconds us);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js16500 var us = Object.freeze({
16545 t("math", us);
[all...]

Completed in 34 milliseconds