Searched defs:tf (Results 1 - 25 of 45) 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/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/testng/src/test/java/test/junit4/
H A DJUnit4ParameterizedTest.java19 public static final String[] FAILED = {"t4[1]", "tf[0]", "tf[1]"};
49 public void tf() { method in class:JUnit4ParameterizedTest
H A DJUnit4Sample2.java16 public static final String[] FAILED = {"tf"};
32 public void tf() { method in class:JUnit4Sample2
/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:__anon3096
69 template <> void tf<int>() { } // expected-warning{{unused}} function in namespace:__anon3096
/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/skia/gm/
H A Dgammatext.cpp23 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); local
24 if (tf) {
25 paint->setTypeface(tf)->unref();
/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 SkFontData* fontData = tf->createFontData();
106 static bool is_local(const SkTypeface* tf) { argument
108 SkFontDescriptor desc(tf->style());
109 tf->getFontDescriptor(&desc, &isLocal);
113 static void serialize_full(const SkTypeface* tf, SkWStream* wstream) { argument
115 SkFontDescriptor desc(tf
125 serialize_name_only(const SkTypeface* tf, SkWStream* wstream) argument
154 WhitelistSerializeTypeface(const SkTypeface* tf, SkWStream* wstream) argument
209 SkTypeface* tf = SkTypeface::CreateFromName(fontName, SkTypeface::kNormal); local
264 SkTypeface* tf = SkTypeface::CreateFromName(fontName, SkTypeface::kNormal); local
[all...]
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp115 X5<X6> tf; local
116 X5<X6> tf2(tf);
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp98 UBool tf=FALSE; local
100 i=span(s, length, i, tf);
101 tf=(UBool)(!tf);
105 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
110 if(tf!=set.contains(c)) {
180 UBool tf=FALSE; local
182 i+=span(set, s+i, length-i, tf);
183 tf=(UBool)(!tf);
191 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
242 UBool tf=FALSE; local
297 UBool tf=(UBool)((testcase.spanCount&1)==0); local
343 UBool tf=FALSE; local
393 UBool tf=(UBool)((testcase.spanCount&1)==0); local
[all...]
/external/skia/src/gpu/
H A DGrResourceProvider.cpp85 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf, const SkDescriptor* desc, argument
89 return this->gpu()->pathRendering()->createGlyphs(tf, desc, stroke);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp292 UBool tf = pat.isDecimalSeparatorAlwaysShown(); local
293 logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? "TRUE" : "FALSE"));
294 if(tf != TRUE) {
/external/skia/src/ports/
H A DSkFontMgr_android.cpp555 SkTypeface* tf = set->matchStyle(SkFontStyle()); local
556 if (nullptr == tf) {
560 fDefaultTypeface = tf;
H A DSkFontHost_FreeType.cpp391 AutoFTAccess(const SkTypeface* tf) : fFace(nullptr) { argument
396 fFace = ref_ft_face(tf);
/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/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/skia/tools/
H A Dsk_tool_utils.cpp78 void emoji_typeface(SkAutoTUnref<SkTypeface>* tf) { argument
80 tf->reset(GetResourceAsTypeface("/fonts/Funkster.ttf"));
84 tf->reset(SkTypeface::CreateFromName("Apple Color Emoji", SkTypeface::kNormal));
87 tf->reset(nullptr);
/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/mksh/src/
H A Deval.c1336 struct temp *tf = NULL; local
1342 maketemp(ATEMP, TT_FUNSUB, &tf);
1343 if (!tf->shf) {
1345 "create", tf->tffn, cstrerror(errno));
1348 shf = tf->shf;
1349 unlink(tf->tffn);
1350 afree(tf, ATEMP);
H A Dhistrap.c94 struct temp *tf; local
301 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps);
302 if (!(shf = tf->shf)) {
304 "create", tf->tffn, cstrerror(errno));
312 "write", tf->tffn, cstrerror(errno));
317 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR);
336 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
338 "open", tf->tffn, cstrerror(errno));
342 if (stat(tf->tffn, &statb) < 0)
358 "read", tf
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dtdls.c2733 struct wpa_tdls_frame *tf; local
2749 if (len < sizeof(*tf)) {
2755 tf = (struct wpa_tdls_frame *) buf;
2756 if (tf->payloadtype != 2 /* TDLS_RFTYPE */ ||
2757 tf->category != WLAN_ACTION_TDLS) {
2760 tf->payloadtype, tf->category, tf->action);
2764 switch (tf->action) {
2783 tf
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dtdls.c2733 struct wpa_tdls_frame *tf; local
2749 if (len < sizeof(*tf)) {
2755 tf = (struct wpa_tdls_frame *) buf;
2756 if (tf->payloadtype != 2 /* TDLS_RFTYPE */ ||
2757 tf->category != WLAN_ACTION_TDLS) {
2760 tf->payloadtype, tf->category, tf->action);
2764 switch (tf->action) {
2783 tf
[all...]

Completed in 1205 milliseconds

12