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

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ContiguousSet.java 117 * Returns a range, closed on both ends, whose endpoints are the minimum and maximum values
128 * <p>Note that this method will return ranges with unbounded endpoints if {@link BoundType#OPEN}
  /external/tensorflow/tensorflow/core/framework/
api_def.proto 49 // inherited endpoints. The first endpoint should be the
51 // endpoints are deprecated).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_collections.so 
  /system/core/adb/client/
usb_linux.cpp 166 // should have device and configuration descriptors, and atleast two endpoints
221 DBGX("looking for bulk endpoints\n");
245 D("endpoints not found");
249 // both endpoints should be bulk
252 D("bulk endpoints not found");
  /external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
inception_v2_test.py 71 endpoints = [
76 for index, endpoint in enumerate(endpoints):
83 self.assertItemsEqual(endpoints[:index + 1], end_points)
inception_v3_test.py 72 endpoints = [
79 for index, endpoint in enumerate(endpoints):
86 self.assertItemsEqual(endpoints[:index + 1], end_points)
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 30 * This app shows how to move a view in a curved path between two endpoints.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
XPressRich3.c 113 // AKA, PIO addresses used by endpoints are generally in the range of 0-64K.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.h 113 also reset its endpoints' toggle to zero.
  /external/iproute2/man/man8/
tc-fq_codel.8 58 give endpoints sufficient time to react. Default value is 100ms.
  /external/libmojo/mojo/edk/system/
message_pipe_dispatcher.h 35 // |pipe_id| is a unique identifier which can be used to track pipe endpoints
  /external/libmojo/mojo/public/cpp/bindings/
scoped_interface_endpoint_handle.h 30 // Creates a pair of handles representing the two endpoints of an interface,
  /external/perfetto/docs/
security-model.md 11 The tracing service has two endpoints (in Chromium: Mojo services, on Android:
  /external/skia/tests/
DashPathEffectTest.cpp 69 for (int k = 0; k < 2; ++k) { // exercise alternating endpoints
  /external/skqp/tests/
DashPathEffectTest.cpp 69 for (int k = 0; k < 2; ++k) { // exercise alternating endpoints
  /external/walt/android/WALT/app/src/main/jni/
sync_clock_linux.c 44 // the interfaces and endpoints use `lsusb --verbose` or an app like USB
  /frameworks/av/services/oboeservice/
AAudioEndpointManager.h 95 // Same as above but for SHARED endpoints.
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
TestData.java 136 + " <endpoints>\n"
141 + " </endpoints>\n"
262 + " <endpoints>\n";
305 + " </endpoints>\n"
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
vr_flinger.cpp 69 // We need to be able to create endpoints with full perms.
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 98 // Save indexes and IDs for bulk read / write endpoints. We will use them to
250 // Get actual endpoint index for predefined read / write endpoints.
adb_winusb_interface.h 121 (default?) bulk write and read endpoints respectively.
134 (default?) bulk write and read endpoints respectively.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
LegendreGaussIntegrator.java 40 * at the interval endpoints. This implies the function integrated can be
41 * undefined at integration interval endpoints.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractContinuousDistribution.java 113 // Try to bracket root, test domain endpoints if this fails
123 * Check domain endpoints to see if one gives value that is within
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
Core.java 271 * @return the set of handles for the two endpoints (ports) of the message pipe.
284 * @return the set of handles for the two endpoints of the data pipe.
  /external/libmtp/util/
mtp-probe.c 178 /* Yes it has three endpoints ... look even closer! */
186 /* Check for dirs that identify endpoints */

Completed in 848 milliseconds

1 2 3 4 56 7 8 91011>>