Home
last modified time | relevance | path

Searched +defs:t +defs:test (Results 1 – 25 of 233) sorted by relevance

12345678910

/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dtests.c63 length_add (gpointer test, GstBuffer * buffer) in length_add()
65 LengthTest *t = test; in length_add() local
71 length_finish (gpointer test, GValue * value) in length_finish()
73 LengthTest *t = test; in length_finish() local
82 length_get_value (gpointer test, GValue * value) in length_get_value()
84 LengthTest *t = test; in length_get_value() local
107 buffer_count_add (gpointer test, GstBuffer * buffer) in buffer_count_add()
109 LengthTest *t = test; in buffer_count_add() local
155 timedur_add (gpointer test, GstBuffer * buffer) in timedur_add()
157 TimeDurTest *t = test; in timedur_add() local
[all …]
/third_party/node/deps/npm/node_modules/jsonparse/test/
Dboundary.js1 var test = require('tape'); variable
4 test('2 byte utf8 \'De\' character: д', function (t) { argument
20 test('3 byte utf8 \'Han\' character: 我', function (t) { argument
34 test('4 byte utf8 character (unicode scalar U+2070E): ��', function (t) { argument
48 test('3 byte utf8 \'Han\' character chunked inbetween 2nd and 3rd byte: 我', function (t) { argument
64 …yte utf8 character (unicode scalar U+2070E) chunked inbetween 2nd and 3rd byte: ��', function (t) { argument
80 test('1-4 byte utf8 character string chunked inbetween random bytes: Aж文��B', function (t) { argument
Dutf8.js1 var test = require('tape'); variable
4 test('3 bytes of utf8', function (t) { argument
15 test('utf8 snowman', function (t) { argument
26 test('utf8 with regular ascii', function (t) { argument
Dsurrogate.js1 var test = require('tape'); variable
4 test('parse surrogate pair', function (t) { argument
15 test('parse chunked surrogate pair', function (t) { argument
Dunvalid.js1 var test = require('tape'); variable
4 test('unvalid', function (t) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dutils_module_tests.c57 const struct printf_test_data *test = &printf_tests[i]; in printf_encode_decode_tests() local
452 os_time_t t; in os_tests() local
613 struct test_eloop *t = eloop_ctx; in eloop_test_read_2() local
637 struct test_eloop *t = eloop_ctx; in eloop_test_read_2_wrong() local
662 static void reopen_pipefd2(struct test_eloop *t) in reopen_pipefd2()
695 struct test_eloop *t = eloop_ctx; in eloop_test_read_1() local
722 struct test_eloop *t = eloop_data; in eloop_test_cb() local
738 struct test_eloop *t = eloop_data; in eloop_test_timeout() local
778 struct test_eloop *t; in eloop_tests_start() local
898 const struct json_test_data *test = &json_test_cases[i]; in json_tests() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dutils_module_tests.c57 const struct printf_test_data *test = &printf_tests[i]; in printf_encode_decode_tests() local
451 os_time_t t; in os_tests() local
612 struct test_eloop *t = eloop_ctx; in eloop_test_read_2() local
636 struct test_eloop *t = eloop_ctx; in eloop_test_read_2_wrong() local
661 static void reopen_pipefd2(struct test_eloop *t) in reopen_pipefd2()
694 struct test_eloop *t = eloop_ctx; in eloop_test_read_1() local
721 struct test_eloop *t = eloop_data; in eloop_test_cb() local
737 struct test_eloop *t = eloop_data; in eloop_test_timeout() local
777 struct test_eloop *t; in eloop_tests_start() local
897 const struct json_test_data *test = &json_test_cases[i]; in json_tests() local
[all …]
/third_party/libinput/udev/
Dtest-libinput-fuzz-extract.c36 struct test { in START_TEST() struct
37 uint32_t which; in START_TEST()
38 const char *prop; in START_TEST()
39 int min, max, res, fuzz, flat; in START_TEST()
87 struct test *t; in START_TEST() local
/third_party/node/deps/npm/node_modules/wcwidth/test/
Dindex.js4 var test = require('tape') variable
6 test('handles regular strings', function(t) { argument
11 test('handles multibyte strings', function(t) { argument
16 test('handles multibyte characters mixed with regular characters', function(t) { argument
21 test('ignores control characters e.g. \\n', function(t) { argument
26 test('ignores bad input', function(t) { argument
35 test('ignores nul (charcode 0)', function(t) { argument
40 test('ignores nul mixed with chars', function(t) { argument
45 test('can have custom value for nul', function(t) { argument
52 test('can have custom control char value', function(t) { argument
[all …]
/third_party/node/deps/npm/node_modules/concat-map/test/
Dmap.js2 var test = require('tape'); variable
4 test('empty or not', function (t) { argument
16 test('always something', function (t) { argument
25 test('scalars', function (t) { argument
34 test('undefs', function (t) { argument
/third_party/libinput/test/
Dtest-utils.c555 struct parser_test_tuple *t; in START_TEST() local
606 struct parser_test_val *t; in START_TEST() local
629 struct test { in START_TEST() struct
630 uint32_t which; in START_TEST()
631 const char *prop; in START_TEST()
632 int min, max, res, fuzz, flat; in START_TEST()
681 struct test *t; in START_TEST() local
1035 struct strsplit_test *t = tests; in START_TEST() local
1074 struct argv_test *t; in START_TEST() local
1122 struct kvsplit_dbl_test *t = tests; in START_TEST() local
[all …]
/third_party/node/deps/npm/node_modules/defaults/
Dtest.js2 test = require('tap').test; variable
4 test("ensure options is an object", function(t) { argument
10 test("ensure defaults override keys", function(t) { argument
17 test("ensure defined keys are not overwritten", function(t) { argument
24 test("ensure defaults clone nested objects", function(t) { argument
/third_party/node/deps/npm/node_modules/text-table/test/
Dtable.js1 var test = require('tape'); variable
4 test('table', function (t) { argument
Dcenter.js1 var test = require('tape'); variable
4 test('center', function (t) { argument
Dalign.js1 var test = require('tape'); variable
4 test('align', function (t) { argument
Ddoubledot.js1 var test = require('tape'); variable
4 test('dot align', function (t) { argument
Ddotalign.js1 var test = require('tape'); variable
4 test('dot align', function (t) { argument
/third_party/node/deps/npm/node_modules/has/test/
Dindex.js3 var test = require('tape'); variable
6 test('has', function (t) { argument
/third_party/skia/experimental/sorttoy/
Dsorttoy.cpp229 for (auto t : expectedOrder) { in check_order() local
235 for (auto t : actualOrder) { in check_order() local
249 std::vector<sk_sp<Cmd>> test; in sort_test() local
279 static int test1(std::vector<sk_sp<Cmd>>* test, in test1()
298 static int test2(std::vector<sk_sp<Cmd>>* test, in test2()
319 static int test3(std::vector<sk_sp<Cmd>>* test, in test3()
341 static int test4(std::vector<sk_sp<Cmd>>* test, in test4()
367 static int test5(std::vector<sk_sp<Cmd>>* test, in test5()
401 static int test6(std::vector<sk_sp<Cmd>>* test, in test6()
423 static int test7(std::vector<sk_sp<Cmd>>* test, in test7()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbuiltin-arith.c4 void test(void (*fun)(void)) in test() function
6 typedef typeof(__builtin_trap) t; // OK in test() typedef
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep02.c17 struct timespec t = tst_timespec_from_us(usec); in sample_fn() local
33 static struct tst_test test = { variable
/third_party/ltp/testcases/kernel/syscalls/nanosleep/
Dnanosleep01.c19 struct timespec t = tst_timespec_from_us(usec); in sample_fn() local
35 static struct tst_test test = { variable
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp13 void SkTCoincident::setPerp(const SkTCurve& c1, double t, in setPerp()
78 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp()
108 const SkTSpan* test = testBounded->fBounded; in closestBoundedT() local
156 SkTSpan* test = bounded->fBounded; in findOppSpan() local
267 double test = ((*fPart)[outer] - (*fPart)[inner]).lengthSquared(); in linearIntersects() local
288 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in linearIntersects() local
344 SkTSpan* test = bounded->fBounded; in oppT() local
370 SkTSpan* test = bounded->fBounded; in removeBounded() local
403 bool SkTSpan::splitAt(SkTSpan* work, double t, SkArenaAlloc* heap) { in splitAt()
495 void SkTSpan::validatePerpPt(double t, const SkDPoint& pt) const { in validatePerpPt()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_test.cc119 absl::Time t = absl::UnixEpoch(); in TEST() local
153 absl::Time t(t0); in TEST() local
226 constexpr absl::Time t = absl::UnixEpoch(); // Any finite time. in TEST() local
286 absl::Time t; in TEST() member
300 for (const auto& test : to_ts) { in TEST() local
305 absl::Time t; in TEST() member
317 for (const auto& test : from_ts) { in TEST() local
323 absl::Time t; in TEST() member
337 for (const auto& test : to_tv) { in TEST() local
342 absl::Time t; in TEST() member
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-with-fetch.any.js3 function fetch_should_succeed(test, request) { argument
7 function fetch_should_fail(test, url, method = 'GET') { argument
40 promise_test(function(t) { argument

12345678910