HomeSort by relevance Sort by last modified time
    Searched defs:test_mode (Results 1 - 24 of 24) sorted by null

  /external/python/cpython2/Lib/test/
test_stat.py 85 def test_mode(self): member in class:TestFilemode
test_gzip.py 228 def test_mode(self): member in class:TestGzip
test_tempfile.py 635 def test_mode(self): member in class:test_mkdtemp
    [all...]
  /external/u-boot/drivers/i2c/
sandbox_i2c.c 17 bool test_mode; member in struct:sandbox_i2c_priv
58 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode)
62 priv->test_mode = test_mode;
76 if (priv->test_mode && msg->addr == SANDBOX_I2C_TEST_ADDR)
87 if (priv->test_mode) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gzip.py 178 def test_mode(self): member in class:TestGzip
test_tempfile.py 467 def test_mode(self): member in class:test_mkdtemp
  /external/python/cpython3/Lib/test/
test_stat.py 111 def test_mode(self): member in class:TestFilemode
test_gzip.py 285 def test_mode(self): member in class:TestGzip
test_tempfile.py 742 def test_mode(self): member in class:TestMkdtemp
    [all...]
test_os.py 1148 def test_mode(self): member in class:MakedirTests
    [all...]
  /external/u-boot/drivers/misc/
i2c_eeprom_emul.c 22 enum sandbox_i2c_eeprom_test_mode test_mode; member in struct:sandbox_i2c_flash_plat_data
37 plat->test_mode = mode;
73 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE)
87 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE)
121 plat->test_mode = SIE_TEST_MODE_NONE;
  /external/boringssl/src/fipstools/
cavp_aes_test.cc 197 enum TestCtx::Mode test_mode; local
199 test_mode = TestCtx::kKAT;
201 test_mode = TestCtx::kMCT;
203 fprintf(stderr, "invalid test_mode: %s\n", tm.c_str());
218 TestCtx ctx = {cipher, has_iv, test_mode};
cavp_tdes_test.cc 315 enum TestCtx::Mode test_mode; local
317 test_mode = TestCtx::kKAT;
319 test_mode = TestCtx::kMCT;
321 fprintf(stderr, "invalid test_mode: %s\n", tm.c_str());
332 TestCtx ctx = {cipher, has_iv, test_mode};
334 FileTestFunc test_fn = test_mode == TestCtx::kKAT ? &TestKAT : &TestMCT;
  /art/runtime/mirror/
var_handle_test.cc 382 auto test_mode = [=](VarHandle::AccessMode access_mode, Handle<MethodType> method_type) local
386 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kGet, get));
387 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kSet, set));
388 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kGetVolatile, get));
389 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kSetVolatile, set));
390 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kGetAcquire, get));
391 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kSetRelease, set));
392 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kGetOpaque, get));
393 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kSetOpaque, set));
394 EXPECT_TRUE(test_mode(VarHandle::AccessMode::kCompareAndSet, compareAndSet))
520 auto test_mode = [=](VarHandle::AccessMode access_mode, Handle<MethodType> method_type) local
690 auto test_mode = [=](VarHandle::AccessMode access_mode, Handle<MethodType> method_type) local
842 auto test_mode = [=](VarHandle::AccessMode access_mode, Handle<MethodType> method_type) local
995 auto test_mode = [=](VarHandle::AccessMode access_mode, Handle<MethodType> method_type) local
    [all...]
  /external/u-boot/drivers/usb/gadget/
atmel_usba_udc.c 625 int test_mode; local
627 test_mode = udc->test_mode;
632 switch (test_mode) {
685 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode);
758 /* Can't CLEAR_FEATURE TEST_MODE */
787 udc->test_mode = le16_to_cpu(crq->wIndex);
atmel_usba_udc.h 298 u16 test_mode; member in struct:usba_udc
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 876 def test_mode(self): member in class:ProgressbarTest
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 880 def test_mode(self): member in class:ProgressbarTest
    [all...]
  /external/u-boot/include/
i2c.h 56 bool test_mode; member in struct:dm_i2c_chip
  /external/libusb/examples/
xusb.c 143 } test_mode; variable in typeref:enum:test_type
884 test_mode = USE_SCSI;
941 switch(test_mode) {
    [all...]
  /external/u-boot/drivers/usb/musb-new/
musb_core.h 425 unsigned test_mode:1; member in struct:musb
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.h 608 UINT16 test_mode; member in struct:usb3_pcd
  /external/pcre/dist2/src/
pcre2test.c 878 static int test_mode = DEFAULT_TEST_MODE; variable
    [all...]
  /external/u-boot/drivers/usb/dwc3/
core.h 660 * @test_mode: true when we're entering a USB test mode
786 u8 test_mode; member in struct:dwc3

Completed in 3416 milliseconds