Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/external/u-boot/include/linux/
Dtime.h28 struct tm { struct
29 int tm_sec; /* Seconds. [0-60] (1 leap second) */ argument
30 int tm_min; /* Minutes. [0-59] */ argument
31 int tm_hour; /* Hours. [0-23] */ argument
32 int tm_mday; /* Day. [1-31] */ argument
33 int tm_mon; /* Month. [0-11] */ argument
34 int tm_year; /* Year - 1900. */ argument
35 int tm_wday; /* Day of week. [0-6] */ argument
36 int tm_yday; /* Days in year.[0-365] */ argument
37 int tm_isdst; /* DST. [-1/0/1]*/ argument
[all …]
/external/testng/src/main/java/org/testng/internal/
DITestResultNotifier.java21 Set<ITestResult> getPassedTests(ITestNGMethod tm); in getPassedTests()
23 Set<ITestResult> getFailedTests(ITestNGMethod tm); in getFailedTests()
25 Set<ITestResult> getSkippedTests(ITestNGMethod tm); in getSkippedTests()
27 void addPassedTest(ITestNGMethod tm, ITestResult tr); in addPassedTest()
29 void addSkippedTest(ITestNGMethod tm, ITestResult tr); in addSkippedTest()
31 void addFailedTest(ITestNGMethod tm, ITestResult tr); in addFailedTest()
33 void addFailedButWithinSuccessPercentageTest(ITestNGMethod tm, ITestResult tr); in addFailedButWithinSuccessPercentageTest()
DGraph.java30 public void addNode(T tm) { in addNode()
48 public void addPredecessor(T tm, T predecessor) { in addPredecessor()
64 private void addNeighbor(T tm, T predecessor) { in addNeighbor()
262 public Node(T tm) { in Node()
325 public void addPredecessor(T tm) { in addPredecessor()
/external/skia/gm/
Dgradients_2pt_conical.cpp41 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside()
52SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip()
62 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip()
73 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside()
86 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip()
99 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter()
110 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed()
121 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad()
134 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip()
147 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter()
[all …]
DgradientDirtyLaundry.cpp37 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeLinear()
41 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeRadial()
74 SkShader::TileMode tm = SkShader::kClamp_TileMode; in onDraw() local
/external/skqp/gm/
Dgradients_2pt_conical.cpp41 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside()
52SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip()
62 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip()
73 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside()
86 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip()
99 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter()
110 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed()
121 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad()
134 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip()
147 SkShader::TileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter()
[all …]
DgradientDirtyLaundry.cpp37 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeLinear()
41 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeRadial()
74 SkShader::TileMode tm = SkShader::kClamp_TileMode; in onDraw() local
/external/adhd/cras/src/server/
Dcras_tm.c57 struct cras_tm *tm, in cras_tm_create_timer()
79 void cras_tm_cancel_timer(struct cras_tm *tm, struct cras_timer *t) in cras_tm_cancel_timer()
90 void cras_tm_deinit(struct cras_tm *tm) in cras_tm_deinit()
101 int cras_tm_get_next_timeout(const struct cras_tm *tm, struct timespec *ts) in cras_tm_get_next_timeout()
127 void cras_tm_call_callbacks(struct cras_tm *tm) in cras_tm_call_callbacks()
/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_init.c40 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_init() local
125 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in mv_ddr_get_memory_size_per_cs_in_bits() local
164 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_if_ecc_enabled() local
185 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in mv_ddr_training_params_set() local
Dmv_ddr_topology.c43 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in mv_ddr_topology_map_update() local
143 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in mv_ddr_bus_bit_mask_get() local
173 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in mv_ddr_if_bus_width_get() local
Dddr3_debug.c34 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in mv_ddr_user_log_level_set() local
114 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_reg_dump() local
316 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in print_device_info() local
361 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_print_log() local
532 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_print_stability_log() local
693 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_read_adll_value() local
727 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_write_adll_value() local
762 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in read_phase_value() local
790 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in write_leveling_value() local
853 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_print_adll() local
[all …]
Dddr3_training_leveling.c31 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_max_cs_get() local
75 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_dynamic_read_leveling() local
344 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_legacy_dynamic_write_leveling() local
385 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_legacy_dynamic_read_leveling() local
439 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_dynamic_per_bit_read_leveling() local
796 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_calc_cs_mask() local
847 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_dynamic_write_leveling() local
1206 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_dynamic_write_leveling_supp() local
1401 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_xsb_compare_test() local
1492 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_dynamic_write_leveling_seq() local
[all …]
Dddr3_training.c262 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_configure_cs() local
322 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in calc_cs_num() local
366 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in hws_ddr3_tip_init_controller() local
699 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_rev2_rank_control() local
753 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_rev3_rank_control() local
797 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_pad_inv() local
905 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_pre_algo_config() local
938 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_post_algo_config() local
1082 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_if_polling() local
1156 struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get(); in ddr3_tip_bus_read_modify_write() local
[all …]
/external/skqp/samplecode/
DSampleGradients.cpp64 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeLinear()
68 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeRadial()
76 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm)… in MakeSweep()
83 …c sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { in Make2Conical()
96 SkShader::TileMode tm) { in Make2ConicalConcentric()
141 for (int tm = 0; tm < SkShader::kTileModeCount; ++tm) { in onDrawContent() local
/external/skia/samplecode/
DSampleGradients.cpp64 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeLinear()
68 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm in MakeRadial()
76 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm)… in MakeSweep()
83 …c sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { in Make2Conical()
96 SkShader::TileMode tm) { in Make2ConicalConcentric()
141 for (int tm = 0; tm < SkShader::kTileModeCount; ++tm) { in onDrawContent() local
/external/skia/bench/
DGradientBench.cpp51 SkShader::TileMode tm, float scale) { in MakeLinear()
56 SkShader::TileMode tm, float scale) { in MakeRadial()
66 SkShader::TileMode tm, float scale) { in MakeSweep()
75 SkShader::TileMode tm, float scale) { in MakeConical()
88 SkShader::TileMode tm, float scale) { in MakeConicalZeroRad()
101 SkShader::TileMode tm, float scale) { in MakeConicalOutside()
115 SkShader::TileMode tm, float scale) { in MakeConicalOutsideZeroRad()
158 static const char* tilemodename(SkShader::TileMode tm) { in tilemodename()
190 SkShader::TileMode tm = SkShader::kClamp_TileMode, in GradientBench()
255 SkShader::TileMode tm, float scale) { in MakeShader()
/external/skqp/bench/
DGradientBench.cpp51 SkShader::TileMode tm, float scale) { in MakeLinear()
56 SkShader::TileMode tm, float scale) { in MakeRadial()
66 SkShader::TileMode tm, float scale) { in MakeSweep()
75 SkShader::TileMode tm, float scale) { in MakeConical()
88 SkShader::TileMode tm, float scale) { in MakeConicalZeroRad()
101 SkShader::TileMode tm, float scale) { in MakeConicalOutside()
115 SkShader::TileMode tm, float scale) { in MakeConicalOutsideZeroRad()
158 static const char* tilemodename(SkShader::TileMode tm) { in tilemodename()
190 SkShader::TileMode tm = SkShader::kClamp_TileMode, in GradientBench()
255 SkShader::TileMode tm, float scale) { in MakeShader()
/external/u-boot/post/drivers/
Drtc.c59 static void rtc_post_restore (struct rtc_time *tm, unsigned int sec) in rtc_post_restore()
118 struct rtc_time tm; in rtc_post_test() local
149 struct rtc_time tm; in rtc_post_test() local
/external/libnl/src/lib/
Dtc.c99 struct nl_cli_tc_module *tm; in __nl_cli_tc_lookup() local
110 struct nl_cli_tc_module *tm; in nl_cli_tc_lookup() local
140 void nl_cli_tc_register(struct nl_cli_tc_module *tm) in nl_cli_tc_register()
159 void nl_cli_tc_unregister(struct nl_cli_tc_module *tm) in nl_cli_tc_unregister()
/external/ipsec-tools/src/racoon/
Dbackupsa.c97 struct tm *tm; local
201 struct tm tm; in backupsa_from_file() local
364 str2tmx(char *p, struct tm *tm) in str2tmx()
452 struct tm tm; in main() local
/external/u-boot/drivers/rtc/
Ddate.c33 int rtc_calc_weekday(struct rtc_time *tm) in rtc_calc_weekday()
68 int rtc_to_tm(int tim, struct rtc_time *tm) in rtc_to_tm()
123 unsigned long rtc_mktime(const struct rtc_time *tm) in rtc_mktime()
/external/v8/src/base/platform/
Dplatform-posix-time.cc15 struct tm tm; in LocalTimezone() local
25 struct tm tm; in LocalTimeOffset() local
/external/testng/src/test/java/test/tmp/verify/
DVerifyInterceptor.java35 ITestNGMethod tm = mi.getMethod(); in intercept() local
50 private List<IMethodInstance> findVerifyMethods(Class realClass, final ITestNGMethod tm) { in findVerifyMethods()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DIRemoteTestListener.java12 void onStart(TestMessage tm); in onStart()
14 void onFinish(TestMessage tm); in onFinish()
/external/webrtc/webrtc/base/
Dtimeutils_unittest.cc131 struct tm tm; in TEST() local
196 std::tm tm; in TestTmToSeconds() local
249 std::tm* tm = std::gmtime(&t); in TestTmToSeconds() local
253 std::tm tm; in TestTmToSeconds() local

12345678910>>...17