Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 25 of 160) sorted by relevance

1234567

/external/curl/packages/vms/
Dconfig_h.com171 $ write tf ""
172 $ write tf -
174 $ write tf -
176 $ write tf -
180 $ write tf -
183 $ write tf -
361 $ write tf "#endif"
369 $ write tf "#ifndef ''key2'"
370 $ write tf "#define ''key2' 1"
371 $ write tf "#endif"
[all …]
/external/skia/src/utils/
DSkWhitelistTypefaces.cpp40 static int whitelist_name_index(const SkTypeface* tf) { in whitelist_name_index() argument
44 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(*tf)); in whitelist_name_index()
57 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(*tf)); in whitelist_name_index()
65 static uint32_t compute_checksum(const SkTypeface* tf) { in compute_checksum() argument
66 std::unique_ptr<SkFontData> fontData = tf->makeFontData(); in compute_checksum()
107 static bool is_local(const SkTypeface* tf) { in is_local() argument
110 tf->getFontDescriptor(&desc, &isLocal); in is_local()
114 static void serialize_full(const SkTypeface* tf, SkWStream* wstream) { in serialize_full() argument
117 tf->getFontDescriptor(&desc, &isLocal); in serialize_full()
121 desc.setFontData(tf->makeFontData()); in serialize_full()
[all …]
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp102 UBool tf=FALSE; in countSpans() local
104 i=span(s, length, i, tf); in countSpans()
105 tf=(UBool)(!tf); in countSpans()
109 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const { in span()
114 if(tf!=set.contains(c)) { in span()
184 UBool tf=FALSE; in call() local
186 i+=span(set, s+i, length-i, tf); in call()
187 tf=(UBool)(!tf); in call()
195 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span() argument
200 if(tf!=set.contains(c)) { in span()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_aux.c94 uint16 **tf = td->td_transferfunction; in TIFFDefaultTransferFunction() local
97 tf[0] = tf[1] = tf[2] = 0; in TIFFDefaultTransferFunction()
103 if (!(tf[0] = (uint16 *)_TIFFmalloc(nbytes))) in TIFFDefaultTransferFunction()
105 tf[0][0] = 0; in TIFFDefaultTransferFunction()
108 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5); in TIFFDefaultTransferFunction()
112 if (!(tf[1] = (uint16 *)_TIFFmalloc(nbytes))) in TIFFDefaultTransferFunction()
114 _TIFFmemcpy(tf[1], tf[0], nbytes); in TIFFDefaultTransferFunction()
115 if (!(tf[2] = (uint16 *)_TIFFmalloc(nbytes))) in TIFFDefaultTransferFunction()
117 _TIFFmemcpy(tf[2], tf[0], nbytes); in TIFFDefaultTransferFunction()
122 if (tf[0]) in TIFFDefaultTransferFunction()
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock_unittest.py49 tf = tempfile.NamedTemporaryFile(delete=False)
50 tf.close()
51 self.temp_file_path = tf.name
76 tf = tempfile.NamedTemporaryFile(delete=False)
77 tf.close()
78 temp_write_file = tf.name
105 tf = tempfile.NamedTemporaryFile(delete=False)
106 tf.close()
107 temp_status_file = tf.name
122 tf = tempfile.NamedTemporaryFile(delete=False)
[all …]
/external/toybox/toys/pending/
Dsyslogd.c279 static int write_rotate(struct logfile *tf, int len) in write_rotate() argument
283 isreg = (!fstat(tf->logfd, &statf) && S_ISREG(statf.st_mode)); in write_rotate()
289 int i = strlen(tf->filename) + 3 + 1; in write_rotate()
294 sprintf(new_file, "%s.%d", tf->filename, i); in write_rotate()
296 sprintf(old_file, "%s.%d", tf->filename, --i); in write_rotate()
299 rename(tf->filename, new_file); in write_rotate()
300 unlink(tf->filename); in write_rotate()
301 close(tf->logfd); in write_rotate()
302 tf->logfd = open(tf->filename, O_CREAT | O_WRONLY | O_APPEND, 0666); in write_rotate()
303 if (tf->logfd < 0) { in write_rotate()
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dscreenshot.py33 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.png')
34 tf.close()
35 platform.TakeScreenshot(tf.name)
36 return file_handle.FromTempFile(tf)
38 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.png')
39 tf.close()
41 image_util.WritePngFile(image, tf.name)
42 return file_handle.FromTempFile(tf)
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c425 struct test_file *tf = get_tf(); in get_fd() local
426 return tf->fd; in get_fd()
431 struct test_file *tf; in open_test_files() local
444 for (i = 0, tf = test_files; i < num_test_files; i++, tf++) { in open_test_files()
446 tf->path = argv[i]; in open_test_files()
447 tf->fd = open(tf->path, O_RDWR | (lite ? 0 : O_CREAT | O_TRUNC), in open_test_files()
449 if (tf->fd < 0) { in open_test_files()
450 prterr(tf->path); in open_test_files()
458 for (i = 0, tf = test_files; i < num_test_files; i++, tf++) in open_test_files()
459 prt("fd %d: %s\n", i, tf->path); in open_test_files()
[all …]
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp72 void draw (GLuint vao, GLfloat scale, bool tf, Surface* dst);
126 void ScaleProgram::draw (GLuint vao, GLfloat scale, bool tf, Surface* dst) in draw() argument
143 if (tf) in draw()
146 if (tf) in draw()
313 void attach (GLuint buffer, GLuint tf);
314 void detach (GLuint buffer, GLuint tf);
316 GLuint getAttachment (GLuint tf);
326 void BufferTfAttacher::attach (GLuint buffer, GLuint tf) in attach() argument
328 glBindTransformFeedback(GL_TRANSFORM_FEEDBACK, tf); in attach()
334 void BufferTfAttacher::detach (GLuint buffer, GLuint tf) in detach() argument
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dplatform_unittest.py33 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.png')
34 tf.close()
37 self._platform.TakeScreenshot(tf.name)
40 img = image_util.FromPngFile(tf.name)
45 os.remove(tf.name)
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp166 TestFn tf = nullptr; in test_imp() local
167 std::function<Fn> f = tf; in test_imp()
171 TestFn tf = Creator<TestFn>::create(); in test_imp() local
172 assert(tf != nullptr); in test_imp()
173 std::function<Fn> f = tf; in test_imp()
175 assert(*f.template target<TestFn>() == tf); in test_imp()
/external/autotest/server/site_tests/cheets_CTS_N/
Dcontrol.x86.vm-tests-tf8 NAME = 'cheets_CTS_N.x86.vm-tests-tf'
15 DOC = ('Run module vm-tests-tf of the '
27 tag='vm-tests-tf',
28 target_module='vm-tests-tf',
Dcontrol.arm.vm-tests-tf8 NAME = 'cheets_CTS_N.arm.vm-tests-tf'
15 DOC = ('Run module vm-tests-tf of the '
27 tag='vm-tests-tf',
28 target_module='vm-tests-tf',
/external/autotest/server/site_tests/cheets_CTS/
Dcontrol.x86.android.core.vm-tests-tf8 NAME = 'cheets_CTS.x86.android.core.vm-tests-tf'
15 DOC = ('Run package android.core.vm-tests-tf of the '
25 tag='android.core.vm-tests-tf',
26 target_package='android.core.vm-tests-tf',
Dcontrol.arm.android.core.vm-tests-tf8 NAME = 'cheets_CTS.arm.android.core.vm-tests-tf'
15 DOC = ('Run package android.core.vm-tests-tf of the '
25 tag='android.core.vm-tests-tf',
26 target_package='android.core.vm-tests-tf',
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_unittest_test.py97 with tempfile.NamedTemporaryFile() as tf:
98 tf.write(b'Temporary file contents\n')
99 name = tf.name
100 self.assertTrue(self.fs.Exists(tf.name))
/external/skia/src/ports/
DSkFontMgr_custom.cpp129 sk_sp<SkTypeface> tf(set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom() local
132 if (nullptr == tf) { in SkFontMgr_Custom()
247 SkTypeface* tf = nullptr; in onLegacyCreateTypeface() local
250 tf = this->onMatchFamilyStyle(familyName, style); in onLegacyCreateTypeface()
253 if (nullptr == tf) { in onLegacyCreateTypeface()
254 tf = fDefaultFamily->matchStyle(style); in onLegacyCreateTypeface()
257 return tf; in onLegacyCreateTypeface()
/external/testng/src/main/java/org/testng/internal/thread/
DExecutorAdapter.java18 public ExecutorAdapter(int threadCount, IThreadFactory tf) { in ExecutorAdapter() argument
24 (ThreadFactory) tf.getThreadFactory()); in ExecutorAdapter()
25 m_threadFactory = tf; in ExecutorAdapter()
/external/clang/test/CodeGenObjCXX/
Dblock-id.mm10 int tf() { function
16 return tf<S>();
21 return tf<S>() + p1;
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer435 tf=$1
438 tf2="$tf.XXXXXX"
449 rm -rf "$tf" || exit 1
450 if [ -d "$tf" ]; then
451 echo "tmp file $tf still exists as a directory."
453 elif [ $dL "$tf" ]; then
454 echo "tmp file $tf still exists as a symlink."
456 elif [ -f "$tf" ]; then
457 echo "tmp file $tf still exists."
460 touch "$tf" || exit 1
[all …]
/external/skia/tools/
DSkShaper_primitive.cpp16 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) { in SkShaper() argument
17 fImpl->fTypeface = tf ? std::move(tf) : SkTypeface::MakeDefault(); in SkShaper()
/external/chromium-trace/catapult/telemetry/telemetry/value/
Dtrace.py50 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.html')
51 tf.close()
55 trace_data.Serialize(tf.name, trace_title=title)
56 return file_handle.FromFilePath(tf.name)
/external/toolchain-utils/cros_utils/
Dtabulator_test.py102 tf = tabulator.TableFormatter(table, columns)
103 table = tf.GetCellTable()
129 tf = tabulator.TableFormatter(our_table, columns)
130 cell_table = tf.GetCellTable()
/external/toolchain-utils/crosperf/
Dresults_report.py182 tf = TableFormatter(table, parsed_columns)
183 cell_table = tf.GetCellTable(table_type)
207 tf = TableFormatter(table, parsed_columns)
208 tf.GenerateCellTable(table_type)
209 tf.AddColumnName()
210 tf.AddLabelName()
211 tf.AddHeader(str(event))
212 table = tf.GetCellTable(table_type, headers=False)
353 tf = TableFormatter(table, columns)
354 data_table = tf.GetCellTable('full', headers=False)
/external/clang/test/SemaCXX/
Dwarn-large-by-value-copy.cpp35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} in tf() function
39 tf<300>(ts); // expected-note {{instantiation}} in g()

1234567