HomeSort by relevance Sort by last modified time
    Searched defs:childSize (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 208 const int childSize = 4;
210 const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), childSize);
es31fSSBOLayoutTests.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.cpp 61 Violation(RenderBox* child, LayoutUnit childSize)
63 , childSize(childSize)
68 LayoutUnit childSize;
841 LayoutUnit RenderFlexibleBox::adjustChildSizeForMinAndMax(RenderBox& child, LayoutUnit childSize)
846 if (maxExtent != -1 && childSize > maxExtent)
847 childSize = maxExtent;
854 return std::max(childSize, minExtent);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1367 milliseconds