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

  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 36 typedef ResolveInfo::SizeType SizeType;
106 SizeType size() const
118 void setSize(SizeType pSize) {
ResolveInfo.h 42 typedef uint64_t SizeType;
128 void setSize(SizeType pSize)
195 SizeType size() const
273 SizeType m_Size;
NamePool.h 57 ResolveInfo::SizeType pSize,
71 ResolveInfo::SizeType pSize,
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 409 ResolveInfo::SizeType pSize,
454 ResolveInfo::SizeType pSize = 0,
478 ResolveInfo::SizeType pSize,
488 ResolveInfo::SizeType pSize,
505 ResolveInfo::SizeType pSize,
516 ResolveInfo::SizeType pSize,
527 ResolveInfo::SizeType pSize,
538 ResolveInfo::SizeType pSize,
  /external/chromium_org/ui/views/layout/
grid_layout.h 94 enum SizeType {
288 GridLayout::SizeType size_type,
312 GridLayout::SizeType size_type,
grid_layout.cc 161 GridLayout::SizeType size_type,
198 const GridLayout::SizeType size_type_;
395 GridLayout::SizeType size_type,
419 GridLayout::SizeType size_type,
    [all...]
  /external/llvm/include/llvm/ADT/
MapVector.h 34 typedef typename VectorType::size_type SizeType;
43 SizeType size() const {
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 38 ResolveInfo::SizeType pSize,
61 ResolveInfo::SizeType pSize,
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 450 ResolveInfo::SizeType pSize,
501 ResolveInfo::SizeType pSize,
607 ResolveInfo::SizeType pSize,
702 ResolveInfo::SizeType pSize,
767 ResolveInfo::SizeType pSize,
816 ResolveInfo::SizeType pSize,
860 ResolveInfo::SizeType pSize,
  /external/clang/include/clang/Basic/
TargetInfo.h 173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
203 IntType getSizeType() const { return SizeType; }
  /external/clang/lib/Basic/
Targets.cpp 453 this->SizeType = TargetInfo::UnsignedInt;
606 this->SizeType = TargetInfo::UnsignedInt;
    [all...]
TargetInfo.cpp 52 SizeType = UnsignedLong;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h 98 LayoutUnit computeMainAxisExtentForChild(RenderBox* child, SizeType, const Length& size);
RenderScrollbarPart.cpp 90 static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength, RenderView* renderView)
92 if (!length.isIntrinsicOrAuto() || (sizeType == MinSize && length.isAuto()))
RenderBox.h 37 enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
419 bool sizesLogicalWidthToFitContent(SizeType) const;
423 LayoutUnit computeLogicalWidthInRegionUsing(SizeType, Length logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock, RenderRegion*, LayoutUnit offsetFromLogicalTopOfFirstPage) const;
    [all...]
RenderFlexibleBox.cpp 447 LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox* child, SizeType sizeType, const Length& size)
460 return child->computeLogicalWidthInRegionUsing(sizeType, size, contentLogicalWidth(), this, region, offsetFromLogicalTopOfFirstPage) - child->borderAndPaddingLogicalWidth();
    [all...]
RenderBox.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 649 const views::GridLayout::SizeType column_type =
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 369 const views::GridLayout::SizeType column_type =
    [all...]

Completed in 873 milliseconds