Home
last modified time | relevance | path

Searched refs:BAR (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/parse5/test/data/parser-feedback/
Dscriptdata01.test5 "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 …]
Dcomments01.test5 "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 …]
Dentities01.test5 "description": "FOO&gt;BAR",
6 "input": "FOO&gt;BAR",
10 "FOO>BAR"
21 "FOO>BAR"
27 "description": "FOO&gt BAR",
28 "input": "FOO&gt BAR",
32 "FOO> BAR"
38 "description": "FOO&gt;;;BAR",
39 "input": "FOO&gt;;;BAR",
43 "FOO>;;BAR"
[all …]
/third_party/typescript/tests/baselines/reference/
DisolatedModulesImportConstEnum.symbols5 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))
DisolatedModulesImportConstEnum.types5 console.log(Foo.BAR);
6 >console.log(Foo.BAR) : void
10 >Foo.BAR : Foo
12 >BAR : Foo
18 BAR,
19 >BAR : Foo.BAR
DenumAssignmentCompat4.symbols8 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))
DenumAssignmentCompat4.types8 BAR
9 >BAR : MyEnum.BAR
13 >{ foo: MyEnum.BAR } : { foo: MyEnum; }
15 foo: MyEnum.BAR
17 >MyEnum.BAR : MyEnum
19 >BAR : MyEnum
DisolatedModulesImportConstEnum.js5 console.log(Foo.BAR);
9 BAR,
25 console.log(file2_1.Foo.BAR);
DenumAssignmentCompat4.js4 BAR
7 foo: MyEnum.BAR
34 foo: MyEnum.BAR
DintrinsicTypes.types5 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/
Djson_util_test.cc52 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/
Dtest.rs8 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/
Dissue1235.rs10 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/
Drepeated_field_reflection_unittest.cc445 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/
Dstruct_typedef_ns.rs51 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/
DisolatedModulesImportConstEnum.ts7 console.log(Foo.BAR);
12 BAR, enumerator
DenumAssignmentCompat4.ts3 BAR
6 foo: MyEnum.BAR
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dstruct_typedef_ns.hpp9 BAR=1 enumerator
19 BAR=1 enumerator
Dmacro-expr-basic.h2 #define BAR 4 macro
3 #define BAZ (FOO + BAR)
/third_party/node/deps/npm/node_modules/worker-farm/
DREADME.md14 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/
Dhlsl.attribute.expression.comp5 #define BAR 2
7 [numthreads(2+2, 2*3, (1+FOO)*BAR)]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto2UnknownEnumValueTest.java53 .addVarint(TestAllTypes.NestedEnum.BAR.getNumber()) in buildPayloadWithUnknownEnumValues()
71 assertEquals(TestAllTypes.NestedEnum.BAR, message.getOptionalNestedEnum()); in testUnknownEnumValues()
92 TestAllTypes.NestedEnum.BAR, in testExtensionUnknownEnumValues()
DMapLiteTest.java62 .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/
DNV_compute_program5.txt97 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/
DNV_compute_program5.txt97 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 …]

12345678910