Home
last modified time | relevance | path

Searched full:t (Results 1 – 25 of 20761) sorted by relevance

12345678910>>...831

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcprijtables.h103 // (be parametrized by any transformation 't')
105 #define LINE(t) \ argument
106 t(0x00), t(0x01), t(0x02), t(0x03), t(0x04), t(0x05), t(0x06), t(0x07),\
107 t(0x08), t(0x09), t(0x0a), t(0x0b), t(0x0c), t(0x0d), t(0x0e), t(0x0f),\
108 t(0x10), t(0x11), t(0x12), t(0x13), t(0x14), t(0x15), t(0x16), t(0x17),\
109 t(0x18), t(0x19), t(0x1a), t(0x1b), t(0x1c), t(0x1d), t(0x1e), t(0x1f),\
110 t(0x20), t(0x21), t(0x22), t(0x23), t(0x24), t(0x25), t(0x26), t(0x27),\
111 t(0x28), t(0x29), t(0x2a), t(0x2b), t(0x2c), t(0x2d), t(0x2e), t(0x2f),\
112 t(0x30), t(0x31), t(0x32), t(0x33), t(0x34), t(0x35), t(0x36), t(0x37),\
113 t(0x38), t(0x39), t(0x3a), t(0x3b), t(0x3c), t(0x3d), t(0x3e), t(0x3f),\
[all …]
/external/ImageMagick/PerlMagick/
DMANIFEST35 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/drrickorang/LoopbackApp/app/src/main/res/values/
Dstrings.xml78 -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/
DTuples.py12 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 …]
DStrings.py14 t = join(map(str,range(1,101)))
17 t + s
18 t + s
19 t + s
20 t + s
21 t + s
23 t + s
24 t + s
25 t + s
26 t + s
[all …]
/external/one-true-awk/
Dawktest.tar ... T.sub testdir/t.fun testdir/t.cat2 testdir/t.for testdir/p
/external/u-boot/tools/dtoc/
Dtest_dtoc.py81 self.assertEqual('fred\t', tab_to(1, 'fred'))
83 self.assertEqual('fred was here\t\t', tab_to(3, 'fred was here'))
85 self.assertEqual('exactly8\t', tab_to(2, 'exactly8'))
144 \tbool\t\tlow_power;
145 \tfdt64_t\t\treg[2];
148 \tbool\t\tboolval;
151 \tfdt32_t\t\tintarray[4];
152 \tfdt32_t\t\tintval;
166 \t.bytearray\t\t= {0x6, 0x0, 0x0},
167 \t.byteval\t\t= 0x5,
[all …]
/external/skqp/tests/
DGrSKSLPrettyPrintTest.cpp19 ";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/skia/tests/
DGrSKSLPrettyPrintTest.cpp19 ";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/
Dgtest-tuple.h61 # 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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-tuple.h60 # 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h60 # 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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h60 # 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h54 // 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/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-tuple.h56 // GTEST_n_TUPLE_(T) is the type of an n-tuple.
57 #define GTEST_0_TUPLE_(T) tuple<> argument
58 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
60 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
62 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
64 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
66 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
68 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
70 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
72 #define GTEST_8_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/
Dgtest-tuple.h54 // 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/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Content/
DSkinnedVertShader.cpp20 "\t\n"
22 "\t(BoneMatrixArray) to get the required bone matrix for transformation. The \n"
28 "\t (BoneMatrixArray[Index1] * inVertex) * Weight1\n"
49 "uniform mediump\tint\t BoneCount;\n"
60 "\t{\n"
61 "\t\t// On PowerVR SGX it is possible to index the components of a vector\n"
62 "\t\t// with the [] operator. However this can cause trouble with PC\n"
63 "\t\t// emulation on some hardware so we \"rotate\" the vectors instead.\n"
64 "\t\tmediump ivec4 boneIndex = ivec4(inBoneIndex);\n"
65 "\t\tmediump vec4 boneWeights = inBoneWeights;\n"
[all …]
/external/clang/test/Modules/
Dexponential-paths.cpp3 // 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/
Disctype.pass.cpp27 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/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c62 _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/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_mips.c39 ".set push \n\t" in WebRtcIsacfix_Time2SpecMIPS()
40 ".set noreorder \n\t" in WebRtcIsacfix_Time2SpecMIPS()
41 "addiu %[inre1], %[inre1Q9], 0 \n\t" in WebRtcIsacfix_Time2SpecMIPS()
42 "addiu %[inre2], %[inre2Q9], 0 \n\t" in WebRtcIsacfix_Time2SpecMIPS()
43 "addiu %[tmpre], %[tmpreQ16], 0 \n\t" in WebRtcIsacfix_Time2SpecMIPS()
44 "addiu %[tmpim], %[tmpimQ16], 0 \n\t" in WebRtcIsacfix_Time2SpecMIPS()
45 "addiu %[factor], $zero, 16921 \n\t" in WebRtcIsacfix_Time2SpecMIPS()
46 "mul %[max], $zero, $zero \n\t" in WebRtcIsacfix_Time2SpecMIPS()
49 "1: \n\t" in WebRtcIsacfix_Time2SpecMIPS()
51 "lwl %[r0], 0(%[inre1]) \n\t" in WebRtcIsacfix_Time2SpecMIPS()
[all …]
/external/skia/include/private/
DSkVx.h11 // skvx::Vec<N,T> are SIMD vectors of N T's, a v1.5 successor to SkNx<N,T>.
18 // with across translation units. skvx::Vec<N,T> always has N*sizeof(T) size
19 // and alignof(T) alignment and is safe to use across translation units freely.
37 // All Vec have the same simple memory layout, the same as `T vec[N]`.
40 template <int N, typename T>
44 Vec<N/2,T> lo, hi;
52 Vec(T x) : lo(x), hi(x) {} in Vec()
54 Vec(std::initializer_list<T> xs) { in Vec()
55 T vals[N] = {0}; in Vec()
56 memcpy(vals, xs.begin(), std::min(xs.size(), (size_t)N)*sizeof(T)); in Vec()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred8_dspr2.c20 "lb %[tmp1], (%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
21 "lb %[tmp2], 1(%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
22 "lb %[tmp3], 2(%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
23 "lb %[tmp4], 3(%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
24 "lb %[tmp5], 4(%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
25 "lb %[tmp6], 5(%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
26 "lb %[tmp7], 6(%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
27 "lb %[tmp8], 7(%[left]) \n\t" in vpx_h_predictor_8x8_dspr2()
29 "replv.qb %[tmp1], %[tmp1] \n\t" in vpx_h_predictor_8x8_dspr2()
30 "replv.qb %[tmp2], %[tmp2] \n\t" in vpx_h_predictor_8x8_dspr2()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Daggregate_ops_cpu.h35 template <typename T>
36 struct Add2Functor<CPUDevice, T> {
37 void operator()(const CPUDevice& d, typename TTypes<T>::Flat out,
38 typename TTypes<T>::ConstFlat in1,
39 typename TTypes<T>::ConstFlat in2) {
40 Add2EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2);
43 template <typename T>
44 struct Add3Functor<CPUDevice, T> {
45 void operator()(const CPUDevice& d, typename TTypes<T>::Flat out,
46 typename TTypes<T>::ConstFlat in1,
[all …]
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_mips.c55 ".set push \n\t" in WebRtcNsx_SpeechNoiseProb()
56 ".set noreorder \n\t" in WebRtcNsx_SpeechNoiseProb()
57 "clz %[r3], %[r0] \n\t" in WebRtcNsx_SpeechNoiseProb()
58 "clz %[r5], %[r1] \n\t" in WebRtcNsx_SpeechNoiseProb()
59 "slti %[r4], %[r3], 32 \n\t" in WebRtcNsx_SpeechNoiseProb()
60 "slti %[r6], %[r5], 32 \n\t" in WebRtcNsx_SpeechNoiseProb()
61 "movz %[r3], $0, %[r4] \n\t" in WebRtcNsx_SpeechNoiseProb()
62 "movz %[r5], $0, %[r6] \n\t" in WebRtcNsx_SpeechNoiseProb()
63 "slti %[r4], %[r3], 11 \n\t" in WebRtcNsx_SpeechNoiseProb()
64 "addiu %[r6], %[r3], -11 \n\t" in WebRtcNsx_SpeechNoiseProb()
[all …]

12345678910>>...831