Searched defs:tm (Results 51 - 75 of 327) sorted by relevance

1234567891011>>

/external/skia/gm/
H A DgradientDirtyLaundry.cpp38 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
39 return SkGradientShader::MakeLinear(pts, data.fColors, data.fPos, data.fCount, tm);
42 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
44 return SkGradientShader::MakeRadial(pt, pt.fX, data.fColors, data.fPos, data.fCount, tm);
75 SkShader::TileMode tm = SkShader::kClamp_TileMode; variable
84 paint.setShader(gGradMakers[j](pts, gGradData[i], tm));
/external/skia/src/gpu/vk/
H A DGrVkSampler.cpp12 static inline VkSamplerAddressMode tile_to_vk_sampler_address(SkShader::TileMode tm) { argument
22 return gWrapModes[tm];
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaLLRP.cpp41 AlphaLLRPPass(AlphaTargetMachine &tm) argument
42 : MachineFunctionPass(ID), TM(tm) { }
156 FunctionPass *llvm::createAlphaLLRPPass(AlphaTargetMachine &tm) { argument
157 return new AlphaLLRPPass(tm);
/external/testng/src/main/java/org/testng/internal/
H A DITestResultNotifier.java21 Set<ITestResult> getPassedTests(ITestNGMethod tm); argument
23 Set<ITestResult> getFailedTests(ITestNGMethod tm); argument
25 Set<ITestResult> getSkippedTests(ITestNGMethod tm); argument
27 void addPassedTest(ITestNGMethod tm, ITestResult tr); argument
29 void addSkippedTest(ITestNGMethod tm, ITestResult tr); argument
31 void addFailedTest(ITestNGMethod tm, ITestResult tr); argument
33 void addFailedButWithinSuccessPercentageTest(ITestNGMethod tm, ITestResult tr); argument
/external/toybox/toys/posix/
H A Dcal.c26 static char *calstrings(char *buf, struct tm *tm) argument
32 len = strftime(temp, 21, "%B %Y", tm);
40 if (tm->tm_mday>1)
41 start = (36+tm->tm_wday-tm->tm_mday)%7;
42 else start = tm->tm_wday;
46 if (tm->tm_mon == 1) {
47 int year = tm->tm_year;
50 } else if ((tm
72 struct tm *tm; local
[all...]
/external/autotest/client/deps/glbench/src/
H A Dmain.cc77 struct tm *ttime;
78 time_t tm = time(0); local
80 ttime = localtime(&tm);
/external/boringssl/src/crypto/asn1/
H A Da_gentm.c67 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d) argument
89 if (tm)
90 tm->tm_sec = 0;
107 if (tm) {
110 tm->tm_year = n * 100 - 1900;
113 tm->tm_year += n;
116 tm->tm_mon = n - 1;
119 tm->tm_mday = n;
122 tm
[all...]
H A Da_time.c87 struct tm *ts;
88 struct tm data;
186 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t) argument
191 if (OPENSSL_gmtime(&now_t, tm))
197 return asn1_utctime_to_tm(tm, t);
199 return asn1_generalizedtime_to_tm(tm, t);
207 struct tm tm_from, tm_to;
/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp33 // Run turing machine 'tm' on tape 'tape' from state 'state'. Return number of
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { argument
37 run(tm, move(update(tape, tm[state][tape.val].tape),
38 tm[state][tape.val].dir),
39 tm[state][tape.val].next) + 1;
/external/e2fsprogs/misc/
H A Dfindsuper.c121 time_t tm, last = time(0); local
234 tm = ext2.s_mkfs_time;
236 tm = ext2.s_mtime;
237 s = ctime(&tm);
/external/fio/
H A Dtickmarks.c42 static void shorten(struct tickmark *tm, int nticks, int *power_of_ten, argument
51 str = tm[i].string;
82 str = tm[i].string;
90 int calc_tickmarks(double min, double max, int nticks, struct tickmark **tm, argument
109 *tm = malloc(sizeof(**tm) * count);
113 (*tm)[i].value = x;
114 sprintf((*tm)[i].string, str, x);
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
127 struct tickmark *tm
[all...]
/external/iproute2/tc/
H A Dm_bpf.c192 struct tcf_t *tm = RTA_DATA(tb[TCA_ACT_BPF_TM]); local
193 print_tm(f, tm);
H A Dm_connmark.c153 struct tcf_t *tm = RTA_DATA(tb[TCA_CONNMARK_TM]); local
154 print_tm(f, tm);
H A Dm_gact.c243 struct tcf_t *tm = RTA_DATA(tb[TCA_GACT_TM]); local
244 print_tm(f,tm);
H A Dm_nat.c200 struct tcf_t *tm = RTA_DATA(tb[TCA_NAT_TM]); local
201 print_tm(f,tm);
H A Dm_simple.c189 struct tcf_t *tm = RTA_DATA(tb[TCA_DEF_TM]); local
190 print_tm(f, tm);
H A Dm_skbedit.c200 struct tcf_t *tm = RTA_DATA(tb[TCA_SKBEDIT_TM]); local
201 print_tm(f, tm);
H A Dm_vlan.c213 struct tcf_t *tm = RTA_DATA(tb[TCA_VLAN_TM]); local
214 print_tm(f, tm);
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c86 static char *str2tmx __P((char *, struct tm *));
97 struct tm *tm; local
107 tm = localtime(&t);
108 l = strftime(p, len, format, tm);
201 struct tm tm; local
228 memset(&tm, 0, sizeof(tm));
229 p = str2tmx(buf, &tm);
364 str2tmx(char *p, struct tm *tm) argument
452 struct tm tm; local
[all...]
/external/libnl/src/lib/
H A Dtc.c99 struct nl_cli_tc_module *tm; local
101 nl_list_for_each_entry(tm, &tc_modules, tm_list)
102 if (tm->tm_ops == ops)
103 return tm;
110 struct nl_cli_tc_module *tm; local
112 if ((tm = __nl_cli_tc_lookup(ops)))
113 return tm;
130 if (!(tm = __nl_cli_tc_lookup(ops))) {
137 return tm;
140 void nl_cli_tc_register(struct nl_cli_tc_module *tm) argument
159 nl_cli_tc_unregister(struct nl_cli_tc_module *tm) argument
[all...]
/external/libnl/src/
H A Dnl-class-add.c61 struct nl_cli_tc_module *tm; local
141 if (!(tm = nl_cli_tc_lookup(ops)))
144 tm->tm_parse_argv(tc, argc, argv);
H A Dnl-cls-add.c61 struct nl_cli_tc_module *tm; local
149 if (!(tm = nl_cli_tc_lookup(ops)))
152 tm->tm_parse_argv(tc, argc, argv);
H A Dnl-qdisc-add.c58 struct nl_cli_tc_module *tm; local
132 if (!(tm = nl_cli_tc_lookup(ops)))
135 tm->tm_parse_argv(tc, argc, argv);
/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp33 SystemZLDCleanup(const SystemZTargetMachine &tm) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUAsmPrinter.cpp29 static AsmPrinter *createAMDGPUAsmPrinterPass(TargetMachine &tm, argument
31 return new AMDGPUAsmPrinter(tm, Streamer);

Completed in 507 milliseconds

1234567891011>>