Searched defs:initial (Results 1 – 4 of 4) sorted by relevance
40 int initial = 99; in ExpectConvert() local78 int initial = 99; in TEST_F() local
39 int initial = 99; in ExpectConvertToV4L2() local86 int initial = 99; in TEST_F() local
297 def beginFor(self, initial, condition, increment): argument
222 explicit WithDebugFlags(const ModuleDebug& initial) : mInitial(initial), mFlags(initial) {} in WithDebugFlags()