/external/linux-kselftest/tools/testing/selftests/timers/ |
D | raw_skew.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() 94 struct timespec mon, raw, start, end; in main() local
|
D | adjtick.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw()
|
/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/ |
D | timer_rpc_clnt.c | 191 sc_err_t sc_timer_set_rtc_time(sc_ipc_t ipc, uint16_t year, uint8_t mon, in sc_timer_set_rtc_time() 215 sc_err_t sc_timer_get_rtc_time(sc_ipc_t ipc, uint16_t *year, uint8_t *mon, in sc_timer_get_rtc_time() 270 sc_err_t sc_timer_set_rtc_alarm(sc_ipc_t ipc, uint16_t year, uint8_t mon, in sc_timer_set_rtc_alarm()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MonitorInfoImpl.java | 42 MonitorInfoImpl(VirtualMachine vm, ObjectReference mon, in MonitorInfoImpl()
|
D | ThreadReferenceImpl.java | 508 … MonitorInfo mon = new MonitorInfoImpl(vm, minfo[i].monitor, this, minfo[i].stack_depth); in ownedMonitorsAndFrames() local
|
/external/rust/crates/chrono/src/sys/ |
D | stub.rs | 41 let mut mon = 0; in time_to_tm() localVariable
|
/external/cldr/tools/java/org/unicode/cldr/posix/ |
D | POSIX_LCTime.java | 22 String mon[]; field in POSIX_LCTime
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_helpers.c | 99 int get_wpa_cli_event2(struct wpa_ctrl *mon, in get_wpa_cli_event2() 156 int get_wpa_cli_event(struct wpa_ctrl *mon, in get_wpa_cli_event()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 338 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in query_api_thread_busy_status() local 404 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in get_counter() local
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 91 let mon = { in create_serialized_example_with_generated_code() localVariable 384 let mon = my_game::example::Monster::create(builder, &args); in build_mon() localVariable 466 let mon = my_game::example::get_root_as_monster(b.finished_data()); in union_store() localVariable 502 let mon = my_game::example::get_root_as_monster(b.finished_data()); in table_full_namespace_store() localVariable 532 let mon = my_game::example::get_root_as_monster(b.finished_data()); in table_store() localVariable 552 let mon = my_game::example::Monster::create(&mut b0, &args); in nested_flatbuffer_store() localVariable 564 let mon = my_game::example::Monster::create(&mut b1, &args); in nested_flatbuffer_store() localVariable 820 let mon = my_game::example::Monster::create(b, &my_game::example::MonsterArgs{ in struct_vec3_is_written_with_correct_alignment_in_table() localVariable 829 let mon = my_game::example::get_root_as_monster(buf); in struct_vec3_is_written_with_correct_alignment_in_table() localVariable 858 let mon = my_game::example::Monster::create(b, &my_game::example::MonsterArgs{ in struct_ability_is_written_with_correct_alignment_in_table_vector() localVariable [all …]
|
/external/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 248 struct udev_monitor *mon = igt_watch_hotplug(); in test_basic_hotplug() local 326 static bool wait_for_hotplug(struct udev_monitor *mon, int *timeout) in wait_for_hotplug() 346 struct udev_monitor *mon, bool connected) in try_suspend_resume_hpd() 407 struct udev_monitor *mon = igt_watch_hotplug(); in test_suspend_resume_hpd() local 424 struct udev_monitor *mon = igt_watch_hotplug(); in test_suspend_resume_hpd_common() local 451 struct udev_monitor *mon = igt_watch_hotplug(); in test_suspend_resume_edid_change() local 616 struct udev_monitor *mon; in test_link_status() local 2465 struct udev_monitor *mon = igt_watch_hotplug(); in test_hpd_without_ddc() local 2485 struct udev_monitor *mon; in test_hpd_storm_detect() local
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | SimpleDateRule.java | 150 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | SimpleDateRule.java | 155 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
|
/external/flatbuffers/tests/rust_usage_test/bin/ |
D | alloc_check.rs | 46 let mon = { in create_serialized_example_with_generated_code() localVariable
|
/external/flatbuffers/tests/rust_usage_test/benches/ |
D | flatbuffers_benchmarks.rs | 85 let mon = { in create_serialized_example_with_generated_code() localVariable
|
/external/flatbuffers/tests/ |
D | KotlinTest.kt | 336 val mon = Monster.endMonster(fbb) in TestBuilderBasics() constant
|
/external/libxml2/ |
D | xmlschemastypes.c | 68 unsigned int mon :4; /* 1 <= mon <= 12 */ member 82 long mon; /* mon stores years also */ member 1126 #define VALID_MONTH(mon) ((mon >= 1) && (mon <= 12)) argument 1141 #define MAX_DAYINMONTH(yr,mon) \ argument 3676 long carry, mon, day; in xmlSchemaCompareDurations() local 4070 int mon; in _xmlSchemaDateCastYMToDays() local 5989 unsigned long mon, day, hour = 0, min = 0; in xmlSchemaGetCanonValue() local
|
/external/curl/lib/ |
D | parsedate.c | 283 int mday, int mon, int year) in time2epoch()
|
/external/openssh/ |
D | monitor.c | 1755 monitor_openfds(struct monitor *mon, int do_logfds) in monitor_openfds() 1791 struct monitor *mon; in monitor_init() local 1800 monitor_reinit(struct monitor *mon) in monitor_reinit()
|
/external/boringssl/src/crypto/x509/ |
D | t_x509.c | 360 static const char *const mon[12] = { variable
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | t_x509.c | 360 static const char *const mon[12] = { variable
|
/external/adhd/cras/src/server/ |
D | cras_udev.c | 23 struct udev_monitor *mon; member
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.c | 4230 struct udev_monitor *mon; in igt_watch_hotplug() local 4259 static bool event_detected(struct udev_monitor *mon, int timeout_secs, in event_detected() 4297 bool igt_hotplug_detected(struct udev_monitor *mon, int timeout_secs) in igt_hotplug_detected() 4311 bool igt_lease_change_detected(struct udev_monitor *mon, int timeout_secs) in igt_lease_change_detected() 4322 void igt_flush_hotplugs(struct udev_monitor *mon) in igt_flush_hotplugs() 4336 void igt_cleanup_hotplug(struct udev_monitor *mon) in igt_cleanup_hotplug()
|
/external/abseil-cpp/absl/time/ |
D | time.cc | 401 absl::TimeConversion ConvertDateTime(int64_t year, int mon, int day, int hour, in ConvertDateTime()
|
/external/angle/third_party/abseil-cpp/absl/time/ |
D | time.cc | 402 absl::TimeConversion ConvertDateTime(int64_t year, int mon, int day, int hour, in ConvertDateTime()
|