Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 28) sorted by relevance

12

/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_runtime_timer_sleep.rs27 let start = Instant::now(); in main() localVariable
32 let start = Instant::now(); in main() localVariable
37 let start = Instant::now(); in main() localVariable
48 let start = Instant::now(); in main() localVariable
Dylong_timer_latency.rs23 let start = Instant::now(); in main() localVariable
45 let start = Instant::now(); in main() localVariable
Dylong_runtime_signal.rs77 let start = Instant::now(); in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
Dylong_sync_rwlock_perf.rs25 let start = Instant::now(); in main() localVariable
36 let start = Instant::now(); in main() localVariable
Dylong_sync_mutex_perf.rs25 let start = Instant::now(); in main() localVariable
Dylong_runtime_tcp_client_perf.rs31 let start = Instant::now(); in main() localVariable
Dylong_runtime_tcp_server_perf.rs39 let start = Instant::now(); in main() localVariable
/commonlibrary/ets_utils/js_api_module/buffer/
Djs_blob.cpp36 void Blob::Init(Blob *blob, int start) in Init()
55 void Blob::Init(Blob *blob, int start, int end) in Init()
Djs_buffer.cpp121 void Buffer::SubBuffer(Buffer *tBuf, uint32_t start, uint32_t end) in SubBuffer()
490 std::string Buffer::ToBase64(uint32_t start, uint32_t length) in ToBase64()
508 std::string Buffer::ToBase64Url(uint32_t start, uint32_t length) in ToBase64Url()
Dnative_module_buffer.cpp253 int32_t start = -1; in BlobConstructor() local
816 uint32_t start = 0; in SubBuffer() local
891 uint32_t start = 0; in ToUtf8() local
912 uint32_t start = 0; in ToBase64() local
931 uint32_t start = 0; in ToBase64Url() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimer.rs78 let start = Box::pin(sleep_until(start)); in timer_at() localVariable
132 start: Pin<Box<Sleep>>, field
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.cpp758 std::string XmlPullParser::ParseNameInner(size_t start) in ParseNameInner()
788 size_t start = position_; in ParseName() local
812 …void XmlPullParser::ParseEntityFunc(size_t start, std::string &out, bool isEntityToken, TextEnum t… in ParseEntityFunc()
862 size_t start = out.length(); in ParseEntity() local
893 size_t &start, std::string &result) in ParseTagValueFunc()
935 size_t XmlPullParser::ParseTagValueInner(size_t &start, std::string &result, in ParseTagValueInner()
968 size_t start = position_; in ParseTagValue() local
1279 size_t start = position_; in ParseDelimiterInfo() local
/commonlibrary/memory_utils/libpurgeablemem/test/
Dpurgeable_c_test.cpp28 char start; member
178 bool InitData(void *data, size_t size, char start, char end) in InitData()
Dpurgeable_cpp_test.cpp45 TestDataBuilder(char start, char end) in TestDataBuilder()
Dpurgeableashmem_test.cpp52 TestDataBuilder(char start, char end) in TestDataBuilder()
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h275 std::string XmlTest::ParseNameInner(napi_env env, size_t start) in ParseNameInner()
319 size_t XmlTest::ParseTagValueInner(napi_env env, size_t &start, in ParseTagValueInner()
488 bool XmlTest::ParseTagValueFunc(napi_env env, std::string str, char &c, size_t &start, std::string … in ParseTagValueFunc()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
Dpinning.rs194 let start = 0; in sha256_digest() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dinput.rs49 start: usize, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dhttp_body.rs308 let start = buf.as_ptr(); in merge_chunks() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Drequest.rs418 let start = pos as usize; in poll_read_cursor() localVariable
Dhttp_body.rs532 let start = buf.as_ptr(); in merge_chunks() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dpercent_encoding.rs264 let mut start = 0; in percent_encoding_char() localVariable
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c378 uint64_t start = RoundDown(addr, PAGE_SIZE); in UxpteOps() local
/commonlibrary/rust/ylong_json/src/
Dencoder.rs290 let mut start = 0usize; in encode_string_inner() localVariable
/commonlibrary/ets_utils/js_sys_module/test/
Dtest_process.cpp91 double start = 0; variable

12