Home
last modified time | relevance | path

Searched defs:adjusted (Results 1 – 25 of 223) sorted by relevance

123456789

/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/temporal/
H A DTestIsoWeekFields.java182 LocalDate adjusted = DAY_OF_WEEK.adjustInto(date, j); in test_adjustInto_dow() local
211 LocalDate adjusted = weekField.adjustInto(date, j); in test_adjustInto_week() local
239 LocalDate adjusted = yearField.adjustInto(date, j); in test_adjustInto_wby() local
242 …assertEquals(adjusted.get(weekField), (week == 53 && wbyLen(j) == 52 ? 52 : week), "" + date + " "… in test_adjustInto_wby() local
267 LocalDate adjusted = IsoFields.WEEK_BASED_YEARS.addTo(date, j); in test_addTo_weekBasedYears() local
270 …assertEquals(adjusted.get(weekField), (week == 53 && wbyLen(wby + j) == 52 ? 52 : week), "" + date… in test_addTo_weekBasedYears() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dadjust_contrast_op.h65 auto adjusted = in operator() local
118 auto adjusted = in operator() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dwinheap_stubs_win.cc163 size_t adjusted = AdjustedSize(size, alignment); in WinHeapAlignedMalloc() local
187 size_t adjusted = AdjustedSize(size, alignment); in WinHeapAlignedRealloc() local
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
H A DKSClassDeclarationJavaImpl.kt142 val adjusted = if (!psi.isInterface && psi.superTypes.size > 1) { in <lambda>() constant
/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DSchedulerUtils.cpp50 const unsigned adjusted = std::round( in split_2d() local
/aosp_15_r20/external/elfutils/tests/
H A Ddwfl-addr-sect.c36 Dwarf_Addr adjusted = address; in handle_address() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
H A DCryptPrime.c331 UINT32 adjusted; in RsaAdjustPrimeCandidate() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
H A DDebugInfoItem.java169 int adjusted = opcode - 0x0A; in makeAnnotator() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp192 bool adjusted = data.adjust_start(); in get_next() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/util/
H A DDebugInfo.java278 int adjusted = next - 0x0A; in iterator() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir_views.h151 std::vector<size_t> adjusted; in adjustIndices() local
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c150 Elem adjusted; in elem_div_by_2() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateApproximateWidths.java156 UnicodeSet adjusted = new UnicodeSet(); field in GenerateApproximateWidths.Widths
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_fs_barycentric.c35 nir_def *adjusted = nir_fadd(b, adjusted_x, nir_fmul(b, deriv_y, offset_y)); in lower_interp_center_smooth() local
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp150 SkIRect adjusted = SkIRect(rect); in adjust() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/
DOffsetTime.java590 LocalTime adjusted = time.plusSeconds(difference); in withOffsetSameInstant() local
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/
H A DOffsetTime.java532 LocalTime adjusted = time.plusSeconds(difference); in withOffsetSameInstant() local
H A DOffsetDateTime.java613 LocalDateTime adjusted = dateTime.plusSeconds(difference); in withOffsetSameInstant() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/
H A DOffsetTime.java590 LocalTime adjusted = time.plusSeconds(difference); in withOffsetSameInstant() local
H A DOffsetDateTime.java696 LocalDateTime adjusted = dateTime.plusSeconds(difference); in withOffsetSameInstant() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/
DOffsetTime.java590 LocalTime adjusted = time.plusSeconds(difference); in withOffsetSameInstant() local
DOffsetDateTime.java696 LocalDateTime adjusted = dateTime.plusSeconds(difference); in withOffsetSameInstant() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dutf8tst.c998 int32_t adjusted = length; in TestTruncateIfIncomplete() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c998 int32_t adjusted = length; in TestTruncateIfIncomplete() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/time/
DOffsetDateTime.java696 LocalDateTime adjusted = dateTime.plusSeconds(difference); in withOffsetSameInstant() local

123456789