Home
last modified time | relevance | path

Searched defs:mon (Results 1 – 25 of 58) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/timers/
Draw_skew.c69 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
Dadjtick.c69 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/
Dtimer_rpc_clnt.c191 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/
DMonitorInfoImpl.java42 MonitorInfoImpl(VirtualMachine vm, ObjectReference mon, in MonitorInfoImpl()
DThreadReferenceImpl.java508 … MonitorInfo mon = new MonitorInfoImpl(vm, minfo[i].monitor, this, minfo[i].stack_depth); in ownedMonitorsAndFrames() local
/external/rust/crates/chrono/src/sys/
Dstub.rs41 let mut mon = 0; in time_to_tm() localVariable
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCTime.java22 String mon[]; field in POSIX_LCTime
/external/wpa_supplicant_8/src/common/
Dwpa_helpers.c99 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/
Dhud_cpu.c338 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/
Dintegration_test.rs91 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/
Dkms_chamelium.c248 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/
DSimpleDateRule.java150 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleDateRule.java155 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs46 let mon = { in create_serialized_example_with_generated_code() localVariable
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs85 let mon = { in create_serialized_example_with_generated_code() localVariable
/external/flatbuffers/tests/
DKotlinTest.kt336 val mon = Monster.endMonster(fbb) in TestBuilderBasics() constant
/external/libxml2/
Dxmlschemastypes.c68 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/
Dparsedate.c283 int mday, int mon, int year) in time2epoch()
/external/openssh/
Dmonitor.c1755 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/
Dt_x509.c360 static const char *const mon[12] = { variable
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dt_x509.c360 static const char *const mon[12] = { variable
/external/adhd/cras/src/server/
Dcras_udev.c23 struct udev_monitor *mon; member
/external/igt-gpu-tools/lib/
Digt_kms.c4230 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/
Dtime.cc401 absl::TimeConversion ConvertDateTime(int64_t year, int mon, int day, int hour, in ConvertDateTime()
/external/angle/third_party/abseil-cpp/absl/time/
Dtime.cc402 absl::TimeConversion ConvertDateTime(int64_t year, int mon, int day, int hour, in ConvertDateTime()

123