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

123

/external/clang/test/PCH/
H A Dheadersearch.cpp11 // RUN: echo 'template <typename T> void tf() { orig_sub2_1(); T::foo(); }' >> %t_orig/sub2/orig_sub2.h
42 tf<int>();
H A Dmissing-file.cpp5 // RUN: echo 'template <typename T> void tf() { T::foo(); }' >> %t.h
25 tf<int>();
/external/webkit/Source/WebKit/android/plugins/
H A DANPTypefaceInterface.cpp32 SkTypeface* tf = SkTypeface::CreateFromName(name, local
34 return reinterpret_cast<ANPTypeface*>(tf);
39 SkTypeface* tf = SkTypeface::CreateFromTypeface(family, local
41 return reinterpret_cast<ANPTypeface*>(tf);
44 static int32_t anp_getRefCount(const ANPTypeface* tf) { argument
45 return tf ? tf->getRefCnt() : 0;
48 static void anp_ref(ANPTypeface* tf) { argument
49 SkSafeRef(tf);
52 static void anp_unref(ANPTypeface* tf) { argument
56 anp_getStyle(const ANPTypeface* tf) argument
61 anp_getFontPath(const ANPTypeface* tf, char fileName[], int32_t length, int32_t* index) argument
[all...]
/external/skia/legacy/src/ports/
H A DSkFontHost_freetype_mac.cpp32 FTMacTypeface* tf = new FTMacTypeface(SkTypeface::kNormal, local
35 SkTypefaceCache::Add(tf, SkTypeface::kNormal);
36 return tf;
69 FTMacTypeface* tf = (FTMacTypeface*)SkTypefaceCache::FindByID(fontID); local
70 if (tf) {
71 tf->fStream->ref();
72 return tf->fStream;
H A DSkFontHost_simple.cpp448 SkTypeface* tf = SkNEW_ARGS(FileTypeface, local
459 // rec[i].fFileName, fallbackCount, tf->uniqueID());
460 gFallbackFonts[fallbackCount++] = tf->uniqueID();
463 firstInFamily = tf;
464 FamilyRec* family = find_family(tf);
544 SkTypeface* tf = NULL; local
547 tf = find_typeface(familyFace, style);
550 tf = find_typeface(familyName, style);
553 if (NULL == tf) {
554 tf
565 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID); local
588 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID); local
[all...]
H A DSkFontHost_linux.cpp413 FamilyTypeface* tf = SkNEW_ARGS(FileTypeface, local
422 add_name(realname.c_str(), tf->getFamily());
438 SkTypeface* tf = find_typeface(*names++, SkTypeface::kNormal); local
439 if (tf) {
440 gDefaultNormal = tf;
529 SkTypeface* tf = NULL; local
532 tf = find_typeface(familyFace, style);
535 tf = find_typeface(familyName, style);
538 if (NULL == tf) {
539 tf
547 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID); local
[all...]
H A DSkFontHost_android.cpp773 SkTypeface* tf = SkNEW_ARGS(FileTypeface, (style, local
777 addTypefaceLocked(tf, firstInFamily);
780 i, gSystemFonts[i].fFileName, tf->uniqueID()));
787 fallbackRec.fFontID = tf->uniqueID();
792 firstInFamily = tf;
793 FamilyRec* family = findFamilyLocked(tf);
942 SkTypeface* tf = NULL; local
945 tf = findTypefaceLocked(familyFace, style);
948 tf = findTypefaceLocked(familyName, style);
951 if (NULL == tf) {
966 FamilyTypeface* tf = (FamilyTypeface*)findFromUniqueIDLocked(fontID); local
983 FamilyTypeface* tf = (FamilyTypeface*)findFromUniqueIDLocked(fontID); local
[all...]
/external/skia/src/ports/
H A DSkFontHost_freetype_mac.cpp32 FTMacTypeface* tf = new FTMacTypeface(SkTypeface::kNormal, local
35 SkTypefaceCache::Add(tf, SkTypeface::kNormal);
36 return tf;
68 FTMacTypeface* tf = (FTMacTypeface*)SkTypefaceCache::FindByID(fontID); local
69 if (tf) {
70 tf->fStream->ref();
71 return tf->fStream;
H A DSkFontHost_simple.cpp448 SkTypeface* tf = SkNEW_ARGS(FileTypeface, local
459 // rec[i].fFileName, fallbackCount, tf->uniqueID());
460 gFallbackFonts[fallbackCount++] = tf->uniqueID();
463 firstInFamily = tf;
464 FamilyRec* family = find_family(tf);
543 SkTypeface* tf = NULL; local
546 tf = find_typeface(familyFace, style);
549 tf = find_typeface(familyName, style);
552 if (NULL == tf) {
553 tf
564 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID); local
589 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID); local
[all...]
H A DSkFontHost_linux.cpp405 FamilyTypeface* tf = SkNEW_ARGS(FileTypeface, local
414 add_name(realname.c_str(), tf->getFamily());
452 SkTypeface* tf = find_typeface(*names++, SkTypeface::kNormal); local
453 if (tf) {
454 gDefaultNormal = tf;
537 SkTypeface* tf = NULL; local
540 tf = find_typeface(familyFace, style);
543 tf = find_typeface(familyName, style);
546 if (NULL == tf) {
547 tf
555 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID); local
[all...]
H A DSkFontHost_android.cpp764 SkTypeface* tf = SkNEW_ARGS(FileTypeface, (style, local
768 addTypefaceLocked(tf, firstInFamily);
771 i, gSystemFonts[i].fFileName, tf->uniqueID()));
778 fallbackRec.fFontID = tf->uniqueID();
783 firstInFamily = tf;
784 FamilyRec* family = findFamilyLocked(tf);
931 SkTypeface* tf = NULL; local
934 tf = findTypefaceLocked(familyFace, style);
937 tf = findTypefaceLocked(familyName, style);
940 if (NULL == tf) {
955 FamilyTypeface* tf = (FamilyTypeface*)findFromUniqueIDLocked(fontID); local
972 FamilyTypeface* tf = (FamilyTypeface*)findFromUniqueIDLocked(fontID); local
[all...]
/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.cpp26 void tf() { } function in namespace:__anon4988
27 template <> void tf<int>() { } // expected-warning{{unused}} function in namespace:__anon4988
/external/icu4c/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/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/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheLinux.cpp146 SkTypeface* tf = SkTypeface::CreateFromName(name, static_cast<SkTypeface::Style>(style)); local
147 if (!tf)
151 new FontPlatformData(tf,
154 (style & SkTypeface::kBold) && !tf->isBold(),
155 (style & SkTypeface::kItalic) && !tf->isItalic(),
158 tf->unref();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCacheAndroid.cpp167 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); local
169 if (!SkTypeface::Equal(tf, 0) || isFallbackFamily(family.string())) {
173 tf->unref();
174 tf = SkTypeface::CreateFromName(name, (SkTypeface::Style)style);
177 result = new FontPlatformData(tf, fontDescription.computedSize(),
179 (style & SkTypeface::kItalic) && !tf->isItalic(),
184 tf->unref();
H A DFontPlatformDataAndroid.cpp103 FontPlatformData::FontPlatformData(SkTypeface* tf, float textSize, bool fakeBold, bool fakeItalic, argument
105 : m_typeface(tf), m_textSize(textSize), m_emSizeInFontUnits(0), m_fakeBold(fakeBold), m_fakeItalic(fakeItalic),
136 FontPlatformData::FontPlatformData(const FontPlatformData& src, SkTypeface* tf) argument
137 : m_typeface(tf), m_textSize(src.m_textSize), m_emSizeInFontUnits(0), m_fakeBold(src.m_fakeBold),
/external/kernel-headers/original/linux/
H A Data.h335 static inline int is_atapi_taskfile(const struct ata_taskfile *tf) argument
337 return (tf->protocol == ATA_PROT_ATAPI) ||
338 (tf->protocol == ATA_PROT_ATAPI_NODATA) ||
339 (tf->protocol == ATA_PROT_ATAPI_DMA);
342 static inline int is_multi_taskfile(struct ata_taskfile *tf) argument
344 return (tf->command == ATA_CMD_READ_MULTI) ||
345 (tf->command == ATA_CMD_WRITE_MULTI) ||
346 (tf->command == ATA_CMD_READ_MULTI_EXT) ||
347 (tf->command == ATA_CMD_WRITE_MULTI_EXT) ||
348 (tf
[all...]
/external/clang/test/Index/
H A Dfile-refs.cpp28 T tf(T t) { function
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp109 X5<X6> tf; local
110 X5<X6> tf2(tf);
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh71 jar tf testzip.jar > testzip.list || fail 'jar failed.'
/external/svox/pico/lib/
H A Dpicopal.c525 LONGLONG dt, tf;
527 tf = GLOB(timerFreq).QuadPart;
528 *sec = (unsigned int) (dt / tf);
529 *usec = (unsigned int) (USEC_PER_SEC * (dt % tf) / tf);
531 double dt, tf;
533 tf = (double)(timerFreq.QuadPart);
534 *sec = (unsigned int) (dt /tf);
535 *usec = (unsigned int) ((double)USEC_PER_SEC * (dt / tf)) % USEC_PER_SEC;

Completed in 518 milliseconds

123