Home
last modified time | relevance | path

Searched defs:base (Results 1 – 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dmap.rs27 base: P, field
Dfilter.rs65 base: P, field
/commonlibrary/memory_utils/libmeminfo/src/
Dmeminfo.cpp90 const int base = 10; in GetPssByPid() local
/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp238 OHOS::Url::URL base("http://www.example.com"); variable
248 OHOS::Url::URL base("http://www.example.com"); variable
258 OHOS::Url::URL base("http://www.example.com"); variable
268 OHOS::Url::URL base("http://www.example.com"); variable
278 OHOS::Url::URL base("http://www.example.com"); variable
288 OHOS::Url::URL base("http://www.example.com"); variable
403 OHOS::Url::URL base("http://www.example.com"); variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Ddriver.rs348 let mut base = Bit::from_usize(0); in allocate_schedule_io_pair() localVariable
Dschedule_io.rs124 let base = Bit::from_usize(self.status.load(Acquire)); in generation() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs407 let base = &self.slots[0] as *const _ as usize; in index_for() localVariable
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.cpp1141 URL::URL(const std::string& input, const std::string& base) in URL()
1189 URL::URL(const std::string& input, const URL& base) in URL()
Dnative_module_url.cpp67 std::string base = tempType; in UrlStructor() local