HomeSort by relevance Sort by last modified time
    Searched refs:identify (Results 51 - 75 of 211) sorted by null

1 23 4 5 6 7 8 9

  /external/tensorflow/tensorflow/contrib/framework/python/ops/
variables.py 449 raise ValueError('Variable %s does not uniquely identify a variable' %
488 raise ValueError('Variable %s doesn\'t uniquely identify a variable' %
  /external/v8/tools/vim/
ninja-build.vim 35 # This is a list of files that need to identify the src directory. The shorter
  /prebuilts/go/darwin-x86/src/hash/crc32/
gen_const_ppc64le.go 99 // to identify it.
  /prebuilts/go/linux-x86/src/hash/crc32/
gen_const_ppc64le.go 99 // to identify it.
  /external/vulkan-validation-layers/
CONTRIBUTING.md 16 There are a couple of methods to identify areas of need:
117 The test should cause your new validation check to identify the violation and issue a validation error report.
  /prebuilts/go/darwin-x86/src/archive/tar/
format.go 48 // Constants to identify various tar formats.
134 // Magics used to identify various formats.
  /prebuilts/go/linux-x86/src/archive/tar/
format.go 48 // Constants to identify various tar formats.
134 // Magics used to identify various formats.
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 70 self.assertEqual(self.widget.identify(
74 self.assertEqual(self.widget.identify(-1, -1), "")
76 self.assertRaises(tkinter.TclError, self.widget.identify, None, 5)
77 self.assertRaises(tkinter.TclError, self.widget.identify, 5, None)
78 self.assertRaises(tkinter.TclError, self.widget.identify, 5, '')
334 self.assertEqual(self.entry.identify(5, 5), "textarea")
335 self.assertEqual(self.entry.identify(-1, -1), "")
337 self.assertRaises(tkinter.TclError, self.entry.identify, None, 5)
338 self.assertRaises(tkinter.TclError, self.entry.identify, 5, None)
339 self.assertRaises(tkinter.TclError, self.entry.identify, 5, ''
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 68 self.assertEqual(self.widget.identify(
72 self.assertEqual(self.widget.identify(-1, -1), "")
74 self.assertRaises(tkinter.TclError, self.widget.identify, None, 5)
75 self.assertRaises(tkinter.TclError, self.widget.identify, 5, None)
76 self.assertRaises(tkinter.TclError, self.widget.identify, 5, '')
332 self.assertEqual(self.entry.identify(5, 5), "textarea")
333 self.assertEqual(self.entry.identify(-1, -1), "")
335 self.assertRaises(tkinter.TclError, self.entry.identify, None, 5)
336 self.assertRaises(tkinter.TclError, self.entry.identify, 5, None)
337 self.assertRaises(tkinter.TclError, self.entry.identify, 5, ''
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
robolectric-3.4.2.jar 
  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 185 * [C-0-1] MUST correctly identify the supported OpenGL ES versions (1.1, 2.0,
226 * [C-5-1] MUST identify the support through the `android.hardware.opengles.aep`
7_9_virtual-reality.md 17 If device implementations identify the support of high performance VR
  /external/autotest/site_utils/
acts_lib.py 529 @param name: A name to identify the test run.
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 170 // Read into buffer until we identify some data to return,
201 // scanUntilBoundary scans buf to identify how much of it can be safely
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 170 // Read into buffer until we identify some data to return,
201 // scanUntilBoundary scans buf to identify how much of it can be safely
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /external/boringssl/src/util/
convert_comments.go 102 // First pass: identify all comments to be converted. Group them into
  /prebuilts/go/darwin-x86/src/cmd/go/internal/doc/
doc.go 47 letter it is assumed to identify a symbol or method in the current directory.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner.go 33 // use this sentinel to identify the end of the output.
  /prebuilts/go/darwin-x86/src/go/internal/srcimporter/
srcimporter.go 110 // identify cycles). See also issue 16088.
  /prebuilts/go/darwin-x86/src/net/
interface.go 113 // The returned list does not identify the associated interface; use
  /prebuilts/go/darwin-x86/src/syscall/
security_windows.go 101 // structure used to uniquely identify users or groups.
  /prebuilts/go/linux-x86/src/cmd/go/internal/doc/
doc.go 47 letter it is assumed to identify a symbol or method in the current directory.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner.go 33 // use this sentinel to identify the end of the output.
  /prebuilts/go/linux-x86/src/go/internal/srcimporter/
srcimporter.go 110 // identify cycles). See also issue 16088.

Completed in 2802 milliseconds

1 23 4 5 6 7 8 9