OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endpoint
(Results
76 - 100
of
148
) sorted by null
1
2
3
4
5
6
/frameworks/base/awt/java/awt/geom/
CubicCurve2D.java
821
* new
endpoint
) are computed by averaging the original control points with
822
* the new
endpoint
. The data of this curve is left unchanged.
841
* (nearest the new
endpoint
) are computed by averaging the original control
842
* points with the new
endpoint
. The data of the source curve is left
889
* (nearest the new
endpoint
) are computed by averaging the original control
890
* points with the new
endpoint
. The data of the source curve is left
[
all
...]
/external/kernel-headers/original/linux/
dccp.h
10
* @dccph_sport - Relevant port on the
endpoint
that sent this packet
11
* @dccph_dport - Relevant port on the other
endpoint
usb_ch9.h
31
* This bit flag is used in
endpoint
descriptors' bEndpointAddress field.
294
/* USB_DT_ENDPOINT:
Endpoint
descriptor */
482
* each
endpoint
descriptor for a wireless device
pci_regs.h
329
#define PCI_EXP_TYPE_ENDPOINT 0x0 /* Express
Endpoint
*/
330
#define PCI_EXP_TYPE_LEG_END 0x1 /* Legacy
Endpoint
*/
/external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp
236
IntPoint
endPoint
= origin + IntSize(width, 0);
237
drawLine(origin,
endPoint
);
/bootable/bootloader/legacy/include/msm7k/
hsusb.h
134
/* bits used in all the
endpoint
status registers */
/development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp
19
encapsulates a handle opened to an
endpoint
on our device controlled by
/external/srec/srec/include/
pre_desc.h
205
/*
Endpoint
data */
/external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp
124
// Create proxies for each
endpoint
.
/external/webkit/WebKit/chromium/src/
PlatformMessagePortChannel.cpp
144
// Create proxies for each
endpoint
.
/prebuilt/android-arm/gdbserver/
gdbserver
/external/opencore/baselibs/gen_data_structures/src/
rtsp_range_utils.cpp
44
const char *
endpoint
;
local
48
endpoint
= start + max_digits;
52
endpoint
= end;
59
for (eptr = sptr; eptr <
endpoint
&&
64
eptr =
endpoint
;
[
all
...]
/external/qemu/hw/
usb-ohci.c
134
/* Bitfields for the first word of an
Endpoint
Desciptor. */
147
/* Flags in the head field of an
Endpoint
Desciptor. */
190
/*
endpoint
descriptor */
837
Returns nonzero to terminate processing of this
endpoint
. */
932
endpoint
. We only allow one active packet per controller.
1035
/* Service an
endpoint
list. Returns nonzero if active TD were found. */
[
all
...]
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java
503
* @param firstEndpoint - 1st logical
endpoint
504
* @param secondEndpoint - 2nd logical
endpoint
/system/core/adb/
usb_libusb.c
268
libusb_endpoint_descriptor *edesc = &idesc->
endpoint
[e];
271
D("check_usb_interface():
Endpoint
(%u) is not bulk (%u), ignoring\n",
usb_linux.c
296
urb->
endpoint
= h->ep_out;
348
urb->
endpoint
= h->ep_in;
/external/ipsec-tools/src/libipsec/
ipsec_set_policy.3
204
specifies the IPsec
endpoint
.
/external/qemu/android/
hw-qemud.c
186
CharDriverState* cs; /* serial charpipe
endpoint
*/
383
/* intialize a QemudSerial object with a charpipe
endpoint
[
all
...]
/frameworks/base/core/java/android/text/
Spanned.java
66
* that anchors it is deleted, the
endpoint
is pulled to the
/external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp
102
InlineIterator&
endpoint
= midpoints[lineMidpointState.numMidpoints - 2];
local
104
InlineIterator currpoint =
endpoint
;
110
if (
endpoint
.obj->style()->collapseWhiteSpace()) {
111
if (
endpoint
.obj->isText()) {
112
// Don't shave a character off the
endpoint
if it was from a soft hyphen.
113
RenderText* textObj = toRenderText(
endpoint
.obj);
114
if (
endpoint
.pos + 1 < textObj->textLength()) {
115
if (textObj->characters()[
endpoint
.pos+1] == softHyphen)
123
endpoint
.pos--;
166
// need to go ahead and append a run with our
endpoint
[
all
...]
/external/ppp/pppd/
pppd.8
353
.B
endpoint
\fI<epdisc>
354
Sets the
endpoint
discriminator sent by the local machine to the peer
359
ranges, or the localhost address. The
endpoint
discriminator can be
717
Disables pppd from sending an
endpoint
discriminator to the peer or
[
all
...]
/external/kernel-headers/original/linux/sunrpc/
svc.h
259
* List of RPC programs on the same transport
endpoint
/external/tcpdump/
nameser.h
169
#define T_EID 31 /*
Endpoint
identifier */
/external/srec/srec/ca/
ann_api.c
678
/* NB speech end is length, not
endpoint
! */
736
/* NB speech end is length, not
endpoint
! */
/external/iproute2/man/man8/
ip.8
949
the address of the remote
endpoint
for pointopoint interfaces.
[
all
...]
Completed in 1078 milliseconds
1
2
3
4
5
6