HomeSort by relevance Sort by last modified time
    Searched full:flow (Results 1 - 25 of 491) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/samples/layout/
pflow.h 23 void pf_close(pf_flow *flow);
25 le_int32 pf_getAscent(pf_flow *flow);
26 le_int32 pf_getLineHeight(pf_flow *flow);
27 le_int32 pf_getLineCount(pf_flow *flow);
28 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height);
29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
pflow.c 110 pf_object *flow; local
123 flow = NEW_ARRAY(pf_object, 1);
125 flow->fParagraphLayout = NULL;
126 flow->fParagraphCount = 0;
127 flow->fParagraphMax = PARA_GROW;
128 flow->fParagraphGrow = PARA_GROW;
129 flow->fLineCount = 0;
130 flow->fLinesMax = LINE_GROW;
131 flow->fLinesGrow = LINE_GROW;
132 flow->fLines = NULL
    [all...]
  /dalvik/dx/tests/031-bb-dead-code/
info.txt 3 that *doesn't* flow to the next instruction.
  /dalvik/tests/081-hot-exceptions/
info.txt 3 cause a control flow change to deviate from the current method.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
24 prefer this term) and 20 bits of flow label. Currently there exist
25 no well-defined API to manage IPv6 flow information. In this document
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers
    [all...]
Plan 11 2.3 IPv6 Flow Labels (api-ip6-flowlabels.tex, published)
rtstat.sgml 19 the flow length.
  /dalvik/dx/tests/032-bb-live-code/
info.txt 4 flow to the subsequent instruction, and all forks of each conditional
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
info.txt 1 This test case runs a few odd control flow graphs through the optimizer.
  /external/bluetooth/bluez/tools/
hciattach.8 13 .I flow
97 .I flow
99 .I flow
100 is appended to the list of options then hardware flow control is forced on
104 .B flow
105 set by default. To force no flow control use
  /dalvik/dx/tests/075-dex-cat2-value-merge/
info.txt 3 flow analysis, things don't break.
  /external/tcpdump/
print-ip6.c 60 u_int flow; local
80 flow = EXTRACT_32BITS(&ip6->ip6_flow);
84 if (flow & 0x0f000000)
85 (void)printf("pri 0x%02x, ", (flow & 0x0f000000) >> 24);
86 if (flow & 0x00ffffff)
87 (void)printf("flowlabel 0x%06x, ", flow & 0x00ffffff);
90 if (flow & 0x0ff00000)
91 (void)printf("class 0x%02x, ", (flow & 0x0ff00000) >> 20);
92 if (flow & 0x000fffff)
93 (void)printf("flowlabel 0x%05x, ", flow & 0x000fffff)
    [all...]
atmuni31.h 40 #define OAMF4SC 0x03 /* Segment OAM F4 flow cell */
41 #define OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
  /external/iproute2/man/man8/
tc-sfq.8 18 The goal is to ensure fairness so that each flow is able to send data in turn, thus preventing
19 any single flow from drowning out the rest.
38 destination and the socket they belong to. A flow corresponds mostly to a TCP/IP
41 Each of these buckets should represent a unique flow. Because multiple flows may
60 Amount of bytes a flow is allowed to dequeue during a round of the round robin process.
  /external/icu4c/i18n/
ucol_bld.h 47 uint32_t fLow; /*forbidden Low */
  /external/iproute2/include/linux/
fib_rules.h 44 FRA_FLOW, /* flow/class id */
  /packages/apps/Mms/src/org/w3c/dom/events/
Event.java 62 * Used to indicate which phase of event flow is currently being
92 * propagation of an event during event flow. If this method is called
95 * on the current <code>EventTarget</code> before event flow stops. This
96 * method may be used during any stage of event flow.
104 * will not occur. If, during any stage of event flow, the
110 * be used during any stage of event flow.
  /external/proguard/docs/manual/
optimizations.html 129 <dd>Simplifies code based on control flow analysis and data flow
134 <dd>Removes dead code based on control flow analysis and data flow
139 <dd>Removes dead code based on a simple control flow analysis.</dd>
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmcdc.h 84 /* FLOW CONTROL info only */
85 #define BDC_PRIORITY_FC_SHIFT 4 /* flow control info shift */
97 uint8 priority; /* 802.1d Priority 0:2 bits, 4:7 flow control info for usb */
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 50 /** whether to dump flow-graph in "dot" format */
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.h 45 AuFlowID flow; member in struct:SDL_PrivateAudioData
SDL_nasaudio.c 128 AuWriteElement(this->hidden->aud, this->hidden->flow, 0, this->hidden->mixlen, this->hidden->mixbuf, AuFalse, NULL);
257 if ((this->hidden->dev == AuNone) || (!(this->hidden->flow = AuCreateFlow(this->hidden->aud, NULL)))) {
280 AuSetElements(this->hidden->aud, this->hidden->flow, AuTrue, 2, elms, NULL);
281 AuRegisterEventHandler(this->hidden->aud, AuEventHandlerIDMask, 0, this->hidden->flow,
284 AuStartFlow(this->hidden->aud, this->hidden->flow, NULL);
  /device/htc/common/updater/
firmware.c 26 /* Bootloader / Recovery Flow
41 * Radio/Hboot Update Flow
  /external/kernel-headers/original/linux/
serial_reg.h 143 #define UART_EFR_CTS 0x80 /* CTS flow control */
144 #define UART_EFR_RTS 0x40 /* RTS flow control */
148 * the low four bits control software flow control
185 #define UART_FCTR_RTS_NODELAY 0x00 /* RTS flow control delay */
239 #define UART_FCL 0x06 /* Flow Control Level Lower */
240 #define UART_FCH 0x07 /* Flow Control Level Higher */
254 #define UART_ACR_DSRFC 0x04 /* DSR Flow Control */
273 #define UART_RSA_MSR_FLOW (1 << 3) /* Enable the auto RTS/CTS flow control */
  /external/libpcap/
atmuni31.h 40 #define OAMF4SC 0x03 /* Segment OAM F4 flow cell */
41 #define OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */

Completed in 223 milliseconds

1 2 3 4 5 6 7 8 91011>>