Home
last modified time | relevance | path

Searched defs:offsets (Results 1 – 25 of 4159) sorted by relevance

12345678910>>...167

/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dencodetxb_sse2.c22 const ptrdiff_t *const offsets, in load_levels_4x4x5_sse2()
33 const ptrdiff_t *const offsets, in load_levels_8x2x5_sse2()
44 const ptrdiff_t *const offsets, in load_levels_16x1x5_sse2()
74 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_2d()
106 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_ver()
137 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_hor()
170 const ptrdiff_t *const offsets, in get_8_coeff_contexts_2d()
216 const ptrdiff_t *const offsets, in get_8_coeff_contexts_ver()
247 const ptrdiff_t *const offsets, in get_8_coeff_contexts_hor()
282 const ptrdiff_t *const offsets, in get_16n_coeff_contexts_2d()
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVsyncConfigurationTest.cpp61 auto offsets = mWorkDuration.getConfigsForRefreshRate(60_Hz); in TEST_F() local
86 auto offsets = mWorkDuration.getConfigsForRefreshRate(90_Hz); in TEST_F() local
111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
136 auto offsets = phaseOffsetsWithDefaultValues.getConfigsForRefreshRate(refreshRate); in TEST_F() local
146 auto offsets = mWorkDuration.getConfigsForRefreshRate(14.7_Hz); in TEST_F() local
203 auto offsets = mPhaseOffsets.getConfigsForRefreshRate(14.7_Hz); in TEST_F() local
225 auto offsets = mPhaseOffsets.getConfigsForRefreshRate(60_Hz); in TEST_F() local
247 auto offsets = mPhaseOffsets.getConfigsForRefreshRate(90_Hz); in TEST_F() local
271 auto offsets = phaseOffsets.getConfigsForRefreshRate(60_Hz); in TEST_F() local
295 auto offsets = phaseOffsets.getConfigsForRefreshRate(90_Hz); in TEST_F() local
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dencodetxb_neon.c218 const ptrdiff_t *const offsets, in load_levels_4x4x5()
228 const ptrdiff_t *const offsets, in load_levels_8x2x5()
239 const ptrdiff_t *const offsets, in load_levels_16x1x5()
270 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_2d()
301 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_ver()
327 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_hor()
354 const ptrdiff_t *const offsets, in get_8_coeff_contexts_2d()
394 const ptrdiff_t *const offsets, in get_8_coeff_contexts_ver()
419 const ptrdiff_t *const offsets, in get_8_coeff_contexts_hor()
449 const ptrdiff_t *const offsets, in get_16n_coeff_contexts_2d()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/
H A Dcodecvt_unicode.pass.cpp62 test_offsets_ok offsets[] = {{0, 0}, {1, 1}, {3, 2}, {6, 3}, {10, 4}}; in utf8_to_utf32_in_ok() local
127 test_offsets_partial offsets[] = { in utf8_to_utf32_in_partial() local
197 test_offsets_error<unsigned char> offsets[] = { in utf8_to_utf32_in_error() local
339 test_offsets_ok offsets[] = {{0, 0}, {1, 1}, {2, 3}, {3, 6}, {4, 10}}; in utf32_to_utf8_out_ok() local
375 test_offsets_partial offsets[] = { in utf32_to_utf8_out_partial() local
427 test_offsets_error<InternT> offsets[] = { in utf32_to_utf8_out_error() local
496 test_offsets_ok offsets[] = {{0, 0}, {1, 1}, {3, 2}, {6, 3}, {10, 5}}; in utf8_to_utf16_in_ok() local
561 test_offsets_partial offsets[] = { in utf8_to_utf16_in_partial() local
636 test_offsets_error<unsigned char> offsets[] = { in utf8_to_utf16_in_error() local
778 test_offsets_ok offsets[] = {{0, 0}, {1, 1}, {2, 3}, {3, 6}, {5, 10}}; in utf16_to_utf8_out_ok() local
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/
H A DResEntryWriter_test.cpp62 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
74 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
103 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
114 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
133 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
144 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
172 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
183 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F() local
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/regex/
H A DMatcherNative.java80 public boolean find(int startIndex, int[] offsets) { in find()
98 public boolean findNext(int[] offsets) { in findNext()
135 public boolean lookingAt(int[] offsets) { in lookingAt()
153 public boolean matches(int[] offsets) { in matches()
205 private static native boolean findImpl(long addr, int startIndex, int[] offsets); in findImpl()
206 private static native boolean findNextImpl(long addr, int[] offsets); in findNextImpl()
209 private static native boolean lookingAtImpl(long addr, int[] offsets); in lookingAtImpl()
210 private static native boolean matchesImpl(long addr, int[] offsets); in matchesImpl()
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetSCSU.java236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop()
290 … private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle()
356 … private int singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in singleByteMode()
582 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop()
645 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
689 private byte getWindow(int[] offsets){ in getWindow()
767 private int loop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in loop()
1052 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail()
1077 private int getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrailUnicode()
1150 private void endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in endLoop()
[all …]
H A DCharsetBOCU1.java390 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
432 private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in fastSingle()
469 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail()
488 private int regularLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in regularLoop()
794 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop()
844 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in fastSingle()
883 private int getTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in getTrail()
919 private int afterGetTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in afterGetTrail()
1037 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop()
H A DCharsetISO2022.java846 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
1109 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
1319 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
1449 …opIBM(CharsetDecoderMBCS cnv, ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flu… in decodeLoopIBM()
1704 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub()
1735 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
2223 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub()
2243 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
2589 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub()
2643 …private CoderResult encodeLoopIBM(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean… in encodeLoopIBM()
[all …]
H A DCharsetEncoderICU.java288 IntBuffer offsets, boolean flush); in encodeLoop()
300 IntBuffer offsets, boolean flush) { in encode()
391 ByteBuffer target, IntBuffer offsets, boolean flush) { in fromUnicodeWithCallback()
700 IntBuffer offsets, int sourceIndex) { in fromUWriteBytes()
777 ByteBuffer target, IntBuffer offsets) { in cbFromUWriteSub()
798 CharBuffer source, ByteBuffer target, IntBuffer offsets) { in cbFromUWriteUChars()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DEmbeddingBag.cpp57 static void make_offset2bag(const Tensor &offsets, Tensor& offset2bag) { in make_offset2bag()
68 const Tensor& offsets) { in promoteIndicesAndOffsets()
162 const index_t* offsets, in fbgemm_spmdm_report_error_()
196 const Tensor& offsets, in index_select_add()
374 const Tensor& offsets, in index_select_add()
561 const Tensor& offsets, in index_select_scale_add()
750 const Tensor& offsets, in index_select_scale_add()
873 const Tensor& offsets, in check_arguments()
919 const Tensor& offsets, in make_bag_size_out()
947 const Tensor& offsets, in make_max_indices_out()
[all …]
/aosp_15_r20/external/libchrome/base/strings/
H A Dutf_offset_string_conversions_unittest.cc42 std::vector<size_t> offsets; in TEST() local
72 std::vector<size_t> offsets; in TEST() local
116 std::vector<size_t> offsets; in TEST() local
130 std::vector<size_t> offsets; in TEST() local
150 std::vector<size_t> offsets; in TEST() local
174 std::vector<size_t> offsets; in TEST() local
188 std::vector<size_t> offsets; in TEST() local
207 std::vector<size_t> offsets; in TEST() local
/aosp_15_r20/external/cronet/base/strings/
H A Dutf_offset_string_conversions_unittest.cc41 std::vector<size_t> offsets; in TEST() local
71 std::vector<size_t> offsets; in TEST() local
113 std::vector<size_t> offsets; in TEST() local
127 std::vector<size_t> offsets; in TEST() local
147 std::vector<size_t> offsets; in TEST() local
171 std::vector<size_t> offsets; in TEST() local
185 std::vector<size_t> offsets; in TEST() local
204 std::vector<size_t> offsets; in TEST() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dncnvtst.c168 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestSurrogateBehaviour() local
194 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; in TestSurrogateBehaviour() local
219 static const int32_t offsets[] = { in TestSurrogateBehaviour() local
247 static const int32_t offsets[] = {-1, -1, -1, -1, in TestSurrogateBehaviour() local
277 static const int32_t offsets[] = {0,0,0,0, in TestSurrogateBehaviour() local
298 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, in TestSurrogateBehaviour() local
377 static const int32_t offsets[] = { 0x00, 0x00}; in TestErrorBehaviour() local
455 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local
495 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local
546 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; in TestErrorBehaviour() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DRuleBasedTimeZone.java99 int[] offsets = new int[2]; in getOffset() local
108 public void getOffset(long time, boolean local, int[] offsets) { in getOffset()
117 LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) { in getOffsetFromLocal()
131 int[] offsets = new int[2]; in getRawOffset() local
141 int[] offsets = new int[2]; in inDaylightTime() local
142 getOffset(date.getTime(), false, offsets); in inDaylightTime() local
166 int[] offsets = new int[2]; in useDaylightTime() local
187 int[] offsets = new int[2]; in observesDaylightTime() local
590 …getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) { in getOffset()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DRuleBasedTimeZone.java104 int[] offsets = new int[2]; in getOffset() local
115 public void getOffset(long time, boolean local, int[] offsets) { in getOffset()
125 LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) { in getOffsetFromLocal()
141 int[] offsets = new int[2]; in getRawOffset() local
153 int[] offsets = new int[2]; in inDaylightTime() local
154 getOffset(date.getTime(), false, offsets); in inDaylightTime() local
182 int[] offsets = new int[2]; in useDaylightTime() local
204 int[] offsets = new int[2]; in observesDaylightTime() local
616 …getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) { in getOffset()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c168 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestSurrogateBehaviour() local
194 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; in TestSurrogateBehaviour() local
253 static const int32_t offsets[] = {-1, -1, -1, -1, in TestSurrogateBehaviour() local
283 static const int32_t offsets[] = {0,0,0,0, in TestSurrogateBehaviour() local
304 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, in TestSurrogateBehaviour() local
383 static const int32_t offsets[] = { 0x00, 0x00}; in TestErrorBehaviour() local
461 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local
558 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; in TestErrorBehaviour() local
599 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1}; in TestErrorBehaviour() local
1542 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestResetBehaviour() local
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DSimpleFormatterTest.java51 int[] offsets = new int[1]; in TestWithNoArguments() local
147 int[] offsets = new int[6]; in TestWithArguments() local
176 int[] offsets = new int[4]; in TestFormatReplaceNoOptimization() local
194 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingText() local
211 int[] offsets = new int[4]; in TestFormatReplaceOptimization() local
255 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DSimpleFormatterTest.java54 int[] offsets = new int[1]; in TestWithNoArguments() local
150 int[] offsets = new int[6]; in TestWithArguments() local
179 int[] offsets = new int[4]; in TestFormatReplaceNoOptimization() local
197 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingText() local
214 int[] offsets = new int[4]; in TestFormatReplaceOptimization() local
258 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dsimpleformattertest.cpp78 int32_t offsets[] = { 0 }; in TestNoArguments() local
164 int32_t offsets[6]; in TestManyArguments() local
339 int32_t offsets[3]; in TestTextWithNoArguments() local
358 int32_t offsets[4]; in TestFormatReplaceNoOptimization() local
388 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingText() local
418 int32_t offsets[4]; in TestFormatReplaceOptimization() local
448 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dsimpleformattertest.cpp77 int32_t offsets[] = { 0 }; in TestNoArguments() local
163 int32_t offsets[6]; in TestManyArguments() local
338 int32_t offsets[3]; in TestTextWithNoArguments() local
357 int32_t offsets[4]; in TestFormatReplaceNoOptimization() local
387 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingText() local
417 int32_t offsets[4]; in TestFormatReplaceOptimization() local
447 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_custom_lowering.py43 def j2pd_meta(inp, offsets, max_seq_len, pad_value): argument
50 def j2pd_cuda(inp, offsets, max_seq_len, pad_value): argument
62 def j2pd_lowering(inp, offsets, max_seq_len, pad_value): argument
136 def fn(inp, offsets, max_seq_len): argument
164 def fn(inp, offsets, max_seq_len): argument
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuScaleKernel.cpp134 const ITensorInfo *offsets, ITensorInfo *dst, const ScaleKernelInfo &info) in validate_arguments()
185 …e(const ITensorInfo *src, const ITensorInfo *dx, const ITensorInfo *dy, const ITensorInfo *offsets, in configure()
280 …Tensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITensor *offsets, const Win… in scale_nearest_nchw()
320 …Tensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITensor *offsets, const Win… in scale_bilinear_nchw()
410 …Tensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITensor *offsets, const Win… in scale_area_nchw_u8()
463 …Tensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITensor *offsets, const Win… in scale_bilinear_qasymm()
570const ITensorInfo *offsets, ITensorInfo *output, const ScaleKernelInfo &info) in validate()
588 const auto offsets = tensors.get_const_tensor(TensorType::ACL_INT_2); in run_op() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/com/android/icu/util/regex/
H A DMatcherNative.java65 public boolean find(int startIndex, int[] offsets) { throw new RuntimeException("Stub!"); } in find()
81 public boolean findNext(int[] offsets) { throw new RuntimeException("Stub!"); } in findNext()
112 public boolean lookingAt(int[] offsets) { throw new RuntimeException("Stub!"); } in lookingAt()
128 public boolean matches(int[] offsets) { throw new RuntimeException("Stub!"); } in matches()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqembeddingbag.cpp40 const at::Tensor& offsets, in embedding_lookup_fallback_impl()
199 const OffsetType* offsets, in fbgemm_spmdm_report_error_()
228 const at::Tensor& offsets, in embedding_bag_nbit_impl()
400 const at::Tensor& offsets, in embedding_bag_byte_impl()
567 c10::MaybeOwned<at::Tensor> offsets; in embedding_bag_byte_helper() local
665 c10::MaybeOwned<at::Tensor> offsets; in _embedding_bag_nbit_helper() local
1014 c10::MaybeOwned<at::Tensor> offsets = in embedding_bag_byte_rowwise_offsets_meta() local
1041 const std::optional<Tensor>& offsets, in run()
1083 at::Tensor offsets = at::arange(0, offsets_size, indices.scalar_type()); in run() local

12345678910>>...167