Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp501 bool expanding = remainingSpace > 0; in layoutHorizontalBox() local
502 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup; in layoutHorizontalBox()
503 unsigned int end = expanding? highestFlexGroup : lowestFlexGroup; in layoutHorizontalBox()
515 if (allowedChildFlex(child, expanding, i)) in layoutHorizontalBox()
520 LayoutUnit allowedFlex = allowedChildFlex(child, expanding, i); in layoutHorizontalBox()
523 …spaceAvailableThisPass = expanding ? min(spaceAvailableThisPass, projectedFlex) : max(spaceAvailab… in layoutHorizontalBox()
539 if (allowedChildFlex(child, expanding, i)) { in layoutHorizontalBox()
558 if (allowedChildFlex(child, expanding, i)) { in layoutHorizontalBox()
755 bool expanding = remainingSpace > 0; in layoutVerticalBox() local
756 unsigned int start = expanding ? lowestFlexGroup : highestFlexGroup; in layoutVerticalBox()
[all …]
DRenderDeprecatedFlexibleBox.h58 LayoutUnit 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/llvm/test/CodeGen/R600/
Dlegalizedag-bug-expand-setcc.ll4 ; BooleanContents value and always using one for true, when expanding
/external/libvpx/libvpx/nestegg/m4/
Das-ac-expand.m42 dnl autostars m4 macro for expanding directories using configure's prefix
/external/libvpx/libvpx/vp8/common/x86/
Dpostproc_sse2.asm549 punpcklbw xmm1, xmm0 ; expanding
550 punpcklbw xmm2, xmm0 ; expanding
552 punpcklwd xmm1, xmm0 ; expanding to dwords
553 punpcklwd xmm2, xmm0 ; expanding to dwords
/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.
/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.c1795 bool rawmode = false, expanding = false; in c_read() local
1995 if (expanding) { in c_read()
1996 expanding = false; in c_read()
2014 expanding = true; in c_read()
2044 expanding = false; in c_read()
2107 if (expanding) { in c_read()
2108 expanding = false; in c_read()
2113 expanding = true; in c_read()
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dbluetooth.css49 /* Prevent dialog from expanding if many devices are found. */
/external/llvm/docs/
DHowToUseAttributes.rst12 do this to support expanding the attributes to encompass more than a handful of
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILRegisterInfo.td20 // We will start with 8 registers for each class before expanding to more
/external/llvm/lib/Target/R600/
DAMDILRegisterInfo.td20 // We will start with 8 registers for each class before expanding to more
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILRegisterInfo.td20 // We will start with 8 registers for each class before expanding to more
/external/bison/data/m4sugar/
Dforeach.m446 # On the other hand, in any version of M4, expanding additional macros
246 # Perform a pairwise grouping of consecutive ARGs, by expanding
/external/linux-tools-perf/config/
Dutilities.mak108 # At least GNU make gets confused by expanding a newline
/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/libvorbis/doc/
Dvorbis-clip.txt12 segment from part of the coded packet without expanding the entire
/external/chromium/googleurl/
DREADME.txt114 wrapper around an expanding buffer. An implementation called RawCanonOutput is
/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/bison/tests/
Dlocal.at481 # To avoid expanding it repeatedly, store specified stdout.
865 # expanding macros, so it corrupts some special characters in the

123