/hardware/qcom/msm8x74/original-kernel-headers/video/ |
msm_hdmi_modes.h | 343 case HDMI_VFRMT_1440x480i240_4_3: return "1440x480 i240 4/3"; 344 case HDMI_VFRMT_1440x480i240_16_9: return "1440x480 i240 16/9";
|
/hardware/qcom/msm8x84/original-kernel-headers/video/ |
msm_hdmi_modes.h | 343 case HDMI_VFRMT_1440x480i240_4_3: return "1440x480 i240 4/3"; 344 case HDMI_VFRMT_1440x480i240_16_9: return "1440x480 i240 16/9";
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] [all...] |
APIntSextParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] [all...] |
APIntZextParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] [all...] |
APIntLoadStore.ll | 480 @i240_l = external global i240 ; <i240*> [#uses=1] 481 @i240_s = external global i240 ; <i240*> [#uses=1] [all...] |
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 382 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local 509 assert(std::is_heap(i240, i240+7) == (std::is_heap_until(i240, i240+7) == i240+7));
|
is_heap_until.pass.cpp | 382 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local 509 assert(std::is_heap_until(i240, i240+7) == i240+7);
|
is_heap_until_comp.pass.cpp | 383 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local 510 assert(std::is_heap_until(i240, i240+7, std::greater<int>()) == i240+4);
|
is_heap_comp.pass.cpp | 383 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 382 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local 509 assert(std::is_heap(i240, i240+7) == (std::is_heap_until(i240, i240+7) == i240+7));
|
is_heap_until.pass.cpp | 382 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local 509 assert(std::is_heap_until(i240, i240+7) == i240+7);
|
is_heap_until_comp.pass.cpp | 383 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local 510 assert(std::is_heap_until(i240, i240+7, std::greater<int>()) == i240+4);
|
is_heap_comp.pass.cpp | 383 int i240[] = {1, 1, 1, 1, 0, 0, 0}; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 187 ... i235, i236, i237, i238, i239, i240, i241, i242, i243, 222 ... i235, i236, i237, i238, i239, i240, i241, i242, i243,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 187 ... i235, i236, i237, i238, i239, i240, i241, i242, i243, 222 ... i235, i236, i237, i238, i239, i240, i241, i242, i243,
|
/external/llvm/test/CodeGen/ARM/ |
vmul.ll | 568 %shuffle.i240 = shufflevector <2 x i64> undef, <2 x i64> undef, <1 x i32> <i32 1> 569 %2 = bitcast <1 x i64> %shuffle.i240 to <8 x i8>
|
/art/test/083-compiler-regressions/src/ |
Main.java | 1771 int i240 = 240; local [all...] |