Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 1873) sorted by relevance

12345678910>>...75

/third_party/nghttp2/integration-tests/
Dnghttpx_http2_test.go22 func TestH2H1PlainGET(t *testing.T) {
40 func TestH2H1AddXfp(t *testing.T) {
69 func TestH2H1NoAddXfp(t *testing.T) {
101 func TestH2H1StripXfp(t *testing.T) {
129 func TestH2H1StripNoAddXfp(t *testing.T) {
157 func TestH2H1AddXff(t *testing.T) {
184 func TestH2H1AddXff2(t *testing.T) {
214 func TestH2H1StripXff(t *testing.T) {
242 func TestH2H1StripAddXff(t *testing.T) {
275 func TestH2H1AddForwardedObfuscated(t *testing.T) {
[all …]
Dnghttpx_http1_test.go20 func TestH1H1PlainGET(t *testing.T) {
38 func TestH1H1PlainGETClose(t *testing.T) {
59 func TestH1H1InvalidMethod(t *testing.T) {
83 func TestH1H1MultipleRequestCL(t *testing.T) {
132 func TestH1H1AffinityCookie(t *testing.T) {
159 func TestH1H1AffinityCookieTLS(t *testing.T) {
186 func TestH1H1GracefulShutdown(t *testing.T) {
230 func TestH1H1HostRewrite(t *testing.T) {
256 func TestH1H1BadHost(t *testing.T) {
282 func TestH1H1BadAuthority(t *testing.T) {
[all …]
Dnghttpx_http3_test.go17 func TestH3H1PlainGET(t *testing.T) {
36 func TestH3H1RequestBody(t *testing.T) {
93 func TestH3H1GenerateVia(t *testing.T) {
118 func TestH3H1AppendVia(t *testing.T) {
147 func TestH3H1NoVia(t *testing.T) {
178 func TestH3H1BadResponseCL(t *testing.T) {
202 func TestH3H1HTTPSRedirect(t *testing.T) {
224 func TestH3H1AffinityCookieTLS(t *testing.T) {
253 func TestH3H2ReqPhaseReturn(t *testing.T) {
297 func TestH3H2RespPhaseReturn(t *testing.T) {
[all …]
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithGenericCallSignaturesWithOptionalParameters.js6 a: () => T; field in Base
7 a2: (x?: T) => T; field in Base
8 a3: (x: T) => T; field in Base
9 a4: (x: T, y?: T) => T; field in Base
10 a5: (x?: T, y?: T) => T; field in Base
43 a: <T>() => T; field in Base2
44 a2: <T>(x?: T) => T; field in Base2
45 a3: <T>(x: T) => T; field in Base2
46 a4: <T>(x: T, y?: T) => T; field in Base2
47 a5: <T>(x?: T, y?: T) => T; field in Base2
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Dspecifiers1.c15 #define T char in OK() macro
19 #define T signed char in OK() macro
23 #define T unsigned char in OK() macro
27 #define T short in OK() macro
32 #define T int in OK() macro
36 #define T long in OK() macro
41 #define T long long in OK() macro
46 #define T signed short in OK() macro
51 #define T signed in OK() macro
56 #define T signed long in OK() macro
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_major_storage.inl9 tvec2<T, P> const & v1,
23 const tmat2x2<T, P>& m)
35 const tvec3<T, P>& v1,
54 const tmat3x3<T, P>& m)
71 const tvec4<T, P>& v1,
98 const tmat4x4<T, P>& m)
122 const tvec2<T, P>& v1,
130 const tmat2x2<T, P>& m)
137 const tvec3<T, P>& v1,
146 const tmat3x3<T, P>& m)
[all …]
Ddual_quaternion.inl12 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type & tdualquat<T, P>::operator[](typename tdua…
19 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type const & tdualquat<T, P>::operator[](typenam…
39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, P> const & d) function in glm::tdualquat
47 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, Q> const & d) function in glm::tdualquat
59 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r)
64 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & q, tvec3<T, P> con…
73 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r, tquat<T, P> con…
87 GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat2x4<T, P> const & m)
93 GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat3x4<T, P> const & m)
102 GLM_FUNC_QUALIFIER tdualquat<T, P> & tdualquat<T, P>::operator=(tdualquat<T, P> const & q)
[all …]
Dquaternion.inl10 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tvec3<T, P> const& v, tquat<T, P> const& q)
16 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tquat<T, P> const& q, tvec3<T, P> const& v)
22 GLM_FUNC_QUALIFIER tquat<T, P> squad
34 GLM_FUNC_QUALIFIER tquat<T, P> intermediate
46 GLM_FUNC_QUALIFIER tquat<T, P> exp(tquat<T, P> const& q)
58 GLM_FUNC_QUALIFIER tquat<T, P> log(tquat<T, P> const& q)
81 GLM_FUNC_QUALIFIER tquat<T, P> pow(tquat<T, P> const & x, T const & y)
105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v)
111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v)
117 GLM_FUNC_QUALIFIER T extractRealComponent(tquat<T, P> const& q)
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl71 GLM_FUNC_QUALIFIER T & tquat<T, P>::operator[](typename tquat<T, P>::length_type i)
78 GLM_FUNC_QUALIFIER T const & tquat<T, P>::operator[](typename tquat<T, P>::length_type i) const
97 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, P> const & q) function in glm::tquat
104 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, Q> const & q) function in glm::tquat
115 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(T const & s, tvec3<T, P> const & v)
154 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tvec3<T, P> const & u, tvec3<T, P> const & v)
164 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tvec3<T, P> const & eulerAngle)
176 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tmat3x3<T, P> const & m)
182 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tmat4x4<T, P> const & m)
202 GLM_FUNC_QUALIFIER tquat<T, P> conjugate(tquat<T, P> const & q)
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.inl32 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, P> const & v) function in glm::tvec2
39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, Q> const & v) function in glm::tvec2
101 GLM_FUNC_QUALIFIER T & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i)
108 GLM_FUNC_QUALIFIER T const & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i) const
118 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<T, P> const & v)
444 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v)
450 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v)
460 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v, T scalar)
468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2)
476 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(T scalar, tvec2<T, P> const & v)
[all …]
Dtype_mat2x2.inl23 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, P> const & m) function in glm::tmat2x2
32 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, Q> const & m) function in glm::tmat2x2
100 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x3<T, P> const & m)
107 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x4<T, P> const & m)
114 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x3<T, P> const & m)
121 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x2<T, P> const & m)
128 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x4<T, P> const & m)
135 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x2<T, P> const & m)
142 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x4<T, P> const & m)
149 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x3<T, P> const & m)
[all …]
Dtype_vec3.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, P> const & v) function in glm::tvec3
52 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, Q> const & v) function in glm::tvec3
143 GLM_FUNC_QUALIFIER T & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i)
150 GLM_FUNC_QUALIFIER T const & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i) const
160 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<T, P> const & v)
520 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v)
526 GLM_FUNC_QUALIFIER tvec3<T, P> operator-(tvec3<T, P> const & v)
537 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v, T scalar)
546 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v, tvec1<T, P> const & scalar)
555 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(T scalar, tvec3<T, P> const & v)
[all …]
Dtype_mat2x3.inl21 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x3<T, P> const & m) function in glm::tmat2x3
30 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x3<T, Q> const & m) function in glm::tmat2x3
100 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x2<T, P> const & m)
107 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat3x3<T, P> const & m)
114 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x4<T, P> const & m)
121 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x4<T, P> const & m)
128 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat3x2<T, P> const & m)
135 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat3x4<T, P> const & m)
142 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x2<T, P> const & m)
149 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x3<T, P> const & m)
[all …]
Dtype_mat3x3.inl24 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x3<T, P> const & m) function in glm::tmat3x3
34 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x3<T, Q> const & m) function in glm::tmat3x3
124 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat2x2<T, P> const & m)
132 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x4<T, P> const & m)
140 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat2x3<T, P> const & m)
148 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x2<T, P> const & m)
156 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat2x4<T, P> const & m)
164 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x2<T, P> const & m)
172 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x4<T, P> const & m)
180 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x3<T, P> const & m)
[all …]
Dtype_vec1.inl19 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, P> const & v) function in glm::tvec1
26 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v) function in glm::tvec1
70 GLM_FUNC_QUALIFIER T & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i)
77 GLM_FUNC_QUALIFIER T const & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) const
87 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<T, P> const & v)
299 GLM_FUNC_QUALIFIER tvec1<T, P> operator+(tvec1<T, P> const & v)
305 GLM_FUNC_QUALIFIER tvec1<T, P> operator-(tvec1<T, P> const & v)
314 GLM_FUNC_QUALIFIER tvec1<T, P> operator+(tvec1<T, P> const & v, T scalar)
321 GLM_FUNC_QUALIFIER tvec1<T, P> operator+(T scalar, tvec1<T, P> const & v)
328 GLM_FUNC_QUALIFIER tvec1<T, P> operator+(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
[all …]
Dtype_mat4x2.inl30 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x2<T, P> const & m) function in glm::tmat4x2
41 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x2<T, Q> const & m) function in glm::tmat4x2
143 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat2x2<T, P> const & m)
152 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat3x3<T, P> const & m)
161 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x4<T, P> const & m)
170 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat2x3<T, P> const & m)
179 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat3x2<T, P> const & m)
188 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat2x4<T, P> const & m)
197 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x3<T, P> const & m)
206 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat3x4<T, P> const & m)
[all …]
Dtype_mat3x2.inl22 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<T, P> const & m) function in glm::tmat3x2
32 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<T, Q> const & m) function in glm::tmat3x2
122 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat2x2<T, P> const & m)
130 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x3<T, P> const & m)
138 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat4x4<T, P> const & m)
146 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat2x3<T, P> const & m)
154 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat2x4<T, P> const & m)
162 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x4<T, P> const & m)
170 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat4x2<T, P> const & m)
178 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat4x3<T, P> const & m)
[all …]
Dtype_mat2x4.inl21 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat2x4<T, P> const & m) function in glm::tmat2x4
30 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat2x4<T, Q> const & m) function in glm::tmat2x4
101 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat2x2<T, P> const & m)
108 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat3x3<T, P> const & m)
115 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat4x4<T, P> const & m)
122 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat2x3<T, P> const & m)
129 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat3x2<T, P> const & m)
136 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat3x4<T, P> const & m)
143 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat4x2<T, P> const & m)
150 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat4x3<T, P> const & m)
[all …]
/third_party/ffmpeg/libavutil/arm/
Dasm.S31 # define T macro
34 # define T @ macro
80 T .thumb label
185 T add \rd, pc label
186 T ldr \rd, [\rd] label
243 T mov \rm, \rm, \sh label
244 T add \rd, \rn, \rm label
249 T add \rn, \rn, \rm label
250 T ldr \rt, [\rn] label
255 T sub \rn, \rn, \rm label
[all …]
/third_party/rust/crates/once_cell/src/
Dlib.rs412 fn clone(&self) -> OnceCell<T> { in clone()
448 pub const fn with_value(value: T) -> OnceCell<T> { in with_value()
456 pub fn get(&self) -> Option<&T> { in get()
478 pub fn get_mut(&mut self) -> Option<&mut T> { in get_mut()
500 pub fn set(&self, value: T) -> Result<(), T> { in set() argument
521 pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> { in try_insert() argument
558 F: FnOnce() -> T, in get_or_init()
592 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init()
594 F: FnOnce() -> Result<T, E>, in get_or_try_init()
637 pub fn take(&mut self) -> Option<T> { in take()
[all …]
/third_party/rust/crates/nom/src/character/
Dstreaming.rs90 pub fn one_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in one_of() argument
115 pub fn none_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in none_of() argument
140 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf()
171 pub fn not_line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in not_line_ending()
218 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending()
289 pub fn anychar<T, E: ParseError<T>>(input: T) -> IResult<T, char, E> in anychar()
317 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0()
338 pub fn alpha1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha1()
359 pub fn digit0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit0()
380 pub fn digit1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit1()
[all …]
Dcomplete.rs89 pub fn one_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in one_of() argument
113 pub fn none_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in none_of() argument
141 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf()
177 pub fn not_line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in not_line_ending()
227 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending()
309 pub fn anychar<T, E: ParseError<T>>(input: T) -> IResult<T, char, E> in anychar()
341 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0()
366 pub fn alpha1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha1()
392 pub fn digit0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit0()
435 pub fn digit1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit1()
[all …]
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dcbrotli_test.go45 func TestEncoderNoWrite(t *testing.T) {
57 func TestEncoderEmptyWrite(t *testing.T) {
69 func TestWriter(t *testing.T) {
90 func TestEncoderStreams(t *testing.T) {
121 func TestEncoderLargeInput(t *testing.T) {
143 func TestEncoderFlush(t *testing.T) {
200 func TestDecoderStreaming(t *testing.T) {
257 func TestReader(t *testing.T) {
283 func TestDecode(t *testing.T) {
300 func TestDecodeFuzz(t *testing.T) {
[all …]
/third_party/skia/third_party/externals/tint/tools/src/list/
Dlist_test.go38 func TestNew(t *testing.T) {
55 func TestCopy(t *testing.T) {
75 func TestListCount(t *testing.T) {
84 func TestListGrow(t *testing.T) {
95 func TestListShrink(t *testing.T) {
106 func TestListCopy(t *testing.T) {
117 func TestListCopyFromList(t *testing.T) {
131 func TestListCopyFromCustomList(t *testing.T) {
142 func TestListGet(t *testing.T) {
163 func TestListSet(t *testing.T) {
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dvp8_armv6.S31 T itttt cs label
34 T lslcs \t1, \t1, \bs label
35 T orrcs \cw, \cw, \t1 label
55 T ittt cs label
56 T lslcs \t1, \t1, \bs label
57 T orrcs \cw, \cw, \t1 label
102 T ittt cs label
103 T lslcs r10, r10, r6 label
104 T orrcs r8, r8, r10 label

12345678910>>...75