| /third_party/flatbuffers/tests/rust_usage_test/outdir/src/ |
| D | main.rs | 29 let mon = flatbuffers::root::<Monster>(fbb.finished_data()).unwrap(); in main() localVariable
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/declarations/ |
| D | declarations_2.ts | 51 var mon: a = WeekDay.MON; variable
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
| /third_party/ltp/lib/ |
| D | tst_rtctime.c | 29 unsigned int mon = mon0, year = year0; in tst_mktime() local
|
| /third_party/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
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | SimpleDateRule.java | 150 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | SimpleDateRule.java | 152 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
|
| /third_party/flatbuffers/tests/rust_usage_test/tests/ |
| D | integration_test.rs | 193 let mon = { in create_serialized_example_with_generated_code() localVariable 591 let mon = my_game::example::Monster::create(builder, &args); in build_mon() localVariable 673 let mon = my_game::example::root_as_monster(b.finished_data()).unwrap(); in union_store() localVariable 709 let mon = my_game::example::root_as_monster(b.finished_data()).unwrap(); in table_full_namespace_store() localVariable 739 let mon = my_game::example::root_as_monster(b.finished_data()).unwrap(); in table_store() localVariable 759 let mon = my_game::example::Monster::create(&mut b0, &args); in nested_flatbuffer_store() localVariable 771 let mon = my_game::example::Monster::create(&mut b1, &args); in nested_flatbuffer_store() localVariable 1009 let mon = my_game::example::Monster::create(b, &my_game::example::MonsterArgs{ in struct_vec3_is_written_with_correct_alignment_in_table() localVariable 1018 let mon = my_game::example::root_as_monster(buf).unwrap(); in struct_vec3_is_written_with_correct_alignment_in_table() localVariable 1042 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 …]
|
| /third_party/flatbuffers/tests/rust_usage_test/bin/ |
| D | flatbuffers_alloc_check.rs | 46 let mon = { in create_serialized_example_with_generated_code() localVariable
|
| /third_party/flatbuffers/tests/FlatBuffers.Test/ |
| D | FlatBuffersExampleTests.cs | 840 … static private void KeepComparing(Monster mon, int count, float floatValue, double doubleValue) in KeepComparing()
|
| /third_party/rust/crates/humantime/src/ |
| D | date.rs | 296 let mut mon = 0; in fmt() localVariable 305 let mon = if mon + 2 > 12 { in fmt() localVariable
|
| /third_party/flatbuffers/tests/rust_usage_test/benches/ |
| D | flatbuffers_benchmarks.rs | 93 let mon = { in create_serialized_example_with_generated_code() localVariable
|
| /third_party/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 5994 unsigned long mon, day, hour = 0, min = 0; in xmlSchemaGetCanonValue() local
|
| /third_party/flatbuffers/tests/ |
| D | KotlinTest.kt | 339 val mon = Monster.endMonster(fbb) in TestBuilderBasics() constant
|
| /third_party/tzdata/ |
| D | strftime.c | 47 const char * mon[MONSPERYEAR]; member
|
| /third_party/mbedtls/include/mbedtls/ |
| D | x509.h | 249 int year, mon, day; /**< Date. */ member
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstdevice.c | 408 GstDeviceMonitor *mon; in GST_START_TEST() local
|
| /third_party/libwebsockets/lib/roles/http/ |
| D | cookie.c | 27 static const char *const mon = "janfebmaraprnayjunjulaugsepoctnovdec"; variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| D | time.cc | 402 absl::TimeConversion ConvertDateTime(int64_t year, int mon, int day, int hour, in ConvertDateTime()
|
| /third_party/flatbuffers/grpc/tests/ |
| D | message_builder_test.cpp | 259 auto mon = flatbuffers::GetRoot<Monster>(mb.GetBufferPointer()); in builder_move_ctor_conversion_before_finish_test() local
|
| /third_party/toybox/toys/pending/ |
| D | crond.c | 46 char min[60], hour[24], dom[31], mon[12], dow[7], *cmd; member
|
| /third_party/ffmpeg/libavformat/ |
| D | iff.c | 665 int year, mon, day, hour, min, type, ref; in iff_read_header() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| D | CompatibilityTest.java | 102 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, in TestGregorianChangeover() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| D | CompatibilityTest.java | 105 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, in TestGregorianChangeover() local
|