/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.range/ |
D | begin-end.pass.cpp | 29 void test_const_container( const C & c, typename C::value_type val ) { in test_const_container() 48 void test_const_container( const std::initializer_list<T> & c, T val ) { in test_const_container() 69 void test_container( C & c, typename C::value_type val ) { in test_container() 88 void test_container( std::initializer_list<T> & c, T val ) { in test_container()
|
/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 56 static bool check_float(float val, float ref) in check_float() 62 static bool check_double(double val, double ref) in check_double() 276 F val; in check_get_float() local 289 F val; in check_get_float() local 606 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument 614 #define CHECK(type, val, base, expected) \ argument 825 float val; in num_get_float() local 838 float val; in num_get_float() local 852 double val; in num_get_float() local 865 double val; in num_get_float() local [all …]
|
D | memory_test.cpp | 28 auto_ptr<int> CreateAutoPtr(int val) in CreateAutoPtr() 31 bool CheckEquality(auto_ptr<int> pint, int val) in CheckEquality()
|
D | math_aux.h | 19 bool are_equals(_Tp val, _Tp ref) { in are_equals()
|
D | config_test.cpp | 55 int val = 0x01020304; in endianess() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | binary_search.hpp | 38 const Tp& val) in lower_bound() 63 const Tp& val, Compare comp) in lower_bound() 88 const Tp& val) in upper_bound() 113 const Tp& val, Compare comp) in upper_bound() 138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range() 169 equal_range(ForwardIter first, ForwardIter last, const Tp& val, in equal_range() 201 const Tp& val) { in binary_search() 208 const Tp& val, in binary_search()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/ |
D | imag.pass.cpp | 29 constexpr T val {x}; in test() local 43 constexpr T val {x}; in test() local
|
D | real.pass.cpp | 29 constexpr T val {x}; in test() local 43 constexpr T val {x}; in test() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 56 static bool check_float(float val, float ref) in check_float() 62 static bool check_double(double val, double ref) in check_double() 276 F val; in check_get_float() local 289 F val; in check_get_float() local 606 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument 614 #define CHECK(type, val, base, expected) \ argument 825 float val; in num_get_float() local 838 float val; in num_get_float() local 852 double val; in num_get_float() local 865 double val; in num_get_float() local [all …]
|
D | memory_test.cpp | 28 auto_ptr<int> CreateAutoPtr(int val) in CreateAutoPtr() 31 bool CheckEquality(auto_ptr<int> pint, int val) in CheckEquality()
|
D | math_aux.h | 19 bool are_equals(_Tp val, _Tp ref) { in are_equals()
|
D | config_test.cpp | 55 int val = 0x01020304; in endianess() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 441 string to_string(int val) in to_string() 446 string to_string(unsigned val) in to_string() 451 string to_string(long val) in to_string() 456 string to_string(unsigned long val) in to_string() 461 string to_string(long long val) in to_string() 466 string to_string(unsigned long long val) in to_string() 471 string to_string(float val) in to_string() 476 string to_string(double val) in to_string() 481 string to_string(long double val) in to_string() 486 wstring to_wstring(int val) in to_wstring() [all …]
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 112 def __init__(self, typename, val): argument 177 def __init__ (self, typename, val): argument 240 def __init__(self, typename, val): argument 288 def __init__ (self, typename, val): argument 329 def __init__ (self, typename, val): argument 369 def __init__(self, typename, val): argument 391 def __init__ (self, _typename, val): argument 469 def __init__ (self, typename, val): argument 512 def __init__ (self, typename, val): argument 557 def __init__(self, typename, val): argument [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/ |
D | default.pass.cpp | 30 void test ( const T &val ) { in test()
|
/ndk/sources/host-tools/make-3.81/ |
D | getopt.h | 92 int val; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.data/ |
D | default.pass.cpp | 46 void test ( const T &val ) { in test()
|
/ndk/sources/android/support/src/wcstox/ |
D | intscan.c | 56 const unsigned char *val = table+1; in __intscan() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.overview/ |
D | front_back.pass.cpp | 47 void test ( const T &val ) { in test()
|
D | begin_end.pass.cpp | 87 void test ( const T &val ) { in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/ |
D | db_iterators_9.pass.cpp | 24 struct S { int val; }; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.comp_with_t/ |
D | equal.pass.cpp | 40 constexpr T val(2); in main() local
|
D | less_than.pass.cpp | 41 constexpr T val(2); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | AddressSpace.hpp | 108 uint8_t val; in get8() local 113 uint16_t val; in get16() local 118 uint32_t val; in get32() local 123 uint64_t val; in get64() local 128 double val; in getDouble() local 133 v128 val; in getVector() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 81 void construct(pointer p, const T& val) in construct() 84 void construct(pointer p, T&& val) in construct() 141 void construct(pointer p, const T& val) in construct() 144 void construct(pointer p, T&& val) in construct()
|