Home
last modified time | relevance | path

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

12345

/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 SkFontData* fontData = tf->createFontData(); in compute_checksum()
106 static bool is_local(const SkTypeface* tf) { in is_local() argument
108 SkFontDescriptor desc(tf->style()); in is_local()
109 tf->getFontDescriptor(&desc, &isLocal); in is_local()
113 static void serialize_full(const SkTypeface* tf, SkWStream* wstream) { in serialize_full() argument
115 SkFontDescriptor desc(tf->style()); in serialize_full()
[all …]
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp98 UBool tf=FALSE; in countSpans() local
100 i=span(s, length, i, tf); in countSpans()
101 tf=(UBool)(!tf); in countSpans()
105 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const { in span()
110 if(tf!=set.contains(c)) { in span()
180 UBool tf=FALSE; in call() local
182 i+=span(set, s+i, length-i, tf); in call()
183 tf=(UBool)(!tf); in call()
191 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span() argument
196 if(tf!=set.contains(c)) { in span()
[all …]
/external/opencv3/3rdparty/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/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/catapult_base/catapult_base/
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/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dupdate.py166 def _ExplainIfSudoNeeded(self, tf, dirs_to_remove): argument
191 self._CleanUpUpdateCommand(tf, dirs_to_remove)
242 def _CleanUpUpdateCommand(self, tf, dirs_to_remove): argument
250 if tf:
251 tf.close()
333 tf = None
335 tf = self._FetchAndOpenGsutilTarball(update_from_url_str)
336 tf.extractall()
341 self._CleanUpUpdateCommand(tf, dirs_to_remove)
361 self._ExplainIfSudoNeeded(tf, dirs_to_remove)
[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/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.py34 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.png')
35 tf.close()
38 self._platform.TakeScreenshot(tf.name)
41 img = image_util.FromPngFile(tf.name)
46 os.remove(tf.name)
/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.cpp219 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom() local
222 if (nullptr == tf) { in SkFontMgr_Custom()
320 SkTypeface* tf = nullptr; in onLegacyCreateTypeface() local
323 tf = this->onMatchFamilyStyle(familyName, style); in onLegacyCreateTypeface()
326 if (nullptr == tf) { in onLegacyCreateTypeface()
327 tf = fDefaultFamily->matchStyle(style); in onLegacyCreateTypeface()
330 return SkSafeRef(tf); in onLegacyCreateTypeface()
403 SkTypeface_Custom* tf = new SkTypeface_File(style, isFixedPitch, in load_directory_fonts() local
412 addTo->appendTypeface(tf); in load_directory_fonts()
490 SkTypeface_Custom* tf = in load_embedded_font() local
[all …]
/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/jetty/src/java/org/eclipse/jetty/server/
DInclusiveByteRange.java163 long tf=size-last; in getFirst() local
164 if (tf<0) in getFirst()
165 tf=0; in getFirst()
166 return tf; in getFirst()
/external/chromium-trace/catapult/telemetry/telemetry/value/
Dtrace.py49 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.html')
50 tf.write(content.getvalue().encode('utf-8'))
51 tf.close()
52 return file_handle.FromTempFile(tf)
/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/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()
Dwarn-unused-filescoped.cpp68 void tf() { } in tf() function
69 template <> void tf<int>() { } // expected-warning{{unused}} in tf() function
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dshared_page_state.py141 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.png')
142 tf.close()
143 tab.browser.platform.TakeScreenshot(tf.name)
144 results.AddProfilingFile(page, file_handle.FromTempFile(tf))
146 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.png')
147 tf.close()
149 image_util.WritePngFile(image, tf.name)
150 results.AddProfilingFile(page, file_handle.FromTempFile(tf))
/external/selinux/sepolgen/src/sepolgen/
Dlex.py148 tf = open(tabfile+".py","w")
149tf.write("# %s.py. This file automatically created by PLY (version %s). Don't edit!\n" % (tabfile,…
150 tf.write("_lextokens = %s\n" % repr(self.lextokens))
151 tf.write("_lexreflags = %s\n" % repr(self.lexreflags))
152 tf.write("_lexliterals = %s\n" % repr(self.lexliterals))
153 tf.write("_lexstateinfo = %s\n" % repr(self.lexstateinfo))
162 tf.write("_lexstatere = %s\n" % repr(tabre))
163 tf.write("_lexstateignore = %s\n" % repr(self.lexstateignore))
171 tf.write("_lexstateerrorf = %s\n" % repr(taberr))
172 tf.close()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dgroup-constructors.js56 var ticker = function(tf) { argument
62 if (tf == null) {
/external/skia/gm/
Dgammatext.cpp23 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); in setFont() local
24 if (tf) { in setFont()
25 paint->setTypeface(tf)->unref(); in setFont()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeUnitTest.java134 TimeUnitFormat tf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); in TestEqHashCode() local
139 verifyEqualsHashCode(tf, tfeq, tfne); in TestEqHashCode()
140 verifyEqualsHashCode(tf, tfeq, tfne2); in TestEqHashCode()
144 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); in TestGetLocale() local
145 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java130 TimeUnitFormat tf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME); in TestEqHashCode() local
135 verifyEqualsHashCode(tf, tfeq, tfne); in TestEqHashCode()
136 verifyEqualsHashCode(tf, tfeq, tfne2); in TestEqHashCode()
140 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); in TestGetLocale() local
141 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale()

12345