/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
basic_resolver.hpp | 32 * to a list of endpoints. 83 * @param q A query object that determines what endpoints will be returned. 107 * @param q A query object that determines what endpoints will be returned. 130 * @param q A query object that determines what endpoints will be returned. 171 * @param e An endpoint object that determines what endpoints will be 197 * @param e An endpoint object that determines what endpoints will be 222 * @param e An endpoint object that determines what endpoints will be
|
basic_resolver_query.hpp | 120 * specified, the resolved endpoints are suitable for local service binding. 121 * If an empty string and passive is not specified, the resolved endpoints 126 * be an empty string, in which case all resolved endpoints will have a port 171 * specified, the resolved endpoints are suitable for local service binding. 172 * If an empty string and passive is not specified, the resolved endpoints 177 * be an empty string, in which case all resolved endpoints will have a port
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbRequest.java | 34 * UsbRequests can be used to transfer data on bulk and interrupt endpoints. 35 * Requests on bulk endpoints can be sent synchronously via {@link UsbDeviceConnection#bulkTransfer} 37 * Requests on interrupt endpoints are only send and received asynchronously. 169 * <p>For OUT endpoints, the given buffer data will be sent on the endpoint. For IN endpoints, 224 * <p>For OUT endpoints, the remaining bytes of the buffer will be sent on the endpoint. For IN 225 * endpoints, the endpoint will attempt to fill the remaining bytes of the buffer. If the
|
/external/autotest/client/cros/chameleon/ |
audio_board.py | 99 def __init__(self, endpoints): 102 @param endpoints: A set of endpoints to keep a copy. 105 self._endpoints = endpoints.copy() 186 """Disconnects all endpoints from this audio bus."""
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
UnivariateRealIntegrator.java | 72 * @throws IllegalArgumentException if min > max or the endpoints do not 91 * @throws IllegalArgumentException if min > max or the endpoints do not
|
/external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/ |
security_SessionManagerDbusEndpoints.py | 17 """Verifies SessionManager DBus endpoints are not exposed. 58 raise error.TestFail('SessionManager DBus endpoints can be abused, '
|
/external/libmojo/mojo/public/cpp/bindings/ |
associated_group_controller.h | 24 // An internal interface used to manage endpoints within an associated group, 31 // could be sent by any endpoints within the same associated group.
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/ |
endpoint.hpp | 97 // Compare two endpoints for equality. 101 // Compare endpoints for ordering.
|
/external/replicaisland/src/com/replica/replicaisland/ |
SolidSurfaceComponent.java | 86 final FixedSizeArray<Vector2> endPoints = mEndPoints; 108 end.set(endPoints.get(x));
|
/external/webrtc/webrtc/tools/rtcbot/ |
README | 3 endpoints. 7 host that controls multiple endpoints ("bots"). It allows creating complex
|
/frameworks/base/core/java/android/util/ |
Range.java | 44 * The endpoints are {@code [lower, upper]}; that 67 * The endpoints are {@code [lower, upper]}; that 123 * <p>A range is considered to be within this range if both of its endpoints 143 * <p>A range is considered equal if and only if both the lower and upper endpoints 190 * As the endpoints are object references, there is no guarantee 196 * input range, or a newly created range with the same endpoints.</p> 259 * As the endpoints are object references, there is no guarantee 265 * input range, or a newly created range with the same endpoints.</p>
|
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/ |
UsbAoapHostTestActivity.java | 112 // Setup bulk endpoints. 128 throw new IllegalStateException("Unable to find bulk endpoints");
|
/device/google/cuttlefish_common/common/libs/net/ |
network_interface_manager.h | 50 // Supplied pair of interfaces describe both endpoints' properties.
|
/external/adhd/cras/src/server/ |
cras_alsa_card.h | 22 * capture endpoints.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
SecantSolver.java | 94 * signs of the values of the function at the endpoints are not opposites 115 * signs of the values of the function at the endpoints are not opposites 135 * signs of the values of the function at the endpoints are not opposites 154 * signs of the values of the function at the endpoints are not opposites
|
/external/autotest/frontend/afe/ |
rpc_client_lib.py | 22 To support endpoints that require a specific protocol, we allow the hostname
|
/external/skia/gm/ |
gamma.cpp | 150 // Shallow gradient around 50% (perceptual) gray. Endpoints are SkColor, so sRGB. 159 nextRect("Gradient", "Endpoints"); 163 // Shallow 3-stop gradient around 50% (perceptual) gray. Endpoints are SkColor, so sRGB. 176 // Shallow N-stop gradient around 50% (perceptual) gray. Endpoints are SkColor, so sRGB.
|
/external/skqp/gm/ |
gamma.cpp | 150 // Shallow gradient around 50% (perceptual) gray. Endpoints are SkColor, so sRGB. 159 nextRect("Gradient", "Endpoints"); 163 // Shallow 3-stop gradient around 50% (perceptual) gray. Endpoints are SkColor, so sRGB. 176 // Shallow N-stop gradient around 50% (perceptual) gray. Endpoints are SkColor, so sRGB.
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
UsbAccessoryBulkTransport.java | 29 * Sends or receives messages using bulk endpoints associated with a {@link UsbDevice}
|
/frameworks/native/services/vr/bufferhubd/ |
bufferhubd.cpp | 17 // We need to be able to create endpoints with full perms.
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
package.html | 9 endpoints for the stream:</p>
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ConcurrentSkipListMapTest.java | [all...] |
TreeMapTest.java | 940 int[] endpoints = new int[2]; 941 endpoints[0] = min + rnd.nextInt(rangeSize); 942 endpoints[1] = min + rnd.nextInt(rangeSize); 943 Arrays.sort(endpoints); 948 endpoints[0], lowIncl, endpoints[1], highIncl); 950 bashSubMap(sm, endpoints[0] + (lowIncl ? 0 : 1), 951 endpoints[1] - (highIncl ? 0 : 1), true); 953 bashSubMap(sm.descendingMap(), endpoints[0] + (lowIncl ? 0 : 1), 954 endpoints[1] - (highIncl ? 0 : 1), false) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
PatternStringParser.java | 96 long endpoints = getEndpoints(flags); local 97 int left = (int) (endpoints & 0xffffffff); 98 int right = (int) (endpoints >>> 32); 110 public static int getLengthFromEndpoints(long endpoints) { 111 int left = (int) (endpoints & 0xffffffff); 112 int right = (int) (endpoints >>> 32); 117 long endpoints = getEndpoints(flags); local 118 int left = (int) (endpoints & 0xffffffff); 119 int right = (int) (endpoints >>> 32); 283 long endpoints = state.offset local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
PatternStringParser.java | 94 long endpoints = getEndpoints(flags); local 95 int left = (int) (endpoints & 0xffffffff); 96 int right = (int) (endpoints >>> 32); 108 public static int getLengthFromEndpoints(long endpoints) { 109 int left = (int) (endpoints & 0xffffffff); 110 int right = (int) (endpoints >>> 32); 115 long endpoints = getEndpoints(flags); local 116 int left = (int) (endpoints & 0xffffffff); 117 int right = (int) (endpoints >>> 32); 281 long endpoints = state.offset local [all...] |