HomeSort by relevance Sort by last modified time
    Searched refs:test_option (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/modules/camera/3_4/metadata/
control_test.cpp 150 uint8_t test_option = 99; local
152 .WillOnce(DoAll(SetArgPointee<0>(test_option), Return(0)));
154 ExpectValue(test_option);
160 uint8_t test_option = 99; local
162 .WillOnce(DoAll(SetArgPointee<0>(test_option), Return(0)));
164 ExpectValue(test_option);
170 uint8_t test_option = 99; local
172 .WillOnce(DoAll(SetArgPointee<0>(test_option), Return(0)));
174 ExpectValue(test_option);
267 uint8_t test_option = 123 local
279 uint8_t test_option = 123; local
289 uint8_t test_option = 123; local
300 uint8_t test_option = 123; local
312 uint8_t test_option = 123; local
351 uint8_t test_option = 123; local
369 uint8_t test_option = 123; local
383 uint8_t test_option = 123; local
401 uint8_t test_option = 123; local
418 uint8_t test_option = 123; local
    [all...]
  /external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
tmod.c 51 static int test_option(void);
153 rc = test_option();
216 static int test_option() function
  /system/extras/simpleperf/scripts/
utils.py 135 'test_option': 'version',
175 test_option = tool_info.get('test_option', '--help')
187 if is_executable_available(path, test_option):
192 if is_executable_available(path, test_option):
200 if is_executable_available(path, test_option):
204 if is_executable_available(toolname_with_arch, test_option):
209 if is_executable_available(toolname, test_option):
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 157 def _check_collection_failure(self, test_option, failure_string):
161 utils.system('echo "%s %s" > %s' % (old_core_pattern, test_option,
  /external/autotest/client/common_lib/
control_data_unittest.py 283 def test_option(self): member in class:SetMethodTests
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 1300 int test_option = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 1092 int test_option = 0; local
    [all...]

Completed in 1760 milliseconds