/third_party/parse5/test/data/parser-feedback/ |
D | scriptdata01.test | 5 "description": "FOO<script>'Hello'</script>BAR", 6 "input": "FOO<script>'Hello'</script>BAR", 27 "BAR" 33 "description": "FOO<script></script>BAR", 34 "input": "FOO<script></script>BAR", 51 "BAR" 57 "description": "FOO<script></script >BAR", 58 "input": "FOO<script></script >BAR", 75 "BAR" 81 "description": "FOO<script></script/>BAR", [all …]
|
D | comments01.test | 5 "description": "FOO<!-- BAR -->BAZ", 6 "input": "FOO<!-- BAR -->BAZ", 14 " BAR " 24 "description": "FOO<!-- BAR --!>BAZ", 25 "input": "FOO<!-- BAR --!>BAZ", 33 " BAR " 43 "description": "FOO<!-- BAR --! >BAZ", 44 "input": "FOO<!-- BAR --! >BAZ", 52 " BAR --! >BAZ" 58 "description": "FOO<!-- BAR --!\\n>BAZ", [all …]
|
D | entities01.test | 5 "description": "FOO>BAR", 6 "input": "FOO>BAR", 10 "FOO>BAR" 21 "FOO>BAR" 27 "description": "FOO> BAR", 28 "input": "FOO> BAR", 32 "FOO> BAR" 38 "description": "FOO>;;BAR", 39 "input": "FOO>;;BAR", 43 "FOO>;;BAR" [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | isolatedModulesImportConstEnum.symbols | 5 console.log(Foo.BAR); 9 >Foo.BAR : Symbol(Foo.BAR, Decl(file2.ts, 0, 23)) 11 >BAR : Symbol(Foo.BAR, Decl(file2.ts, 0, 23)) 17 BAR, 18 >BAR : Symbol(Foo.BAR, Decl(file2.ts, 0, 23))
|
D | isolatedModulesImportConstEnum.types | 5 console.log(Foo.BAR); 6 >console.log(Foo.BAR) : void 10 >Foo.BAR : Foo 12 >BAR : Foo 18 BAR, 19 >BAR : Foo.BAR
|
D | enumAssignmentCompat4.symbols | 8 BAR 9 >BAR : Symbol(MyEnum.BAR, Decl(enumAssignmentCompat4.ts, 1, 24)) 14 foo: MyEnum.BAR 16 >MyEnum.BAR : Symbol(MyEnum.BAR, Decl(enumAssignmentCompat4.ts, 1, 24)) 18 >BAR : Symbol(MyEnum.BAR, Decl(enumAssignmentCompat4.ts, 1, 24))
|
D | enumAssignmentCompat4.types | 8 BAR 9 >BAR : MyEnum.BAR 13 >{ foo: MyEnum.BAR } : { foo: MyEnum; } 15 foo: MyEnum.BAR 17 >MyEnum.BAR : MyEnum 19 >BAR : MyEnum
|
D | isolatedModulesImportConstEnum.js | 5 console.log(Foo.BAR); 9 BAR, 25 console.log(file2_1.Foo.BAR);
|
D | enumAssignmentCompat4.js | 4 BAR 7 foo: MyEnum.BAR 34 foo: MyEnum.BAR
|
D | intrinsicTypes.types | 5 type TU2 = Uppercase<'foo' | 'bar'>; // "FOO" | "BAR" 6 >TU2 : "FOO" | "BAR" 23 type TL2 = Lowercase<'FOO' | 'BAR'>; // "foo" | "bar" 133 let s: 'FOO' | 'BAR' = x; 134 >s : "FOO" | "BAR"
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_util_test.cc | 52 using proto3::BAR; 200 orig.set_enum_value(proto3::BAR); in TEST_F() 202 orig.add_repeated_enum_value(proto3::BAR); in TEST_F() 214 EXPECT_EQ(proto3::BAR, parsed.enum_value()); in TEST_F() 217 EXPECT_EQ(proto3::BAR, parsed.repeated_enum_value(1)); in TEST_F() 224 orig.set_enum_value3(proto3::BAR); in TEST_F() 240 EXPECT_EQ(proto3::BAR, parsed.enum_value3()); in TEST_F() 405 m.set_enum_value(proto3::BAR); in TEST_F() 407 ASSERT_EQ(proto3::BAR, m.enum_value()); // Keep previous value in TEST_F() 420 m.set_enum_value(proto3::BAR); in TEST_F() [all …]
|
/third_party/rust/crates/rust-openssl/openssl-errors/tests/ |
D | test.rs | 8 BAR("function bar"); 44 openssl_errors::put_error!(Test::BAR, Test::NO_BACON, "foobar {{}}"); in static_data() 61 openssl_errors::put_error!(Test::BAR, Test::NO_MILK, "hello {}", "world"); in dynamic_data() 78 openssl_errors::put_error!(Test::BAR, Test::NO_MILK); in deferred_error_render()
|
/third_party/rust/crates/syn/tests/regression/ |
D | issue1235.rs | 10 pub static BAR: usize; in main() constant 18 quote!(static FOO: usize = 0; pub static BAR: usize = 0), in main() 27 quote!(static FOO: usize; pub static BAR: usize), in main()
|
/third_party/protobuf/src/google/protobuf/ |
D | repeated_field_reflection_unittest.cc | 445 message.add_repeated_nested_enum(TestAllTypes::BAR); in TEST() 473 EXPECT_EQ(TestAllTypes::BAR, enum_ref.Get(i)); in TEST() 474 EXPECT_EQ(TestAllTypes::BAR, mutable_enum_ref.Get(i)); in TEST() 479 message.set_repeated_nested_enum(i, TestAllTypes::BAR); in TEST() 480 EXPECT_EQ(TestAllTypes::BAR, int32_ref.Get(i)); in TEST() 481 EXPECT_EQ(TestAllTypes::BAR, mutable_int32_ref.Get(i)); in TEST() 495 mutable_int32_ref.Add(TestAllTypes::BAR); in TEST() 496 EXPECT_EQ(TestAllTypes::BAR, message.repeated_nested_enum(11)); in TEST() 505 mutable_enum_ref.Set(0, TestAllTypes::BAR); in TEST() 509 EXPECT_EQ(TestAllTypes::BAR, enum_ref.Get(9)); in TEST() [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | struct_typedef_ns.rs | 51 BAR = 1, enumerator 92 root::_bindgen_mod_id_12::_bindgen_ty_2 = _bindgen_ty_2::BAR; 96 BAR = 1, enumerator
|
/third_party/typescript/tests/cases/compiler/ |
D | isolatedModulesImportConstEnum.ts | 7 console.log(Foo.BAR); 12 BAR, enumerator
|
D | enumAssignmentCompat4.ts | 3 BAR 6 foo: MyEnum.BAR
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | struct_typedef_ns.hpp | 9 BAR=1 enumerator 19 BAR=1 enumerator
|
D | macro-expr-basic.h | 2 #define BAR 4 macro 3 #define BAZ (FOO + BAR)
|
/third_party/node/deps/npm/node_modules/worker-farm/ |
D | README.md | 14 callback(null, inp + ' BAR (' + process.pid + ')') 37 #1 FOO BAR (8546) 38 #0 FOO BAR (8545) 39 #8 FOO BAR (8545) 40 #9 FOO BAR (8546) 41 #2 FOO BAR (8548) 42 #4 FOO BAR (8551) 43 #3 FOO BAR (8549) 44 #6 FOO BAR (8555) 45 #5 FOO BAR (8553) [all …]
|
/third_party/glslang/Test/ |
D | hlsl.attribute.expression.comp | 5 #define BAR 2 7 [numthreads(2+2, 2*3, (1+FOO)*BAR)]
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Proto2UnknownEnumValueTest.java | 53 .addVarint(TestAllTypes.NestedEnum.BAR.getNumber()) in buildPayloadWithUnknownEnumValues() 71 assertEquals(TestAllTypes.NestedEnum.BAR, message.getOptionalNestedEnum()); in testUnknownEnumValues() 92 TestAllTypes.NestedEnum.BAR, in testExtensionUnknownEnumValues()
|
D | MapLiteTest.java | 62 .putInt32ToEnumField(2, TestMap.EnumValue.BAR) in setMapValues() 113 assertEquals(TestMap.EnumValue.BAR, message.getInt32ToEnumField().get(2)); in assertMapValuesSet() 138 .putInt32ToEnumField(1, TestMap.EnumValue.BAR) in updateMapValues() 178 assertEquals(TestMap.EnumValue.BAR, message.getInt32ToEnumField().get(1)); in assertMapValuesUpdated() 274 builder.putInt32ToEnumField(1, TestMap.EnumValue.BAR); in testMutableMapLifecycle() 275 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.build().getInt32ToEnumField()); in testMutableMapLifecycle() 276 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.getInt32ToEnumField()); in testMutableMapLifecycle() 279 newMap(1, TestMap.EnumValue.BAR, 2, TestMap.EnumValue.FOO), builder.getInt32ToEnumField()); in testMutableMapLifecycle() 528 assertEquals(TestMap.EnumValue.BAR, message.getInt32ToEnumField().get(1)); in testUnknownEnumValues() 665 TestMap.EnumValue.BAR.getNumber(), in doTestGetOrDefault() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_compute_program5.txt | 97 The BAR (barrier) instruction is available to synchronize program 98 invocations; an invocation stops at each BAR instruction until all 99 invocations in the work group have executed the BAR instruction. Each 157 <SpecialInstruction> ::= "BAR" 310 invocations in a local work group is largely undefined, although the BAR 357 BAR - - - - - - - - work group execution barrier 515 Section 2.X.8.Z, BAR: Execution Barrier 517 The BAR instruction synchronizes the execution of compute shader 519 executes the BAR instruction, it pauses until the same BAR instruction has 521 all invocations have executed the BAR instruction, processing continues [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_compute_program5.txt | 97 The BAR (barrier) instruction is available to synchronize program 98 invocations; an invocation stops at each BAR instruction until all 99 invocations in the work group have executed the BAR instruction. Each 157 <SpecialInstruction> ::= "BAR" 310 invocations in a local work group is largely undefined, although the BAR 357 BAR - - - - - - - - work group execution barrier 515 Section 2.X.8.Z, BAR: Execution Barrier 517 The BAR instruction synchronizes the execution of compute shader 519 executes the BAR instruction, it pauses until the same BAR instruction has 521 all invocations have executed the BAR instruction, processing continues [all …]
|