Home
last modified time | relevance | path

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

12

/third_party/flatbuffers/tests/rust_usage_test/outdir/src/
Dmain.rs29 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/
Ddeclarations_2.ts51 var mon: a = WeekDay.MON; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/ltp/lib/
Dtst_rtctime.c29 unsigned int mon = mon0, year = year0; in tst_mktime() local
/third_party/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DSimpleDateRule.java150 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleDateRule.java152 int mon = c.get(Calendar.MONTH); in doFirstBetween() local
/third_party/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs193 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/
Dflatbuffers_alloc_check.rs46 let mon = { in create_serialized_example_with_generated_code() localVariable
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs840 … static private void KeepComparing(Monster mon, int count, float floatValue, double doubleValue) in KeepComparing()
/third_party/rust/crates/humantime/src/
Ddate.rs296 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/
Dflatbuffers_benchmarks.rs93 let mon = { in create_serialized_example_with_generated_code() localVariable
/third_party/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
5994 unsigned long mon, day, hour = 0, min = 0; in xmlSchemaGetCanonValue() local
/third_party/flatbuffers/tests/
DKotlinTest.kt339 val mon = Monster.endMonster(fbb) in TestBuilderBasics() constant
/third_party/tzdata/
Dstrftime.c47 const char * mon[MONSPERYEAR]; member
/third_party/mbedtls/include/mbedtls/
Dx509.h249 int year, mon, day; /**< Date. */ member
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdevice.c408 GstDeviceMonitor *mon; in GST_START_TEST() local
/third_party/libwebsockets/lib/roles/http/
Dcookie.c27 static const char *const mon = "janfebmaraprnayjunjulaugsepoctnovdec"; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.cc402 absl::TimeConversion ConvertDateTime(int64_t year, int mon, int day, int hour, in ConvertDateTime()
/third_party/flatbuffers/grpc/tests/
Dmessage_builder_test.cpp259 auto mon = flatbuffers::GetRoot<Monster>(mb.GetBufferPointer()); in builder_move_ctor_conversion_before_finish_test() local
/third_party/toybox/toys/pending/
Dcrond.c46 char min[60], hour[24], dom[31], mon[12], dow[7], *cmd; member
/third_party/ffmpeg/libavformat/
Diff.c665 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/
DCompatibilityTest.java102 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/
DCompatibilityTest.java105 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, in TestGregorianChangeover() local

12