| /external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
| D | pow.pass.cpp | 40 test(T x, const std::complex<U>& y) in test() function 49 test(const std::complex<T>& x, U y) in test() function 58 test(const std::complex<T>& x, const std::complex<U>& y) in test() function 67 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std::… in test() function 75 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std:… in test() function
|
| D | conj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() function 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test() function 51 test() in test() function
|
| D | proj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() function 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test() function 51 test() in test() function
|
| D | norm.pass.cpp | 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 40 test() in test() function
|
| D | arg.pass.cpp | 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 40 test() in test() function
|
| D | real.pass.cpp | 25 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 39 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 53 test() in test() function
|
| D | imag.pass.cpp | 25 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 39 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 53 test() in test() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/complex.number/cmplx.over/ |
| D | pow.pass.cpp | 40 test(T x, const std::complex<U>& y) in test() function 49 test(const std::complex<T>& x, U y) in test() function 58 test(const std::complex<T>& x, const std::complex<U>& y) in test() function 67 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std::… in test() function 75 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std:… in test() function
|
| D | proj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() function 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test() function 51 test() in test() function
|
| D | conj.pass.cpp | 27 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 36 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() function 45 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test() function 55 test() in test() function
|
| D | arg.pass.cpp | 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 40 test() in test() function
|
| D | norm.pass.cpp | 25 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 34 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 43 test() in test() function
|
| D | real.pass.cpp | 24 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 38 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 52 test() in test() function
|
| D | imag.pass.cpp | 24 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 38 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 52 test() in test() function
|
| /external/skia/tests/ |
| D | BazelTestRunner.cpp | 42 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() 45 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsVulkanContextType() 48 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMetalContextType() 51 bool IsDirect3DContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsDirect3DContextType() 54 bool IsDawnContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsDawnContextType() 57 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsRenderingGLContextType() 60 bool IsMockContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMockContextType() 120 for (skiatest::Test test : skiatest::TestRegistry::Range()) { in main() local 139 for (skiatest::Test test : skiatest::TestRegistry::Range()) { in main() local
|
| /external/clang/test/CXX/class.access/ |
| D | p6.cpp | 22 typedef int type; // expected-note {{declared private here}} typedef in test0::A 45 void test() { in test() function 72 typedef int type; typedef in test2::B 76 int test() { in test() function 103 void test() { in test() function 111 private: typedef int type; typedef in test4::A 115 template <class U> void foo(U &, typename U::type) {} in foo() 117 void test() { in test() function 179 void test(A &a) { in test() function 189 void test(A &a) { in test() function
|
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | TestStringByteConverter.java | 47 int test = (int) (random.nextGaussian() * 0xFF); in main() local 59 String test = new String("\uD800\uDC00"); in main() local 66 String test = getRandomString(1, 6, repertoire); in main() local 82 private static void testString(String test) throws IOException { in testString() 95 private static void testWithLocale(String locale, Type type) in testWithLocale() 115 private static void testString(String test, Type type) throws IOException { in testString() 163 private static void checkUtf8(String test) throws IOException { in checkUtf8() 189 private static void testInt(int test) throws UnsupportedEncodingException { in testInt() 205 private static void testInt(int test, boolean unsigned) in testInt()
|
| /external/clang/test/SemaTemplate/ |
| D | deduction.cpp | 39 typedef T type; typedef 45 typedef Arg1 type; typedef 50 typedef Arg2 type; typedef 56 typedef typename Replace<T, Arg1, Arg2>::type const type; typedef 62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type; typedef 69 typename Replace<T2, Arg1, Arg2>::type> type; typedef 76 typedef TT<typename Replace<T1, Arg1, Arg2>::type, Arg2> type; typedef 99 void test(A& a) { (void)f(a); } in test() function 112 void test() { in test() function 119 void test() { in test() function [all …]
|
| /external/deqp/modules/glshared/ |
| D | glsTextureStateQueryTests.cpp | 90 static bool querySupportsSigned (QueryType type) in querySupportsSigned() 772 QueryType type) in TextureTest() 880 …nderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in DepthStencilModeCase() 885 void DepthStencilModeCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test() function in deqp::gls::TextureStateQueryTests::__anon423e3c820111::DepthStencilModeCase 958 …nderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in TextureSRGBDecodeCase() 963 void TextureSRGBDecodeCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test() function in deqp::gls::TextureStateQueryTests::__anon423e3c820111::TextureSRGBDecodeCase 1036 …nderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in TextureSwizzleCase() 1041 void TextureSwizzleCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test() function in deqp::gls::TextureStateQueryTests::__anon423e3c820111::TextureSwizzleCase 1112 …nderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in TextureWrapCase() 1117 void TextureWrapCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test() function in deqp::gls::TextureStateQueryTests::__anon423e3c820111::TextureWrapCase [all …]
|
| /external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ |
| D | http2_constants_test_util.cc | 8 namespace test { namespace 46 uint8_t KnownFlagsMaskForFrameType(Http2FrameType type) { in KnownFlagsMaskForFrameType() 76 uint8_t InvalidFlagMaskForFrameType(Http2FrameType type) { in InvalidFlagMaskForFrameType()
|
| /external/icu/icu4c/source/test/intltest/ |
| D | testidn.cpp | 80 testData(TestIDNA& test) { in testData() 204 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) { in parseMappings() 224 UStringPrepType type; in getValues() local 265 testAllCodepoints(TestIDNA& test){ in testAllCodepoints() 293 UStringPrepType type; in testAllCodepoints() local 330 UStringPrepType type){ in compareMapping() 406 UStringPrepType type){ in compareFlagsForRange()
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | testidn.cpp | 80 testData(TestIDNA& test) { in testData() 204 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) { in parseMappings() 224 UStringPrepType type; in getValues() local 265 testAllCodepoints(TestIDNA& test){ in testAllCodepoints() 293 UStringPrepType type; in testAllCodepoints() local 330 UStringPrepType type){ in compareMapping() 406 UStringPrepType type){ in compareFlagsForRange()
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | TreeRangeMapTest.java | 287 builder.add(Range.upTo(i, type)); in Range.upTo() argument 288 builder.add(Range.downTo(i, type)); in Range.downTo() argument 358 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangesAlone() local 370 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangePairs() local 386 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangeTriples() local 404 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAll() local 423 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAndRemove() local 439 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutTwoAndRemove() local 459 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutCoalescingTwoAndRemove() local 712 private void verify(Map<Integer, Integer> model, RangeMap<Integer, Integer> test) { in verify() argument
|
| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | test_sock_addr.c | 72 int type; member 645 static int load_insns(const struct sock_addr_test *test, in load_insns() 664 static int load_path(const struct sock_addr_test *test, const char *path) in load_path() 698 static int bind4_prog_load(const struct sock_addr_test *test) in bind4_prog_load() 703 static int bind6_prog_load(const struct sock_addr_test *test) in bind6_prog_load() 708 static int connect4_prog_load(const struct sock_addr_test *test) in connect4_prog_load() 713 static int connect6_prog_load(const struct sock_addr_test *test) in connect6_prog_load() 718 static int xmsg_ret_only_prog_load(const struct sock_addr_test *test, in xmsg_ret_only_prog_load() 729 static int sendmsg_allow_prog_load(const struct sock_addr_test *test) in sendmsg_allow_prog_load() 734 static int sendmsg_deny_prog_load(const struct sock_addr_test *test) in sendmsg_deny_prog_load() [all …]
|
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | select_reuseport.c | 237 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() 374 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() 396 static void do_test(int type, sa_family_t family, struct cmd *cmd, in do_test() 454 static void test_err_inner_map(int type, sa_family_t family) in test_err_inner_map() 465 static void test_err_skb_data(int type, sa_family_t family) in test_err_skb_data() 471 static void test_err_sk_select_port(int type, sa_family_t family) in test_err_sk_select_port() 482 static void test_pass(int type, sa_family_t family) in test_pass() 495 static void test_syncookie(int type, sa_family_t family) in test_syncookie() 530 static void test_pass_on_err(int type, sa_family_t family) in test_pass_on_err() 541 static void test_detach_bpf(int type, sa_family_t family) in test_detach_bpf() [all …]
|