foo                95 base/android/jni_generator/golden_sample_for_tests_jni.h static jint Java_SampleForTests_javaMethod(JNIEnv* env, jobject obj, jint foo,
foo               115 base/android/jni_generator/golden_sample_for_tests_jni.h           method_id, foo, bar);
foo               116 base/android/jni_generator/java/src/org/chromium/example/jni_generator/SampleForTests.java   public int javaMethod(int foo,
foo                94 base/android/jni_generator/sample_for_tests.cc   bool foo = base::android::Java_SampleForTests_staticJavaMethod(env);
foo              2054 base/file_util_unittest.cc   FilePath foo(empty_dir.Append(FILE_PATH_LITERAL("foo.txt")));
foo              2056 base/file_util_unittest.cc   ASSERT_TRUE(WriteFile(foo, bar.c_str(), bar.length()));
foo               109 base/files/important_file_writer_unittest.cc   DataSerializer foo("foo"), bar("bar"), baz("baz");
foo               110 base/files/important_file_writer_unittest.cc   writer.ScheduleWrite(&foo);
foo                25 base/json/json_value_converter_unittest.cc   int foo;
foo                32 base/json/json_value_converter_unittest.cc   SimpleMessage() : foo(0), baz(false), bstruct(false), simple_enum(FOO) {}
foo                63 base/json/json_value_converter_unittest.cc     converter->RegisterIntField("foo", &SimpleMessage::foo);
foo                81 base/json/json_value_converter_unittest.cc   double foo;
foo                85 base/json/json_value_converter_unittest.cc   NestedMessage() : foo(0) {}
foo                89 base/json/json_value_converter_unittest.cc     converter->RegisterDoubleField("foo", &NestedMessage::foo);
foo               114 base/json/json_value_converter_unittest.cc   EXPECT_EQ(1, message.foo);
foo               156 base/json/json_value_converter_unittest.cc   EXPECT_EQ(1.0, message.foo);
foo               157 base/json/json_value_converter_unittest.cc   EXPECT_EQ(1, message.child.foo);
foo               168 base/json/json_value_converter_unittest.cc   EXPECT_EQ(2, first_child->foo);
foo               177 base/json/json_value_converter_unittest.cc   EXPECT_EQ(3, second_child->foo);
foo               215 base/json/json_value_converter_unittest.cc   EXPECT_EQ(1, message.foo);
foo                92 base/message_loop/message_loop_test.cc   scoped_refptr<Foo> foo(new Foo());
foo                95 base/message_loop/message_loop_test.cc       &Foo::Test0, foo.get()));
foo                97 base/message_loop/message_loop_test.cc     &Foo::Test1ConstRef, foo.get(), a));
foo                99 base/message_loop/message_loop_test.cc       &Foo::Test1Ptr, foo.get(), &b));
foo               101 base/message_loop/message_loop_test.cc       &Foo::Test1Int, foo.get(), 100));
foo               103 base/message_loop/message_loop_test.cc       &Foo::Test2Ptr, foo.get(), &a, &c));
foo               105 base/message_loop/message_loop_test.cc       &Foo::Test2Mixed, foo.get(), a, &d));
foo               113 base/message_loop/message_loop_test.cc   EXPECT_EQ(foo->test_count(), 105);
foo               114 base/message_loop/message_loop_test.cc   EXPECT_EQ(foo->result(), "abacad");
foo               913 base/message_loop/message_loop_unittest.cc   scoped_refptr<Foo> foo(new Foo());
foo               916 base/message_loop/message_loop_unittest.cc       &Foo::Test1ConstRef, foo.get(), a));
foo               925 base/message_loop/message_loop_unittest.cc   EXPECT_EQ(foo->test_count(), 1);
foo               926 base/message_loop/message_loop_unittest.cc   EXPECT_EQ(foo->result(), "a");
foo               265 base/metrics/stats_table_unittest.cc   MockStatsCounter foo("foo");
foo               268 base/metrics/stats_table_unittest.cc   EXPECT_TRUE(foo.Enabled());
foo               269 base/metrics/stats_table_unittest.cc   ASSERT_NE(foo.Pointer(), static_cast<int*>(0));
foo               270 base/metrics/stats_table_unittest.cc   EXPECT_EQ(0, *(foo.Pointer()));
foo               274 base/metrics/stats_table_unittest.cc   while (*(foo.Pointer()) < 123) foo.Increment();
foo               276 base/metrics/stats_table_unittest.cc   foo.Add(0);
foo               278 base/metrics/stats_table_unittest.cc   foo.Add(-1);
foo               282 base/metrics/stats_table_unittest.cc   foo.Set(0);
foo               284 base/metrics/stats_table_unittest.cc   foo.Set(100);
foo               286 base/metrics/stats_table_unittest.cc   foo.Set(-1);
foo               288 base/metrics/stats_table_unittest.cc   foo.Set(0);
foo               292 base/metrics/stats_table_unittest.cc   foo.Subtract(1);
foo               294 base/metrics/stats_table_unittest.cc   foo.Subtract(0);
foo               296 base/metrics/stats_table_unittest.cc   foo.Subtract(-1);
foo               391 base/metrics/stats_table_unittest.cc   StatsCounterTimer foo("foo");
foo               403 base/metrics/stats_table_unittest.cc     StatsScope<StatsCounterTimer> timer(foo);
foo               413 base/metrics/stats_table_unittest.cc     StatsScope<StatsCounterTimer> timer(foo);
foo               328 base/observer_list_unittest.cc   void AddFooToRemove(Foo* foo) {
foo               329 base/observer_list_unittest.cc     foos_.push_back(foo);
foo                41 base/task_runner_util_unittest.cc void ExpectFoo(scoped_ptr<Foo> foo) {
foo                42 base/task_runner_util_unittest.cc   EXPECT_TRUE(foo.get());
foo                43 base/task_runner_util_unittest.cc   scoped_ptr<Foo> local_foo(foo.Pass());
foo                45 base/task_runner_util_unittest.cc   EXPECT_FALSE(foo.get());
foo                49 base/task_runner_util_unittest.cc   void operator()(Foo* foo) const {
foo                51 base/task_runner_util_unittest.cc     delete foo;
foo                59 base/task_runner_util_unittest.cc void ExpectScopedFoo(scoped_ptr<Foo, FooDeleter> foo) {
foo                60 base/task_runner_util_unittest.cc   EXPECT_TRUE(foo.get());
foo                61 base/task_runner_util_unittest.cc   scoped_ptr<Foo, FooDeleter> local_foo(foo.Pass());
foo                63 base/task_runner_util_unittest.cc   EXPECT_FALSE(foo.get());
foo               122 base/tools_sanity_unittest.cc   char *foo = new char[10];
foo               123 base/tools_sanity_unittest.cc   MakeSomeErrors(foo, 10);
foo               124 base/tools_sanity_unittest.cc   delete [] foo;
foo               126 base/tools_sanity_unittest.cc   HARMFUL_ACCESS(foo[5] = 0, "heap-use-after-free");
foo               130 base/tools_sanity_unittest.cc   char *foo = reinterpret_cast<char*>(malloc(10));
foo               131 base/tools_sanity_unittest.cc   MakeSomeErrors(foo, 10);
foo               132 base/tools_sanity_unittest.cc   free(foo);
foo               134 base/tools_sanity_unittest.cc   HARMFUL_ACCESS(foo[5] = 0, "heap-use-after-free");
foo               146 base/tools_sanity_unittest.cc   int* volatile foo = new int[10];
foo               147 base/tools_sanity_unittest.cc   delete foo;
foo               159 base/tools_sanity_unittest.cc   int* volatile foo = new int;
foo               160 base/tools_sanity_unittest.cc   (void) foo;
foo               161 base/tools_sanity_unittest.cc   delete [] foo;
foo                62 chrome/browser/chrome_security_exploit_browsertest.cc   GURL foo("http://foo.com/files/chrome_extension_resource.html");
foo                66 chrome/browser/chrome_security_exploit_browsertest.cc   ui_test_utils::NavigateToURL(browser(), foo);
foo                10 chrome/browser/install_verification/win/module_info_unittest.cc   ModuleInfo foo(L"foo", 0, 10);
foo                13 chrome/browser/install_verification/win/module_info_unittest.cc   ASSERT_LT(foo, bar);
foo                15 chrome/browser/install_verification/win/module_info_unittest.cc   ASSERT_EQ(L"foo", foo.name);
foo                16 chrome/browser/install_verification/win/module_info_unittest.cc   ASSERT_TRUE(foo.ContainsAddress(4));
foo                17 chrome/browser/install_verification/win/module_info_unittest.cc   ASSERT_TRUE(foo.ContainsAddress(5));
foo                18 chrome/browser/install_verification/win/module_info_unittest.cc   ASSERT_TRUE(foo.ContainsAddress(9));
foo                19 chrome/browser/install_verification/win/module_info_unittest.cc   ASSERT_FALSE(foo.ContainsAddress(10));
foo                20 chrome/browser/install_verification/win/module_info_unittest.cc   ASSERT_FALSE(foo.ContainsAddress(11));
foo               373 chrome/common/metrics/metrics_log_manager_unittest.cc   std::string foo = kFooText;
foo               374 chrome/common/metrics/metrics_log_manager_unittest.cc   log.SwapLogText(&foo);
foo               375 chrome/common/metrics/metrics_log_manager_unittest.cc   EXPECT_TRUE(foo.empty());
foo               393 chrome/common/metrics/metrics_log_manager_unittest.cc   foo = kFooText;
foo               394 chrome/common/metrics/metrics_log_manager_unittest.cc   log2.SwapLogText(&foo);
foo               962 components/policy/core/common/schema_unittest.cc   Schema foo = policy.GetKnownProperty("foo");
foo               963 components/policy/core/common/schema_unittest.cc   ASSERT_TRUE(foo.valid());
foo               964 components/policy/core/common/schema_unittest.cc   EXPECT_EQ(base::Value::TYPE_BOOLEAN, foo.type());
foo               995 components/policy/core/common/schema_unittest.cc   Schema foo = schema.GetKnownProperty("foo");
foo               996 components/policy/core/common/schema_unittest.cc   ASSERT_TRUE(foo.valid());
foo               997 components/policy/core/common/schema_unittest.cc   EXPECT_EQ(base::Value::TYPE_BOOLEAN, foo.type());
foo                38 content/browser/security_exploit_browsertest.cc   GURL foo("http://foo.com/files/simple_page.html");
foo                41 content/browser/security_exploit_browsertest.cc   NavigateToURL(shell, foo);
foo               103 content/browser/security_exploit_browsertest.cc   GURL foo("http://foo.com/files/simple_page.html");
foo               105 content/browser/security_exploit_browsertest.cc   NavigateToURL(shell(), foo);
foo                69 content/child/site_isolation_policy_browsertest.cc   GURL foo("http://foo.com/files/cross_site_document_request.html");
foo                73 content/child/site_isolation_policy_browsertest.cc   NavigateToURL(shell(), foo);
foo               102 content/child/site_isolation_policy_browsertest.cc   GURL foo("http://foo.com/files/cross_site_document_request_target.html");
foo               103 content/child/site_isolation_policy_browsertest.cc   NavigateToURL(shell(), foo);
foo               432 content/renderer/pepper/v8_var_converter_unittest.cc     ScopedPPVar foo(ScopedPPVar::PassRef(), StringVar::StringToPPVar("foo"));
foo               433 content/renderer/pepper/v8_var_converter_unittest.cc     expected->SetWithStringKey("1", foo.get());
foo               104 content/shell/renderer/test_runner/WebUserMediaClientMock.cpp     int foo;
foo                81 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   Foo::Builder foo;
foo                82 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_name(name);
foo                83 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_x(1);
foo                84 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_y(2);
foo                85 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_a(false);
foo                86 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_b(true);
foo                87 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_c(false);
foo                88 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_bar(bar.Finish());
foo                89 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_extra_bars(extra_bars.Finish());
foo                90 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_data(data.Finish());
foo                91 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_source(pipe1.Pass());
foo                92 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_input_streams(input_streams.Finish());
foo                93 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   foo.set_output_streams(output_streams.Finish());
foo                95 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   return foo.Finish();
foo                99 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void CheckFoo(const Foo& foo) {
foo               101 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   ASSERT_FALSE(foo.name().is_null());
foo               102 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(kName.size(), foo.name().size());
foo               103 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   for (size_t i = 0; i < std::min(kName.size(), foo.name().size()); i++) {
foo               105 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     EXPECT_EQ(kName[i], foo.name().at(i)) << i;
foo               106 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     EXPECT_EQ(kName[i], foo.name()[i]) << i;
foo               108 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(kName, foo.name().To<std::string>());
foo               110 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(1, foo.x());
foo               111 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(2, foo.y());
foo               112 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_FALSE(foo.a());
foo               113 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_TRUE(foo.b());
foo               114 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_FALSE(foo.c());
foo               116 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(20, foo.bar().alpha());
foo               117 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(40, foo.bar().beta());
foo               118 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(60, foo.bar().gamma());
foo               119 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(Bar::TYPE_VERTICAL, foo.bar().type());
foo               121 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(3u, foo.extra_bars().size());
foo               122 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   for (size_t i = 0; i < foo.extra_bars().size(); i++) {
foo               125 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     EXPECT_EQ(base, foo.extra_bars()[i].alpha()) << i;
foo               126 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     EXPECT_EQ(base + 20, foo.extra_bars()[i].beta()) << i;
foo               127 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     EXPECT_EQ(base + 40, foo.extra_bars()[i].gamma()) << i;
foo               128 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     EXPECT_EQ(type, foo.extra_bars()[i].type()) << i;
foo               131 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(10u, foo.data().size());
foo               132 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   for (size_t i = 0; i < foo.data().size(); ++i) {
foo               133 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     EXPECT_EQ(static_cast<uint8_t>(foo.data().size() - i), foo.data()[i]) << i;
foo               136 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_FALSE(foo.input_streams().is_null());
foo               137 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(2u, foo.input_streams().size());
foo               139 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_FALSE(foo.output_streams().is_null());
foo               140 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(2u, foo.output_streams().size());
foo               208 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, const Foo& foo) {
foo               211 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   if (!foo.is_null()) {
foo               213 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "name", foo.name());
foo               214 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "x", foo.x());
foo               215 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "y", foo.y());
foo               216 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "a", foo.a());
foo               217 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "b", foo.b());
foo               218 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "c", foo.c());
foo               219 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "bar", foo.bar());
foo               220 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "extra_bars", foo.extra_bars());
foo               221 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "data", foo.data());
foo               222 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "source", foo.source().get());
foo               223 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "input_streams", foo.input_streams());
foo               224 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "output_streams", foo.output_streams());
foo               248 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   virtual void Frobinate(const Foo& foo, BazOptions baz, ScopedPortHandle port)
foo               253 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     CheckFoo(foo);
foo               260 mojo/public/cpp/bindings/tests/sample_service_unittest.cc       Print(depth, "foo", foo);
foo               307 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   Foo foo = MakeFoo();
foo               308 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   CheckFoo(foo);
foo               311 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   service->Frobinate(foo, Service::BAZ_EXTRA, pipe.handle_to_self.Pass());
foo               322 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   Foo foo = Foo::Builder().Finish();
foo               323 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   ASSERT_FALSE(foo.name().is_null());
foo               324 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ("Fooby", foo.name().To<std::string>());
foo               325 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_TRUE(foo.a());
foo               326 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(3u, foo.data().size());
foo               327 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(1, foo.data()[0]);
foo               328 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(2, foo.data()[1]);
foo               329 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(3, foo.data()[2]);
foo               282 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ScopedNode foo;
foo               283 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs.Open(Path("/mydir/foo"), O_RDONLY, &foo));
foo               291 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_FALSE(foo->GetStat(&sfoo));
foo                32 net/base/host_port_pair_unittest.cc   HostPortPair foo("foo.com", 10);
foo                33 net/base/host_port_pair_unittest.cc   string foo_str = foo.ToString();
foo                36 net/base/host_port_pair_unittest.cc   EXPECT_TRUE(foo.Equals(bar));
foo                40 net/base/host_port_pair_unittest.cc   HostPortPair foo = HostPortPair::FromString("foo.com:2:3");
foo                41 net/base/host_port_pair_unittest.cc   EXPECT_TRUE(foo.host().empty());
foo                42 net/base/host_port_pair_unittest.cc   EXPECT_EQ(0, foo.port());
foo                50 net/base/host_port_pair_unittest.cc   HostPortPair foo;
foo                51 net/base/host_port_pair_unittest.cc   EXPECT_TRUE(foo.IsEmpty());
foo                52 net/base/host_port_pair_unittest.cc   foo = HostPortPair::FromString("foo.com:8080");
foo                53 net/base/host_port_pair_unittest.cc   EXPECT_FALSE(foo.IsEmpty());
foo                58 net/base/host_port_pair_unittest.cc     HostPortPair foo(tests[index].host, tests[index].port);
foo                59 net/base/host_port_pair_unittest.cc     EXPECT_EQ(tests[index].to_string, foo.ToString());
foo                63 net/base/host_port_pair_unittest.cc   HostPortPair foo(string(), 10);
foo                68 net/base/host_port_pair_unittest.cc     HostPortPair foo(tests[index].host, tests[index].port);
foo                69 net/base/host_port_pair_unittest.cc     EXPECT_EQ(tests[index].host_for_url, foo.HostForURL());
foo              12071 net/http/http_network_transaction_unittest.cc   std::string foo;
foo              12072 net/http/http_network_transaction_unittest.cc   EXPECT_TRUE(request_headers.GetHeader("X-Foo", &foo));
foo              12073 net/http/http_network_transaction_unittest.cc   EXPECT_EQ("bar", foo);
foo               201 net/spdy/hpack_decoder_test.cc   StringPiece foo(input, arraysize(input) - 1);
foo               202 net/spdy/hpack_decoder_test.cc   HpackInputStream input_stream(kLiteralBound, foo);
foo                43 net/tools/flip_server/mem_cache_test.cc   FileData* foo;
foo                55 net/tools/flip_server/mem_cache_test.cc   foo = mem_cache_->GetFileData("foo");
foo                59 net/tools/flip_server/mem_cache_test.cc   ASSERT_EQ(NULL, foo);
foo                64 ppapi/generators/test_cgen/interface.h   int8_t (*testIface)(const struct ifaceFoo_1_0* foo, int32_t y);
foo               617 sandbox/win/src/ipc_unittest.cc   DWORD foo = 6767676;
foo               618 sandbox/win/src/ipc_unittest.cc   CrossCall(client, UnitTestIPCDispatcher::CALL_ONE_TAG, bar, foo, &answer);
foo               635 sandbox/win/src/ipc_unittest.cc   EXPECT_EQ(foo, call_return.extended[1].unsigned_int);
foo                27 sync/util/protobuf_unittest.cc   ASSERT_TRUE(a.foo());
foo                31 sync/util/protobuf_unittest.cc   ASSERT_TRUE(b2.foo());
foo                85 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java     mockService.foo(EasyMock.same(mockController), EasyMock.same(fooRequest),
foo               135 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java     stub.foo(mockController, fooRequest, fooCallback);
foo               164 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java     assertSame(fooResponse, stub.foo(mockController, fooRequest));
foo               187 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java     impl.foo(EasyMock.same(controller), EasyMock.same(request),
foo               210 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java     EasyMock.expect(impl.foo(EasyMock.same(controller), EasyMock.same(request)))
foo               152 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   const FileDescriptor* foo = importer_.Import("foo.proto");
foo               155 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   ASSERT_TRUE(foo != NULL);
foo               159 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   ASSERT_EQ(1, foo->dependency_count());
foo               160 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   EXPECT_EQ(bar, foo->dependency(0));
foo               163 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   ASSERT_EQ(1, foo->message_type_count());
foo               165 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   ASSERT_EQ(1, foo->message_type(0)->field_count());
foo               167 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc             foo->message_type(0)->field(0)->type());
foo               169 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc             foo->message_type(0)->field(0)->message_type());
foo              2264 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& foo = file_.message_type(0);
foo              2265 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const FieldDescriptorProto& bar = foo.field(0);
foo              2267 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpanWithComment('a', 'd', foo,
foo              2276 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo, "name"));
foo              2305 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& foo = file_.message_type(0);
foo              2306 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const FieldDescriptorProto& bar = foo.field(0);
foo              2309 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpanWithComment('a', 'd', foo,
foo              2321 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo, "name"));
foo              2343 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& foo = file_.message_type(0);
foo              2344 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const FieldDescriptorProto& bar = foo.field(0);
foo              2352 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo));
foo              2353 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo, "name"));
foo              1384 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* foo = AddMessage(&foo_file, "Foo");
foo              1385 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     AddExtensionRange(foo, 10, 20);
foo              1386 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     AddExtensionRange(foo, 30, 40);
foo              1798 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FieldDescriptor* foo = message->field(0);
foo              1802 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(&FieldOptions::default_instance(), &foo->options());
foo              2226 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(options->GetExtension(protobuf_unittest::complex_opt1).foo(), 42);
foo              2234 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(options->GetExtension(protobuf_unittest::complex_opt2).bar().foo(),
foo              2241 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc             GetExtension(protobuf_unittest::garply).foo(), 741);
foo              2389 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(1234, options.GetExtension(protobuf_unittest::complex_opt1).foo());
foo              4151 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* foo = pool.FindFileByName("foo.proto");
foo              4152 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(foo != NULL);
foo              4153 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ("foo.proto", foo->name());
foo              4154 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_EQ(1, foo->message_type_count());
foo              4155 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ("Foo", foo->message_type(0)->name());
foo              4157 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(foo, pool.FindFileByName("foo.proto"));
foo              4165 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* foo = pool.FindFileByName("foo.proto");
foo              4166 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(foo != NULL);
foo              4167 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ("foo.proto", foo->name());
foo              4168 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_EQ(1, foo->message_type_count());
foo              4169 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ("Foo", foo->message_type(0)->name());
foo              4178 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(foo, bar->dependency(0));
foo              4190 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* foo = pool.FindFileByName("foo.proto");
foo              4191 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(foo != NULL);
foo              4192 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ("foo.proto", foo->name());
foo              4193 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_EQ(1, foo->message_type_count());
foo              4194 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_EQ("Foo", foo->message_type(0)->name());
foo              4197 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(foo, bar->dependency(0));
foo              4225 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
foo              4226 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(foo != NULL);
foo              4228 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FieldDescriptor* extension = pool.FindExtensionByNumber(foo, 5);
foo              4233 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindExtensionByNumber(foo, 12) == NULL);
foo              4239 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
foo              4245 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     pool.FindAllExtensions(foo, &extensions);
foo              4342 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
foo              4343 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(foo != NULL);
foo              4352 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(foo->FindFieldByName("no_such_field") == NULL);
foo              4353 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(foo->FindExtensionByName("no_such_extension") == NULL);
foo              4354 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(foo->FindNestedTypeByName("NoSuchMessageType") == NULL);
foo              4355 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(foo->FindEnumTypeByName("NoSuchEnumType") == NULL);
foo              4356 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(foo->FindEnumValueByName("NO_SUCH_VALUE") == NULL);
foo              4387 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
foo              4388 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(foo != NULL);
foo              4392 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_TRUE(pool.FindExtensionByNumber(foo, 22) == NULL);
foo              4419 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const Descriptor* foo = pool.FindMessageTypeByName("Foo");
foo              4420 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   ASSERT_TRUE(foo != NULL);
foo               588 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   string* foo = new string("foo");
foo               589 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   field.AddAllocated(foo);
foo               592 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   EXPECT_EQ(foo, &field.Get(index));
foo                85 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = type_equals_<const foo, const int>::value;
foo               982 third_party/talloc/testsuite.c 		int foo;
foo               285 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static void Use(T** foo) {
foo               286 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   VLOG(2) << "Dummy-using " << static_cast<void*>(*foo) << " at " << foo;
foo               445 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               446 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               449 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   LogHidden("Leaking", foo);
foo               453 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               495 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               496 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               497 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   LogHidden("Leaking", foo);
foo               503 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               508 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               509 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               515 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               528 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               529 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               530 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   LogHidden("Leaking", foo);
foo               537 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               542 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               543 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               544 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   LogHidden("Pre leaking", foo);
foo               553 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               564 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   void* foo = &i;
foo               565 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   HiddenPointer<void> p(foo);
foo               566 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   CHECK_EQ(foo, p.get());
foo               573 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   CHECK_NE(foo, *reinterpret_cast<void**>(&p));
foo               579 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     int foo = 5;
foo               580 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     int* p = &foo;
foo               587 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     void* foo = AllocHidden(100 * sizeof(int));
foo               588 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     Use(&foo);
foo               591 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     DeAllocHidden(&foo);
foo               601 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     int foo = 5;
foo               602 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     int* p = &foo;
foo               609 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     void* foo = AllocHidden(100 * sizeof(int));
foo               610 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     Use(&foo);
foo               613 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     DeAllocHidden(&foo);
foo               285 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static void Use(T** foo) {
foo               286 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   VLOG(2) << "Dummy-using " << static_cast<void*>(*foo) << " at " << foo;
foo               445 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               446 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               449 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   LogHidden("Leaking", foo);
foo               453 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               495 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               496 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               497 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   LogHidden("Leaking", foo);
foo               503 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               508 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               509 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               515 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               528 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               529 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               530 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   LogHidden("Leaking", foo);
foo               537 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               542 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   void* foo = AllocHidden(100 * sizeof(int));
foo               543 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   Use(&foo);
foo               544 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   LogHidden("Pre leaking", foo);
foo               553 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   DeAllocHidden(&foo);
foo               564 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   void* foo = &i;
foo               565 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   HiddenPointer<void> p(foo);
foo               566 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   CHECK_EQ(foo, p.get());
foo               573 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   CHECK_NE(foo, *reinterpret_cast<void**>(&p));
foo               579 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     int foo = 5;
foo               580 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     int* p = &foo;
foo               587 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     void* foo = AllocHidden(100 * sizeof(int));
foo               588 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     Use(&foo);
foo               591 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     DeAllocHidden(&foo);
foo               601 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     int foo = 5;
foo               602 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     int* p = &foo;
foo               609 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     void* foo = AllocHidden(100 * sizeof(int));
foo               610 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     Use(&foo);
foo               613 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     DeAllocHidden(&foo);
foo                12 tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.cpp     if (m_ref->foo() && !m_obj)
foo                17 tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.cpp     m_obj->foo();
foo                14 tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.h     bool foo() { return true; }
foo                21 tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.h     bool foo() { return true; }
foo                27 tools/clang/blink_gc_plugin/tests/virtual_and_trace_after_dispatch.h     virtual void foo() { }
foo                 9 tools/clang/plugins/tests/inline_copy_ctor.h   static C foo() { return C(); }
foo               104 tools/gn/operators_unittest.cc   const char foo[] = "foo";
foo               105 tools/gn/operators_unittest.cc   setup.scope()->SetValue(foo, Value(NULL, Value::LIST), NULL);
foo               114 tools/gn/operators_unittest.cc   Token identifier_token(Location(), Token::IDENTIFIER, foo);
foo               133 tools/gn/operators_unittest.cc   Value result = *setup.scope()->GetValue(foo);
foo               136 ui/base/models/tree_node_model_unittest.cc   TestNode* foo = new TestNode;
foo               137 ui/base/models/tree_node_model_unittest.cc   child1.Add(foo, 0);
foo               141 ui/base/models/tree_node_model_unittest.cc     foo->Add(new TestNode, i);
foo               145 ui/base/models/tree_node_model_unittest.cc   EXPECT_EQ(3, foo->child_count());
foo               154 ui/base/models/tree_node_model_unittest.cc   EXPECT_EQ(3, foo->child_count());
foo                12 ui/gfx/utf16_indexing_unittest.cc   const base::char16 foo[] =
foo                14 ui/gfx/utf16_indexing_unittest.cc   const base::string16 s(foo);
foo              2630 ui/views/view_unittest.cc   View* foo = new View;
foo              2631 ui/views/view_unittest.cc   child1->AddChildView(foo);
foo              2635 ui/views/view_unittest.cc     foo->AddChildView(new View);
foo              2639 ui/views/view_unittest.cc   EXPECT_EQ(3, foo->child_count());