HomeSort by relevance Sort by last modified time
    Searched defs:tf (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/Sema/
fp16-sema.c 10 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/
p4.cpp 7 void tf() { function
  /external/clang/test/Index/
file-refs.cpp 28 T tf(T t) { function
  /frameworks/base/core/java/android/text/style/
TypefaceSpan.java 83 Typeface tf = Typeface.create(family, oldStyle); local
84 int fake = oldStyle & ~tf.getStyle();
94 paint.setTypeface(tf);
StyleSpan.java 93 Typeface tf; local
95 tf = Typeface.defaultFromStyle(want);
97 tf = Typeface.create(old, want);
100 int fake = want & ~tf.getStyle();
110 paint.setTypeface(tf);
TextAppearanceSpan.java 75 int tf = a.getInt(com.android.internal.R.styleable.TextAppearance_typeface, 0); local
77 switch (tf) {
220 Typeface tf = ds.getTypeface(); local
223 if (tf != null) {
224 style = tf.getStyle();
230 tf = Typeface.create(mTypeface, style);
231 } else if (tf == null) {
232 tf = Typeface.defaultFromStyle(style);
234 tf = Typeface.create(tf, style)
    [all...]
  /external/clang/test/SemaCXX/
warn-large-by-value-copy.cpp 35 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}}
warn-unused-filescoped.cpp 26 void tf() { } function in namespace:__anon18961
27 template <> void tf<int>() { } // expected-warning{{unused}} function in namespace:__anon18961
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 154 SkTypeface* tf = SkTypeface::CreateFromName(name, static_cast<SkTypeface::Style>(style)); local
155 if (!tf)
159 new FontPlatformData(tf,
162 (style & SkTypeface::kBold) && !tf->isBold(),
163 (style & SkTypeface::kItalic) && !tf->isItalic(),
165 tf->unref();
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 20 TableAndFile* tf = reinterpret_cast<TableAndFile*>(value); local
21 delete tf->table;
22 delete tf->file;
23 delete tf;
67 TableAndFile* tf = new TableAndFile; local
68 tf->file = file;
69 tf->table = table;
70 *handle = cache_->Insert(key, tf, 1, &DeleteEntry);
  /external/pixman/test/
matrix-test.c 88 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))
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java 26 File tf = File.createTempFile("classes", ".dex"); local
28 // +tf.getAbsolutePath()+", canRead: "+tf.canRead()
29 // +", canWrite: "+tf.canWrite());
57 File tf = File.createTempFile("classes", ".dex"); local
59 // tf.getAbsolutePath() + ", canRead: " + tf.canRead() +
60 // ", canWrite: "+tf.canWrite());
63 OutputStream fos = new FileOutputStream(tf);
70 //System.out.println("file length:"+tf.length())
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
StyleSpanTest.java 55 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL); local
56 tp.setTypeface(tf);
78 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL); local
79 tp.setTypeface(tf);
  /external/clang/test/SemaTemplate/
constructor-template.cpp 109 X5<X6> tf; local
110 X5<X6> tf2(tf);
  /external/skia/gm/
gammatext.cpp 29 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); local
30 if (tf) {
31 paint->setTypeface(tf)->unref();
  /frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java 99 TypefaceSpan[] tf = s2.getSpans(8, 9, TypefaceSpan.class); local
100 assertEquals(1, tf.length);
101 assertEquals(8, s2.getSpanStart(tf[0]));
102 assertEquals(9, s2.getSpanEnd(tf[0]));
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 52 Typeface tf = Typeface.create(family, style); local
53 if (tf.getStyle() == style) {
54 return tf;
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp 249 UBool tf = pat.isDecimalSeparatorAlwaysShown(); local
250 logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? "TRUE" : "FALSE"));
251 if(tf != TRUE) {
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 99 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);
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/icu4c/test/intltest/
dcfmapts.cpp 255 UBool tf = pat.isDecimalSeparatorAlwaysShown(); local
256 logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? "TRUE" : "FALSE"));
257 if(tf != TRUE) {
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 99 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);
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...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
AmPmCirclesView.java 82 Typeface tf = Typeface.create(typefaceFamily, Typeface.NORMAL); local
83 mPaint.setTypeface(tf);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 40 tf = -1.2148628384e-01, /* 0xbdf8cdcd */ variable
41 /* tt = -(tail of tf) */
196 r += (tf + p); break;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 377 FamilyTypeface* tf = SkNEW_ARGS(FileTypeface, local
386 add_name(realname.c_str(), tf->getFamily());
424 SkTypeface* tf = find_typeface(*names++, SkTypeface::kNormal); local
425 if (tf) {
426 gDefaultNormal = tf;
467 SkTypeface* tf = NULL; local
470 tf = find_typeface(familyFace, style);
473 tf = find_typeface(familyName, style);
476 if (NULL == tf) {
477 tf = find_best_face(gDefaultFamily, style)
    [all...]
  /external/skia/src/ports/
SkFontHost_linux.cpp 377 FamilyTypeface* tf = SkNEW_ARGS(FileTypeface, local
386 add_name(realname.c_str(), tf->getFamily());
424 SkTypeface* tf = find_typeface(*names++, SkTypeface::kNormal); local
425 if (tf) {
426 gDefaultNormal = tf;
467 SkTypeface* tf = NULL; local
470 tf = find_typeface(familyFace, style);
473 tf = find_typeface(familyName, style);
476 if (NULL == tf) {
477 tf = find_best_face(gDefaultFamily, style)
    [all...]

Completed in 736 milliseconds

1 2 3