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

123

/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/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp166 TestFn tf = nullptr; local
167 std::function<Fn> f = tf;
171 TestFn tf = Creator<TestFn>::create(); local
172 assert(tf != nullptr);
173 std::function<Fn> f = tf;
175 assert(*f.template target<TestFn>() == tf);
/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:__anon3186
69 template <> void tf<int>() { } // expected-warning{{unused}} function in namespace:__anon3186
/external/skia/tools/
H A DSkShaper_primitive.cpp16 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) { argument
17 fImpl->fTypeface = tf ? std::move(tf) : SkTypeface::MakeDefault();
H A DSkShaper_harfbuzz.cpp54 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) { argument
55 fImpl->fTypeface = tf ? std::move(tf) : SkTypeface::MakeDefault();
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c138 void *tf(void *arg) function
375 if (tf((void *)td) != NULL) {
387 ret = pthread_create(&child_th, NULL, tf, td);
H A D2-1.c115 void *tf(void *arg) function
338 if (tf((void *)td) != NULL) {
350 ret = pthread_create(&child_th, NULL, tf, td);
H A D4-2.c136 void *tf(void *arg) function
357 if (tf((void *)td) != NULL) {
369 ret = pthread_create(&child_th, NULL, tf, td);
/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/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 std::unique_ptr<SkFontData> fontData = tf->makeFontData();
107 static bool is_local(const SkTypeface* tf) { argument
110 tf->getFontDescriptor(&desc, &isLocal);
114 static void serialize_full(const SkTypeface* tf, SkWStream* wstream) { argument
117 tf->getFontDescriptor(&desc, &isLocal);
121 desc.setFontData(tf
126 serialize_name_only(const SkTypeface* tf, SkWStream* wstream) argument
155 WhitelistSerializeTypeface(const SkTypeface* tf, SkWStream* wstream) argument
[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.cpp102 UBool tf=FALSE; local
104 i=span(s, length, i, tf);
105 tf=(UBool)(!tf);
109 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
114 if(tf!=set.contains(c)) {
184 UBool tf=FALSE; local
186 i+=span(set, s+i, length-i, tf);
187 tf=(UBool)(!tf);
195 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
246 UBool tf=FALSE; local
301 UBool tf=(UBool)((testcase.spanCount&1)==0); local
347 UBool tf=FALSE; local
397 UBool tf=(UBool)((testcase.spanCount&1)==0); local
[all...]
/external/ltp/testcases/kernel/syscalls/sigwaitinfo/
H A Dsigwaitinfo01.c375 test_func tf; member in struct:test_desc
460 tests[i].tf(tests[i].swi, tests[i].signo);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-4.c159 void *tf(void *arg) function
495 if (tf((void *)td) != NULL) {
507 ret = pthread_create(&child_th, NULL, tf, td);
H A D2-7.c161 void *tf(void *arg) function
500 if (tf((void *)td) != NULL) {
512 ret = pthread_create(&child_th, NULL, tf, td);
H A D4-2.c173 void *tf(void *arg) function
463 if (tf((void *)td) != NULL) {
479 tf, td);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D2-2.c187 void *tf(void *arg) function
509 if (tf((void *)td) != NULL) {
521 ret = pthread_create(&child_th, NULL, tf, td);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp294 UBool tf = pat.isDecimalSeparatorAlwaysShown(); local
295 logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? "TRUE" : "FALSE"));
296 if(tf != TRUE) {
/external/skia/src/gpu/
H A DGrResourceProvider.cpp309 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf, argument
315 return this->gpu()->pathRendering()->createGlyphs(tf, effects, desc, style);

Completed in 7871 milliseconds

123