OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_service
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/dbus/
test_server.cc
9
#include "dbus/
test_service
.h"
23
dbus::TestService*
test_service
= new dbus::TestService(options);
local
24
CHECK(
test_service
->StartService());
25
CHECK(
test_service
->WaitUntilServiceIsStarted());
26
CHECK(
test_service
->HasDBusThread());
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
3869
const ServiceDescriptor*
test_service
= pool.FindServiceByName("TestService");
local
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc
4346
const ServiceDescriptor*
test_service
= pool.FindServiceByName("TestService");
local
[
all
...]
Completed in 79 milliseconds