Searched defs:tf (Results 1 - 25 of 41) sorted by relevance

12

/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/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp4.cpp7 void tf() { function
/external/clang/test/Index/
H A Dfile-refs.cpp28 T tf(T t) { function
/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}}
H A Dwarn-unused-filescoped.cpp68 void tf() { } function in namespace:__anon19418
69 template <> void tf<int>() { } // expected-warning{{unused}} function in namespace:__anon19418
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontPlatformData.cpp176 FontPlatformData::FontPlatformData(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation orientation, bool subpixelTextPosition) argument
177 : m_typeface(tf)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp50 RefPtr<SkTypeface> tf = adoptRef(fontManager->legacyCreateTypeface(family.utf8().data(), SkTypeface::kNormal)); local
51 if (!tf)
54 SkTypeface::LocalizedStrings* actualFamilies = tf->createFamilyNameIterator();
H A DFontCacheSkiaWin.cpp191 static bool typefacesMatchesFamily(const SkTypeface* tf, const AtomicString& family) argument
193 SkTypeface::LocalizedStrings* actualFamilies = tf->createFamilyNameIterator();
210 tf->getFamilyName(&familyName);
301 RefPtr<SkTypeface> tf = createTypeface(fontDescription, creationParams, name); local
305 if (!tf || !typefacesMatchesFamily(tf.get(), creationParams.family())) {
315 tf = createTypeface(adjustedFontDescription, adjustedParams, name);
316 if (!tf || !typefacesMatchesFamily(tf.get(), adjustedName))
324 tf
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.cc20 TableAndFile* tf = reinterpret_cast<TableAndFile*>(value); local
21 delete tf->table;
22 delete tf->file;
23 delete tf;
73 TableAndFile* tf = new TableAndFile; local
74 tf->file = file;
75 tf->table = table;
76 *handle = cache_->Insert(key, tf, 1, &DeleteEntry);
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp109 X5<X6> tf; local
110 X5<X6> tf2(tf);
/external/pixman/test/
H A Dmatrix-test.c88 pixman_transform_f128_t tf; local
144 tf.m[j][k] = pixman_fixed_to_float128 (ti.matrix[j][k]);
148 if (pixman_transform_point_f128 (&tf, &vf, &result_f))
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp99 UBool tf=FALSE; local
101 i=span(s, length, i, tf);
102 tf=(UBool)(!tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
111 if(tf!=set.contains(c)) {
181 UBool tf=FALSE; local
183 i+=span(set, s+i, length-i, tf);
184 tf=(UBool)(!tf);
192 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
243 UBool tf=FALSE; local
298 UBool tf=(UBool)((testcase.spanCount&1)==0); local
344 UBool tf=FALSE; local
394 UBool tf=(UBool)((testcase.spanCount&1)==0); local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dgammatext.cpp29 SkTypeface* tf = sk_tool_utils::create_portable_typeface(name, SkTypeface::kNormal); local
30 if (tf) {
31 paint->setTypeface(tf)->unref();
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp99 UBool tf=FALSE; local
101 i=span(s, length, i, tf);
102 tf=(UBool)(!tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
111 if(tf!=set.contains(c)) {
181 UBool tf=FALSE; local
183 i+=span(set, s+i, length-i, tf);
184 tf=(UBool)(!tf);
192 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
243 UBool tf=FALSE; local
298 UBool tf=(UBool)((testcase.spanCount&1)==0); local
344 UBool tf=FALSE; local
394 UBool tf=(UBool)((testcase.spanCount&1)==0); local
[all...]
/external/skia/gm/
H A Dgammatext.cpp29 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); local
30 if (tf) {
31 paint->setTypeface(tf)->unref();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmapts.cpp270 UBool tf = pat.isDecimalSeparatorAlwaysShown(); local
271 logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? "TRUE" : "FALSE"));
272 if(tf != TRUE) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp515 SkTypeface* tf = set->matchStyle(SkFontStyle()); local
516 if (NULL == tf) {
520 fDefaultTypeface = tf;
H A DSkFontHost_FreeType.cpp370 AutoFTAccess(const SkTypeface* tf) : fRec(NULL), fFace(NULL) { argument
377 fRec = ref_ft_face(tf);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp276 UBool tf = pat.isDecimalSeparatorAlwaysShown(); local
277 logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? "TRUE" : "FALSE"));
278 if(tf != TRUE) {
/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
469 GLuint tf = 0; local
[all...]
/external/fdlibm/
H A De_lgamma_r.c106 tf = -1.21486290535849611461e-01, /* 0xBFBF19B9, 0xBCC38A42 */ variable
107 /* tt = -(tail of tf) */
269 r += (tf + p); break;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c1148 struct trace_event_finder *tf = local
1154 if (tf->ntevs == tf->max_tevs) {
1156 tf->max_tevs);
1159 tev = &tf->tevs[tf->ntevs++];
1162 ret = convert_to_trace_point(&pf->sp_die, tf->mod, pf->addr,
1192 struct trace_event_finder tf = { local
1202 tf.tevs = *tevs;
1203 tf
[all...]
/external/mksh/src/
H A Deval.c1338 struct temp *tf = NULL; local
1344 maketemp(ATEMP, TT_FUNSUB, &tf);
1345 if (!tf->shf) {
1347 "create", tf->tffn, cstrerror(errno));
1350 shf = tf->shf;
1351 unlink(tf->tffn);
1352 afree(tf, ATEMP);
H A Dhistrap.c91 struct temp *tf; local
297 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps);
298 if (!(shf = tf->shf)) {
300 "create", tf->tffn, cstrerror(errno));
308 "write", tf->tffn, cstrerror(errno));
313 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR);
332 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
334 "open", tf->tffn, cstrerror(errno));
338 if (stat(tf->tffn, &statb) < 0)
354 "read", tf
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp371 AutoFTAccess(const SkTypeface* tf) : fRec(NULL), fFace(NULL) { argument
378 fRec = ref_ft_face(tf);

Completed in 1813 milliseconds

12