Searched refs:big_value (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr04.c | 43 static char big_value[512]; variable 86 SAFE_SETXATTR(TEST_FILE, TRUSTED_BIG, big_value, in verify_getxattr() 87 sizeof(big_value), XATTR_CREATE); in verify_getxattr() 101 memset(big_value, 'a', sizeof(big_value)); in setup()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
D | abs.pass.cpp | 38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local 39 long long int negative_big_value = -big_value; in test_big() 40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 334 big_value = 2**31 335 chown_func(first_param, big_value, big_value) 336 check_stat(big_value, big_value) 338 check_stat(big_value, big_value)
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 751 big_value = (2**31 if sys.platform != "vxworks" else 2**15) 752 chown_func(first_param, big_value, big_value) 753 check_stat(big_value, big_value) 755 check_stat(big_value, big_value)
|
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
D | spdy_framer_test.cc | 2571 std::string big_value(kHttp2MaxControlFrameSendSize, 'x'); in TEST_P() local 2572 push_promise.SetHeader("xxx", big_value); in TEST_P() 2815 std::string big_value(kBigValueSize, 'x'); in TEST_P() local 2816 headers.SetHeader("aa", big_value); in TEST_P() 3034 std::string big_value(kBigValueSize, 'x'); in TEST_P() local 3035 push_promise.SetHeader("aa", big_value); in TEST_P() 3059 std::string big_value(kBigValueSize, 'x'); in TEST_P() local 3062 headers.SetHeader("aa", big_value); in TEST_P()
|