Home
last modified time | relevance | path

Searched refs:from (Results 5426 - 5450 of 6050) sorted by relevance

1...<<211212213214215216217218219220>>...242

/third_party/node/test/fixtures/wpt/streams/resources/
H A Drs-test-templates.js319 assert_object_equals(r, { value: undefined, done: true }, 'read()ing from the reader should give a done result');
403 assert_not_equals(cancelPromise1, closedReaderPromise, 'cancel() promise 1 should be distinct from reader.closed');
404 assert_not_equals(cancelPromise2, closedReaderPromise, 'cancel() promise 2 should be distinct from reader.closed');
646 'the cancel reason should be an array containing those from the branches');
670 'the cancel reason should be an array containing those from the branches');
/third_party/node/test/parallel/
H A Dtest-stream-readable-async-iterators.js240 this.destroy(new Error('kaboom from read'));
251 assert.strictEqual(err.message, 'kaboom from read');
741 return Readable.from((async function* () {
/third_party/node/test/fixtures/wpt/resources/
H A Dchannel.sub.js72 // If the socket is closed by the server, ensure it's removed from the cache
87 // If the socket is closed by the server, ensure it's removed from the cache
378 * This can't be constructed directly but must be obtained from
712 static from(obj) {
731 * Remove the object from the local cache. This means that future
774 // Map from container object input to output value
879 throw new TypeError(`Can't serialize value of type ${type}; consider using RemoteObject.from() to wrap the object`);
918 * Deserialize an object from a JSON-compatible representation.
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h100 // Global loads to the accumulator and stores from the accumulator.
118 // Load from a module variable into the accumulator. |depth| is the depth of
122 // Store from the accumulator into a module variable. |depth| is the depth of
131 BytecodeArrayBuilder& MoveRegister(Register from, Register to);
175 // Set a property named by a constant from the constant pool,
183 // Define an own property named by a constant from the constant pool,
391 // Deletes property from an object. This expects that accumulator contains
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl26 # ~15% faster. It would be free from references to intermediate ring
137 || LDW *${XPA}++,$X0 ; fetches from X ring buffer are
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl49 # below and combine it with reduction algorithm from x86 module.
50 # Performance improvement over previous version varies from 65% on
75 # address. This differs completely from C code and has everything to
508 @ equivalent of reduction_avx from ghash-x86_64.pl
/third_party/openssl/crypto/modes/asm/
H A Dghash-armv4.pl49 # below and combine it with reduction algorithm from x86 module.
50 # Performance improvement over previous version varies from 65% on
75 # address. This differs completely from C code and has everything to
508 @ equivalent of reduction_avx from ghash-x86_64.pl
/third_party/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl26 # ~15% faster. It would be free from references to intermediate ring
137 || LDW *${XPA}++,$X0 ; fetches from X ring buffer are
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h368 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from);
510 /* Primes from RFC 2409 */
514 /* Primes from RFC 3526 */
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.h52 // However, for the purpose of legalizing code generated from HLSL, we will have
71 // operands are operands that represent ids generated from operations (result
125 // This structure is used to represent a DebugScope instruction from
324 // Updates OpLine and DebugScope based on the information of |from|.
325 void UpdateDebugInfoFrom(const Instruction* from);
421 // Returns true if the instruction is known to be a load from read-only
434 // Returns true if the instruction loads from memory or samples an image, and
442 // other instructions that the pointer may be derived from. Thus if 'true' is
445 // from another pointer that is decorated as read-only.
695 // if there was a result id previously to remove it from th
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h52 // However, for the purpose of legalizing code generated from HLSL, we will have
71 // operands are operands that represent ids generated from operations (result
125 // This structure is used to represent a DebugScope instruction from
324 // Updates OpLine and DebugScope based on the information of |from|.
325 void UpdateDebugInfoFrom(const Instruction* from);
421 // Returns true if the instruction is known to be a load from read-only
434 // Returns true if the instruction loads from memory or samples an image, and
442 // other instructions that the pointer may be derived from. Thus if 'true' is
445 // from another pointer that is decorated as read-only.
695 // if there was a result id previously to remove it from th
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-3dn.asm14 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctflt-sse.asm14 ; NASM is available from http://nasm.sourceforge.net/ or
H A Djidctint-avx2.asm15 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/pcre2/pcre2/
H A DRunTest479 echo PCRE2 C library tests using test data from $testdata
660 # The output from this test is different in 8-bit, 16-bit, and 32-bit modes
/third_party/toybox/lib/
H A Dlib.h62 // Values returnable from callback function (bitfield, or them together)
152 void xrename(char *from, char *to);
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h62 // Values returnable from callback function (bitfield, or them together)
147 void xrename(char *from, char *to);
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc16 // contributors may be used to endorse or promote products derived from
170 // If we have leftovers from a previous chunk, append the new chunk to it in Parse()
370 // Track where we last copied data from so we can minimize copying. in ParseStringHelper()
375 // We're about to handle an escape, copy all bytes from last to data. in ParseStringHelper()
460 // convert that from the hex number to a decimal value.
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs464 pub fn EVP_PKEY_copy_parameters(to: *mut EVP_PKEY, from: *const EVP_PKEY) -> c_int; in EVP_PKEY_copy_parameters()
/third_party/rust/crates/nix/test/
H A Dtest_fcntl.rs278 assert_eq!(res, String::from("bar")); in test_copy_file_range()
/third_party/spirv-tools/source/opt/
H A Dinstruction.h54 // However, for the purpose of legalizing code generated from HLSL, we will have
73 // operands are operands that represent ids generated from operations (result
138 // This structure is used to represent a DebugScope instruction from
340 // Updates OpLine and DebugScope based on the information of |from|.
341 void UpdateDebugInfoFrom(const Instruction* from);
437 // Returns true if the instruction is known to be a load from read-only
450 // Returns true if the instruction loads from memory or samples an image, and
458 // other instructions that the pointer may be derived from. Thus if 'true' is
461 // from another pointer that is decorated as read-only.
715 // if there was a result id previously to remove it from th
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2072 * 1. We can read a 4-byte value from any address without crashing
2485 /* This file was generated by upbc (the upb compiler) from the input
3107 /* isalpha() etc. from <ctype.h> are locale-dependent, which we don't want. */
4053 /* Code to build defs from descriptor protos. *********************************/
4057 * this code is used to directly build defs from Ruby (for example) we do need
4186 /* Remove components from base until we find an entry or run out. in resolvename()
5527 * from outer frames if this frame has no START* handler). Not implemented for
6209 uint32_t from = (uint32_t)((c->pc + 1) - c->group->bytecode); in labelref() local
6210 return c->back_labels[-label] - from; in labelref()
6774 /* Populate "methods" with new upb_pbdecodermethod objects reachable from "
12852 const unsigned char *from = (const unsigned char*)str; putbytes() local
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl130 --typedefsfile Read additional types from this file
202 # Prevent --color by itself from consuming other arguments
266 #if no filenames are given, push '-' to read patch from stdin
350 print "Must be run from the top-level dir. of a kernel tree\n";
1029 # If input is git commits, extract all commits from the commit expressions.
1307 # Pick the indent from the front of the line.
2528 ($line =~ /^rename (?:from|to) \S+\s*$/ ||
2947 $line =~ /^rename (?:from|to) [\w\/\.\-]+\s*$/ ||
2988 $rawline =~ /^(?:commit\b|from\b|[\w-]+:)/i)) {
3118 "Do not include the paragraph about writing to the Free Software Foundation's mailing address from th
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c1183 * from new_cpos). in ocfs2_add_branch()
1563 * Special case: we have room now if we shifted from in ocfs2_grow_tree()
1742 * This function is passed two full paths from the dinode down to a
1756 * Check that the caller passed in two paths from the same tree. in ocfs2_find_subtree_root()
2029 * - When we've moved an extent record from the left path leaf to the right
2187 * We temporarily subtract from next_free_rec so that the in ocfs2_rotate_subtree_right()
2353 * Upon successful return from this function:
3220 * Now we can loop, remembering the path we get from -EAGAIN in ocfs2_rotate_tree_left()
3221 * and restarting from there. in ocfs2_rotate_tree_left()
3264 * We consumed all of the merged-from recor in ocfs2_cleanup_merge()
6804 ocfs2_map_and_dirty_page(struct inode *inode, handle_t *handle, unsigned int from, unsigned int to, struct page *page, int zero, u64 *phys) ocfs2_map_and_dirty_page() argument
6848 unsigned int from, to = PAGE_SIZE; ocfs2_zero_cluster_pages() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c1181 * from new_cpos). in ocfs2_add_branch()
1561 * Special case: we have room now if we shifted from in ocfs2_grow_tree()
1740 * This function is passed two full paths from the dinode down to a
1754 * Check that the caller passed in two paths from the same tree. in ocfs2_find_subtree_root()
2027 * - When we've moved an extent record from the left path leaf to the right
2185 * We temporarily subtract from next_free_rec so that the in ocfs2_rotate_subtree_right()
2351 * Upon successful return from this function:
3218 * Now we can loop, remembering the path we get from -EAGAIN in ocfs2_rotate_tree_left()
3219 * and restarting from there. in ocfs2_rotate_tree_left()
3262 * We consumed all of the merged-from recor in ocfs2_cleanup_merge()
6804 ocfs2_map_and_dirty_page(struct inode *inode, handle_t *handle, unsigned int from, unsigned int to, struct page *page, int zero, u64 *phys) ocfs2_map_and_dirty_page() argument
6848 unsigned int from, to = PAGE_SIZE; ocfs2_zero_cluster_pages() local
[all...]

Completed in 48 milliseconds

1...<<211212213214215216217218219220>>...242