Home
last modified time | relevance | path

Searched refs:too_big (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_resource.py78 too_big = 10L**50
84 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
88 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
/external/python/cpython3/Lib/test/
Dtest_resource.py83 too_big = 10**50
90 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
94 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-09-19-cpsr.ll25 br i1 undef, label %too_big, label %if.end2327
46 too_big: ; preds = %sqlite3VarintLen.exit
/external/llvm/test/CodeGen/ARM/
D2011-09-19-cpsr.ll25 br i1 undef, label %too_big, label %if.end2327
46 too_big: ; preds = %sqlite3VarintLen.exit
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-09-19-cpsr.ll25 br i1 undef, label %too_big, label %if.end2327
46 too_big: ; preds = %sqlite3VarintLen.exit
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc1529 LoadedSection too_big; in TEST_F() local
1530 too_big.Append(10, '3'); in TEST_F()
1531 too_big.start() = segment.start() + 1; in TEST_F()
1532 too_big.address() = segment.address() + 1; in TEST_F()
1533 too_big.final_size() = too_big.Size(); in TEST_F()
1538 .AppendSectionEntry("too big", "segment", 0, 0x8b53ae5c, too_big); in TEST_F()
/external/skia/src/core/
DSkBitmapProcState.cpp521 const SkScalar too_big = SkIntToScalar(1 << 30); in setupForTranslate() local
522 if (SkScalarAbs(pt.fX) > too_big || SkScalarAbs(pt.fY) > too_big) { in setupForTranslate()
/external/skqp/src/core/
DSkBitmapProcState.cpp521 const SkScalar too_big = SkIntToScalar(1 << 30); in setupForTranslate() local
522 if (SkScalarAbs(pt.fX) > too_big || SkScalarAbs(pt.fY) > too_big) { in setupForTranslate()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/AMDGPU/
Dunroll-for-private.ll80 ; CHECK-LABEL: @too_big
85 define amdgpu_kernel void @too_big(i32 addrspace(1)* nocapture %a, i32 %x) {
/external/skia/include/private/
DSkNx_neon.h21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() local
22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in emulate_vrndmq_f32()
26 auto too_big = vcgt_f32(roundtrip, v); in emulate_vrndm_f32() local
27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
DSkNx_sse.h33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() local
34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()
/external/skqp/include/private/
DSkNx_neon.h21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() local
22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in emulate_vrndmq_f32()
26 auto too_big = vcgt_f32(roundtrip, v); in emulate_vrndm_f32() local
27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
DSkNx_sse.h33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() local
34 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in emulate_mm_floor_ps()
/external/scapy/doc/scapy/
Dadvanced_usage.rst348 1: "too_big",
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp12266 const uint32_t too_big = m_device->props.limits.maxPushConstantsSize + 0x4; in TEST_F() local
12273 …{{VK_SHADER_STAGE_VERTEX_BIT, 0, too_big}, "vkCreatePipelineLayout() call has push constants index… in TEST_F()
12274 …{{VK_SHADER_STAGE_VERTEX_BIT, too_big, too_big}, "vkCreatePipelineLayout() call has push constants… in TEST_F()
12275 …{{VK_SHADER_STAGE_VERTEX_BIT, too_big, 4}, "vkCreatePipelineLayout() call has push constants index… in TEST_F()
/external/sqlite/dist/orig/
Dsqlite3.c81058 goto too_big;
81171 goto too_big;
81403 goto too_big;
82448 goto too_big;
82819 goto too_big;
84748 goto too_big;
86275 goto too_big;
86740 goto too_big;
87047 if( sqlite3VdbeMemTooBig(pOut) ) goto too_big;
87265 too_big:
/external/sqlite/dist/
Dsqlite3.c81074 goto too_big;
81187 goto too_big;
81419 goto too_big;
82464 goto too_big;
82835 goto too_big;
84764 goto too_big;
86291 goto too_big;
86756 goto too_big;
87063 if( sqlite3VdbeMemTooBig(pOut) ) goto too_big;
87281 too_big: