/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 41 typedef std::pair<int,int> P; in test() typedef 42 P array[] = in test() 44 P(0, 1), in test() 45 P(0, 2), in test() 46 P(1, 1), in test() 47 P(1, 2), in test() 48 P(2, 1), in test() 49 P(2, 2), in test() 50 P(3, 1), in test() 51 P(3, 2), in test() [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | _swizzle.hpp | 51 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3, int N> 56 template <typename T, precision P, typename V, int E0, int E1> 57 struct _swizzle_base1<T, P, V,E0,E1,-1,-2,2> : public _swizzle_base0<T, 2> 62 template <typename T, precision P, typename V, int E0, int E1, int E2> 63 struct _swizzle_base1<T, P, V,E0,E1,E2,-1,3> : public _swizzle_base0<T, 3> 68 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3> 69 struct _swizzle_base1<T, P, V,E0,E1,E2,E3,4> : public _swizzle_base0<T, 4> 86 …template <typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3… 87 struct _swizzle_base2 : public _swizzle_base1<ValueType, P, VecType,E0,E1,E2,E3,N> 172 template <typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3> [all …]
|
D | type_vec1.hpp | 46 template <typename T, precision P> 54 typedef tvec1<T, P> type; 55 typedef tvec1<bool, P> bool_type; 78 GLM_FUNC_DECL tvec1(tvec1<T, P> const & v); 109 GLM_FUNC_DECL tvec1<T, P> & operator= (tvec1<T, P> const & v); 111 GLM_FUNC_DECL tvec1<T, P> & operator= (tvec1<U, P> const & v); 114 GLM_FUNC_DECL tvec1<T, P> & operator+=(U const & s); 116 GLM_FUNC_DECL tvec1<T, P> & operator+=(tvec1<U, P> const & v); 118 GLM_FUNC_DECL tvec1<T, P> & operator-=(U const & s); 120 GLM_FUNC_DECL tvec1<T, P> & operator-=(tvec1<U, P> const & v); [all …]
|
D | type_vec2.hpp | 46 template <typename T, precision P> 54 typedef tvec2<T, P> type; 55 typedef tvec2<bool, P> bool_type; 74 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, x, y) 75 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, r, g) 76 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, s, t) 77 _GLM_SWIZZLE2_3_MEMBERS(T, P, tvec3, x, y) 78 _GLM_SWIZZLE2_3_MEMBERS(T, P, tvec3, r, g) 79 _GLM_SWIZZLE2_3_MEMBERS(T, P, tvec3, s, t) 80 _GLM_SWIZZLE2_4_MEMBERS(T, P, tvec4, x, y) [all …]
|
D | type_vec3.hpp | 46 template <typename T, precision P> 54 typedef tvec3<T, P> type; 55 typedef tvec3<bool, P> bool_type; 74 _GLM_SWIZZLE3_2_MEMBERS(T, P, tvec2, x, y, z) 75 _GLM_SWIZZLE3_2_MEMBERS(T, P, tvec2, r, g, b) 76 _GLM_SWIZZLE3_2_MEMBERS(T, P, tvec2, s, t, p) 77 _GLM_SWIZZLE3_3_MEMBERS(T, P, tvec3, x, y, z) 78 _GLM_SWIZZLE3_3_MEMBERS(T, P, tvec3, r, g, b) 79 _GLM_SWIZZLE3_3_MEMBERS(T, P, tvec3, s, t, p) 80 _GLM_SWIZZLE3_4_MEMBERS(T, P, tvec4, x, y, z) [all …]
|
D | type_vec4.hpp | 47 template <typename T, precision P> 55 typedef tvec4<T, P> type; 56 typedef tvec4<bool, P> bool_type; 75 _GLM_SWIZZLE4_2_MEMBERS(T, P, tvec2, x, y, z, w) 76 _GLM_SWIZZLE4_2_MEMBERS(T, P, tvec2, r, g, b, a) 77 _GLM_SWIZZLE4_2_MEMBERS(T, P, tvec2, s, t, p, q) 78 _GLM_SWIZZLE4_3_MEMBERS(T, P, tvec3, x, y, z, w) 79 _GLM_SWIZZLE4_3_MEMBERS(T, P, tvec3, r, g, b, a) 80 _GLM_SWIZZLE4_3_MEMBERS(T, P, tvec3, s, t, p, q) 81 _GLM_SWIZZLE4_4_MEMBERS(T, P, tvec4, x, y, z, w) [all …]
|
D | type_mat2x2.hpp | 40 template <typename T, precision P> 46 typedef tvec2<T, P> col_type; 47 typedef tvec2<T, P> row_type; 48 typedef tmat2x2<T, P> type; 49 typedef tmat2x2<T, P> transpose_type; 67 GLM_FUNC_DECL tmat2x2(tmat2x2<T, P> const & m); 91 tvec2<U, P> const & v1, 92 tvec2<V, P> const & v2); 99 GLM_FUNC_DECL explicit tmat2x2(tmat3x3<T, P> const & x); 100 GLM_FUNC_DECL explicit tmat2x2(tmat4x4<T, P> const & x); [all …]
|
D | type_mat4x4.hpp | 41 template <typename T, precision P> 47 typedef tvec4<T, P> col_type; 48 typedef tvec4<T, P> row_type; 49 typedef tmat4x4<T, P> type; 50 typedef tmat4x4<T, P> transpose_type; 66 GLM_FUNC_DECL tmat4x4(tmat4x4<T, P> const & m); 101 tvec4<V1, P> const & v1, 102 tvec4<V2, P> const & v2, 103 tvec4<V3, P> const & v3, 104 tvec4<V4, P> const & v4); [all …]
|
D | type_mat3x3.hpp | 40 template <typename T, precision P> 46 typedef tvec3<T, P> col_type; 47 typedef tvec3<T, P> row_type; 48 typedef tmat3x3<T, P> type; 49 typedef tmat3x3<T, P> transpose_type; 66 GLM_FUNC_DECL tmat3x3(tmat3x3<T, P> const & m); 96 tvec3<V1, P> const & v1, 97 tvec3<V2, P> const & v2, 98 tvec3<V3, P> const & v3); 104 GLM_FUNC_DECL explicit tmat3x3(tmat2x2<T, P> const & x); [all …]
|
D | type_vec1.inl | 32 template <typename T, precision P> 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tvec1<T, P>::length() const 41 template <typename T, precision P> 42 GLM_FUNC_QUALIFIER T & tvec1<T, P>::operator[](length_t i) 48 template <typename T, precision P> 49 GLM_FUNC_QUALIFIER T const & tvec1<T, P>::operator[](length_t i) const 58 template <typename T, precision P> 59 GLM_FUNC_QUALIFIER tvec1<T, P>::tvec1() : 63 template <typename T, precision P> 64 GLM_FUNC_QUALIFIER tvec1<T, P>::tvec1(tvec1<T, P> const & v) : [all …]
|
D | type_mat3x2.hpp | 41 template <typename T, precision P> 47 typedef tvec2<T, P> col_type; 48 typedef tvec3<T, P> row_type; 49 typedef tmat3x2<T, P> type; 50 typedef tmat2x3<T, P> transpose_type; 61 GLM_FUNC_DECL tmat3x2(tmat3x2<T, P> const & m); 91 tvec2<V1, P> const & v1, 92 tvec2<V2, P> const & v2, 93 tvec2<V3, P> const & v3); 99 GLM_FUNC_DECL explicit tmat3x2(tmat2x2<T, P> const & x); [all …]
|
D | type_mat2x4.hpp | 41 template <typename T, precision P> 47 typedef tvec4<T, P> col_type; 48 typedef tvec2<T, P> row_type; 49 typedef tmat2x4<T, P> type; 50 typedef tmat4x2<T, P> transpose_type; 61 GLM_FUNC_DECL tmat2x4(tmat2x4<T, P> const & m); 87 tvec4<U, P> const & v1, 88 tvec4<V, P> const & v2); 95 GLM_FUNC_DECL explicit tmat2x4(tmat2x2<T, P> const & x); 96 GLM_FUNC_DECL explicit tmat2x4(tmat3x3<T, P> const & x); [all …]
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | eq.pass.cpp | 31 typedef int P; in main() typedef 32 P a[] = in main() 34 P(10), in main() 35 P(20), in main() 36 P(20), in main() 37 P(30), in main() 38 P(40), in main() 39 P(50), in main() 40 P(50), in main() 41 P(50), in main() [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_aut_spho7.utf | 14 … '-' '{P0}' '{P3}' '{P2}' '{P1}' '{WB}' '{P:N_SG}' '{P:V_SG}' '{P:V_PL}' '{P:V_PART_PRES}… 15 …P:V_MODAL_SG}' '{P:V_MODAL_PL}' '{P:V_MODAL_PART}' '{P:V_MODAL_INF}' '{P:V_INF}' '{P:V_AUX_SG… 16 …P:N_M_SG}' '{P:N_F_PL}' '{P:N_M_PL}' '{P:N_ADJ_F_SG}' '{P:N_ADJ_M_SG}' '{P:N_ADJ_F_PL}' '{P:… 17 …'{P:ADV}' '{P:ADJ_SG}' '{P:ADJ_PL}' '{P:ABBREV}' '{A4}' '{A3}' '{A2}' '{A1}' '{A0}' 'Þ'/@… 21 …P:N_SG}'/@ '{P:V_SG}'/@ '{P:V_PL}'/@ '{P:V_PART_PRES}'/@ '{P:V_PART}'/@ '{P:V_MODAL_SG}'/@ '… 22 …P:V_AUX_PL}'/@ '{P:V_AUX_PART}'/@ '{P:V_AUX_INF}'/@ '{P:Q_PTCL}'/@ '{P:PRO_SG}'/@ '{P:PRO_PL}… 23 …P:N_ADJ_M_PL}'/@ '{P:NEG}'/@ '{P:DET_SG}'/@ '{P:DET_PL}'/@ '{P:CONJ_SUB}'/@ '{P:CONJ_QUE}'/@ … 36 …P:N_SG}' '{P:V_SG}' '{P:V_PL}' '{P:V_PART_PRES}' '{P:V_PART}' '{P:V_MODAL_SG}' '{P:V_MODAL_P… 37 :CLASS 9 :IS '{P:N_F_SG}' '{P:N_F_PL}' '{P:N_ADJ_F_SG}' '{P:N_ADJ_F_PL}' 38 :CLASS 10 :IS '{P:CARD}' [all …]
|
D | fr-FR_aut_spho1.utf | 17 …' '{A3}' '{A4}' '{P:ABBREV}' '{P:ADJ_PL}' '{P:ADJ_SG}' '{P:ADV}' '{P:CARD}' '{P:CLITIC}' … 18 …P:DET_PL}' '{P:DET_SG}' '{P:NEG}' '{P:N_ADJ_M_PL}' '{P:N_ADJ_F_PL}' '{P:N_ADJ_M_SG}' '{P:N_A… 19 …P:Q_PTCL}' '{P:V_AUX_INF}' '{P:V_AUX_PART}' '{P:V_AUX_PL}' '{P:V_AUX_SG}' '{P:V_INF}' '{P:V_… 20 …{P0}' '-' '&' '#' '.'/'-' @/'{A0}' @/'{P:ABBREV}' @/'{P:ADJ_PL}' @/'{P:ADJ_SG}' @/'{P:ADV… 21 …P:CLITIC}' @/'{P:CONJ_CO}' @/'{P:CONJ_QUE}' @/'{P:CONJ_SUB}' @/'{P:DET_PL}' @/'{P:DET_SG}' @… 22 …P:PREP}' @/'{P:PRON_ADV}' @/'{P:PRO_PL}' @/'{P:PRO_SG}' @/'{P:Q_PTCL}' @/'{P:V_AUX_INF}' @/'… 23 @/'{P:V_PART_PRES}' @/'{P:V_PL}' @/'{P:V_SG}' @/'{P:N_SG}' 30 :CLASS 3 :IS '{P:ABBREV}' 31 :CLASS 4 :IS '{P:ADJ_PL}' 32 :CLASS 5 :IS '{P:ADJ_SG}' [all …]
|
D | fr-FR_aut_spho2.utf | 17 …' '{A2}' '{A3}' '{A4}' '{P:ABBREV}' '{P:ADJ_PL}' '{P:ADJ_SG}' '{P:ADV}' '{P:CARD}' '{P:CL… 18 …P:CONJ_SUB}' '{P:DET_PL}' '{P:DET_SG}' '{P:NEG}' '{P:N_ADJ_M_PL}' '{P:N_ADJ_F_PL}' '{P:N_ADJ… 19 …P:PRO_SG}' '{P:Q_PTCL}' '{P:V_AUX_INF}' '{P:V_AUX_PART}' '{P:V_AUX_PL}' '{P:V_AUX_SG}' '{P:V… 20 …'{P:N_SG}' '{WB}' '{P1}' '{P2}' '{P3}' '{P0}' '-' '&' '#' '.' ')'/@ '@'/'6' @/'{A0}' … 21 …P:N_ADJ_F_SG}' @/'{P:N_ADJ_M_SG}' @/'{P:N_SG}' @/'{P:N_F_SG}' @/'{P:N_M_SG}' @/'{P:ADJ_PL}' … 42 …P:ABBREV}' '{P:ADV}' '{P:CLITIC}' '{P:CONJ_CO}' '{P:CONJ_QUE}' '{P:CONJ_SUB}' '{P:DET_PL}' … 43 :CLASS 18 :IS '{P:ADJ_PL}' 44 :CLASS 19 :IS '{P:ADJ_SG}' 45 :CLASS 20 :IS '{P:CARD}' 46 :CLASS 21 :IS '{P:N_ADJ_M_PL}' [all …]
|
D | fr-FR_aut_spho6.utf | 14 …P3}' '{P2}' '{P1}' '{WB}' '{P:N_SG}' '{P:V_SG}' '{P:V_PL}' '{P:V_PART_PRES}' '{P:V_PART}' … 15 …P:V_MODAL_PART}' '{P:V_MODAL_INF}' '{P:V_INF}' '{P:V_AUX_SG}' '{P:V_AUX_PL}' '{P:V_AUX_PART}'… 16 …P:N_M_PL}' '{P:N_ADJ_F_SG}' '{P:N_ADJ_M_SG}' '{P:N_ADJ_F_PL}' '{P:N_ADJ_M_PL}' '{P:NEG}' '{P… 17 …'{P:ADJ_PL}' '{P:ABBREV}' '{A4}' '{A3}' '{A2}' '{A1}' '{A0}' 'Þ' 'Ü' 'Ø' 'a_a' 'O_O' '… 32 …P:N_SG}' '{P:V_SG}' '{P:V_PL}' '{P:V_PART_PRES}' '{P:V_PART}' '{P:V_MODAL_SG}' '{P:V_MODAL_P…
|
D | fr-FR_aut_spho3.utf | 17 …' '{A3}' '{A4}' '{P:ABBREV}' '{P:ADJ_PL}' '{P:ADJ_SG}' '{P:ADV}' '{P:CARD}' '{P:CLITIC}' … 18 …P:DET_PL}' '{P:DET_SG}' '{P:NEG}' '{P:N_ADJ_M_PL}' '{P:N_ADJ_F_PL}' '{P:N_ADJ_M_SG}' '{P:N_A… 19 …P:Q_PTCL}' '{P:V_AUX_INF}' '{P:V_AUX_PART}' '{P:V_AUX_PL}' '{P:V_AUX_SG}' '{P:V_INF}' '{P:V_… 38 …P:ABBREV}' '{P:ADV}' '{P:CARD}' '{P:CLITIC}' '{P:CONJ_CO}' '{P:CONJ_QUE}' '{P:CONJ_SUB}' '{… 39 :CLASS 15 :IS '{P:ADJ_PL}' '{P:ADJ_SG}' '{P:V_PART}' '{P:V_PART_PRES}'
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | eq.pass.cpp | 32 typedef std::pair<int, std::string> P; in main() typedef 33 P a[] = in main() 35 P(10, "ten"), in main() 36 P(20, "twenty"), in main() 37 P(20, "twenty 2"), in main() 38 P(30, "thirty"), in main() 39 P(40, "forty"), in main() 40 P(50, "fifty"), in main() 41 P(50, "fifty 2"), in main() 42 P(50, "fifty 3"), in main() [all …]
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | quaternion.hpp | 57 template <typename T, precision P> 62 typedef tvec4<bool, P> bool_type; 76 tvec3<T, P> const & v); 92 detail::tvec3<T, P> const & u, 93 detail::tvec3<T, P> const & v); 96 tvec3<T, P> const & eulerAngles); 98 tmat3x3<T, P> const & m); 100 tmat4x4<T, P> const & m); 107 GLM_FUNC_DECL tquat<T, P> & operator+=(tquat<T, P> const & q); 108 GLM_FUNC_DECL tquat<T, P> & operator*=(tquat<T, P> const & q); [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_aut_spho4.utf | 16 …A0}' '{A1}' '{A2}' '{A3}' '{A3}'/'{A1}' '{A4}' '{P:ABBREV}' '{P:ADJ_PL}' '{P:ADJ_SG}' '{P… 17 …P:ART_PL}' '{P:ART_SG}' '{P:AUXB_PL}' '{P:AUXB_SG}' '{P:AUXH_PL}' '{P:AUXH_SG}' '{P:CARD}' … 18 …P:NEG}' '{P:N_F_PL}' '{P:N_F_SG}' '{P:N_M_PL}' '{P:N_M_SG}' '{P:PERS_PRO_OBJ}' '{P:PERS_PRO_… 19 …P:Q_PRO_SG}' '{P:Q_PTCL}' '{P:REL_PRO}' '{P:V_GER}' '{P:V_INF}' '{P:V_MODAL_PL}' '{P:V_MODAL… 20 …' '&' '#' @/'{A0}' '{P1}'/'{WB}' @/'{P:N_M_PL}' @/'{P:N_F_PL}' @/'{P:ADJ_PL}' @/'{P:V_PART… 35 …P:ABBREV}' '{P:ADJ_SG}' '{P:ADV}' '{P:ART_PL}' '{P:ART_SG}' '{P:AUXB_PL}' '{P:AUXB_SG}' '{P… 36 :CLASS 12 :IS '{P:ADJ_PL}' 37 :CLASS 13 :IS '{P:CARD}' 38 :CLASS 14 :IS '{P:N_F_PL}' 39 :CLASS 15 :IS '{P:N_M_PL}' [all …]
|
D | es-ES_aut_spho2.utf | 16 … '{A1}' '{A2}' '{A3}' '{A4}' '{P:ABBREV}' '{P:ADJ_PL}' '{P:ADJ_SG}' '{P:ADV}' '{P:ART_PL}'… 17 …P:AUXB_SG}' '{P:AUXH_PL}' '{P:AUXH_SG}' '{P:CARD}' '{P:CONJ_CO}' '{P:CONJ_SUB}' '{P:DEM_PL}'… 18 …P:N_M_PL}' '{P:N_M_SG}' '{P:PERS_PRO_OBJ}' '{P:PERS_PRO_SUBJ}' '{P:POSS_PL}' '{P:POSS_SG}' '… 19 …'{P:V_GER}' '{P:V_INF}' '{P:V_MODAL_PL}' '{P:V_MODAL_SG}' '{P:V_PART_PL}' '{P:V_PART_SG}' '{… 34 …P:ABBREV}' '{P:ADJ_SG}' '{P:ADV}' '{P:ART_PL}' '{P:ART_SG}' '{P:AUXB_PL}' '{P:AUXB_SG}' '{P… 36 :CLASS 12 :IS '{P:ADJ_PL}' '{P:V_PART_PL}' 37 :CLASS 13 :IS '{P:CARD}' 38 :CLASS 14 :IS '{P:N_F_PL}'
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | eq.pass.cpp | 31 typedef int P; in main() typedef 32 P a[] = in main() 34 P(10), in main() 35 P(20), in main() 36 P(30), in main() 37 P(40), in main() 38 P(50), in main() 39 P(60), in main() 40 P(70), in main() 41 P(80) in main() [all …]
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | eq.pass.cpp | 32 typedef std::pair<int, std::string> P; in main() typedef 33 P a[] = in main() 35 P(10, "ten"), in main() 36 P(20, "twenty"), in main() 37 P(30, "thirty"), in main() 38 P(40, "forty"), in main() 39 P(50, "fifty"), in main() 40 P(60, "sixty"), in main() 41 P(70, "seventy"), in main() 42 P(80, "eighty"), in main() [all …]
|
/external/pcre/dist/testdata/ |
D | testinput5 | 328 X\P 329 Xa\P 330 Xaa\P 331 Xaaa\P 332 Xaaaa\P 335 X\P 336 Xa\P 337 Xaa\P 338 Xaaa\P 339 Xaaaa\P [all …]
|