HomeSort by relevance Sort by last modified time
    Searched refs:expanding (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.h 56 int allowedChildFlex(RenderBox* child, bool expanding, unsigned group);
RenderFlexibleBox.cpp 471 bool expanding = remainingSpace > 0; local
472 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup;
473 unsigned int end = expanding? highestFlexGroup : lowestFlexGroup;
485 if (allowedChildFlex(child, expanding, i))
490 int allowedFlex = allowedChildFlex(child, expanding, i);
493 spaceAvailableThisPass = expanding ? min(spaceAvailableThisPass, projectedFlex) : max(spaceAvailableThisPass, projectedFlex);
506 if (allowedChildFlex(child, expanding, i)) {
525 if (allowedChildFlex(child, expanding, i)) {
720 bool expanding = remainingSpace > 0; local
721 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup
    [all...]
  /ndk/sources/host-tools/make-3.81/
expand.c 29 /* Initially, any errors reported when expanding strings will be reported
124 if (v->expanding)
127 /* Expanding V causes infinite recursion. Lose. */
140 v->expanding = 1;
145 v->expanding = 0;
263 If so, expand it before expanding the entire reference. */
294 finished expanding this one, P will be incremented to
414 Build in `variable_buffer' the result of expanding the references and calls.
variable.h 65 unsigned int expanding:1; /* Nonzero if currently being expanded. */ member in struct:variable
variable.c 223 v->expanding = 0;
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_sse2.asm 521 punpcklbw xmm1, xmm0 ; expanding
522 punpcklbw xmm2, xmm0 ; expanding
524 punpcklwd xmm1, xmm0 ; expanding to dwords
525 punpcklwd xmm2, xmm0 ; expanding to dwords
  /external/mksh/src/
funcs.c 1769 bool rawmode = false, expanding = false; local
    [all...]
  /external/linux-tools-perf/config/
utilities.mak 108 # At least GNU make gets confused by expanding a newline
  /external/libpng/
CHANGES     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 344 milliseconds