Home
last modified time | relevance | path

Searched defs:negative_offset (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/datetime/
Dtests.rs495 let negative_offset = FixedOffset::west_opt(2 * 60 * 60).unwrap(); in test_checked_add_offset() localVariable
522 let negative_offset = FixedOffset::west_opt(2 * 60 * 60).unwrap(); in test_checked_sub_offset() localVariable
551 let negative_offset = FixedOffset::west_opt(2 * 60 * 60).unwrap(); in test_overflowing_add_offset() localVariable
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/crop/generic/neon/
H A Dimpl.cpp46 Coordinates negative_offset(input_offset); in in_bounds_crop_window() local
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/time/
Dtests.rs370 let negative_offset = FixedOffset::west_opt(((2 * 60) + 3) * 60 + 4).unwrap(); in test_overflowing_offset() localVariable
/aosp_15_r20/external/tcpdump/
H A Dutil-print.c282 int negative_offset; in ts_print() local