Home
last modified time | relevance | path

Searched refs:expanding (Results 1 – 25 of 68) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp471 bool expanding = remainingSpace > 0; in layoutHorizontalBox() local
472 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup; in layoutHorizontalBox()
473 unsigned int end = expanding? highestFlexGroup : lowestFlexGroup; in layoutHorizontalBox()
485 if (allowedChildFlex(child, expanding, i)) in layoutHorizontalBox()
490 int allowedFlex = allowedChildFlex(child, expanding, i); in layoutHorizontalBox()
493 …spaceAvailableThisPass = expanding ? min(spaceAvailableThisPass, projectedFlex) : max(spaceAvailab… in layoutHorizontalBox()
506 if (allowedChildFlex(child, expanding, i)) { in layoutHorizontalBox()
525 if (allowedChildFlex(child, expanding, i)) { in layoutHorizontalBox()
720 bool expanding = remainingSpace > 0; in layoutVerticalBox() local
721 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup; in layoutVerticalBox()
[all …]
DRenderFlexibleBox.h56 int allowedChildFlex(RenderBox* child, bool expanding, unsigned group);
/external/e2fsprogs/tests/f_expand/
Dname1 expanding lost+found
/external/llvm/test/CodeGen/X86/
Dvshift_split.ll3 ; Example that requires splitting and expanding a vector shift.
Dmemcpy.ll33 ; hurting performance so it should just ignore optsize when expanding memcpy.
/external/llvm/test/CodeGen/PowerPC/
Dpr3711_widen_bit.ll3 ; Test that causes a abort in expanding a bit convert due to a missing support
/external/libvpx/nestegg/m4/
Das-ac-expand.m42 dnl autostars m4 macro for expanding directories using configure's prefix
/external/libpng/
DANNOUNCE52 Ported bugfix in pngrtran.c from 1.5.3: when expanding a paletted image,
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt83 This just requires being smarter when custom expanding fptoui.
DREADME-SSE.txt546 just be a matter of having scalar sse map to SELECT_CC and custom expanding
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-MemoryResponse.txt42 how big the bytecode files are before expanding them further. I am pretty
/external/mksh/src/
Dfuncs.c1769 bool rawmode = false, expanding = false; in c_read() local
1969 if (expanding) { in c_read()
1970 expanding = false; in c_read()
1988 expanding = true; in c_read()
2018 expanding = false; in c_read()
2081 if (expanding) { in c_read()
2082 expanding = false; in c_read()
2087 expanding = true; in c_read()
/external/webkit/Source/autotools/
Dwebkit.m426 # Make sure CXXFLAGS and CFLAGS are set before expanding AC_PROG_CXX to avoid
/external/linux-tools-perf/config/
Dutilities.mak108 # At least GNU make gets confused by expanding a newline
/external/dbus/
Dacinclude.m4186 dnl autostars m4 macro for expanding directories using configure's prefix
/external/e2fsprogs/doc/
Dlibext2fs.texinfo731 * Creating and expanding directories::
764 @node Iterating over a directory, Creating and expanding directories, Directory block functions, Di…
793 @node Creating and expanding directories, Creating and removing directory entries, Iterating over a…
795 @subsection Creating and expanding directories
816 @node Creating and removing directory entries, Looking up filenames, Creating and expanding directo…
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_controller_unittest.mm248 // Test expanding the tab to max width and ensure the icon and close box
/external/chromium/googleurl/
DREADME.txt114 wrapper around an expanding buffer. An implementation called RawCanonOutput is
/external/libvorbis/doc/
Dvorbis-clip.txt12 segment from part of the coded packet without expanding the entire
/external/eigen/unsupported/Eigen/
DFFT333 }else{ // expanding -- split the old Nyquist bin into two halves
/external/llvm/test/CodeGen/ARM/
Dvshift.ll283 ; Example that requires splitting and expanding a vector shift.
/external/libsepol/
DChangeLog627 expanding attributes in TE rules when possible). Added
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-actions.h.pump494 // new macro invocations when expanding a macro. For example, we have
/external/webkit/Tools/android/flex-2.5.4a/
Dflex.skl1384 "out of memory expanding start-condition stack" );
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td603 // definitions. When expanding a pattern, if the null fragment is referenced

123