/external/webrtc/webrtc/base/ |
D | sigslottester_unittest.cc | 23 SigslotTester1<int, int> slot1(&source1, &capture1); in TEST() local 24 EXPECT_EQ(0, slot1.callback_count()); in TEST() 27 EXPECT_EQ(1, slot1.callback_count()); in TEST() 31 EXPECT_EQ(2, slot1.callback_count()); in TEST() 58 SigslotTester1<const std::string&, std::string> slot1(&source1, &capture1); in TEST() local 59 EXPECT_EQ(0, slot1.callback_count()); in TEST() 61 EXPECT_EQ(1, slot1.callback_count()); in TEST() 68 SigslotTester1<const std::string*, const std::string*> slot1(&source1, in TEST() local 70 EXPECT_EQ(0, slot1.callback_count()); in TEST() 72 EXPECT_EQ(1, slot1.callback_count()); in TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | momentum_test.py | 59 slot1 = mom_opt.get_slot(var1, "momentum") 60 self.assertEquals(slot1.get_shape(), var1.get_shape()) 61 self.assertFalse(slot1 in variables.trainable_variables()) 73 np.array([0.01, 0.01]), self.evaluate(slot1)) 89 self.evaluate(slot1)) 145 slot1 = mom_opt.get_slot(var1, "momentum") 146 self.assertEquals(slot1.get_shape(), var1.get_shape()) 147 self.assertFalse(slot1 in variables.trainable_variables()) 159 np.array([0.01, 0.01]), self.evaluate(slot1)) 175 self.evaluate(slot1))
|
D | adagrad_test.py | 105 slot1 = ada_opt.get_slot(var1, "accumulator") 106 self.assertEqual(slot1.get_shape(), var1.get_shape())
|
/external/libchrome/base/threading/ |
D | sequence_local_storage_slot_unittest.cc | 59 SequenceLocalStorageSlot<int> slot1; in TEST_F() local 63 slot1.Set(1); in TEST_F() 67 EXPECT_EQ(slot1.Get(), 1); in TEST_F() 73 slot1.Set(6); in TEST_F() 77 EXPECT_EQ(slot1.Get(), 6); in TEST_F()
|
/external/tensorflow/tensorflow/python/training/ |
D | momentum_test.py | 79 slot1 = mom_opt.get_slot(var1, "momentum") 80 self.assertEquals(slot1.get_shape(), var1.get_shape()) 83 self.assertFalse(slot1 in variables.trainable_variables()) 93 self.evaluate(slot1)) 112 self.evaluate(slot1)) 304 slot1 = mom_opt.get_slot(var1, "momentum") 305 self.assertEquals(slot1.get_shape(), var1.get_shape()) 306 self.assertFalse(slot1 in variables.trainable_variables()) 318 np.array([0.01, 0.01]), self.evaluate(slot1)) 334 self.evaluate(slot1)) [all …]
|
D | adagrad_test.py | 290 slot1 = ada_opt.get_slot(var1, "accumulator") 291 self.assertEquals(slot1.get_shape(), var1.get_shape())
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/ |
D | touch_firmware_report-link-fw_1.0.AA-robot-20130806_221321 | 3971 deviation slot1: 0.19 mm 3978 deviation slot1: 0.09 mm 3990 Largest gap ratio slot1: -inf 4002 Reversed motions slot1: {'X': 0} px 4040 deviation slot1: 0.14 mm 4047 deviation slot1: 0.06 mm 4059 Largest gap ratio slot1: -inf 4071 Reversed motions slot1: {'X': 0} px 4109 deviation slot1: 0.17 mm 4116 deviation slot1: 0.35 mm [all …]
|
D | touch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log | 10353 S' Largest gap ratio slot1: -inf' 10389 S" Reversed motions slot1: {'x': 0} px" 10620 S' Largest gap ratio slot1: -inf' 10654 S" Reversed motions slot1: {'x': 0} px" 10882 S' Largest gap ratio slot1: -inf' 10916 S" Reversed motions slot1: {'x': 0} px" 11144 S' Largest gap ratio slot1: 1.706896' 11178 S" Reversed motions slot1: {'x': 0} px" 11408 S' Largest gap ratio slot1: 1.791419' 11442 S" Reversed motions slot1: {'x': 0} px" [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/ |
D | touch_firmware_report-link-fw_1.0.AA-manual-20131115_234449 | 14 Largest gap ratio slot1: 1.380670 20 Reversed motions slot1: {'x': 0} px 49 Largest gap ratio slot1: 1.725000 55 Reversed motions slot1: {'x': 0} px 84 Largest gap ratio slot1: 1.581139 90 Reversed motions slot1: {'x': 0} px 119 Largest gap ratio slot1: 1.838252 125 Reversed motions slot1: {'x': 0} px 154 Largest gap ratio slot1: 1.256234 160 Reversed motions slot1: {'y': 0} px [all …]
|
D | touch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log | 123 S' Largest gap ratio slot1: 2.398899' 142 S" Reversed motions slot1: {'x': 0} px" 347 S' Largest gap ratio slot1: 2.285714' 364 S" Reversed motions slot1: {'x': 0} px" 559 S' Largest gap ratio slot1: 1.835115' 576 S" Reversed motions slot1: {'y': 0} px" 771 S' Largest gap ratio slot1: 2.549510' 788 S" Reversed motions slot1: {'y': 0} px"
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | gradient_descent_test.py | 320 slot1 = mom_opt.get_slot(var1, "momentum") 321 self.assertEqual(slot1.shape, var1.shape) 331 np.array([-0.02, -0.02]), self.evaluate(slot1)) 349 (0.9 * (-0.02) - 2.0 * 0.01)]), self.evaluate(slot1)) 481 slot1 = mom_opt.get_slot(var1, "momentum") 482 self.assertEqual(slot1.shape, var1.shape) 494 np.array([-0.02, -0.02]), self.evaluate(slot1)) 510 (0.9 * (-0.02) - 2.0 * 0.01)]), self.evaluate(slot1)) 542 slot1 = mom_opt.get_slot(var1, "momentum") 543 self.assertEqual(slot1.shape, var1.shape) [all …]
|
D | adagrad_test.py | 490 slot1 = ada_opt.get_slot(var1, "accumulator") 491 self.assertEqual(slot1.shape, var1.shape)
|
/external/u-boot/arch/arm/dts/ |
D | fsl-ls1028a-qds.dts | 69 slot1: mdio@40 { label
|
/external/python/cpython2/Lib/test/ |
D | test_weakref.py | 880 def __new__(type, ob, callback, slot1, slot2): argument 882 def __init__(self, ob, callback, slot1, slot2): argument 883 self.slot1 = slot1 886 return self.slot1 + self.slot2 889 self.assertEqual(r.slot1, "abc")
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20130614_065448 | 264 Largest distance slot1: 5 px 299 Largest distance slot1: 13 px
|
D | touch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log | 1439 S' Largest gap ratio slot1: 2.006932' 1475 S" Reversed motions slot1: {'x': 0} px" 1707 S' Largest gap ratio slot1: 1.815846' 1741 S" Reversed motions slot1: {'x': 0} px" 1969 S' Largest gap ratio slot1: 1.863390' 2003 S" Reversed motions slot1: {'x': 0} px" 2233 S' Largest gap ratio slot1: 1.482407' 2267 S" Reversed motions slot1: {'x': 0} px" 2688 S' Number of packets slot1: 5' 2751 S" Reversed motions slot1: {'y': 0} px" [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20130614_065717 | 264 Largest distance slot1: 12 px 299 Largest distance slot1: 12 px
|
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log | 1439 S' Largest gap ratio slot1: 2.064982' 1475 S" Reversed motions slot1: {'x': 0} px" 1707 S' Largest gap ratio slot1: 3.807887' 1741 S" Reversed motions slot1: {'x': 0} px" 1969 S' Largest gap ratio slot1: 3.820995' 2003 S" Reversed motions slot1: {'x': 0} px" 2233 S' Largest gap ratio slot1: 3.363086' 2267 S" Reversed motions slot1: {'x': 0} px" 2643 S' Number of packets slot1: 3' 2706 S" Reversed motions slot1: {'y': 0} px" [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20130614_065817 | 264 Largest distance slot1: 12 px 299 Largest distance slot1: 15 px
|
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log | 1439 S' Largest gap ratio slot1: 3.590110' 1475 S" Reversed motions slot1: {'x': 0} px" 1707 S' Largest gap ratio slot1: 3.640055' 1741 S" Reversed motions slot1: {'x': -1} px" 1969 S' Largest gap ratio slot1: 3.726780' 2003 S" Reversed motions slot1: {'x': 0} px" 2233 S' Largest gap ratio slot1: 2.549510' 2267 S" Reversed motions slot1: {'x': 1} px" 2688 S' Number of packets slot1: 4' 2751 S" Reversed motions slot1: {'y': 0} px" [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log | 827 S' Largest gap ratio slot1: 1.815846' 863 S" Reversed motions slot1: {'x': 0} px" 1095 S' Largest gap ratio slot1: 1.970943' 1129 S" Reversed motions slot1: {'x': 0} px" 1408 S' Number of packets slot1: 4' 1471 S" Reversed motions slot1: {'y': 0} px" 2397 S' Max distance slot1: 1.28 mm'
|
D | touch_firmware_report-lumpy-fw_11.27-complete-20130614_065557 | 148 Largest distance slot1: 14 px
|
/external/u-boot/board/freescale/p2041rdb/ |
D | README | 114 lane 6: 0 -> slot1 (Default)
|
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 967 def __new__(type, ob, callback, slot1, slot2): argument 969 def __init__(self, ob, callback, slot1, slot2): argument 970 self.slot1 = slot1 973 return self.slot1 + self.slot2 976 self.assertEqual(r.slot1, "abc")
|
/external/u-boot/doc/ |
D | README.mpc85xxcds | 120 xxxxxx01 PCI SLOT INFORM: The CDS carrier is in slot1 of the Arcadia
|