Home
last modified time | relevance | path

Searched refs:branch1 (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DcompImages.sh13 branch1=$1
20 if git checkout $branch1 ; then
21 img1=$compare/$branch1
22 files1=$compare/$branch1-files
27 echo "Cannot switch to branch $branch1"
47 echo "= Image Comparison of Vulkan images in $branch1 $branch2
82 image::$branch1/$file[title=\"$file in $branch1\",align=\"center\",opts=\"inline\"]
107 echo "== Images only in $branch1
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dtee.any.js31 const [branch1, branch2] = rs.tee();
32 const reader1 = branch1.getReader({ mode: 'byob' });
79 const [branch1, branch2] = rs.tee();
80 const reader1 = branch1.getReader();
112 const [branch1, branch2] = rs.tee();
113 const reader1 = branch1.getReader({ mode: 'byob' });
145 const [branch1, branch2] = rs.tee();
146 const reader1 = branch1.getReader({ mode: 'byob' });
182 const [branch1, branch2] = rs.tee();
183 branch1.cancel();
[all …]
/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dtee.any.js31 const branch1 = branch[0]; constant
33 const reader1 = branch1.getReader();
66 const branch1 = branch[0]; constant
68 const reader1 = branch1.getReader();
124 const branch1 = branches[0]; constant
126 branch1.cancel();
129 readableStreamToArray(branch1).then(chunks => {
150 const branch1 = branches[0]; constant
155 readableStreamToArray(branch1).then(chunks => {
173 const [branch1, branch2] = stream.tee();
[all …]
Dpatched-global.any.js37 const [branch1, branch2] = rs.tee();
38 assert_true(isReadableStream(branch1), 'branch1 should be a ReadableStream');
55 const [branch1, branch2] = rs.tee();
57 assert_true(isReadableStream(branch1), 'branch1 should be a ReadableStream');
120 const [branch1, branch2] = new ReadableStream().tee();
121 assert_true(isReadableStream(branch1), 'branch1 should be a ReadableStream');
Dreentrant-strategies.any.js245 let branch1; variable
253 [branch1, branch2] = rs.tee();
261 …readableStreamToArray(branch1).then(array => assert_array_equals(array, ['a'], 'branch1 should hav…
/third_party/node/deps/v8/src/compiler/
Dcontrol-flow-optimizer.cc99 Node* branch1 = *it++; in TryBuildSwitch() local
100 if (branch1->opcode() != IrOpcode::kBranch) break; in TryBuildSwitch()
101 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break; in TryBuildSwitch()
103 Node* cond1 = branch1->InputAt(0); in TryBuildSwitch()
120 branch = branch1; in TryBuildSwitch()
Dsimplified-lowering.cc4437 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in DoJSToNumberOrNumericTruncatesToFloat64() local
4439 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in DoJSToNumberOrNumericTruncatesToFloat64()
4448 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberOrNumericTruncatesToFloat64()
4536 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in DoJSToNumberOrNumericTruncatesToWord32() local
4538 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in DoJSToNumberOrNumericTruncatesToWord32()
4543 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in DoJSToNumberOrNumericTruncatesToWord32()
4674 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in Int32Div() local
4676 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Div()
4679 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in Int32Div()
4750 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_true0); in Int32Mod() local
[all …]
Djs-typed-lowering.cc1238 Node* branch1 = in ReduceJSHasInPrototypeChain() local
1241 control = graph()->NewNode(common()->IfFalse(), branch1); in ReduceJSHasInPrototypeChain()
1243 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceJSHasInPrototypeChain()
Djs-call-reducer.cc5897 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue), in ReduceArrayPrototypeShift() local
5900 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in ReduceArrayPrototypeShift()
5999 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1); in ReduceArrayPrototypeShift()
7672 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kFalse), in ReduceCollectionIteratorPrototypeNext() local
7677 control = graph()->NewNode(common()->IfFalse(), branch1); in ReduceCollectionIteratorPrototypeNext()
7746 loop->ReplaceInput(1, graph()->NewNode(common()->IfTrue(), branch1)); in ReduceCollectionIteratorPrototypeNext()
Dwasm-compiler.cc2812 Node* branch1 = graph()->NewNode(c->Branch(), check1, if_true0); in BuildI32AsmjsRemS() local
2814 Node* if_true1 = graph()->NewNode(c->IfTrue(), branch1); in BuildI32AsmjsRemS()
2817 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1); in BuildI32AsmjsRemS()
2845 Node* branch1 = in BuildI32AsmjsRemS() local
2848 Node* if_true1 = graph()->NewNode(c->IfTrue(), branch1); in BuildI32AsmjsRemS()
2851 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1); in BuildI32AsmjsRemS()
Deffect-control-linearizer.cc553 Node* branch1 = graph->NewNode(common->Branch(hint), cond1, control1); in TryCloneBranch() local
554 merge_true_inputs[index] = graph->NewNode(common->IfTrue(), branch1); in TryCloneBranch()
555 merge_false_inputs[index] = graph->NewNode(common->IfFalse(), branch1); in TryCloneBranch()
/third_party/node/test/fixtures/wpt/streams/resources/
Drs-test-templates.js651 const [branch1, branch2] = rs.tee();
653 branch1.cancel(reason1),
675 const [branch1, branch2] = rs.tee();
678 branch1.cancel(reason1),
693 const [branch1, branch2] = rs.tee();
695 promise_rejects_exactly(t, theError, branch1.cancel()),
711 const [branch1, branch2] = stream.tee();
715 promise_rejects_exactly(t, theError, branch1.cancel()),
/third_party/node/test/fixtures/wpt/streams/piping/
Dthen-interception.any.js55 const [ branch1, branch2 ] = rs.tee();
62 await branch1.pipeTo(ws);
/third_party/node/lib/internal/webstreams/
Dreadablestream.js1473 let branch1;
1491 branch1[kState].controller,
1508 readableStreamDefaultControllerClose(branch1[kState].controller);
1542 branch1 =
1551 readableStreamDefaultControllerError(branch1[kState].controller, error);
1557 return [branch1, branch2];
1572 let branch1;
1584 readableStreamDefaultControllerError(branch1[kState].controller, error);
1613 branch1[kState].controller,
1626 branch1[kState].controller,
[all …]