Home
last modified time | relevance | path

Searched full:foo* (Results 1751 - 1775 of 29134) sorted by relevance

1...<<71727374757677787980>>...1166

/third_party/googletest/googletest/test/
H A Dgtest_list_output_unittest.py50 <testsuite name="FooTest" tests="2">
54 <testsuite name="FooTestFixture" tests="2">
88 "name": "FooTest",
104 "name": "FooTestFixture",
H A Dgtest_list_output_unittest_.cc43 TEST(FooTest, Test1) {} in TEST()
45 TEST(FooTest, Test2) {} in TEST()
47 class FooTestFixture : public ::testing::Test {}; class
48 TEST_F(FooTestFixture, Test3) {} in TEST_F()
49 TEST_F(FooTestFixture, Test4) {} in TEST_F()
H A Dgtest_unittest.cc91 test_info_obj_("FooTest", "Bar", nullptr, nullptr, in StreamingListenerTest()
117 streamer_.OnTestSuiteStart(TestSuite("FooTest", "Bar", nullptr, nullptr)); in TEST_F()
118 EXPECT_EQ("event=TestCaseStart&name=FooTest\n", *output()); in TEST_F()
123 streamer_.OnTestSuiteEnd(TestSuite("FooTest", "Bar", nullptr, nullptr)); in TEST_F()
142 "foo.cc", 42, "failed=\n&%")); in TEST_F()
146 "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n", in TEST_F()
1056 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR")); in TEST()
1057 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar")); in TEST()
1058 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "")); in TEST()
1061 EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "fo in TEST()
4946 class Foo { global() class
4948 Foo() {} Foo() function in __anon3060::Foo
4966 Foo foo; global() member in __anon3060::FRIEND_TEST_Test2
[all...]
/third_party/icu/docs/processes/release/tasks/
H A Drelease-build.md179 set up gpg-agent, run `$ gpg -ab -u "ICU Project" foo.txt` to sign arbitrary
/third_party/icu/docs/userguide/boundaryanalysis/
H A Dbreak-rules.md454 `source/data/brkitr/brkfiles.mk`. This will cause your dictionary (say, `foo.txt`)
455 to be added as a `UCharsTrie` dictionary with the name foo.dict. If you want your
/third_party/gn/src/gn/
H A Dloader_unittest.cc183 TEST_F(LoaderTest, Foo) {
212 SourceFile second_file("//foo/BUILD.gn");
370 SourceFile second_file("//foo/" + new_name);
H A Dmetadata.cc61 my_files = [ "foo.cpp" ]
83 foo.cpp
95 my_files = [ "foo.cpp" ]
125 foo.cpp
H A Dmetadata_unittest.cc15 a_expected.list_value().push_back(Value(nullptr, "foo")); in TEST()
40 a_expected.list_value().push_back(Value(nullptr, "foo.cpp")); in TEST()
53 expected.emplace_back(Value(nullptr, "foo.cpp")); in TEST()
74 a_expected.list_value().push_back(Value(nullptr, "foo.cpp")); in TEST()
75 a_expected.list_value().push_back(Value(nullptr, "foo/bar.h")); in TEST()
87 expected.emplace_back(Value(nullptr, "../home/files/foo.cpp")); in TEST()
88 expected.emplace_back(Value(nullptr, "../home/files/foo/bar.h")); in TEST()
95 walk_keys, SourceDir("/usr/foo_dir/"), in TEST()
110 inner_list.list_value().push_back(Value(nullptr, "foo.cpp")); in TEST()
111 inner_list.list_value().push_back(Value(nullptr, "foo/ba in TEST()
[all...]
H A Dmetadata_walk_unittest.cc16 TestTarget one(setup, "//foo:one", Target::SOURCE_SET); in TEST()
18 a_expected.list_value().push_back(Value(nullptr, "foo")); in TEST()
29 TestTarget two(setup, "//foo:two", Target::SOURCE_SET); in TEST()
59 expected.push_back(Value(nullptr, "foo")); in TEST()
74 TestTarget one(setup, "//foo:one", Target::SOURCE_SET); in TEST()
76 a_expected.list_value().push_back(Value(nullptr, "foo")); in TEST()
85 TestTarget two(setup, "//foo:two", Target::SOURCE_SET); in TEST()
110 expected.push_back(Value(nullptr, "foo")); in TEST()
123 TestTarget one(setup, "//foo:one", Target::SOURCE_SET); in TEST()
125 a_expected.list_value().push_back(Value(nullptr, "foo")); in TEST()
[all...]
H A Dninja_c_binary_target_writer_unittest.cc26 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
29 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F()
30 target.sources().push_back(SourceFile("//foo/input2.cc")); in TEST_F()
33 target.sources().push_back(SourceFile("//foo/input3.o")); in TEST_F()
34 target.sources().push_back(SourceFile("//foo/input4.obj")); in TEST_F()
52 "target_out_dir = obj/foo\n" in TEST_F()
55 "build obj/foo/bar.input1.o: cxx ../../foo/input1.cc\n" in TEST_F()
58 "build obj/foo/bar.input2.o: cxx ../../foo/input in TEST_F()
[all...]
H A Dninja_copy_target_writer.cc91 // output: copy input | foo.stamp in WriteCopyRules()
93 // foo.stamp file generated from a previous step will have a new timestamp. in WriteCopyRules()
H A Dninja_copy_target_writer_unittest.cc18 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST()
21 target.sources().push_back(SourceFile("//foo/input1.txt")); in TEST()
22 target.sources().push_back(SourceFile("//foo/input2.txt")); in TEST()
35 "build input1.out: copy ../../foo/input1.txt\n" in TEST()
36 "build input2.out: copy ../../foo/input2.txt\n" in TEST()
38 "build obj/foo/bar.stamp: stamp input1.out input2.out\n"; in TEST()
48 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST()
51 target.sources().push_back(SourceFile("//foo/input1.txt")); in TEST()
64 "build output.out: copy ../../foo/input1.txt\n" in TEST()
66 "build obj/foo/ba in TEST()
[all...]
H A Dninja_bundle_data_target_writer_unittest.cc18 Target bundle_data(setup.settings(), Label(SourceDir("//foo/"), "data")); in TEST()
20 bundle_data.sources().push_back(SourceFile("//foo/input1.txt")); in TEST()
21 bundle_data.sources().push_back(SourceFile("//foo/input2.txt")); in TEST()
23 SourceFile("//foo/Foo.xcassets/Contents.json")); in TEST()
25 SourceFile("//foo/Foo.xcassets/foo.colorset/Contents.json")); in TEST()
27 SourceFile("//foo/Foo in TEST()
[all...]
H A Dninja_rust_binary_target_writer_unittest.cc23 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
26 target.sources().push_back(SourceFile("//foo/input1.rs")); in TEST_F()
27 target.sources().push_back(SourceFile("//foo/main.rs")); in TEST_F()
37 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F()
40 SourceFile main("//foo/main.rs"); in TEST_F()
41 target.sources().push_back(SourceFile("//foo/input3.rs")); in TEST_F()
45 target.rust_values().crate_name() = "foo_bar"; in TEST_F()
56 "crate_name = foo_bar\n" in TEST_F()
63 "target_gen_dir = gen/foo\n" in TEST_F()
64 "target_out_dir = obj/foo\ in TEST_F()
[all...]
H A Dninja_target_command_util.cc90 // e.g. for gch file foo/bar/target.precompiled.h.gch: in WriteOneFlag()
91 // -include foo/bar/target.precompiled.h in WriteOneFlag()
161 // obj/foo/target_name.header.h -> in GetGCCPCHOutputExtension()
162 // obj/foo/target_name.header.h-cc.gch in GetGCCPCHOutputExtension()
176 // obj/foo/target_name.precompile.obj -> in GetWindowsPCHObjectExtension()
177 // obj/foo/target_name.precompile.cc.obj in GetWindowsPCHObjectExtension()
H A Dninja_outputs_writer_unittest.cc82 group("foo") {
147 "//:foo": [
148 "obj/foo.stamp"
H A Dninja_target_command_util_unittest.cc58 {"FOO", "BAR=1", "BAZ=\"Baz\""}); in TEST()
63 {"FOO", "BAR=1", "BAZ=\"Baz\""}); in TEST()
H A Doperators.cc218 " foo = " + in MakeOverwriteError()
236 " a list, use \"foo + [ bar ]\"."; in MakeIncompatibleTypeError()
417 // There are several cases. Some things we can convert "foo += bar" to in ExecutePlusEquals()
418 // "foo = foo + bar". Some cases we can't (the 'sources' variable won't in ExecutePlusEquals()
424 // 2. Other types: fall back to "foo = foo + bar" in ExecutePlusEquals()
428 // 4. Other types: fall back to "foo = foo + bar" in ExecutePlusEquals()
480 "To append a single item to a list do \"foo in ExecutePlusEquals()
[all...]
H A Doperators_unittest.cc142 // Set up "foo" with an empty list. in TEST()
143 const char foo[] = "foo"; in TEST() local
144 setup.scope()->SetValue(foo, Value(nullptr, Value::LIST), nullptr); in TEST()
146 // Set up the operator to append to "foo". in TEST()
148 node.SetLeftToIdentifier(foo); in TEST()
164 Value result = *setup.scope()->GetValue(foo); in TEST()
172 // Try to append an integer and a string directly (e.g. foo += "hi"). in TEST()
190 const char foo_str[] = "foo"; in TEST() local
300 const char foo[] = "foo"; TEST() local
301 Token identifier_token(Location(), Token::IDENTIFIER, foo); TEST() local
318 const char foo[] = "foo"; TEST() local
319 Token identifier_token(Location(), Token::IDENTIFIER, foo); TEST() local
334 const char foo[] = "foo"; TEST() local
393 const char foo[] = "foo"; TEST() local
[all...]
H A Dohos_components_unittest.cc17 "\"foo\": {"
19 "\"path\": \"components/foo\","
21 "\"label\": \"//components/foo/interfaces/innerapis/libfoo:libfoo\","
44 OhosComponent com("foo", "samples", "components/foo"); in TEST()
45 EXPECT_EQ("foo", com.name()); in TEST()
47 EXPECT_EQ("//components/foo", com.path()); in TEST()
50 const std::string fooLabel = "//components/foo/interfaces/innerapis/libfoo:libfoo"; in TEST() local
51 com.addInnerApi("libfoo", fooLabel in TEST()
[all...]
H A Dohos_variables.cc25 copy("foo") {
31 # Target bar will get public_configs of foo target
32 deps = [ "foo" ]
H A Dparser_unittest.cc118 DoExpressionPrintTest("foo()", in TEST()
119 "FUNCTION(foo)\n" in TEST()
126 DoExpressionErrorTest("foo(1, 2,)", 1, 10); in TEST()
127 DoExpressionErrorTest("foo(1 2)", 1, 7); in TEST()
131 const char* input = "(foo(1)) + (a + (b - c) + d)"; in TEST()
134 " FUNCTION(foo)\n" in TEST()
180 DoExpressionPrintTest("!foo", in TEST()
182 " IDENTIFIER(foo)\n"); in TEST()
194 DoExpressionPrintTest("[1, 2+3 - foo]", in TEST()
201 " IDENTIFIER(foo)\ in TEST()
[all...]
H A Dpath_output.cc169 // paths will look like "/C:/foo/bar.txt". in WritePathStr()
H A Dpath_output_unittest.cc22 writer.WriteFile(out, SourceFile("//foo/bar.cc")); in TEST()
23 EXPECT_EQ("../../foo/bar.cc", out.str()); in TEST()
28 writer.WriteFile(out, SourceFile("//foo.cc")); in TEST()
29 EXPECT_EQ("../../foo.cc", out.str()); in TEST()
34 writer.WriteFile(out, SourceFile("//out/Debug/foo.cc")); in TEST()
37 EXPECT_EQ("foo.cc bar/baz.cc", out.str()); in TEST()
43 writer.WriteFile(out, SourceFile("/C:/foo/bar.cc")); in TEST()
44 EXPECT_EQ("C:/foo/bar.cc", out.str()); in TEST()
50 writer.WriteFile(out, SourceFile("/foo/bar.cc")); in TEST()
51 EXPECT_EQ("/foo/ba in TEST()
[all...]
H A Dpattern.h66 // Set to true when the subranges are "*foo" ("ANYTHING" followed by a

Completed in 23 milliseconds

1...<<71727374757677787980>>...1166