/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/ |
H A D | general.any.js | 56 pull() { 67 assert_true(startCalledBeforePull, 'start should be called before pull'); 71 }, 'ReadableStream with byte source: Construct and expect start and pull being called'); 89 pull() { 109 }, 'ReadableStream with byte source: No automatic pull call if start doesn\'t finish'); 118 pull: t.unreached_func('pull() should not be called'), 180 pull: t.unreached_func('pull() should not be called'), 196 pull [all...] |
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
H A D | async-iterator.any.js | 63 pull(c) { 77 }, 'Async-iterating a pull source'); 99 pull(c) { 113 }, 'Async-iterating a pull source with undefined values'); 118 pull(c) { 132 assert_array_equals(s.events, ['pull']); 136 assert_array_equals(s.events, ['pull', 'pull']); 140 assert_array_equals(s.events, ['pull', 'pull', 'pul [all...] |
H A D | bad-underlying-sources.any.js | 39 get pull() { 44 }, 'Underlying source: throwing pull getter (initial pull)'); 51 pull() { 58 }, 'Underlying source: throwing pull method (initial pull)'); 67 get pull() { 88 }, 'Underlying source pull: throwing getter (second pull does not result in a second get)'); 96 pull( [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
H A D | update.py | 12 pull = False variable 15 pull = True variable 17 if pull or 'pull' in sys.argv: 18 subprocess.run ([git, 'pull'], cwd='aots', check=True)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
H A D | armv4-mont.S | 156 ldr r2,[r0,#12*4] @ pull rp 599 vld1.32 {d28},[sp,:64] @ pull smashed b[8*i+0] 624 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+0] 634 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+1] 647 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+1] 656 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+2] 669 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+2] 678 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+3] 691 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+3] 700 vld1.32 {d28},[r10,:64]! @ pull smashe [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/ |
H A D | armv4-mont.S | 156 ldr r2,[r0,#12*4] @ pull rp 599 vld1.32 {d28},[sp,:64] @ pull smashed b[8*i+0] 624 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+0] 634 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+1] 647 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+1] 656 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+2] 669 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+2] 678 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+3] 691 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+3] 700 vld1.32 {d28},[r10,:64]! @ pull smashe [all...] |
/third_party/node/test/parallel/ |
H A D | test-whatwg-readablestream.js | 119 pull: common.mustCall((controller) => { 133 pull: common.mustCall(async (controller) => { 147 pull: common.mustNotCall(), 160 pull: common.mustNotCall(), 173 pull: common.mustCall(async (controller) => { 702 pull() { throw error; } 845 pull(controller) { 874 pull: common.mustCall(), 889 pull: common.mustCall(), 911 pull [all...] |
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | Decoder.java | 83 buffer = decoder.pull(); in decode() 101 buffer = decoder.pull(); in decode() 152 ByteBuffer buffer = decoder.pull(); in decompress()
|
H A D | DecoderJNI.java | 88 public ByteBuffer pull() { in pull() method in DecoderJNI.Wrapper
|
/third_party/node/test/fixtures/wpt/streams/piping/ |
H A D | abort.any.js | 15 pull(controller) { 21 // To stop pull() being called immediately when the stream is created, we need to set highWaterMark to 0. 188 pull(controller) { 218 pull(controller) { 267 pull(controller) { 284 pull(controller) { 365 pull(controller) { 385 assert_array_equals(rs.events, ['pull'], 'cancel should not have been called'); 391 pull(c) {
|
/third_party/libcoap/examples/contiki/ |
H A D | Makefile | 11 (cd ${CONTIKI} ; git pull --tags 2> /dev/null ; git checkout ${WITH_CONTIKI_NG_BRANCH}) 20 git pull --tags 2> /dev/null ; \
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 23 # Check the value of %define api.push-pull. 24 b4_percent_define_default([[api.push-pull]], [[pull]]) 25 b4_percent_define_check_values([[[[api.push-pull]], 26 [[pull]], [[push]], [[both]]]]) 27 b4_define_flag_if([pull]) m4_define([b4_pull_flag], [[1]]) 29 m4_case(b4_percent_define_get([[api.push-pull]]), 30 [pull], [m4_define([b4_push_flag], [[0]])], 242 # (including in pull mode).
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ASTMetadataHLSL.cpp | 408 PullGradient pull(&metadataList, i, callDag); in CreateASTMetadataHLSL() 409 pull.traverse(callDag.getRecordFromIndex(i).node); in CreateASTMetadataHLSL() 413 // these loops. The same way computing gradient usage is a "pull" process, in CreateASTMetadataHLSL() 418 // First compute which loops are discontinuous (no specific order) and pull in CreateASTMetadataHLSL() 422 PullComputeDiscontinuousAndGradientLoops pull(&metadataList, i, callDag); in CreateASTMetadataHLSL() 423 pull.traverse(callDag.getRecordFromIndex(i).node); in CreateASTMetadataHLSL()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_visitor.cpp | 728 * Emits the instructions needed to perform a pull constant load. before_block 742 vec4_instruction *pull; in emit_pull_constant_load_reg() local 749 pull = MOV(grf_offset, offset_reg); in emit_pull_constant_load_reg() 752 emit_before(before_block, before_inst, pull); in emit_pull_constant_load_reg() 754 emit(pull); in emit_pull_constant_load_reg() 756 pull = new(mem_ctx) vec4_instruction(VS_OPCODE_PULL_CONSTANT_LOAD_GFX7, in emit_pull_constant_load_reg() 760 pull->mlen = 1; in emit_pull_constant_load_reg() 762 pull = new(mem_ctx) vec4_instruction(VS_OPCODE_PULL_CONSTANT_LOAD, in emit_pull_constant_load_reg() 766 pull->base_mrf = FIRST_PULL_LOAD_MRF(devinfo->ver) + 1; in emit_pull_constant_load_reg() 767 pull in emit_pull_constant_load_reg() [all...] |
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
H A D | InterruptIn-js.cpp | 194 int pull = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local 195 native_ptr->mode((PinMode)pull); in DECLARE_CLASS_FUNCTION()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | Encoder.java | 126 buffer = encoder.pull(); in encode() 176 ByteBuffer buffer = encoder.pull(); in compress()
|
H A D | EncoderJNI.java | 87 ByteBuffer pull() { in pull() method in EncoderJNI.Wrapper
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 15 /* get definition of internal structure so we can mess with it (see pull()), 469 local unsigned pull(void *desc, unsigned char **buf) in pull() function 510 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back() 515 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back() 518 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back() 584 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); 625 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0); in cover_inflate()
|
/third_party/zlib/test/ |
H A D | infcover.c | 14 /* get definition of internal structure so we can mess with it (see pull()), 447 local unsigned pull(void *desc, unsigned char **buf) in pull() function 489 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back() 494 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back() 497 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back() 563 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in try() 604 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0); in cover_inflate()
|
/third_party/mesa3d/.gitlab-ci/fossils/ |
H A D | fossils.sh | 38 local output=$(git lfs pull -I "$fossil" 2>&1)
|
/third_party/skia/experimental/tools/ |
H A D | android_skp_capture.sh | 86 adb pull "$remote_path" "$local_path" 88 printf "something went wrong with `adb pull`."
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/bn/ |
H A D | s390x-mont.S | 5 lgf %r1,96(%r15) # pull %r1 28 lg %r6,0(%r6) # pull n0
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-mont.S | 5 lgf %r1,96(%r15) # pull %r1 28 lg %r6,0(%r6) # pull n0
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-mont.S | 5 lgf %r1,164(%r15) # pull %r1 28 lg %r6,0(%r6) # pull n0
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/ |
H A D | s390x-mont.S | 5 lgf %r1,164(%r15) # pull %r1 28 lg %r6,0(%r6) # pull n0
|