/third_party/skia/gm/ |
D | userfont.cpp | 55 static sk_sp<SkTypeface> round_trip(sk_sp<SkTypeface> tf) { in round_trip() 73 static sk_sp<SkTextBlob> make_blob(sk_sp<SkTypeface> tf, float size, float* spacing) { in make_blob() 88 auto waterfall = [&](sk_sp<SkTypeface> tf) { in onDraw()
|
D | colorspace.cpp | 86 for (skcms_TransferFunction tf : gTFs) { in draw_colorspace_gm() local
|
/third_party/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 102 UBool tf=false; in countSpans() local 184 UBool tf=false; in call() local 195 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span() 246 UBool tf=false; in call() local 301 UBool tf=(UBool)((testcase.spanCount&1)==0); in call() local 347 UBool tf=false; in call() local 397 UBool tf=(UBool)((testcase.spanCount&1)==0); in call() local
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 422 struct test_file *tf = get_tf(); in get_fd() local 428 struct test_file *tf; in open_test_files() local 462 struct test_file *tf; in close_test_files() local 542 char *fill_tf_buf(struct test_file *tf) in fill_tf_buf() 552 output_line(struct test_file *tf, int op, unsigned offset, in output_line() 589 struct test_file *tf = get_tf(); in doread() local 644 struct test_file *tf = get_tf(); in domapread() local 722 struct test_file *tf = get_tf(); in dowrite() local 782 struct test_file *tf = get_tf(); in domapwrite() local 880 struct test_file *tf = get_tf(); in dotruncate() local [all …]
|
/third_party/lwip/test/unit/ |
D | lwip_check.h | 25 #define tcase_add_named_test(tc,tf) \ argument 34 #define tcase_add_named_test(tc,tf) tcase_add_test(tc,tf) argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 126 void ScaleProgram::draw (GLuint vao, GLfloat scale, bool tf, Surface* dst) in draw() 326 void BufferTfAttacher::attach (GLuint buffer, GLuint tf) in attach() 334 void BufferTfAttacher::detach (GLuint buffer, GLuint tf) in detach() 343 GLuint BufferTfAttacher::getAttachment (GLuint tf) in getAttachment() 378 void BufferTfOutputAttacher::setupContainer (GLuint seed, GLuint tf) in setupContainer() 504 GLuint tf = 0; in iterate() local
|
/third_party/lzma/CPP/7zip/Common/ |
D | RegisterArc.h | 44 #define REGISTER_ARC_V(n, e, ae, id, sigSize, sig, offs, flags, tf, crIn, crOut, isArc) \ argument 47 #define REGISTER_ARC_R(n, e, ae, id, sigSize, sig, offs, flags, tf, crIn, crOut, isArc) \ argument 68 #define REGISTER_ARC_IO(n, e, ae, id, sig, offs, flags, tf, isArc) \ argument 73 #define REGISTER_ARC_IO_DECREMENT_SIG(n, e, ae, id, sig, offs, flags, tf, isArc) \ argument
|
/third_party/skia/modules/sksg/src/ |
D | SkSGText.cpp | 18 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) { in Make() 22 Text::Text(sk_sp<SkTypeface> tf, const SkString& text) in Text()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 347 BaseTest::BaseTest(deqp::Context& context, const TypeFormat& tf) in BaseTest() 1296 ValidateErrorsTest::ValidateErrorsTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(con… in ValidateErrorsTest() 1574 VerifyReadPixelsTest::VerifyReadPixelsTest(deqp::Context& context, const TypeFormat& tf) : BaseTest… in VerifyReadPixelsTest() 1642 VerifyGetTexImageTest::VerifyGetTexImageTest(deqp::Context& context, const TypeFormat& tf) : BaseTe… in VerifyGetTexImageTest() 1685 VerifyCopyTexImageTest::VerifyCopyTexImageTest(deqp::Context& context, const TypeFormat& tf) : Base… in VerifyCopyTexImageTest() 1783 …yPartialAttachmentsTest::VerifyPartialAttachmentsTest(deqp::Context& context, const TypeFormat& tf) in VerifyPartialAttachmentsTest() 1947 VerifyMixedAttachmentsTest::VerifyMixedAttachmentsTest(deqp::Context& context, const TypeFormat& tf) in VerifyMixedAttachmentsTest() 2105 VerifyParametersTest::VerifyParametersTest(deqp::Context& context, const TypeFormat& tf) : BaseTest… in VerifyParametersTest() 2184 RenderbuffersTest::RenderbuffersTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(conte… in RenderbuffersTest() 2251 StencilSizeTest::StencilSizeTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, … in StencilSizeTest() [all …]
|
/third_party/ltp/include/ |
D | libsigwait.h | 20 test_func tf; member
|
/third_party/typescript/tests/baselines/reference/ |
D | tupleTypes.js | 21 var tf: [string, (x: string) => number] = ["hello", x => x.length]; variable 86 var tf = ["hello", function (x) { return x.length; }]; variable
|
/third_party/ffmpeg/tools/python/ |
D | tf_sess_config.py | 21 import tensorflow as tf namespace
|
/third_party/skia/src/utils/ |
D | SkOrderedFontMgr.cpp | 59 if (auto tf = fm->matchFamilyStyle(family, style)) { in onMatchFamilyStyle() local 71 if (auto tf = fm->matchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, uni)) { in onMatchFamilyStyleCharacter() local
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/export_declarations/ |
D | export_declarations_2.ts | 30 export var tf = "False"; variable
|
/third_party/ffmpeg/libavfilter/ |
D | fflcms2.c | 219 cmsHTRANSFORM tf; in ff_icc_profile_read_primaries() local 280 cmsHTRANSFORM tf; in ff_icc_profile_detect_transfer() local
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | me_cmp_mvi_asm.S | 31 #define tf a4 macro
|
/third_party/skia/tests/ |
D | TextBlobTest.cpp | 351 sk_sp<SkTypeface> tf) { in add_run() 376 static sk_sp<SkData> SerializeTypeface(SkTypeface* tf, void* ctx) { in SerializeTypeface() 406 sk_sp<SkTypeface> tf = SkTypeface::MakeFromName(nullptr, SkFontStyle::BoldItalic()); in DEF_TEST() local 447 sk_sp<SkTypeface> tf = SkTypeface::MakeFromName(nullptr, SkFontStyle::BoldItalic()); in DEF_TEST() local
|
/third_party/skia/src/core/ |
D | SkTypeface_remote.cpp | 15 SkScalerContextProxy::SkScalerContextProxy(sk_sp<SkTypeface> tf, in SkScalerContextProxy()
|
D | SkColorSpacePriv.h | 42 static inline TFKind classify_transfer_fn(const skcms_TransferFunction& tf) { in classify_transfer_fn()
|
/third_party/ffmpeg/libavdevice/tests/ |
D | timefilter.c | 58 TimeFilter *tf = ff_timefilter_new(1, par0, par1); in main() local
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.proto | 53 optional TestField tf = 100; field
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TimeUnitTest.java | 142 TimeUnitFormat tf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); in TestEqHashCode() local 153 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); in TestGetLocale() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeUnitTest.java | 139 TimeUnitFormat tf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); in TestEqHashCode() local 150 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); in TestGetLocale() local
|
/third_party/musl/src/network/ |
D | getaddrinfo.c | 64 int tf[2] = { AF_INET, AF_INET6 }; in getaddrinfo() local
|
/third_party/toybox/toys/pending/ |
D | syslogd.c | 278 static int write_rotate(struct logfile *tf, int len) in write_rotate() 320 struct logfile *tf = TT.lfiles; in logmsg() local
|