Home
last modified time | relevance | path

Searched refs:test_true (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/fixtures/wpt/common/
Dperformance-timeline-utils.js25 function test_true(value, msg, properties) function
44 test_true(!!foundEntry, `Entry ${JSON.stringify(expectedEntry)} could not be found.`)
/third_party/node/test/fixtures/wpt/user-timing/resources/
Dwebperftestharnessextension.js104 test_true(isFinite(entry.startTime), testDescription + 'startTime should be a number.');
105 test_true(isFinite(entry.duration), testDescription + 'duration should be a number.');
128test_true(entrylist_order_check(entryList), testDescription + 'Entries in entrylist should be in o…
/third_party/skia/third_party/externals/jinja2/
Dtests.py76 def test_true(value): function
186 "true": test_true,
/third_party/node/deps/v8/third_party/jinja2/
Dtests.py76 def test_true(value): function
186 "true": test_true,
/third_party/jinja2/
Dtests.py112 def test_true(value: t.Any) -> bool: function
226 "true": test_true,
/third_party/skia/third_party/externals/angle2/src/common/serializer/
DJsonSerializer_unittest.cpp240 "test_true": true in TEST_F()
/third_party/openssl/test/
Dtestutil.h378 int test_true(const char *file, int line, const char *s, int b);
507 # define TEST_true(a) test_true(__FILE__, __LINE__, #a, (a) != 0)
Dendecode_test.c38 #define TEST_FL_true(a) test_true(file, line, #a, (a) != 0)
/third_party/openssl/test/testutil/
Dtests.c260 int test_true(const char *file, int line, const char *s, int b) in test_true() function