Home
last modified time | relevance | path

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

/third_party/boost/libs/filesystem/test/
Dfstream_test.cpp65 fs::ifstream tfs(p); in test() local
66 BOOST_TEST(tfs.is_open()); in test()
70 fs::ifstream tfs(p / p.filename()); // should fail in test() local
71 BOOST_TEST(!tfs.is_open()); in test()
75 fs::ifstream tfs(p, std::ios_base::in); in test() local
76 BOOST_TEST(tfs.is_open()); in test()
80 fs::ifstream tfs; in test() local
81 tfs.open(p); in test()
82 BOOST_TEST(tfs.is_open()); in test()
86 fs::ifstream tfs; in test() local
[all …]
/third_party/littlefs/scripts/
Dtest.py514 tfs = {None: tf}
516 if case.in_ not in tfs:
517 tfs[case.in_] = open(self.path+'.'+
519 tfs[case.in_].write('#line 1 "%s"\n' % case.in_)
522 tfs[case.in_].write(line)
523 tfs[case.in_].write('\n')
524 tfs[case.in_].write(GLOBALS)
526 tfs[case.in_].write('\n')
527 case.build(tfs[case.in_], **args)
552 for tf in tfs.values():
[all …]
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/
DREADME.md60 | [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx) by Mic…
/third_party/glslang/Test/
D320.vert209 ivec3 tfs = textureSize(samp2DMSA);
D310.vert349 ivec3 tfs = textureSize(samp2DMSA);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.h1058 gboolean tfs; member
Dgst-dvb-descriptor.c2398 res->tfs = (*data) & 0x01; in gst_mpegts_descriptor_parse_dvb_t2_delivery_system()
2419 if (res->tfs == TRUE) { in gst_mpegts_descriptor_parse_dvb_t2_delivery_system()
/third_party/glslang/Test/baseResults/
D320.vert.out524 0:209 'tfs' ( temp highp 3-component vector of int)
D310.vert.out819 0:349 'tfs' ( temp highp 3-component vector of int)