HomeSort by relevance Sort by last modified time
    Searched full:endpoints (Results 76 - 100 of 590) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/
vm_sockets.h 49 * Only available for hypervisor endpoints.
74 * This option is only relevant to kernel endpoints, where descheduling the
78 * Only available for hypervisor endpoints.
  /external/walt/android/WALT/app/src/main/jni/
README.md 84 several endpoints. Endpoints are directional IN = data going into the host,
87 - There are two types of endpoints - BULK and INTERRUPT. For our case it's not
  /frameworks/base/libs/hwui/
PathTessellator.h 99 * @param points Pairs of endpoints defining the lines to be drawn
126 endpoints a & b,
136 endpoints p1, p2
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbEndpointDescriptor.java 59 // (Ignored for Control Endpoints)
78 // Ignored for Bulk & Control Endpoints. Isochronous must equal
79 // 1 and field may range from 1 to 255 for interrupt endpoints.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomData.java 46 * <code>lower</code> and <code>upper</code> (endpoints included).
66 * <code>lower</code> and <code>upper</code> (endpoints included).
103 * <code>lower</code> and <code>upper</code> (endpoints included)
128 * and <code>upper</code> (endpoints included).
206 * (<code>lower</code>,<code>upper</code>) (i.e., endpoints excluded).
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.c 33 if (Setting->Endpoints != NULL) {
35 // Each interface setting may have several endpoints, free them first.
38 Ep = Setting->Endpoints[Index];
49 FreePool (Setting->Endpoints);
222 Parse an interface descriptor and its endpoints.
256 // Create an array to hold the interface's endpoints
260 DEBUG (( EFI_D_INFO, "UsbParseInterfaceDesc: interface %d(setting %d) has %d endpoints\n",
267 Setting->Endpoints = AllocateZeroPool (sizeof (USB_ENDPOINT_DESC *) * NumEp);
269 if (Setting->Endpoints == NULL) {
274 // Create the endpoints for this interface
    [all...]
  /external/libusb/libusb/os/
netbsd_usb.c 44 int endpoints[USB_MAX_ENDPOINTS]; member in struct:handle_priv
349 hpriv->endpoints[i] = -1;
361 if (hpriv->endpoints[i] >= 0)
362 close(hpriv->endpoints[i]);
626 if (hpriv->endpoints[endpt] < 0) {
637 hpriv->endpoints[endpt] = fd;
640 return (hpriv->endpoints[endpt]);
openbsd_usb.c 44 int endpoints[USB_MAX_ENDPOINTS]; member in struct:handle_priv
383 hpriv->endpoints[i] = -1;
395 if (hpriv->endpoints[i] >= 0)
396 close(hpriv->endpoints[i]);
706 if (hpriv->endpoints[endpt] < 0) {
716 hpriv->endpoints[endpt] = fd;
719 return (hpriv->endpoints[endpt]);
  /system/core/adb/client/
usb_osx.cpp 315 // Used to clear both the endpoints before starting.
337 //* the endpoints in the interface descriptor to be instantiated
344 //* Get the number of endpoints associated with this interface
347 LOG(ERROR) << "Unable to get number of endpoints: " << std::hex << kr;
360 //* avoid opening mass storage endpoints
370 //* Iterate over the endpoints for this interface and find the first
408 // mult is only relevant for isochronous endpoints.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
BrentSolver.java 113 * allowed to have endpoints with the same sign if the initial point has
180 * allowed to have endpoints with the same sign if the initial point has
206 * Requires that the values of the function at the endpoints have opposite
217 * signs of the values of the function at the endpoints are not opposites
266 * Requires that the values of the function at the endpoints have opposite
278 * signs of the values of the function at the endpoints are not opposites
UnivariateRealSolverUtils.java 51 * @throws IllegalArgumentException if f is null or the endpoints do not
71 * @throws IllegalArgumentException if f is null, the endpoints do not
96 * the endpoints out by one unit each time through a loop that terminates
143 * the endpoints out by one unit each time through a loop that terminates
  /system/core/fastboot/
usb_osx.cpp 144 * associated with the endpoints in the interface descriptor
151 * storage endpoints" is bad. However, the only way to find
168 // Get the number of endpoints associated with this interface.
172 ERR("Unable to get number of endpoints: (%08x)\n", kr);
188 // Iterate over the endpoints for this interface and see if there
231 * Clear both the endpoints, because it has been observed
  /external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
inception_v1_test.py 72 endpoints = [
78 for index, endpoint in enumerate(endpoints):
85 self.assertItemsEqual(endpoints[:index + 1], end_points)
  /frameworks/base/telephony/java/android/telephony/
TelephonyHistogram.java 57 // Array storing endpoints of range buckets. Calculated based on values of minTime & maxTime
226 // Calculate bucket endpoints based on bucketCount expected
247 StringBuffer intervals = new StringBuffer(" Interval Endpoints:");
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.h 21 * support endpoints.
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
Isp1761UsbDxe.h 31 // 8 Endpoints, in and out. Don't count the Endpoint 0 setup buffer
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractDistribution.java 55 * including the endpoints.
Distribution.java 49 * including the endpoints
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EngineHandshakeBenchmark.java 73 // Create the application and packet buffers for both endpoints.
  /external/kernel-headers/original/uapi/linux/usb/
gadgetfs.h 14 * may activate endpoints as it handles SET_CONFIGURATION setup events,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 80 std::vector<RangeEndpoint> Endpoints;
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
PostMultipart.java 39 // Use the imgur image upload API as documented at https://api.imgur.com/endpoints/image
  /external/swiftshader/third_party/LLVM/lib/MC/
MCModule.cpp 17 assert(Begin < End && "Creating MCAtom with endpoints reversed?");
  /external/walt/ios/WALT/
MIDIClient.h 35 /** Called when a MIDI I/O error occurs on the client's endpoints. */

Completed in 1096 milliseconds

1 2 34 5 6 7 8 91011>>