/third_party/ltp/testcases/commands/du/ |
D | du01.sh | 72 check1="^10[2-3][0-9][0-9][[:space:]]\." 87 1) du_test "du" ${check1};; 99 13) du_test "du --max-depth=1" ${check1};; 101 15) du_test "du -k" ${check1};; 104 18) du_test "du -P" ${check1};; 105 19) du_test "du --no-dereference" ${check1};; 107 21) du_test "du -s" ${check1};; 108 22) du_test "du --summarize" ${check1};;
|
/third_party/typescript/tests/baselines/reference/ |
D | narrowingUnionToUnion.js | 182 function check1(x: unknown): x is (string | 0) { 197 if (check1(x)) { 345 function check1(x) { function 358 if (check1(x)) { 419 declare function check1(x: unknown): x is (string | 0);
|
D | aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.js | 18 let check1: test1 = "y"; variable 40 var check1 = "y";
|
D | aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.symbols | 63 let check1: test1 = "y"; 64 >check1 : Symbol(check1, Decl(aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts, 16, 3))
|
D | aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.types | 43 let check1: test1 = "y"; 44 >check1 : "y"
|
D | narrowingUnionToUnion.symbols | 408 function check1(x: unknown): x is (string | 0) { 409 >check1 : Symbol(check1, Decl(narrowingUnionToUnion.ts, 176, 1)) 447 if (check1(x)) { 448 >check1 : Symbol(check1, Decl(narrowingUnionToUnion.ts, 176, 1))
|
D | narrowingUnionToUnion.types | 421 function check1(x: unknown): x is (string | 0) { 422 >check1 : (x: unknown) => x is string | 0 480 if (check1(x)) { 481 >check1(x) : boolean 482 >check1 : (x: unknown) => x is string | 0
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2blob.c | 73 int check1 = (selection & checks[i]) != 0; in key2blob_check_selection() local 80 if (check1) in key2blob_check_selection()
|
D | decode_der2key.c | 161 int check1 = (selection & checks[i]) != 0; in der2key_check_selection() local 168 if (check1) in der2key_check_selection()
|
D | encode_key2any.c | 1020 int check1 = (selection & checks[i]) != 0; in key2any_check_selection() local 1027 if (check1) in key2any_check_selection()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
D | encode_key2blob.c | 73 int check1 = (selection & checks[i]) != 0; in key2blob_check_selection() local 80 if (check1) in key2blob_check_selection()
|
D | decode_der2key.c | 161 int check1 = (selection & checks[i]) != 0; in der2key_check_selection() local 168 if (check1) in der2key_check_selection()
|
D | encode_key2any.c | 1031 int check1 = (selection & checks[i]) != 0; in key2any_check_selection() local 1038 if (check1) in key2any_check_selection()
|
/third_party/typescript/tests/cases/compiler/ |
D | narrowingUnionToUnion.ts | 184 function check1(x: unknown): x is (string | 0) { function 199 if (check1(x)) {
|
D | aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts | 18 let check1: test1 = "y"; variable
|
/third_party/openssl/test/ |
D | namemap_internal_test.c | 39 int check1 = ossl_namemap_name2num(nm, NAME1); in test_namemap() local 49 && TEST_int_eq(num1, check1) in test_namemap()
|
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1975 Node* check1 = __ TaggedEqual(value_map, __ HeapNumberMapConstant()); in LowerCheckNumber() local 1977 check1, frame_state); in LowerCheckNumber() 2017 Node* check1 = __ TaggedEqual(value_map, __ BooleanMapConstant()); in LowerCheckReceiverOrNullOrUndefined() local 2019 FeedbackSource(), check1, frame_state); in LowerCheckReceiverOrNullOrUndefined() 3392 Node* check1 = __ Uint32LessThanOrEqual( in LowerObjectIsNonCallable() local 3394 __ GotoIfNot(check1, &if_primitive); in LowerObjectIsNonCallable() 4043 Node* check1 = __ Uint32LessThanOrEqual( in LowerStringFromSingleCharCode() local 4045 __ GotoIfNot(check1, &if_not_one_byte); in LowerStringFromSingleCharCode() 4167 Node* check1 = __ Uint32LessThanOrEqual( in LowerStringFromSingleCodePoint() local 4169 __ GotoIfNot(check1, &if_not_one_byte); in LowerStringFromSingleCodePoint() [all …]
|
D | simplified-lowering.cc | 4436 Node* check1 = graph()->NewNode(simplified()->ObjectIsSmi(), vfalse0); in DoJSToNumberOrNumericTruncatesToFloat64() local 4437 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in DoJSToNumberOrNumericTruncatesToFloat64() 4535 Node* check1 = graph()->NewNode(simplified()->ObjectIsSmi(), vfalse0); in DoJSToNumberOrNumericTruncatesToWord32() local 4536 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in DoJSToNumberOrNumericTruncatesToWord32() 4673 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Div() local 4674 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0); in Int32Div() 4749 Node* check1 = graph()->NewNode(machine()->Word32And(), rhs, msk); in Int32Mod() local 4750 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_true0); in Int32Mod() 4783 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Mod() local 4785 check1, if_false0); in Int32Mod() [all …]
|
D | js-typed-lowering.cc | 1235 Node* check1 = graph()->NewNode( in ReduceJSHasInPrototypeChain() local 1239 graph()->NewNode(common()->Branch(BranchHint::kFalse), check1, control); in ReduceJSHasInPrototypeChain()
|
D | js-call-reducer.cc | 5894 Node* check1 = in ReduceArrayPrototypeShift() local 5898 check1, if_false0); in ReduceArrayPrototypeShift() 7669 Node* check1 = in ReduceCollectionIteratorPrototypeNext() local 7673 check1, if_true0); in ReduceCollectionIteratorPrototypeNext()
|
D | wasm-compiler.cc | 2811 Node* check1 = graph()->NewNode(m->Word32And(), right, msk); in BuildI32AsmjsRemS() local 2812 Node* branch1 = graph()->NewNode(c->Branch(), check1, if_true0); in BuildI32AsmjsRemS() 2844 Node* check1 = graph()->NewNode(m->Int32LessThan(), right, minus_one); in BuildI32AsmjsRemS() local 2846 graph()->NewNode(c->Branch(BranchHint::kTrue), check1, if_false0); in BuildI32AsmjsRemS()
|