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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_resource.py 80 too_big = 10L**50
87 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
91 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
  /external/python/cpython2/Lib/test/
test_resource.py 78 too_big = 10L**50
84 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
88 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_resource.py 80 too_big = 10L**50
87 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
91 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_resource.py 80 too_big = 10L**50
87 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
91 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_resource.py 80 too_big = 10L**50
87 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
91 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_resource.py 80 too_big = 10L**50
87 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
91 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
  /external/skia/src/core/
SkBitmapProcState.cpp 453 const SkScalar too_big = SkIntToScalar(1 << 30); local
454 if (SkScalarAbs(pt.fX) > too_big || SkScalarAbs(pt.fY) > too_big) {
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 1529 LoadedSection too_big; local
    [all...]
  /external/syslinux/com32/chain/
chain.c 168 goto too_big;
264 too_big:
  /external/skia/src/opts/
SkNx_neon.h 21 auto too_big = vcgtq_f32(roundtrip, v); local
22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1)));
SkNx_sse.h 124 __m128 too_big = _mm_cmpgt_ps(roundtrip, fVec);
125 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f)));
  /external/syslinux/com32/modules/
pxechn.c 166 goto too_big;
186 too_big:
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 5847 const uint32_t too_big = m_device->props.limits.maxPushConstantsSize + 0x4; local
    [all...]

Completed in 1912 milliseconds