HomeSort by relevance Sort by last modified time
    Searched refs:test_control (Results 1 - 4 of 4) 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/sqlite/dist/orig/
sqlite3ext.h 201 int (*test_control)(int, ...); member in struct:sqlite3_api_routines
480 #define sqlite3_test_control sqlite3_api->test_control
  /external/sqlite/dist/
sqlite3ext.h 201 int (*test_control)(int, ...); member in struct:sqlite3_api_routines
480 #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 355 milliseconds