Searched
full:endpoints (Results
276 -
300 of
590) sorted by null
<<11121314151617181920>>
/external/guava/guava/src/com/google/common/collect/ |
Range.java | 63 * <p>When both endpoints exist, the upper endpoint may not be less than the lower. The endpoints 630 * Returns {@code true} if {@code object} is a range having the same endpoints and bound types as
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
multiplex_router.cc | 376 // watching, it may still need to dispatch messages to associated endpoints 561 // Explicitly call OnPipeConnectionError() so that associated endpoints will 674 // because when the message pipe is closed, all the endpoints are updated with
|
scoped_interface_endpoint_handle.cc | 68 // able to serialize associated endpoints or send message because it
|
/external/tensorflow/tensorflow/cc/framework/ |
gradients.cc | 108 // A vector of output endpoints which represents backpropagated gradients. 295 // Going forward to figure out which endpoints need backprop-ed. 296 // A node's endpoints need to be backprop-ed only if one of the
|
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 158 // interface should be followed by three endpoints 174 ALOGE("endpoints not found\n"); 190 ALOGE("endpoints not found\n");
|
/libcore/ojluni/src/main/java/java/util/ |
EnumSet.java | 346 * range defined by the two specified endpoints. The returned set will 347 * contain the endpoints themselves, which may be identical but must not 356 * range defined by the two specified endpoints
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
XhciSched.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbHub.c | 713 ASSERT ((Setting->Endpoints != NULL) && (Setting->Endpoints[Index] != NULL));
715 EpDesc = Setting->Endpoints[Index];
[all...] |
/external/libmicrohttpd/src/microspdy/ |
structures.h | 42 * create a stream between the endpoints. 63 * communicating configuration data about how the two endpoints may 101 * only between the two endpoints of a SPDY connection. If there are
|
/external/ltp/utils/sctp/func_tests/ |
test_sockopt.c | 148 /* Create the two endpoints which will talk to each other. */ 282 /* Create the two endpoints which will talk to each other. */ 361 /* Create the two endpoints which will talk to each other. */ [all...] |
test_fragments.c | 126 /* Create the two endpoints which will talk to each other. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/ |
ch9.h | 370 /* NOTE: these two are _only_ in audio endpoints. */ 381 * Endpoints 669 /* bulk endpoints with 8 byte maxpacket */
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 100 byte epAddr; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for control endpoints )
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/ |
xen.h | 186 * Event channel endpoints per domain (when using the 2-level ABI):
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
OhciSched.c | 473 // This field is not used for Isochronous Endpoints
|
/external/ImageMagick/ImageMagick/api/ |
feature.html | 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/ImageMagick/www/api/ |
feature.html | 145 <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>
|
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/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
AbstractIntegerDistribution.java | 81 * including the endpoints.
|
/external/autotest/client/cros/ |
dhcpv6_test_base.py | 72 @return list of objects representing DBus IPConfig RPC endpoints.
|
/external/google-breakpad/src/common/windows/ |
omap_unittest.cc | 204 // H is split so we expect 2 endpoints to show up attributed to it.
|
/external/kernel-headers/original/uapi/linux/ |
pci_regs.h | 517 #define PCI_CAP_EXP_RC_ENDPOINT_SIZEOF_V1 12 /* v1 endpoints without link end here */ 561 #define PCI_CAP_EXP_ENDPOINT_SIZEOF_V1 20 /* v1 endpoints with link end here */ [all...] |
/external/libmojo/mojo/public/cpp/bindings/ |
associated_interface_ptr.h | 212 // Creates an associated interface. One of the two endpoints is supposed to be
|
/external/libusb/libusb/ |
libusbi.h | 850 * I/O to an interface's endpoints. 934 /* Alloc num_streams usb3 bulk streams on the passed in endpoints */ 936 uint32_t num_streams, unsigned char *endpoints, int num_endpoints); 940 unsigned char *endpoints, int num_endpoints); [all...] |
/external/linux-kselftest/tools/testing/selftests/ntb/ |
ntb_test.sh | 31 echo "Run tests on a pair of NTB endpoints."
|
Completed in 698 milliseconds
<<11121314151617181920>>