Searched refs:testOption (Results 1 – 3 of 3) sorted by relevance
113 getTestOption ( int32_t testOption );123 setTestOption ( int32_t testOption, int32_t value);
1234 getTestOption ( int32_t testOption ) { in getTestOption() argument1235 switch (testOption) { in getTestOption()1254 setTestOption ( int32_t testOption, int32_t value) { in setTestOption() argument1256 value = getTestOption(testOption); in setTestOption()1259 switch (testOption) { in setTestOption()
249 public function testOption() function in WellKnownTest