HomeSort by relevance Sort by last modified time
    Searched refs:_test (Results 101 - 125 of 340) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/kernel_tests/
spacetobatch_op_test.py 610 def _test(self, input_shape, block_shape, base_paddings): member in class:RequiredSpaceToBatchPaddingsTest
648 self._test(
652 self._test(
656 self._test(input_shape=[1], block_shape=[2], base_paddings=None)
657 self._test(input_shape=[1], block_shape=[2], base_paddings=[[1, 0]])
658 self._test(input_shape=[3], block_shape=[1], base_paddings=[[1, 2]])
659 self._test(input_shape=[1], block_shape=[2], base_paddings=[[2, 3]])
660 self._test(input_shape=[4, 5], block_shape=[3, 2], base_paddings=None)
661 self._test(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dis.py 200 def _test(): function
224 _test()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 375 def _test(): function
381 _test()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 169 def _test(): function
256 _test()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dis.py 200 def _test(): function
224 _test()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 375 def _test(): function
381 _test()
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 158 void _name##_test(struct test_info *test) \
186 .func = _name##_test, \
  /external/autotest/server/cros/chaos_lib/
static_runner.py 38 self._test = test
209 result = job.run_test(self._test,
  /external/python/cpython2/Demo/metaclasses/
Synch.py 169 def _test(): function
256 _test()
  /external/python/cpython2/Lib/
dis.py 200 def _test(): function
224 _test()
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 375 def _test(): function
381 _test()
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 374 def _test(): function
380 _test()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dis.py 200 def _test(): function
224 _test()
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ObjectBrowser.py 137 def _test(): function
151 _test()
StackViewer.py 125 def _test(): function
137 _test()
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 375 def _test(): function
381 _test()
  /prebuilts/gdb/linux-x86/lib/python2.7/
dis.py 200 def _test(): function
224 _test()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ObjectBrowser.py 137 def _test(): function
151 _test()
StackViewer.py 125 def _test(): function
137 _test()
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 375 def _test(): function
381 _test()
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
path.go 51 return strings.HasSuffix(file, "_test.go")
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
path.go 51 return strings.HasSuffix(file, "_test.go")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 200 def _test(): function
224 _test()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 137 def _test(): function
151 _test()
StackViewer.py 125 def _test(): function
137 _test()

Completed in 1125 milliseconds

1 2 3 45 6 7 8 91011>>