/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.cc | 79 CloudPrintSetupFlow* flow = new CloudPrintSetupFlow(json_args, profile, local 90 browser::ShowHtmlDialog(parent_window, profile, flow); 91 return flow;
|
/external/opencv/cv/src/ |
cvemd.cpp | 176 CvMat flow_stub, *flow = (CvMat*)flow_matrix; local 195 if( flow ) 197 CV_CALL( flow = cvGetMat( flow, &flow_stub )); 199 if( flow->rows != size1 || flow->cols != size2 ) 201 "The flow matrix size does not match to the signatures' sizes" ); 203 if( CV_MAT_TYPE( flow->type ) != CV_32FC1 ) 204 CV_ERROR( CV_StsUnsupportedFormat, "The flow matrix must be 32fC1" ); 302 /* compute the total flow */ [all...] |
cvstereogc.cpp | 140 int64 flow = 0; local 245 flow += min_weight; 364 return flow;
|
/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 | 2158 const RenderInline* flow = toRenderInline(containingBlock); local 2198 const RenderInline* flow = toRenderInline(containingBlock); local 2556 const RenderInline* flow = toRenderInline(containerBlock); local 2981 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. 2723 RenderInline* flow = *it; local [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 | 299 private View makeRow(int startPos, int y, boolean flow) { 330 final int where = flow ? -1 : pos - startPos; 331 child = makeAndAddView(pos, y, flow, nextLeft, selected, where); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdk.h | 218 unsigned long flow; member in struct:asyport
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 218 unsigned long flow; member in struct:asyport
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 218 unsigned long flow; member in struct:asyport
|