HomeSort by relevance Sort by last modified time
    Searched refs:oriented (Results 1 - 25 of 35) sorted by null

1 2

  /external/ImageMagick/PerlMagick/
Magick.pm 105 Image::Magick - objected-oriented Perl interface to ImageMagick. Use it to read, manipulate, or write an image or image sequence from within a Perl script.
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 104 Image::Magick::Q16HDRI - objected-oriented Perl interface to ImageMagick (Q16HDRI). Use it to create, edit, compose, or convert bitmap images from within a Perl script.
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 338 double cv::contourArea( InputArray _contour, bool oriented )
362 if( !oriented )
914 cvContourArea( const void *array, CvSlice slice, int oriented )
937 return cv::contourArea( points, oriented !=0 );
944 return oriented ? area : fabs(area);
  /prebuilts/go/darwin-x86/src/net/
iprawsock_plan9.go 47 // SetWriteDeadline. On packet-oriented connections, write timeouts
net.go 109 // Conn is a generic stream-oriented network connection.
295 // PacketConn is a generic packet-oriented network connection.
312 // On packet-oriented connections, write timeouts are rare.
343 // A Listener is a generic network listener for stream-oriented protocols.
dial.go 384 // The network net must be a stream-oriented network: "tcp", "tcp4",
408 // The network net must be a packet-oriented network: "udp", "udp4",
udpsock_plan9.go 70 // SetWriteDeadline. On packet-oriented connections, write timeouts
unixsock_plan9.go 47 // SetWriteDeadline. On packet-oriented connections, write timeouts
iprawsock_posix.go 143 // SetWriteDeadline. On packet-oriented connections, write timeouts
udpsock_posix.go 114 // SetWriteDeadline. On packet-oriented connections, write timeouts
unixsock_posix.go 167 // SetWriteDeadline. On packet-oriented connections, write timeouts
  /prebuilts/go/linux-x86/src/net/
iprawsock_plan9.go 47 // SetWriteDeadline. On packet-oriented connections, write timeouts
net.go 109 // Conn is a generic stream-oriented network connection.
295 // PacketConn is a generic packet-oriented network connection.
312 // On packet-oriented connections, write timeouts are rare.
343 // A Listener is a generic network listener for stream-oriented protocols.
dial.go 384 // The network net must be a stream-oriented network: "tcp", "tcp4",
408 // The network net must be a packet-oriented network: "udp", "udp4",
udpsock_plan9.go 70 // SetWriteDeadline. On packet-oriented connections, write timeouts
unixsock_plan9.go 47 // SetWriteDeadline. On packet-oriented connections, write timeouts
iprawsock_posix.go 143 // SetWriteDeadline. On packet-oriented connections, write timeouts
udpsock_posix.go 114 // SetWriteDeadline. On packet-oriented connections, write timeouts
unixsock_posix.go 167 // SetWriteDeadline. On packet-oriented connections, write timeouts
  /external/opencv3/modules/core/test/
test_ds.cpp 170 int oriented; member in struct:CvTsSimpleGraph
184 int edge_size, int oriented )
194 graph->oriented = oriented;
234 int i, t, n = graph->oriented ? 1 : 2;
254 int i, t, n = graph->oriented ? 1 : 2;
300 if( !graph->oriented )
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 35 and provides a high-level object-oriented interface to many services.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 62 library tries to use duck-typing techniques instead of pure object-oriented type
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 547 int oriented CV_DEFAULT(0));
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]

Completed in 5061 milliseconds

1 2