Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/base/
Dbandwidthsmoother_unittest.cc24 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST() local
45 BandwidthSmoother mon(0, // initial_bandwidth_guess in TEST() local
59 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST() local
74 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST() local
93 BandwidthSmoother mon(kHugeBandwidth, in TEST() local
105 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST() local
/external/u-boot/drivers/rtc/
Ds3c24x0_rtc.c48 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
112 uchar sec, min, hour, mday, wday, mon, year; in rtc_set() local
Dmax6900.c41 uchar sec, min, hour, mday, wday, mon, cent, year; in rtc_get() local
Ddate.c125 int mon = tm->tm_mon; in rtc_mktime() local
Dpt7c4338.c65 u8 sec, min, hour, mday, wday, mon, year, ctl_stat; in rtc_get() local
Dds164x.c57 uchar mday, wday, mon, year; in rtc_get() local
Dds174x.c52 uchar mday, wday, mon, year; in rtc_get() local
Dmk48t59.c80 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
Dds1556.c55 uchar mday, wday, mon, year; in rtc_get() local
Drx8025.c83 uchar sec, min, hour, mday, wday, mon, year, ctl2; in rtc_get() local
Dds1307.c83 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
Dds1306.c287 unsigned char sec, min, hour, mday, wday, mon, year; in rtc_get() local
/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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DMonitorInfoImpl.java42 MonitorInfoImpl(VirtualMachine vm, ObjectReference mon, in MonitorInfoImpl()
/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.c254 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in query_api_thread_busy_status() local
320 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in get_counter() local
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs82 let mon = { in create_serialized_example_with_generated_code() localVariable
293 let mon = my_game::example::Monster::create(builder, &args); in build_mon() localVariable
375 let mon = my_game::example::get_root_as_monster(b.finished_data()); in union_store() localVariable
411 let mon = my_game::example::get_root_as_monster(b.finished_data()); in table_full_namespace_store() localVariable
441 let mon = my_game::example::get_root_as_monster(b.finished_data()); in table_store() localVariable
461 let mon = my_game::example::Monster::create(&mut b0, &args); in nested_flatbuffer_store() localVariable
473 let mon = my_game::example::Monster::create(&mut b1, &args); in nested_flatbuffer_store() localVariable
668 let mon = my_game::example::Monster::create(b, &my_game::example::MonsterArgs{ in struct_vec3_is_written_with_correct_alignment_in_table() localVariable
677 let mon = my_game::example::get_root_as_monster(buf); in struct_vec3_is_written_with_correct_alignment_in_table() localVariable
706 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/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.rs37 let mon = { in create_serialized_example_with_generated_code() localVariable
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs76 let mon = { in create_serialized_example_with_generated_code() localVariable
/external/openssh/
Dmonitor.c1644 monitor_openfds(struct monitor *mon, int do_logfds) in monitor_openfds()
1671 struct monitor *mon; in monitor_init() local
1680 monitor_reinit(struct monitor *mon) in monitor_reinit()
/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
3574 long carry, mon, day; in xmlSchemaCompareDurations() local
3964 int mon; in _xmlSchemaDateCastYMToDays() local
5875 unsigned long mon, day, hour = 0, min = 0; in xmlSchemaGetCanonValue() local

12