/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gl.py | 49 'minsize', 'mmode', 'move', 'move2', 'move2i', 'move2s', 'movei',
|
test_support.py | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
logical_shifted_reg.ll | 9 define void @logical_32bit() minsize { 99 define void @logical_64bit() minsize {
|
/external/llvm/test/CodeGen/X86/ |
movtopush.ll | 49 ; Same as above, but for minsize 58 define void @test1c() minsize {
|
/external/llvm/test/Transforms/Inline/ |
inline_minisize.ll | 217 define i32 @fct4(i32 %c) minsize nounwind uwtable ssp { 221 ; With Oz (minsize attribute), the benefit of inlining fct2
|
/external/mesa3d/src/mesa/swrast/ |
s_points.c | 68 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize); 546 ctx->Point.MinSize,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
CachingPipeline.java | 360 float minSize = Math.min(source.getWidth(), source.getHeight()); 362 float scale = maxSize / minSize;
|
/prebuilts/python/darwin-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/AArch64/ |
AArch64ConditionalCompares.cpp | 728 bool MinSize; 828 if (MinSize) { 902 MinSize = MF.getFunction()->hasFnAttribute(Attribute::MinSize);
|
/external/llvm/lib/Target/X86/ |
X86PadShortFunction.cpp | 97 MF.getFunction()->hasFnAttribute(Attribute::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/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*targetW); 190 const int minH = deCeilFloatToInt32(minSize*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/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 | 223 int minSize = 480*800; // 384000 225 float scaleDisp = ((float)(displayWidth*displayHeight)-minSize)/(maxSize-minSize);
|
/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++)
|
/hardware/libhardware/tests/camera2/ |
CameraMultiStreamTests.cpp | 127 int32_t minSize = INT_MAX, tempSize; 130 if (minSize > tempSize) { 131 minSize = tempSize;
|
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFragmentOutputTests.cpp | 322 IVec2 minSize(0x7fffffff, 0x7fffffff); 325 minSize.x() = de::min(minSize.x(), i->width); 326 minSize.y() = de::min(minSize.y(), i->height); 328 return minSize; [all...] |
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
spreadsort.hpp | [all...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 269 value[1] = ctx->Point.MinSize; 494 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize; [all...] |