Searched refs:tf (Results 1 - 25 of 109) 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
24 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 std::unique_ptr<SkFontData> fontData = tf->makeFontData();
107 static bool is_local(const SkTypeface* tf) { argument
110 tf->getFontDescriptor(&desc, &isLocal);
114 static void serialize_full(const SkTypeface* tf, SkWStream* wstream) { argument
117 tf->getFontDescriptor(&desc, &isLocal);
121 desc.setFontData(tf
126 serialize_name_only(const SkTypeface* tf, SkWStream* wstream) argument
155 WhitelistSerializeTypeface(const SkTypeface* tf, SkWStream* wstream) argument
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A 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/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.cpp102 UBool tf=FALSE; local
104 i=span(s, length, i, tf);
105 tf=(UBool)(!tf);
109 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
114 if(tf!=set.contains(c)) {
184 UBool tf=FALSE; local
186 i+=span(set, s+i, length-i, tf);
187 tf=(UBool)(!tf);
195 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
246 UBool tf=FALSE; local
301 UBool tf=(UBool)((testcase.spanCount&1)==0); local
347 UBool tf=FALSE; local
397 UBool tf=(UBool)((testcase.spanCount&1)==0); local
[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/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
/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/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c425 struct test_file *tf = get_tf(); local
426 return tf->fd;
431 struct test_file *tf; local
444 for (i = 0, tf = test_files; i < num_test_files; i++, tf++) {
446 tf->path = argv[i];
447 tf->fd = open(tf->path, O_RDWR | (lite ? 0 : O_CREAT | O_TRUNC),
449 if (tf->fd < 0) {
450 prterr(tf
465 struct test_file *tf; local
545 fill_tf_buf(struct test_file *tf) argument
555 output_line(struct test_file *tf, int op, unsigned offset, unsigned size, struct timeval *tv) argument
592 struct test_file *tf = get_tf(); local
647 struct test_file *tf = get_tf(); local
725 struct test_file *tf = get_tf(); local
785 struct test_file *tf = get_tf(); local
883 struct test_file *tf = get_tf(); local
944 struct test_file *tf = get_tf(); local
[all...]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp166 TestFn tf = nullptr; local
167 std::function<Fn> f = tf;
171 TestFn tf = Creator<TestFn>::create(); local
172 assert(tf != nullptr);
173 std::function<Fn> f = tf;
175 assert(*f.template target<TestFn>() == tf);
/external/skia/tools/
H A DSkShaper_primitive.cpp16 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) { argument
17 fImpl->fTypeface = tf ? std::move(tf) : SkTypeface::MakeDefault();
/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/skia/src/ports/
H A DSkFontMgr_custom.cpp129 sk_sp<SkTypeface> tf(set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight,
132 if (nullptr == tf) {
247 SkTypeface* tf = nullptr;
250 tf = this->onMatchFamilyStyle(familyName, style);
253 if (nullptr == tf) {
254 tf = fDefaultFamily->matchStyle(style);
257 return tf;
/external/chromium-trace/catapult/telemetry/telemetry/value/
H A 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)

Completed in 763 milliseconds

12345