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

1234

/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/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/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/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/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_org/third_party/WebKit/Source/platform/fonts/win/
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...]
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();
/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/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
469 GLuint tf = 0; local
[all...]
/external/chromium_org/tools/page_cycler/common/
H A Dhead.js74 "&ts=" + ts + "&td=" + __td + "&tf=" + __tf;
85 var ts = 0, td = 0, te = (new Date()).getTime(), tf = 0;
111 case 'tf':
112 tf = (f[1] - 0);
120 __tf = tf; // record t-fudge
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp302 SkTypeface* tf = NULL;
305 tf = this->onMatchFamilyStyle(familyName, style);
308 if (NULL == tf) {
309 tf = gDefaultFamily->matchStyle(style);
312 return SkSafeRef(tf);
345 SkTypeface_Custom* tf = SkNEW_ARGS(SkTypeface_File, (
357 addTo->appendTypeface(tf);
390 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight,
393 if (NULL == tf) {
398 gDefaultNormal = tf;
[all...]
/external/skia/src/ports/
H A DSkFontHost_linux.cpp295 SkTypeface* tf = NULL;
298 tf = this->onMatchFamilyStyle(familyName, style);
301 if (NULL == tf) {
302 tf = gDefaultFamily->matchStyle(style);
305 return SkSafeRef(tf);
338 SkTypeface_Custom* tf = SkNEW_ARGS(SkTypeface_File, (
350 addTo->appendTypeface(tf);
384 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight,
387 if (NULL == tf) {
392 gDefaultNormal = tf;
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkia.cpp246 RefPtr<SkTypeface> tf(createTypeface(fontDescription, creationParams, name));
247 if (!tf)
250 FontPlatformData* result = new FontPlatformData(tf,
253 (fontDescription.weight() >= FontWeight600 && !tf->isBold()) || fontDescription.isSyntheticBold(),
254 (fontDescription.style() && !tf->isItalic()) || fontDescription.isSyntheticItalic(),
/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/clang/test/SemaTemplate/
H A Dconstructor-template.cpp109 X5<X6> tf; local
110 X5<X6> tf2(tf);
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_util.js220 * - tf: specifying a text fade starting position, in pixels.
237 if ('tf' in params) {
238 var tf = parseInt(params.tf, 10);
239 if (isFinite(tf))
240 styles.textFadePos = tf;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh77 jar tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list || fail 'jar failed.'
/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;
/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();

Completed in 784 milliseconds

1234