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

  /external/autotest/site_utils/autoupdate/lib/
test_params.py 9 import test_control
134 test_control.get_test_name(), self.unique_name_suffix())
  /external/autotest/site_utils/autoupdate/
full_release_test.py 28 from autotest_lib.site_utils.autoupdate.lib import test_control
47 'site_tests', test_control.get_test_name()))
372 parametrized_control_code = test_control.generate_full_control_file(
494 with open(test_control.get_control_file_name()) as f:
504 test_control_file = test_control.dump_autotest_control_file(
  /external/sqlite/dist/orig/
sqlite3ext.h 201 int (*test_control)(int, ...); member in struct:sqlite3_api_routines
469 #define sqlite3_test_control sqlite3_api->test_control
  /external/sqlite/dist/
sqlite3ext.h 201 int (*test_control)(int, ...); member in struct:sqlite3_api_routines
469 #define sqlite3_test_control sqlite3_api->test_control
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom.c 385 uint32_t test_control; local
395 test_control = phantom_readl ( phantom, UNM_TEST_CONTROL );
396 if ( ( test_control & UNM_TEST_CONTROL_BUSY ) == 0 ) {
    [all...]

Completed in 1175 milliseconds