HomeSort by relevance Sort by last modified time
    Searched refs:flow (Results 26 - 50 of 59) sorted by null

12 3

  /external/mesa3d/docs/OLD/
MESA_trace.spec 39 operations at any time. The data flow from the application to GL
320 flow from application to OpenGL, as well as data flow from OpenGL to
  /external/v8/test/mjsunit/compiler/
regress-2.js 29 // control flow in the register allocator.
  /external/bluetooth/hcidump/src/
bpasniff.c 180 uint8_t flow, arqn, seqn, hec, llid, pflow; local
227 flow = (temp & 0x04) >> 2;
241 printf("%s: addr 0x%02x flow %d arqn %d seqn %d hec 0x%02x llid %d pflow %d plen %d\n",
242 type2str(type), addr, flow, arqn, seqn, hec, llid, pflow, plen);
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent13.js 98 TheEventcontains contextual information about the event. It also contains thestopPropagationand preventDefaultmethods which are used in determining the event's flow and default action.
141 TheEventcontains contextual information about the event. It also contains thestopPropagationand preventDefaultmethods which are used in determining the event's flow and default action.
dispatchEvent12.js 96 TheEventcontains contextual information about the event. It also contains thestopPropagationand preventDefaultmethods which are used in determining the event's flow and default action.
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent13.js 98 TheEventcontains contextual information about the event. It also contains thestopPropagationand preventDefaultmethods which are used in determining the event's flow and default action.
141 TheEventcontains contextual information about the event. It also contains thestopPropagationand preventDefaultmethods which are used in determining the event's flow and default action.
dispatchEvent12.js 96 TheEventcontains contextual information about the event. It also contains thestopPropagationand preventDefaultmethods which are used in determining the event's flow and default action.
  /external/kernel-headers/original/linux/
serial_core.h 372 int *flow);
374 int parity, int bits, int flow);
netfilter.h 309 #include <net/flow.h>
  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBRElement01.js 78 The clear attribute specifies control flow of text around floats.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBRElement01.js 78 The clear attribute specifies control flow of text around floats.
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 380 InlineFlowBox* flow = static_cast<InlineFlowBox*>(curr); local
381 logicalLeft += flow->marginLogicalLeft();
384 logicalLeft = flow->placeBoxesInInlineDirection(logicalLeft, needsWordSpacing, textBoxDataMap);
387 logicalLeft += flow->marginLogicalRight();
854 InlineFlowBox* flow = static_cast<InlineFlowBox*>(curr); local
    [all...]
RenderLineBoxList.cpp 269 RenderInline* flow = *it; local
270 flow->paintOutline(info.context, tx, ty);
RenderInline.cpp 427 RenderBoxModelObject* flow = continuationBefore(beforeChild); local
433 RenderBoxModelObject* cont = nextContinuation(flow);
437 beforeChildParent = flow;
447 bool flowInline = flow->isInline();
449 if (flow == beforeChildParent)
450 return flow->addChildIgnoringContinuation(newChild, beforeChild);
457 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
    [all...]
RenderBox.cpp 2153 const RenderInline* flow = toRenderInline(containingBlock); local
2193 const RenderInline* flow = toRenderInline(containingBlock); local
2551 const RenderInline* flow = toRenderInline(containerBlock); local
2976 const RenderInline* flow = toRenderInline(containerBlock); local
    [all...]
RenderBlock.cpp 340 RenderBlock* flow = continuationBefore(beforeChild); local
346 RenderBoxModelObject* cont = flow->continuation();
350 beforeChildParent = flow;
360 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
362 if (flow == beforeChildParent)
363 return flow->addChildIgnoringContinuation(newChild, beforeChild);
370 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
2699 RenderInline* flow = *it; local
    [all...]
RenderBlockLineLayout.cpp 353 // Set bits on our inline flow boxes that indicate which sides should
605 // compute accurate widths for the inline flow boxes).
628 // to update the static normal flow x/y of positioned elements.
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 73 SyncSetupFlow* flow = new SyncSetupFlow(start, end, json_args, local
78 return flow;
296 // Returns true if the flow should advance to |state| based on |current_state_|.
  /frameworks/base/core/java/android/widget/
GridView.java 296 private View makeRow(int startPos, int y, boolean flow) {
327 final int where = flow ? -1 : pos - startPos;
328 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
    [all...]
ListView.java     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 218 unsigned long flow; member in struct:asyport
  /external/v8/
Android.v8common.mk 24 src/data-flow.cc \
  /external/opencv/cv/src/
cvstereogc.cpp 140 int64 flow = 0; local
245 flow += min_weight;
364 return flow;
  /prebuilt/common/ecj/
ecj.jar 

Completed in 708 milliseconds

12 3