Home
last modified time | relevance | path

Searched refs:from (Results 2651 - 2675 of 7910) sorted by relevance

1...<<101102103104105106107108109110>>...317

/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstorePredicatesJoinJsunit.test.js16 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
17 import dataRdb from '@ohos.data.rdb';
H A DRdbstorePredicatesComplexFiledJsunit.test.js15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import dataRdb from '@ohos.data.rdb';
/third_party/icu/icu4c/source/i18n/unicode/
H A Drbtz.h187 * units of milliseconds from January 1, 1970 0:00 GMT, either GMT
307 * Get time zone offsets from local wall time.
321 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
322 UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
340 * a return value from getDynamicClassID(). For example:
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuFunctions.java36 * <li>args[1] = Date field type name (e.g. "from")
180 from(LocalDate::atStartOfDay), enum constant
196 case "from": in toEnum()
198 return from; in toEnum()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTestData.java26 * Returns an LSR from a locale ID pattern (e.g. "und", "zh-Hant", "en-*-GB").
81 static CldrValue likelySubtag(String from, String to) { in likelySubtag() argument
83 "likelySubtags/likelySubtag[@from=\"%s\"][@to=\"%s\"]", in likelySubtag()
84 from, to); in likelySubtag()
115 * Returns a map from expanded Trie keys to mapped value. This is useful in allowing
125 // Mostly copied from LocaleDistance (since the necessary constructor is private). in getTrieTable()
/third_party/node/lib/internal/crypto/
H A Dscrypt.js60 const buf = Buffer.from(result);
80 const buf = Buffer.from(result);
/third_party/node/test/parallel/
H A Dtest-file-write-stream3.js89 const buffer = Buffer.from(fileDataInitial);
99 const buffer = Buffer.from('123456');
H A Dtest-fs-promises-file-handle-read.js24 const buffer = Buffer.from(data, 'utf8');
44 streamData = Buffer.from(chunk);
54 // from the current position in the file.
73 // are read from the correct position.
H A Dtest-net-connect-options-fd.js49 console.error(`[Pipe]Received data from fd ${clientFd}`);
54 console.error(`[Pipe]Received end from fd ${clientFd}, total ${counter}`);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Drbtz.h187 * units of milliseconds from January 1, 1970 0:00 GMT, either GMT
307 * Get time zone offsets from local wall time.
321 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
322 UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
340 * a return value from getDynamicClassID(). For example:
/third_party/node/deps/npm/node_modules/socks/build/common/
H A Dhelpers.js137 // Extract each byte (octet) from the 32-bit integer
150 return Buffer.from(address.toArray());
155 return Buffer.from(address.toByteArray());
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.h19 // into a buffer, with the instructions starting from the beginning and the
20 // relocation information starting from the end of the buffer. See CodeDesc
68 void CheckCharacterInRange(base::uc16 from, base::uc16 to,
70 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to,
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dasn1.h45 int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from);
77 /* Exports and imports to / from providers */
83 int (*copy) (EVP_PKEY *to, EVP_PKEY *from);
/third_party/node/deps/openssl/openssl/crypto/
H A Do_time.c103 const struct tm *from, const struct tm *to) in OPENSSL_gmtime_diff()
107 if (!julian_adj(from, 0, 0, &from_jd, &from_sec)) in OPENSSL_gmtime_diff()
177 * Convert date to and from julian day Uses Fliegel & Van Flandern algorithm
102 OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, const struct tm *to) OPENSSL_gmtime_diff() argument
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm47 Extracts information from a .pod file, given a STRING (file name) or a
83 All the names extracted from the NAME section.
126 # Remove as many line endings as possible from the end of the paragraph
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/streamsearch/
H A Dsbmh.js34 needle = Buffer.from(needle)
78 chunk = Buffer.from(chunk, 'binary')
186 // algorithm that starts matching from the beginning instead of the end.
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexGeneratorTest.java57 // numbers which prevents the larger ranges from being contiguous in the DFA. in testDfaFactorization()
75 RangeTree subgraph = RangeTree.from( in testSubgroupOptimization()
177 // Test the given positive/negative match numbers and expect the same behaviour from both. in assertMatches()
195 return RangeTree.from(Arrays.stream(specs).map(RangeSpecification::parse)); in ranges()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs7 /// An outgoing edge in the IR graph is a reference from some item to another
10 /// from --> to
12 /// The `from` is left implicit: it is the concrete `Trace` implementer which
28 fn from(val: Edge) -> Self { in from() functions
40 /// An edge from a template declaration, to the definition of a named type
41 /// parameter. For example, the edge from `Foo<T>` to `T` in the following
50 /// An edge from a template instantiation to the template declaration that
51 /// is being instantiated. For example, the edge from `Foo<int>` to
62 /// An edge from a template instantiation to its template argument. For
75 /// An edge from
[all...]
/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_tokio.rs43 fn from(owned: OwnedFd) -> Self { in from() functions
59 fn from(owned: OwnedHandle) -> Self { in from() functions
/third_party/rust/crates/aho-corasick/aho-corasick-debug/
H A Dmain.rs94 PathBuf::from(parsed.value_of_os("dictionary").unwrap()); in parse()
95 let haystack = PathBuf::from(parsed.value_of_os("haystack").unwrap()); in parse()
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm47 Extracts information from a .pod file, given a STRING (file name) or a
83 All the names extracted from the NAME section.
126 # Remove as many line endings as possible from the end of the paragraph
/third_party/openssl/crypto/
H A Do_time.c103 const struct tm *from, const struct tm *to) in OPENSSL_gmtime_diff()
107 if (!julian_adj(from, 0, 0, &from_jd, &from_sec)) in OPENSSL_gmtime_diff()
177 * Convert date to and from julian day Uses Fliegel & Van Flandern algorithm
102 OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, const struct tm *to) OPENSSL_gmtime_diff() argument
/third_party/openssl/include/crypto/
H A Dasn1.h45 int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from);
77 /* Exports and imports to / from providers */
83 int (*copy) (EVP_PKEY *to, EVP_PKEY *from);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Drbtz.h186 * units of milliseconds from January 1, 1970 0:00 GMT, either GMT
307 * Get time zone offsets from local wall time.
322 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
323 UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
341 * a return value from getDynamicClassID(). For example:
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software

Completed in 12 milliseconds

1...<<101102103104105106107108109110>>...317