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

  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.h 56 int allowedChildFlex(RenderBox* child, bool expanding, unsigned group);
RenderFlexibleBox.cpp 490 bool expanding = remainingSpace > 0; local
491 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup;
492 unsigned int end = expanding? highestFlexGroup : lowestFlexGroup;
505 if (allowedChildFlex(child, expanding, i))
512 int allowedFlex = allowedChildFlex(child, expanding, i);
515 spaceAvailableThisPass = expanding ? min(spaceAvailableThisPass, projectedFlex) : max(spaceAvailableThisPass, projectedFlex);
530 if (allowedChildFlex(child, expanding, i)) {
551 if (allowedChildFlex(child, expanding, i)) {
765 bool expanding = remainingSpace > 0; local
766 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 1985 bool expande = true, historyr = false, expanding; local
    [all...]
  /external/libpng/
CHANGES     [all...]
  /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 254 milliseconds