/external/rust/crates/tinyvec/src/array/ |
D | generated_impl.rs | 7 impl<T: Default> Array for [T; 0] { implementation 8 type Item = T; 13 fn as_slice(&self) -> &[T] { in as_slice() argument 19 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut() argument 29 impl<T: Default> Array for [T; 1] { implementation 30 type Item = T; 35 fn as_slice(&self) -> &[T] { in as_slice() argument 41 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut() argument 47 [T::default()] in default() 51 impl<T: Default> Array for [T; 2] { implementation [all …]
|
/external/OpenCSD/decoder/tests/snapshots-ete/ete_mem/bindir/ |
D | OTHERS_exec | 10 …�������������'���S���S���{��R8դ|S�TqT��q� 11 T��q� 12 …T��q�T��q@T�pq�T ��!��>@��+��5�����������#���+���3���;���C���K��E/��K���C���;���…
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderInstructions.inl | 27 DECORATE_OP(T, OpNop) 28 DECORATE_OP(T, OpUndef) 78 DECORATE_OP(T, OpFunctionCall) 79 DECORATE_OP(T, OpVariable) 80 DECORATE_OP(T, OpImageTexelPointer) 81 DECORATE_OP(T, OpLoad) 82 DECORATE_OP(T, OpStore) 83 DECORATE_OP(T, OpCopyMemory) 84 DECORATE_OP(T, OpCopyMemorySized) 85 DECORATE_OP(T, OpAccessChain) [all …]
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 35 t/blob.t 36 t/bzlib/input.miff 37 t/bzlib/read.t 38 t/bzlib/write.t 39 t/cgm/input.cgm 40 t/cgm/read.t 41 t/composite.t 42 t/filter.t 43 t/fpx/input_256.fpx 44 t/fpx/input_bw.fpx [all …]
|
/external/adhd/cros_alsa/src/ |
D | elem.rs | 28 pub type Result<T> = std::result::Result<T, Error>; 62 // The `$t:ident $($ts:ident)*` part matches and removes one token at a time. It's used for 65 {$n:expr, $type:ty, $t:ident $($ts:ident)*} => { 67 type T = Self; 73 fn load(handle: &mut Ctl, id: &ElemId) -> Result<Self::T> 101 fn save(handle: &mut Ctl, id: &ElemId, val: Self::T) -> Result<bool> { 134 T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T 135 T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T 136 T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T 137 T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/res/values/ |
D | strings.xml | 78 -ei SF \t\t\t\t\t\t\t\t\t\t\t\t ####\t\t sampling frequency \n 79 -ei BS \t\t\t\t\t\t\t\t\t\t\t\t ####\t\t down sample block size \n 80 -es Filename \t\t\t\t\t\t\t ssss\t\t\t output filename \n 81 -ei MicSource \t\t\t\t\t\t\t ####\t\t microphone source\n 82 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t 0: DEFAULT\n 83 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t 1: MIC\n 84 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t 2: CAMCORDER\n 85 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t 3: VOICE_RECOGNITION\n 86 \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t 4: VOICE_COMMUNICATION\n 87 -ei AudioThread \t\t\t\t\t ####\t\t Audio Thread Type\n [all …]
|
/external/python/cpython2/Tools/pybench/ |
D | Tuples.py | 12 t = tuple(range(100)) 18 m = t[50:] 19 m = t[:25] 20 m = t[50:55] 21 m = t[:-1] 22 m = t[1:] 23 m = t[-10:] 24 m = t[:10] 26 m = t[50:] 27 m = t[:25] [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_vec2.inl | 7 template <typename T, precision P> 8 const tvec2<T, P> tvec2<T, P>::ZERO(static_cast<T>(0), static_cast<T>(0)); 10 template <typename T, precision P> 11 const tvec2<T, P> tvec2<T, P>::X(static_cast<T>(1), static_cast<T>(0)); 13 template <typename T, precision P> 14 const tvec2<T, P> tvec2<T, P>::Y(static_cast<T>(0), static_cast<T>(1)); 16 template <typename T, precision P> 17 const tvec2<T, P> tvec2<T, P>::XY(static_cast<T>(1), static_cast<T>(1)); 22 template <typename T, precision P> 23 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2() [all …]
|
D | type_vec4.inl | 7 template <typename T> 37 template <typename T, precision P, bool Aligned> 40 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b) 42 return tvec4<T, P>(a.x + b.x, a.y + b.y, a.z + b.z, a.w + b.w); 46 template <typename T, precision P, bool Aligned> 49 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b) 51 return tvec4<T, P>(a.x - b.x, a.y - b.y, a.z - b.z, a.w - b.w); 55 template <typename T, precision P, bool Aligned> 58 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b) 60 return tvec4<T, P>(a.x * b.x, a.y * b.y, a.z * b.z, a.w * b.w); [all …]
|
D | type_vec1.inl | 9 template <typename T, precision P> 10 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1() 18 template <typename T, precision P> 19 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, P> const & v) argument 24 template <typename T, precision P> 26 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v) argument 32 template <typename T, precision P> 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(ctor) 36 template <typename T, precision P> 37 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(T scalar) [all …]
|
D | type_vec3.inl | 8 template <typename T, precision P> 9 const tvec3<T, P> tvec3<T, P>::ZERO(static_cast<T>(0), static_cast<T>(0), static_cast<T>(0)); 11 template <typename T, precision P> 12 const tvec3<T, P> tvec3<T, P>::X(static_cast<T>(1), static_cast<T>(0), static_cast<T>(0)); 14 template <typename T, precision P> 15 const tvec3<T, P> tvec3<T, P>::Y(static_cast<T>(0), static_cast<T>(1), static_cast<T>(0)); 17 template <typename T, precision P> 18 const tvec3<T, P> tvec3<T, P>::Z(static_cast<T>(0), static_cast<T>(0), static_cast<T>(1)); 20 template <typename T, precision P> 21 const tvec3<T, P> tvec3<T, P>::XY(static_cast<T>(1), static_cast<T>(1), static_cast<T>(0)); [all …]
|
D | type_vec2.hpp | 18 template <typename T, precision P = defaultp> 23 typedef T value_type; 24 typedef tvec2<T, P> type; 30 T x, y; 45 struct{ T x, y; }; 46 struct{ T r, g; }; 47 struct{ T s, t; }; member 50 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, x, y) 51 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, r, g) 52 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, s, t) [all …]
|
/external/skqp/tests/ |
D | GrSKSLPrettyPrintTest.cpp | 19 ";for(;;;){and more stufff;mixed garbage\n\n\t\t\t\t\n/*using this" 21 const SkString input3(" dangerous\ndo so at your own\n risk*/;\n\n\t\t\t\n" 30 " 1\t#this is not a realshader\n" 34 " 5\t{\n" 35 " 6\t\t{\n" 36 " 7\t\t\tsome stuff;\n" 37 " 8\t\t}\n" 38 " 9\t\tfake block;\n" 39 " 10\t\t//comments\n" 40 " 11\t\treturn i;\n" [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-tuple.h | 61 # error "gtest's tuple doesn't compile on Visual Studio 2010 or later. \ 65 // GTEST_n_TUPLE_(T) is the type of an n-tuple. 66 #define GTEST_0_TUPLE_(T) tuple<> argument 67 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 69 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 71 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 73 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 75 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 77 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 79 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 60 # error "gtest's tuple doesn't compile on Visual Studio 2010 or later. \ 64 // GTEST_n_TUPLE_(T) is the type of an n-tuple. 65 #define GTEST_0_TUPLE_(T) tuple<> argument 66 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 68 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 70 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 72 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 74 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 76 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 78 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 54 // GTEST_n_TUPLE_(T) is the type of an n-tuple. 55 #define GTEST_0_TUPLE_(T) tuple<> argument 56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/igt-gpu-tools/tools/ |
D | intel_audio_dump.c | 365 [0] = "2T mode with sdi data held for 2 bit clocks", 366 [1] = "1T mode with sdi data held for 1 bit clock only", 536 printf("AUD_VID_DID vendor id\t\t\t0x%x\n", dword >> 16); in dump_eaglelake() 537 printf("AUD_VID_DID device id\t\t\t0x%x\n", dword & 0xffff); in dump_eaglelake() 540 printf("AUD_RID major revision\t\t\t0x%lx\n", REG_BITS(dword, 23, 20)); in dump_eaglelake() 541 printf("AUD_RID minor revision\t\t\t0x%lx\n", REG_BITS(dword, 19, 16)); in dump_eaglelake() 542 printf("AUD_RID revision id\t\t\t0x%lx\n", REG_BITS(dword, 15, 8)); in dump_eaglelake() 543 printf("AUD_RID stepping id\t\t\t0x%lx\n", REG_BITS(dword, 7, 0)); in dump_eaglelake() 546 printf("SDVOB enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); in dump_eaglelake() 547 printf("SDVOB HDMI encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_HDMI)); in dump_eaglelake() [all …]
|
/external/llvm-project/libcxx/include/ |
D | numbers | 17 template<class T> inline constexpr T e_v = unspecified; 18 template<class T> inline constexpr T log2e_v = unspecified; 19 template<class T> inline constexpr T log10e_v = unspecified; 20 template<class T> inline constexpr T pi_v = unspecified; 21 template<class T> inline constexpr T inv_pi_v = unspecified; 22 template<class T> inline constexpr T inv_sqrtpi_v = unspecified; 23 template<class T> inline constexpr T ln2_v = unspecified; 24 template<class T> inline constexpr T ln10_v = unspecified; 25 template<class T> inline constexpr T sqrt2_v = unspecified; 26 template<class T> inline constexpr T sqrt3_v = unspecified; [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 12 template <typename T, precision P> 13 GLM_FUNC_QUALIFIER tvec4<T, P> grad4(T const & j, tvec4<T, P> const & ip) argument 15 tvec3<T, P> pXYZ = floor(fract(tvec3<T, P>(j) * tvec3<T, P>(ip)) * T(7)) * ip[2] - T(1); 16 T pW = static_cast<T>(1.5) - dot(abs(pXYZ), tvec3<T, P>(1)); 17 tvec4<T, P> s = tvec4<T, P>(lessThan(tvec4<T, P>(pXYZ, pW), tvec4<T, P>(0.0))); 18 pXYZ = pXYZ + (tvec3<T, P>(s) * T(2) - T(1)) * s.w; 19 return tvec4<T, P>(pXYZ, pW); 24 template <typename T, precision P> 25 GLM_FUNC_QUALIFIER T perlin(tvec2<T, P> const & Position) argument 27 …tvec4<T, P> Pi = glm::floor(tvec4<T, P>(Position.x, Position.y, Position.x, Position.y)) + tvec4<T… [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | exponential-paths.cpp | 3 // RUN: rm -rf %t 4 // RUN: mkdir %t 9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap 10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap 11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap 12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap 13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap 14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap 15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap 16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap [all …]
|
/external/clang/test/Modules/ |
D | exponential-paths.cpp | 3 // RUN: rm -rf %t 4 // RUN: mkdir %t 9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap 10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap 11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap 12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap 13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap 14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap 15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap 16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap [all …]
|
/external/libcxx/test/std/re/re.traits/ |
D | isctype.pass.cpp | 27 std::regex_traits<char> t; in main() local 30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() 33 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main() 34 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main() 35 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main() 36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main() 39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 40 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() [all …]
|
/external/llvm-project/libcxx/test/std/re/re.traits/ |
D | isctype.pass.cpp | 23 std::regex_traits<char> t; in main() local 26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() 29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main() 30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main() 31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main() 32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main() 35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 62 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n"); in dump_SVGA3dVertexDecl() 65 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n"); in dump_SVGA3dVertexDecl() 68 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n"); in dump_SVGA3dVertexDecl() 71 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n"); in dump_SVGA3dVertexDecl() 74 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n"); in dump_SVGA3dVertexDecl() 77 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n"); in dump_SVGA3dVertexDecl() 80 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n"); in dump_SVGA3dVertexDecl() 83 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n"); in dump_SVGA3dVertexDecl() 86 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n"); in dump_SVGA3dVertexDecl() 89 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2N\n"); in dump_SVGA3dVertexDecl() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-meta.hh | 47 template <typename T, T v> struct hb_integral_constant { static constexpr T value = v; }; 55 template <bool B, typename T = void> struct hb_enable_if {}; 56 template <typename T> struct hb_enable_if<true, T> { typedef T type; }; 61 template <typename T, typename T2> struct hb_is_same : hb_false_type {}; 62 template <typename T> struct hb_is_same<T, T> : hb_true_type {}; 63 #define hb_is_same(T, T2) hb_is_same<T, T2>::value argument 78 template <typename T> struct hb_type_identity_t { typedef T type; }; 79 template <typename T> using hb_type_identity = typename hb_type_identity_t<T>::type; 83 template <typename T> constexpr T* 84 operator () (T& arg) const in operator ()() [all …]
|