HomeSort by relevance Sort by last modified time
    Searched full:minsize (Results 176 - 200 of 374) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 275 Point minSize = content.computeSize(r.width, SWT.DEFAULT);
276 scrolledComposite.setMinSize(minSize);
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 75 bool MinSize;
88 void SetMinSize(bool MinSize_) { MinSize = MinSize_; }
186 : Root(nullptr), MinSize(false), BlockIdCounter(1),
293 if (!MinSize)
    [all...]
  /external/llvm/test/CodeGen/ARM/
avoid-cpsr-rmw.ll 56 define void @t3(i32* nocapture %ptr1, i32* %ptr2, i32 %c) nounwind minsize {
  /external/llvm/test/CodeGen/X86/
sse_partial_update.ll 114 define <2 x double> @load_fold_cvtss2sd_int_minsize(<4 x float> *%a) minsize {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sf_state.c 278 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 209 ctx->Point.MinSize,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 319 FX_BOOL CalcSize(const CFX_SizeF& minSize,
xfa_fffield.cpp 217 CFX_SizeF minSize;
218 minSize.Set(0, 0);
221 pCapTextLayout->CalcSize(minSize, maxSize, size);
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
status.js 262 function leftPadNumber(number, minSize, paddingChar) {
264 if (stringified.length < minSize) {
265 for (var i = 0; i < (minSize - stringified.length); ++i) {
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 886 // \note minSize and maxSize are for arrays and can be distinct since implementations are allowed, but not required, to trim the inactive end indices of arrays.
887 int minSize;
893 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); }
895 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {}
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 187 const float minSize = 0.5f;
189 const int minW = deCeilFloatToInt32(minSize * (float)targetW);
190 const int minH = deCeilFloatToInt32(minSize * (float)targetH);
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 39 MinSize = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime)
45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType;
47 typedef Matrix<Scalar, MinSize, 1> SingularValuesType;
  /external/opencv3/modules/objdetect/src/
cascadedetect.hpp 98 Size minSize = Size(),
106 Size minSize=Size(),
115 Size minSize = Size(),
  /external/webp/src/enc/
iterator.c 101 static WEBP_INLINE int MinSize(int a, int b) { return (a < b) ? a : b; }
134 const int w = MinSize(pic->width - x * 16, 16);
135 const int h = MinSize(pic->height - y * 16, 16);
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 237 static jfloatArray obtainPackedAxisValuesArray(JNIEnv* env, uint32_t minSize,
243 if (minSize <= size) {
249 while (size < minSize) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 234 int minSize = 480*800; // 384000
236 float scaleDisp = ((float)(displayWidth*displayHeight)-minSize)/(maxSize-minSize);
    [all...]
  /frameworks/native/services/sensorservice/
vec.h 51 const size_t minSize = min(SIZE, S);
53 for (size_t i=0 ; i<minSize ; i++)
55 for (size_t i=minSize ; i<maxSize ; i++)
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseStaggeredGridLayoutManagerTest.java 821 final int minSize = mViewsHaveEqualSize ? mSizeReference
    [all...]
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 127 int32_t minSize = INT_MAX, tempSize;
130 if (minSize > tempSize) {
131 minSize = tempSize;
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 114 Point minSize, Point maxSize,
165 availableHeightPx = minSize.y;
167 availableWidthPx = minSize.x;
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 441 var minsize uintptr
444 minsize = 0
446 minsize = spAlign
448 minsize = ptrSize
450 if size > minsize {

Completed in 1160 milliseconds

1 2 3 4 5 6 78 91011>>