Searched refs:tf (Results 1 - 25 of 106) sorted by relevance

12345

/external/clang/test/PCH/
H A Dheadersearch.cpp10 // RUN: echo 'template <typename T> void tf() { orig_sub2_1(); T::foo(); }' >> %t_orig/sub2/orig_sub2.h
44 tf<int>();
H A Dmissing-file.cpp5 // RUN: echo 'template <typename T> void tf() { T::foo(); }' >> %t.h
25 tf<int>();
/external/curl/packages/vms/
H A Dconfig_h.com171 $ write tf ""
172 $ write tf -
174 $ write tf -
176 $ write tf -
180 $ write tf -
183 $ write tf -
185 $ write tf ""
256 $ write tf ""
267 $ write tf line_in
293 $ write tf "/* ", xlin
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/util/
H A 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)
H A Dscreenshot_unittest.py41 tf = tempfile.NamedTemporaryFile(
43 fh1 = file_handle.FromTempFile(tf)
/external/skia/src/utils/
H A DSkWhitelistTypefaces.cpp40 static int whitelist_name_index(const SkTypeface* tf) { argument
44 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(*tf));
57 SkOTUtils::LocalizedStrings_NameTable::CreateForFamilyNames(*tf));
65 static uint32_t compute_checksum(const SkTypeface* tf) { argument
66 SkFontData* fontData = tf->createFontData();
106 static bool is_local(const SkTypeface* tf) { argument
108 SkFontDescriptor desc(tf->style());
109 tf->getFontDescriptor(&desc, &isLocal);
113 static void serialize_full(const SkTypeface* tf, SkWStream* wstream) { argument
115 SkFontDescriptor desc(tf
125 serialize_name_only(const SkTypeface* tf, SkWStream* wstream) argument
154 WhitelistSerializeTypeface(const SkTypeface* tf, SkWStream* wstream) argument
209 SkTypeface* tf = SkTypeface::CreateFromName(fontName, SkTypeface::kNormal); local
264 SkTypeface* tf = SkTypeface::CreateFromName(fontName, SkTypeface::kNormal); local
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dplatform_unittest.py32 tf = tempfile.NamedTemporaryFile(delete=False, suffix='.png')
33 tf.close()
36 self._platform.TakeScreenshot(tf.name)
39 img = image_util.FromPngFile(tf.name)
44 os.remove(tf.name)
/external/clang/test/SemaCXX/
H A Dwarn-large-by-value-copy.cpp35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} function in namespace:rdar8548050
39 tf<300>(ts); // expected-note {{instantiation}}
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp98 UBool tf=FALSE; local
100 i=span(s, length, i, tf);
101 tf=(UBool)(!tf);
105 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
110 if(tf!=set.contains(c)) {
180 UBool tf=FALSE; local
182 i+=span(set, s+i, length-i, tf);
183 tf=(UBool)(!tf);
191 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
242 UBool tf=FALSE; local
297 UBool tf=(UBool)((testcase.spanCount&1)==0); local
343 UBool tf=FALSE; local
393 UBool tf=(UBool)((testcase.spanCount&1)==0); local
[all...]
/external/opencv3/3rdparty/libtiff/
H A Dtif_aux.c94 uint16 **tf = td->td_transferfunction; local
97 tf[0] = tf[1] = tf[2] = 0;
103 if (!(tf[0] = (uint16 *)_TIFFmalloc(nbytes)))
105 tf[0][0] = 0;
108 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5);
112 if (!(tf[1] = (uint16 *)_TIFFmalloc(nbytes)))
114 _TIFFmemcpy(tf[1], tf[
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_aux.c94 uint16 **tf = td->td_transferfunction; local
97 tf[0] = tf[1] = tf[2] = 0;
103 if (!(tf[0] = (uint16 *)_TIFFmalloc(nbytes)))
105 tf[0][0] = 0;
108 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5);
112 if (!(tf[1] = (uint16 *)_TIFFmalloc(nbytes)))
114 _TIFFmemcpy(tf[1], tf[
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp4.cpp7 void tf() { function
/external/clang/test/CXX/except/except.spec/
H A Dp2-dynamic-types.cpp18 void tf() throw(TEx<int>); // expected-error {{implicit instantiation of undefined template}}
/external/clang/test/Sema/
H A Dfp16-sema.c10 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}} typedef
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A 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
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dupdate.py166 def _ExplainIfSudoNeeded(self, tf, dirs_to_remove):
173 tf: Opened TarFile.
191 self._CleanUpUpdateCommand(tf, dirs_to_remove)
242 def _CleanUpUpdateCommand(self, tf, dirs_to_remove):
246 tf: Opened TarFile, or None if none currently open.
250 if tf:
251 tf.close()
333 tf = None
335 tf = self._FetchAndOpenGsutilTarball(update_from_url_str)
336 tf
[all...]
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A 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/testng/src/test/java/test/junit4/
H A DJUnit4Sample2.java16 public static final String[] FAILED = {"tf"};
32 public void tf() { method in class:JUnit4Sample2
H A DJUnit4ParameterizedTest.java19 public static final String[] FAILED = {"t4[1]", "tf[0]", "tf[1]"};
49 public void tf() { method in class:JUnit4ParameterizedTest
/external/testng/src/main/java/org/testng/internal/thread/
H A DExecutorAdapter.java18 public ExecutorAdapter(int threadCount, IThreadFactory tf) { argument
24 (ThreadFactory) tf.getThreadFactory());
25 m_threadFactory = tf;
/external/toybox/toys/pending/
H A Dsyslogd.c279 static int write_rotate(struct logfile *tf, int len) argument
283 isreg = (!fstat(tf->logfd, &statf) && S_ISREG(statf.st_mode));
289 int i = strlen(tf->filename) + 3 + 1;
294 sprintf(new_file, "%s.%d", tf->filename, i);
296 sprintf(old_file, "%s.%d", tf->filename, --i);
299 rename(tf->filename, new_file);
300 unlink(tf->filename);
301 close(tf->logfd);
302 tf->logfd = open(tf
321 struct logfile *tf = TT.lfiles; local
[all...]
/external/clang/test/Index/
H A Dfile-refs.cpp28 T tf(T t) { function
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp72 void draw (GLuint vao, GLfloat scale, bool tf, Surface* dst);
126 void ScaleProgram::draw (GLuint vao, GLfloat scale, bool tf, Surface* dst) argument
143 if (tf)
146 if (tf)
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) argument
328 glBindTransformFeedback(GL_TRANSFORM_FEEDBACK, tf);
334 void BufferTfAttacher::detach (GLuint buffer, GLuint tf) argument
343 getAttachment(GLuint tf) argument
378 setupContainer(GLuint seed, GLuint tf) argument
504 GLuint tf = 0; local
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DInclusiveByteRange.java163 long tf=size-last;
164 if (tf<0)
165 tf=0;
166 return tf;
/external/skia/src/ports/
H A DSkFontMgr_custom.cpp219 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight,
222 if (nullptr == tf) {
320 SkTypeface* tf = nullptr;
323 tf = this->onMatchFamilyStyle(familyName, style);
326 if (nullptr == tf) {
327 tf = fDefaultFamily->matchStyle(style);
330 return SkSafeRef(tf);
403 SkTypeface_Custom* tf = new SkTypeface_File(style, isFixedPitch,
412 addTo->appendTypeface(tf);
490 SkTypeface_Custom* tf
[all...]

Completed in 1774 milliseconds

12345