Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 25 of 1155) sorted by relevance

12345678910>>...47

/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.prop.pass.cpp16 namespace ex = std::experimental;
42 static_assert(ex::is_const_v<T>, ""); in type_properties_test()
43 static_assert(std::is_same<decltype(ex::is_const_v<T>), const bool>::value, ""); in type_properties_test()
44 static_assert(ex::is_const_v<T> == std::is_const<T>::value, ""); in type_properties_test()
48 static_assert(!ex::is_const_v<T>, ""); in type_properties_test()
49 static_assert(ex::is_const_v<T> == std::is_const<T>::value, ""); in type_properties_test()
53 static_assert(ex::is_volatile_v<T>, ""); in type_properties_test()
54 static_assert(std::is_same<decltype(ex::is_volatile_v<T>), const bool>::value, ""); in type_properties_test()
55 static_assert(ex::is_volatile_v<T> == std::is_volatile<T>::value, ""); in type_properties_test()
59 static_assert(!ex::is_volatile_v<T>, ""); in type_properties_test()
[all …]
Dmeta.unary.cat.pass.cpp16 namespace ex = std::experimental;
26 static_assert(ex::is_void_v<T>, ""); in main()
27 static_assert(std::is_same<decltype(ex::is_void_v<T>), const bool>::value, ""); in main()
28 static_assert(ex::is_void_v<T> == std::is_void<T>::value, ""); in main()
32 static_assert(!ex::is_void_v<T>, ""); in main()
33 static_assert(ex::is_void_v<T> == std::is_void<T>::value, ""); in main()
37 static_assert(ex::is_null_pointer_v<T>, ""); in main()
38 static_assert(std::is_same<decltype(ex::is_null_pointer_v<T>), const bool>::value, ""); in main()
39 static_assert(ex::is_null_pointer_v<T> == std::is_null_pointer<T>::value, ""); in main()
43 static_assert(!ex::is_null_pointer_v<T>, ""); in main()
[all …]
Dmeta.unary.comp.pass.cpp16 namespace ex = std::experimental;
24 static_assert(ex::is_reference_v<T>, ""); in main()
25 static_assert(std::is_same<decltype(ex::is_reference_v<T>), const bool>::value, ""); in main()
26 static_assert(ex::is_reference_v<T> == std::is_reference<T>::value, ""); in main()
30 static_assert(!ex::is_reference_v<T>, ""); in main()
31 static_assert(ex::is_reference_v<T> == std::is_reference<T>::value, ""); in main()
35 static_assert(ex::is_arithmetic_v<T>, ""); in main()
36 static_assert(std::is_same<decltype(ex::is_arithmetic_v<T>), const bool>::value, ""); in main()
37 static_assert(ex::is_arithmetic_v<T> == std::is_arithmetic<T>::value, ""); in main()
41 static_assert(!ex::is_arithmetic_v<T>, ""); in main()
[all …]
Dmeta.unary.prop.query.pass.cpp16 namespace ex = std::experimental;
22 static_assert(ex::alignment_of_v<T> == 1, ""); in main()
23 static_assert(std::is_same<decltype(ex::alignment_of_v<T>), const std::size_t>::value, ""); in main()
24 static_assert(ex::alignment_of_v<T> == std::alignment_of<T>::value, ""); in main()
28 static_assert(ex::rank_v<T> == 3, ""); in main()
29 static_assert(std::is_same<decltype(ex::rank_v<T>), const std::size_t>::value, ""); in main()
30 static_assert(ex::rank_v<T> == std::rank<T>::value, ""); in main()
34 static_assert(ex::rank_v<T> == 0, ""); in main()
35 static_assert(ex::rank_v<T> == std::rank<T>::value, ""); in main()
39 static_assert(ex::extent_v<T> == 2, ""); in main()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
Dput2.pass.cpp51 std::string ex(str, iter.base()); in main() local
52 assert(ex == "Saturday"); in main()
56 std::string ex(str, iter.base()); in main() local
57 assert(ex == "Sat"); in main()
61 std::string ex(str, iter.base()); in main() local
62 assert(ex == "May"); in main()
66 std::string ex(str, iter.base()); in main() local
67 assert(ex == "May"); in main()
71 std::string ex(str, iter.base()); in main() local
72 assert(ex == "20"); in main()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_double.pass.cpp70 std::string ex(str, iter.base()); in test1() local
71 assert(ex == "0"); in test1()
78 std::string ex(str, iter.base()); in test1() local
79 assert(ex == "0************************"); in test1()
86 std::string ex(str, iter.base()); in test1() local
87 assert(ex == "************************0"); in test1()
94 std::string ex(str, iter.base()); in test1() local
95 assert(ex == "************************0"); in test1()
104 std::string ex(str, iter.base()); in test1() local
105 assert(ex == "0"); in test1()
[all …]
Dput_long_double.pass.cpp75 std::string ex(str, iter.base()); in test1() local
76 assert(ex == "0"); in test1()
83 std::string ex(str, iter.base()); in test1() local
84 assert(ex == "0************************"); in test1()
91 std::string ex(str, iter.base()); in test1() local
92 assert(ex == "************************0"); in test1()
99 std::string ex(str, iter.base()); in test1() local
100 assert(ex == "************************0"); in test1()
109 std::string ex(str, iter.base()); in test1() local
110 assert(ex == "0"); in test1()
[all …]
Dput_long_long.pass.cpp51 std::string ex(str, iter.base()); in main() local
52 assert(ex == "0"); in main()
59 std::string ex(str, iter.base()); in main() local
60 assert(ex == "1"); in main()
67 std::string ex(str, iter.base()); in main() local
68 assert(ex == "-1"); in main()
75 std::string ex(str, iter.base()); in main() local
76 assert(ex == "-1000"); in main()
83 std::string ex(str, iter.base()); in main() local
84 assert(ex == "1000"); in main()
[all …]
Dput_unsigned_long_long.pass.cpp51 std::string ex(str, iter.base()); in main() local
52 assert(ex == "0"); in main()
59 std::string ex(str, iter.base()); in main() local
60 assert(ex == "1"); in main()
67 std::string ex(str, iter.base()); in main() local
68 assert(ex == (sizeof(unsigned long long) == 4 ? "4294967295" : "18446744073709551615")); in main()
75 std::string ex(str, iter.base()); in main() local
76 assert(ex == "18446744073709550616"); in main()
83 std::string ex(str, iter.base()); in main() local
84 assert(ex == "1000"); in main()
[all …]
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3exception.c37 static void antlr3ExceptionPrint(pANTLR3_EXCEPTION ex);
38 static void antlr3ExceptionFree (pANTLR3_EXCEPTION ex);
74 pANTLR3_EXCEPTION ex; in antlr3ExceptionNew() local
78 ex = (pANTLR3_EXCEPTION) ANTLR3_CALLOC(1, sizeof(ANTLR3_EXCEPTION)); in antlr3ExceptionNew()
82 if (ex == NULL) in antlr3ExceptionNew()
87 ex->name = name; /* Install exception name */ in antlr3ExceptionNew()
88 ex->type = exception; /* Install the exception number */ in antlr3ExceptionNew()
89 ex->message = message; /* Install message string */ in antlr3ExceptionNew()
93 ex->freeMessage = freeMessage; in antlr3ExceptionNew()
97 ex->print = antlr3ExceptionPrint; in antlr3ExceptionNew()
[all …]
/external/proguard/src/proguard/classfile/io/
DRuntimeDataInput.java50 catch (IOException ex) in readBoolean()
52 throw new RuntimeException(ex.getMessage()); in readBoolean()
62 catch (IOException ex) in readByte()
64 throw new RuntimeException(ex.getMessage()); in readByte()
74 catch (IOException ex) in readChar()
76 throw new RuntimeException(ex.getMessage()); in readChar()
86 catch (IOException ex) in readDouble()
88 throw new RuntimeException(ex.getMessage()); in readDouble()
98 catch (IOException ex) in readFloat()
100 throw new RuntimeException(ex.getMessage()); in readFloat()
[all …]
DRuntimeDataOutput.java50 catch (IOException ex) in write()
52 throw new RuntimeException(ex.getMessage()); in write()
63 catch (IOException ex) in write()
65 throw new RuntimeException(ex.getMessage()); in write()
76 catch (IOException ex) in write()
78 throw new RuntimeException(ex.getMessage()); in write()
89 catch (IOException ex) in writeBoolean()
91 throw new RuntimeException(ex.getMessage()); in writeBoolean()
102 catch (IOException ex) in writeByte()
104 throw new RuntimeException(ex.getMessage()); in writeByte()
[all …]
/external/boringssl/src/crypto/x509/
Dx509_v3.c86 X509_EXTENSION *ex; in X509v3_get_ext_by_OBJ() local
95 ex=sk_X509_EXTENSION_value(sk,lastpos); in X509v3_get_ext_by_OBJ()
96 if (OBJ_cmp(ex->object,obj) == 0) in X509v3_get_ext_by_OBJ()
106 X509_EXTENSION *ex; in X509v3_get_ext_by_critical() local
115 ex=sk_X509_EXTENSION_value(sk,lastpos); in X509v3_get_ext_by_critical()
116 if ( ((ex->critical > 0) && crit) || in X509v3_get_ext_by_critical()
117 ((ex->critical <= 0) && !crit)) in X509v3_get_ext_by_critical()
142 X509_EXTENSION *ex, int loc) in STACK_OF()
166 if ((new_ex=X509_EXTENSION_dup(ex)) == NULL) in STACK_OF()
181 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, in X509_EXTENSION_create_by_NID() argument
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
Dput_long_double_zh_CN.pass.cpp70 std::string ex(str, iter.base()); in main() local
71 assert(ex == "0.00"); in main()
78 std::string ex(str, iter.base()); in main() local
79 assert(ex == "-0.01"); in main()
86 std::string ex(str, iter.base()); in main() local
87 assert(ex == "1,234,567.89"); in main()
94 std::string ex(str, iter.base()); in main() local
95 assert(ex == "-1,234,567.89"); in main()
103 std::string ex(str, iter.base()); in main() local
104 assert(ex == "\xEF\xBF\xA5""0.00"); in main()
[all …]
Dput_long_double_ru_RU.pass.cpp75 std::string ex(str, iter.base()); in main() local
76 assert(ex == "0,00 "); in main()
83 std::string ex(str, iter.base()); in main() local
84 assert(ex == "-0,01 "); in main()
91 std::string ex(str, iter.base()); in main() local
92 assert(ex == "1 234 567,89 "); in main()
99 std::string ex(str, iter.base()); in main() local
100 assert(ex == "-1 234 567,89 "); in main()
108 std::string ex(str, iter.base()); in main() local
109 assert(ex == "0,00 \xD1\x80\xD1\x83\xD0\xB1""."); in main()
[all …]
Dput_long_double_fr_FR.pass.cpp69 std::string ex(str, iter.base()); in main() local
70 assert(ex == "0,00"); in main()
77 std::string ex(str, iter.base()); in main() local
78 assert(ex == "-0,01"); in main()
85 std::string ex(str, iter.base()); in main() local
86 assert(ex == "1 234 567,89"); in main()
93 std::string ex(str, iter.base()); in main() local
94 assert(ex == "-1 234 567,89"); in main()
102 std::string ex(str, iter.base()); in main() local
103 assert(ex == "0,00 \u20ac"); in main()
[all …]
Dput_long_double_en_US.pass.cpp67 std::string ex(str, iter.base()); in main() local
68 assert(ex == "0.00"); in main()
75 std::string ex(str, iter.base()); in main() local
76 assert(ex == "-0.01"); in main()
83 std::string ex(str, iter.base()); in main() local
84 assert(ex == "1,234,567.89"); in main()
91 std::string ex(str, iter.base()); in main() local
92 assert(ex == "-1,234,567.89"); in main()
100 std::string ex(str, iter.base()); in main() local
101 assert(ex == "$0.00"); in main()
[all …]
Dput_string_en_US.pass.cpp67 std::string ex(str, iter.base()); in main() local
68 assert(ex == "0.00"); in main()
75 std::string ex(str, iter.base()); in main() local
76 assert(ex == "-0.01"); in main()
83 std::string ex(str, iter.base()); in main() local
84 assert(ex == "1,234,567.89"); in main()
91 std::string ex(str, iter.base()); in main() local
92 assert(ex == "-1,234,567.89"); in main()
100 std::string ex(str, iter.base()); in main() local
101 assert(ex == "$0.00"); in main()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
Dget_long_double_ru_RU.pass.cpp73 long double ex; in main() local
76 false, ios, err, ex); in main()
79 assert(ex == 0); in main()
84 long double ex; in main() local
87 false, ios, err, ex); in main()
90 assert(ex == -1); in main()
95 long double ex; in main() local
98 false, ios, err, ex); in main()
101 assert(ex == 123456789); in main()
106 long double ex; in main() local
[all …]
Dget_long_double_fr_FR.pass.cpp67 long double ex; in main() local
70 false, ios, err, ex); in main()
73 assert(ex == 0); in main()
78 long double ex; in main() local
81 false, ios, err, ex); in main()
84 assert(ex == -1); in main()
89 long double ex; in main() local
92 false, ios, err, ex); in main()
95 assert(ex == 123456789); in main()
100 long double ex; in main() local
[all …]
Dget_long_double_zh_CN.pass.cpp68 long double ex; in main() local
71 false, ios, err, ex); in main()
74 assert(ex == 0); in main()
79 long double ex; in main() local
82 false, ios, err, ex); in main()
85 assert(ex == -1); in main()
90 long double ex; in main() local
93 false, ios, err, ex); in main()
96 assert(ex == 123456789); in main()
101 long double ex; in main() local
[all …]
Dget_long_double_en_US.pass.cpp65 long double ex; in main() local
68 false, ios, err, ex); in main()
71 assert(ex == 0); in main()
76 long double ex; in main() local
79 false, ios, err, ex); in main()
82 assert(ex == -1); in main()
87 long double ex; in main() local
90 false, ios, err, ex); in main()
93 assert(ex == 123456789); in main()
98 long double ex; in main() local
[all …]
Dget_string_en_US.pass.cpp65 std::string ex; in main() local
68 false, ios, err, ex); in main()
71 assert(ex == "0"); in main()
76 std::string ex; in main() local
79 false, ios, err, ex); in main()
82 assert(ex == "-1"); in main()
87 std::string ex; in main() local
90 false, ios, err, ex); in main()
93 assert(ex == "123456789"); in main()
98 std::string ex; in main() local
[all …]
/external/skia/include/utils/win/
DSkHRESULT.h44 #define HR(ex) HR_GENERAL(ex, NULL, _hr) argument
45 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) argument
47 #define HRB(ex) HR_GENERAL(ex, NULL, false) argument
48 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) argument
50 #define HRN(ex) HR_GENERAL(ex, NULL, NULL) argument
51 #define HRNM(ex, msg) HR_GENERAL(ex, msg, NULL) argument
53 #define HRV(ex) HR_GENERAL(ex, NULL, ) argument
54 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) argument
56 #define HRZ(ex) HR_GENERAL(ex, NULL, 0) argument
57 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java101 } catch (IOException ex) { in write()
102 throw new RuntimeException(ex); in write()
110 } catch (IOException ex) { in write()
111 throw new RuntimeException(ex); in write()
119 } catch (IOException ex) { in write()
120 throw new RuntimeException(ex); in write()
128 } catch (IOException ex) { in write()
129 throw new RuntimeException(ex); in write()
137 } catch (IOException ex) { in write()
138 throw new RuntimeException(ex); in write()
[all …]

12345678910>>...47