Home
last modified time | relevance | path

Searched refs:tfmt (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp400 … LocalPointer<TimeUnitFormat> tfmt(new TimeUnitFormat(l, styles[styleIndex], status)); in testGreekWithFallback() local
413 str = ((Format *)tfmt.getAlias())->format(fmt, str, status); in testGreekWithFallback()
/external/cronet/third_party/icu/source/test/intltest/
Dtufmtts.cpp400 … LocalPointer<TimeUnitFormat> tfmt(new TimeUnitFormat(l, styles[styleIndex], status)); in testGreekWithFallback() local
413 str = ((Format *)tfmt.getAlias())->format(fmt, str, status); in testGreekWithFallback()
/external/trace-cmd/tracecmd/
Dtrace-read.c189 const char *tfmt = time_format(handle, TIME_FMT_NORMAL); in print_event() local
194 tep_print_event(tep, s, record, tfmt, TEP_PRINT_TIME); in print_event()
823 const char *tfmt = time_format(handle, TIME_FMT_NORMAL); in trace_show_data() local
879 tep_print_event(pevent, &s, record, tfmt, TEP_PRINT_TIME); in trace_show_data()
/external/python/cpython3/Lib/test/
Dtest_buffer.py2762 tfmt = ('', '@')[randrange(2)] + char
2763 tsize = struct.calcsize(tfmt)
2765 obj = 'memoryview' if is_byte_format(tfmt) else 'bytefmt'
2774 titems, tshape = cast_items(ex, tfmt, tsize, shape=tshape)
2777 self.assertRaises(TypeError, m.cast, tfmt, tshape)
2783 nd = ndarray(titems, shape=tshape, format=tfmt)
2785 m2 = m.cast(tfmt, shape=tshape)
2790 itemsize=tsize, fmt=tfmt, readonly=True,
/external/go-cmp/cmp/testdata/
Ddiffs737 s"package main\n\nimport (\n\t\"fmt\"\n)\n\nfunc main() {\n\tfmt.Println(\"Hel"...,