/cts/tests/tests/media/src/android/media/cts/ |
AudioNativeTest.java | 89 for (boolean TEST_FLOAT : TEST_FLOAT_ARRAY) { 95 if (TEST_FLOAT == true && TEST_CHANNELS >= 6 && TEST_SR >= 192000) { 100 track.open(TEST_CHANNELS, TEST_SR, TEST_FLOAT, 1 /* numBuffers */)); 106 if (TEST_FLOAT) { 176 for (boolean TEST_FLOAT : TEST_FLOAT_ARRAY) { 180 if (TEST_FLOAT == true && TEST_CHANNELS >= 8 && TEST_SR >= 192000) { 184 doRecordTest(record, TEST_CHANNELS, TEST_SR, TEST_FLOAT,
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_mul.ll | 70 define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) { 79 ; CHECK-LABEL: test_float: 83 ; CHECK-LE-LABEL: test_float: 87 ; CHECK-VSX-LABEL: test_float: 89 ; CHECK-LE-VSX-LABEL: test_float:
|
ppc64le-aggregates.ll | 64 tail call void @test_float([7 x float] %y, [7 x float] %y, i64 %x) 69 ; CHECK: bl test_float 71 declare void @test_float([7 x float], [7 x float], i64)
|
/external/libcxx/test/std/strings/string.conversions/ |
to_string.pass.cpp | 93 test_float() function 123 test_float<float>(); 124 test_float<double>(); 125 test_float<long double>();
|
to_wstring.pass.cpp | 93 test_float() function 123 test_float<float>(); 124 test_float<double>(); 125 test_float<long double>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/ |
to_string.pass.cpp | 93 test_float() function 123 test_float<float>(); 124 test_float<double>(); 125 test_float<long double>();
|
to_wstring.pass.cpp | 93 test_float() function 123 test_float<float>(); 124 test_float<double>(); 125 test_float<long double>();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_abstract_numbers.py | 29 def test_float(self): member in class:TestNumbers
|
test_xpickle.py | 131 # This is a cut-down version of pickletester's test_float. Backwards 134 def test_float(self): member in class:AbstractCompatTests
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_abstract_numbers.py | 29 def test_float(self): member in class:TestNumbers
|
test_xpickle.py | 131 # This is a cut-down version of pickletester's test_float. Backwards 134 def test_float(self): member in class:AbstractCompatTests
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_abstract_numbers.py | 29 def test_float(self): member in class:TestNumbers
|
test_xpickle.py | 131 # This is a cut-down version of pickletester's test_float. Backwards 134 def test_float(self): member in class:AbstractCompatTests
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_abstract_numbers.py | 29 def test_float(self): member in class:TestNumbers
|
test_xpickle.py | 131 # This is a cut-down version of pickletester's test_float. Backwards 134 def test_float(self): member in class:AbstractCompatTests
|
/external/llvm/test/CodeGen/AArch64/ |
fcmp.ll | 5 define void @test_float(float %a, float %b) { 6 ; CHECK-LABEL: test_float:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_decode.py | 13 def test_float(self): member in class:TestDecode
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_decode.py | 13 def test_float(self): member in class:TestDecode
|
/external/clang/test/CodeGenCXX/ |
blocks-cxx11.cpp | 26 namespace test_float { namespace
|
/external/autotest/client/common_lib/ |
global_config_unittest.py | 98 def test_float(self): member in class:global_config_test
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
test_db.py | 96 def test_float(): function
|
/external/v8/test/cctest/ |
test-assembler-mips.cc | 1462 typedef struct test_float { struct 1540 typedef struct test_float { struct 1721 typedef struct test_float { struct 1875 typedef struct test_float { struct 1971 typedef struct test_float { struct 2046 typedef struct test_float { struct 2130 typedef struct test_float { struct 2229 typedef struct test_float { struct 2306 typedef struct test_float { struct 2376 typedef struct test_float { struct 2447 typedef struct test_float { struct 2520 typedef struct test_float { struct 2593 typedef struct test_float { struct 2693 typedef struct test_float { struct 2746 typedef struct test_float { struct 2805 typedef struct test_float { struct 2859 typedef struct test_float { struct 2931 typedef struct test_float { struct 3003 typedef struct test_float { struct 3075 typedef struct test_float { struct 3587 typedef struct test_float { struct 3684 typedef struct test_float { struct 3755 typedef struct test_float { struct 3967 typedef struct test_float { struct 4183 typedef struct test_float { struct [all...] |
test-assembler-mips64.cc | 1592 typedef struct test_float { struct 1670 typedef struct test_float { struct 1849 typedef struct test_float { struct 1958 typedef struct test_float { struct 2056 typedef struct test_float { struct 2130 typedef struct test_float { struct 2213 typedef struct test_float { struct 2313 typedef struct test_float { struct 2390 typedef struct test_float { struct 2460 typedef struct test_float { struct 2530 typedef struct test_float { struct 2602 typedef struct test_float { struct 2675 typedef struct test_float { struct 2767 typedef struct test_float { struct 2821 typedef struct test_float { struct 2880 typedef struct test_float { struct 2933 typedef struct test_float { struct 3004 typedef struct test_float { struct 3075 typedef struct test_float { struct 3146 typedef struct test_float { struct 3691 typedef struct test_float { struct 3789 typedef struct test_float { struct 3860 typedef struct test_float { struct 4072 typedef struct test_float { struct 4288 typedef struct test_float { struct [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_callbacks.py | 76 def test_float(self): member in class:Callbacks
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_callbacks.py | 76 def test_float(self): member in class:Callbacks
|