Home
last modified time | relevance | path

Searched refs:from (Results 5276 - 5300 of 8343) sorted by relevance

1...<<211212213214215216217218219220>>...334

/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/entry/src/ohosTest/js/test/
H A DHttpRequest2JsunitTest.test.js16 import { describe, expect, it } from '@ohos/hypium';
17 import http from '@ohos.net.http';
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_16bpp_neon.S148 @ Helper macros for vmull/vmlal with a constant from either d0 or d1 depending on index
164 @ Extract a vector from src1-src2 and src3-src4, andmultiply-accumulate
388 @ Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst2
/third_party/ffmpeg/libavformat/
H A Dsctp.c74 static int ff_sctp_recvmsg(int s, void *msg, size_t len, struct sockaddr *from, in ff_sctp_recvmsg() argument
87 inmsg.msg_name = from; in ff_sctp_recvmsg()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalDataTest.java139 // But it will NOT remove tags (even though the languageAlias table contains an entry from in testReplaceDeprecatedTags_complex()
175 // derived from CLDR data directly. in testGetDefaultCalendar_secretHacks()
322 private static CldrValue likelySubtag(String from, String to) { in likelySubtag() argument
324 "likelySubtags/likelySubtag[@from=\"%s\"][@to=\"%s\"]", from, to); in likelySubtag()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DDayPeriodsMapperTest.java69 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "04:00"); in testSimple()
72 assertThat(icuData).hasValuesFor("/rules/set1/afternoon1/from", "12:00"); in testSimple()
74 assertThat(icuData).hasValuesFor("/rules/set1/evening1/from", "18:00"); in testSimple()
76 assertThat(icuData).hasValuesFor("/rules/set1/night1/from", "21:00"); in testSimple()
100 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "06:00"); in testMultipleRuleSets()
105 assertThat(icuData).hasValuesFor("/rules/set2/morning1/from", "04:00"); in testMultipleRuleSets()
114 // same for all of the rules of any given locale (since it comes from the parent element). in testRulesetLabels()
122 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "04:00"); in testRulesetLabels()
144 assertThat(icuData).hasValuesFor("/rules/set1/morning1/from", "start"); in testNoDataValidation()
176 private static Map<RuleName, String> isBetween(String from, Strin argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapper.java36 * A mapper to collect transliteration data from {@link CldrDataType#SUPPLEMENTAL SUPPLEMENTAL}
67 // รค) and the precise reason this is done was never clearly documented in the code from which
72 // TODO: Make this depend icu4j from this project rather than the older version from CLDR.
80 * Processes data from the given supplier to generate transliteration ICU data, writing
140 out.println("# Generated from CLDR"); in writeDataFile()
200 private static String getId(String from, String to, Optional<String> variant) { in getId() argument
201 String baseId = from + "-" + to; in getId()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex34 information has been stripped from a program, procedure names may be
52 in the local address-space, this routine is also safe to use from a
H A Dunw_reg_states_iterate.tex31 The callback function may be invoked several times for each call of \Func{unw\_reg\_states\_iterate}. Each call is associcated with a instruction address range and a set of instructions on how to update register values when returning from the procedure in that address range. For each invocation, the arguments to the callback function are:
54 in the local address-space, this routine is also safe to use from a
/third_party/lzma/CPP/Windows/
H A DFileIO.h293 bool SetSymLink(CFSTR from, CFSTR to);
294 bool SetSymLink_UString(CFSTR from, const UString &to);
/third_party/node/lib/internal/crypto/
H A Dutil.js95 return Buffer.from(val, encoding);
126 return Buffer.from(buffer, encoding);
289 // adapted for Node.js from Deno's implementation
452 // an unsigned int from a Buffer are not adequate. The implementation
453 // here is adapted from the chromium implementation here:
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js86 const header = Buffer.from([
252 this._socket.write(encodeFrameHybi17(Buffer.from(json)));
/third_party/node/lib/internal/
H A Dencoding.js502 input = lazyBuffer().from(input);
508 input = lazyBuffer().from(input.buffer, input.byteOffset,
/third_party/node/lib/internal/process/
H A Dper_thread.js69 // faster than simply returning a BigInt from C++ in V8 7.1.
143 // If a previous value was passed in, return diff of current from previous.
276 // from data in the config binding.
305 for (const { 0: from, 1: expansion } of aliases) {
307 let canonical = from;
/third_party/node/lib/internal/streams/
H A Dpipeline.js1 // Ported from https://github.com/mafintosh/pump with
2 // permission from the author, Mathias Buus (@mafintosh).
297 ret = Duplex.from(stream);
401 ret = Duplex.from(stream);
/third_party/node/test/parallel/
H A Dtest-stream2-basic.js349 r.push(Buffer.from('foo'));
401 r.push(Buffer.from('asdf'));
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dregistry.js31 // registry fetchers, because other types simulate their packument from
138 // add _time from packument if fetched with fullMetadata
144 // add _resolved and _integrity from dist object
148 mani._from = this.from
230 // Always fetch attestations from the current registry host
242 Buffer.from(bundle.dsseEnvelope.payload, 'base64').toString('utf8')
321 // specify a public key from the keys endpoint: `registry-host.tld/-/npm/v1/keys`
/third_party/ltp/utils/sctp/testlib/
H A Dsctputil.h78 /* These are stolen from <netinet/in.h>. */
333 struct sockaddr *from, socklen_t *fromlen, in test_sctp_recvmsg()
337 int error = sctp_recvmsg(sk, msg, len, from, fromlen, sinfo, msg_flags); in test_sctp_recvmsg()
332 test_sctp_recvmsg(int sk, void *msg, size_t len, struct sockaddr *from, socklen_t *fromlen, struct sctp_sndrcvinfo *sinfo, int *msg_flags) test_sctp_recvmsg() argument
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator-reducer.cc252 if (!edge.from()->IsDead() && edge.from() != node) { in Reduce()
H A Dschedule.h40 kDeoptimize, // Return a value from this method.
41 kTailCall, // Tail call another method from this method.
42 kReturn, // Return a value from this method.
296 void MovePhis(BasicBlock* from, BasicBlock* to);
301 void MoveSuccessors(BasicBlock* from, BasicBlock* to);
308 BasicBlockVector nodeid_to_block_; // Map from node to containing block.
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.h51 void CheckCharacterInRange(base::uc16 from, base::uc16 to,
53 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to,
61 // Checks whether the given offset from the current position is before
91 // Called from RegExp if the stack-guard is triggered.
166 // Register holding the current input position as negative offset from
179 // Register holding the offset from the start of the string where we should
228 // Pops a value from the backtrack stack. Reads the word at the stack pointer
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.h57 // Continues execution from the position pushed on the top of the backtrack
87 // Subtract a constant from the current character, then and with the given
92 virtual void CheckCharacterInRange(base::uc16 from,
95 virtual void CheckCharacterNotInRange(base::uc16 from,
108 // Checks whether the given offset from the current position is before
194 // Called from generated code.
213 // Called from generated code.
275 // should be retried from scratch.
314 // Load a number of characters at the given offset from the
319 // Called from RegEx
[all...]
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.h47 void CheckCharacterInRange(base::uc16 from, base::uc16 to,
49 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to,
57 // Checks whether the given offset from the current position is before
86 // Called from RegExp if the stack-guard is triggered.
94 // Offsets from rbp of function parameters and stored registers.
227 // Pops a value from the backtrack stack. Reads the word at the stack pointer
231 // Drops the top value from the backtrack stack without reading it.
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pss.c62 * -2 salt length is autorecovered from signature in RSA_verify_PKCS1_PSS_mgf1()
233 * Note from a test above this value is guaranteed to be non-negative. in RSA_padding_add_PKCS1_PSS_mgf1()
308 const RSA_PSS_PARAMS_30 *from) in ossl_rsa_pss_params_30_copy()
310 memcpy(to, from, sizeof(*to)); in ossl_rsa_pss_params_30_copy()
307 ossl_rsa_pss_params_30_copy(RSA_PSS_PARAMS_30 *to, const RSA_PSS_PARAMS_30 *from) ossl_rsa_pss_params_30_copy() argument
/third_party/rust/crates/autocfg/src/
H A Dlib.rs136 /// - `rustc` can't be executed, from `RUSTC` or in the `PATH`.
137 /// - The version output from `rustc` can't be parsed.
151 /// - `rustc` can't be executed, from `RUSTC` or in the `PATH`.
152 /// - The version output from `rustc` can't be parsed.
402 .map(PathBuf::from) in dir_contains_target()
403 .unwrap_or_else(|| PathBuf::from("target")); in dir_contains_target()
417 // includes any source of flags, whether from the environment, toml config, or in rustflags()
429 // support values from toml config at all. in rustflags()
/third_party/skia/src/core/
H A DSkScalerCache.cpp109 SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage()
121 size_t delta = glyph->setMetricsAndImage(&fAlloc, from); in mergeGlyphAndImage()
108 mergeGlyphAndImage( SkPackedGlyphID toID, const SkGlyph& from) mergeGlyphAndImage() argument

Completed in 27 milliseconds

1...<<211212213214215216217218219220>>...334