OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestService
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_dependency_manager_unittest.cc
34
class
TestService
: public ProfileKeyedServiceFactory {
36
TestService
(const std::string& name,
61
TestService
service("service", shutdown_order(), manager());
71
TestService
parent("parent", shutdown_order(), manager());
72
TestService
child("child", shutdown_order(), manager());
84
TestService
parent("parent", shutdown_order(), manager());
85
TestService
child1("child1", shutdown_order(), manager());
86
TestService
child2("child2", shutdown_order(), manager());
100
TestService
parent1("parent1", shutdown_order(), manager());
101
TestService
parent2("parent2", shutdown_order(), manager())
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc
[
all
...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java
53
public class
TestService
extends Service {
317
mForegroundOp.onInit(
TestService
.this, true);
318
mBackgroundOp.onInit(
TestService
.this, false);
384
mForegroundOp.onTerm(
TestService
.this);
385
mBackgroundOp.onTerm(
TestService
.this);
[
all
...]
Completed in 65 milliseconds