/external/webrtc/webrtc/base/ |
D | bandwidthsmoother_unittest.cc | 24 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/ |
D | s3c24x0_rtc.c | 48 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
|
D | max6900.c | 41 uchar sec, min, hour, mday, wday, mon, cent, year; in rtc_get() local
|
D | date.c | 125 int mon = tm->tm_mon; in rtc_mktime() local
|
D | pt7c4338.c | 65 u8 sec, min, hour, mday, wday, mon, year, ctl_stat; in rtc_get() local
|
D | ds164x.c | 57 uchar mday, wday, mon, year; in rtc_get() local
|
D | ds174x.c | 52 uchar mday, wday, mon, year; in rtc_get() local
|
D | mk48t59.c | 80 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
|
D | ds1556.c | 55 uchar mday, wday, mon, year; in rtc_get() local
|
D | rx8025.c | 83 uchar sec, min, hour, mday, wday, mon, year, ctl2; in rtc_get() local
|
D | ds1307.c | 83 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
|
D | ds1306.c | 287 unsigned char sec, min, hour, mday, wday, mon, year; in rtc_get() local
|
/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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MonitorInfoImpl.java | 42 MonitorInfoImpl(VirtualMachine vm, ObjectReference mon, in MonitorInfoImpl()
|
/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 | 254 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/ |
D | integration_test.rs | 82 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/ |
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 | 37 let mon = { in create_serialized_example_with_generated_code() localVariable
|
/external/flatbuffers/tests/rust_usage_test/benches/ |
D | flatbuffers_benchmarks.rs | 76 let mon = { in create_serialized_example_with_generated_code() localVariable
|
/external/openssh/ |
D | monitor.c | 1644 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/ |
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 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
|