/frameworks/base/tests/FeatureSplit/base/res/values/ |
values.xml | 22 <integer name="test_integer">100</integer>
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-fmax-safe.ll | 49 define i64 @test_integer(i64 %in) {
|
arm64-fmax.ll | 49 define i64 @test_integer(i64 %in) {
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
readertest.cpp | 103 #define TEST_INTEGER(Handler, str, x) \
113 TEST_INTEGER(ParseUintHandler, "0", 0u);
114 TEST_INTEGER(ParseUintHandler, "123", 123u);
115 TEST_INTEGER(ParseUintHandler, "2147483648", 2147483648u); // 2^31 - 1 (cannot be stored in int)
116 TEST_INTEGER(ParseUintHandler, "4294967295", 4294967295u);
118 TEST_INTEGER(ParseIntHandler, "-123", -123);
119 TEST_INTEGER(ParseIntHandler, "-2147483648", static_cast<int32_t>(0x80000000)); // -2^31 (min of int)
121 TEST_INTEGER(ParseUint64Handler, "4294967296", RAPIDJSON_UINT64_C2(1, 0)); // 2^32 (max of unsigned + 1, force to use uint64_t)
122 TEST_INTEGER(ParseUint64Handler, "18446744073709551615", RAPIDJSON_UINT64_C2(0xFFFFFFFF, 0xFFFFFFFF)); // 2^64 - 1 (max of uint64_t)
124 TEST_INTEGER(ParseInt64Handler, "-2147483649", static_cast<int64_t>(RAPIDJSON_UINT64_C2(0xFFFFFFFF, 0x7FFFFFFF) (…) [all...] |
/external/clang/test/CodeGen/ |
builtins-systemz-vector-error.c | 43 void test_integer(void) { function
|
builtins-systemz-vector.c | 112 void test_integer(void) { function [all...] |
builtins-systemz-zvector-error.c | 433 void test_integer(void) { function [all...] |
builtins-systemz-zvector.c | 1543 void test_integer(void) { function [all...] |