Home
last modified time | relevance | path

Searched refs:TYPE_START (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DSystemServiceEvent.java39 public static final int TYPE_START = 1; field in SystemServiceEvent
40 private static final int TYPE_MAX = TYPE_START;
45 TYPE_START,
/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/
DIIorapIntegrationTest.kt111 SystemServiceEvent(SystemServiceEvent.TYPE_START)) in <lambda>()
DParcelablesTest.kt65 SystemServiceEvent(SystemServiceEvent.TYPE_START)), in <lambda>()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.h100 TYPE_START, // Next() has not yet been called. enumerator
Dtokenizer.cc207 current_.type = TYPE_START; in Tokenizer()
292 current_.type = TYPE_START; // Just for the sake of initializing it. in StartToken()
765 if (current_.type == TYPE_START) { in NextWithComments()
Dtokenizer_unittest.cc258 EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type); in TEST_2D()
432 EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type); in TEST_2D()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc529 if (LookingAtType(io::Tokenizer::TYPE_START)) { in Parse()
1346 case io::Tokenizer::TYPE_START: in ParseOption()