/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | SimpleFormatterTest.java | 51 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
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | SimpleFormatterTest.java | 54 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
|
/third_party/boost/libs/mpi/src/ |
D | offsets.cpp | 17 sizes2offsets(int const* sizes, int* offsets, int n) in sizes2offsets() 28 sizes2offsets(std::vector<int> const& sizes, std::vector<int>& offsets) in sizes2offsets() 40 offsets2skipped(int const* sizes, int const* offsets, int* skipped, int n) in offsets2skipped() 60 int* offsets = new int[nproc]; in make_offsets() local
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetBOCU1.java | 390 …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()
|
D | CharsetSCSU.java | 236 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 …]
|
D | CharsetUTF16.java | 94 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 194 …final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail() 254 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 290 …te final CoderResult encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) { in encodeChar()
|
D | CharsetEncoderICU.java | 288 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | RuleBasedTimeZone.java | 99 int[] offsets = new int[2]; in getOffset() local 108 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() 120 int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) { in getOffsetFromLocal() 132 int[] offsets = new int[2]; in getRawOffset() local 142 int[] offsets = new int[2]; in inDaylightTime() local 143 getOffset(date.getTime(), false, offsets); in inDaylightTime() local 167 int[] offsets = new int[2]; in useDaylightTime() local 188 int[] offsets = new int[2]; in observesDaylightTime() local 591 …getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) { in getOffset()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_crop_parser.cc | 30 std::vector<int64_t> offsets(2, 0); in Parse() local 44 std::vector<int64_t> offsets; in Parse() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RuleBasedTimeZone.java | 104 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()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | simpleformattertest.cpp | 77 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
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DynamicBufferOffsetTests.cpp | 217 std::array<uint32_t, 2> offsets = {0, 0}; in TEST_P() local 238 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local 259 std::array<uint32_t, 2> offsets = {0, 0}; in TEST_P() local 278 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local 304 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local 333 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local 361 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local 385 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DynamicBufferOffsetTests.cpp | 137 std::array<uint64_t, 2> offsets = {0, 0}; in TEST_P() local 158 std::array<uint64_t, 2> offsets = {kMinDynamicBufferOffsetAlignment, in TEST_P() local 179 std::array<uint64_t, 2> offsets = {0, 0}; in TEST_P() local 198 std::array<uint64_t, 2> offsets = {kMinDynamicBufferOffsetAlignment, in TEST_P() local
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_cnv.cpp | 58 int32_t **offsets, in ucnv_fromUWriteBytes() 98 int32_t **offsets, in ucnv_toUWriteUChars() 138 int32_t **offsets, in ucnv_toUWriteCodePoint()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_cnv.cpp | 58 int32_t **offsets, in ucnv_fromUWriteBytes() 98 int32_t **offsets, in ucnv_toUWriteUChars() 138 int32_t **offsets, in ucnv_toUWriteCodePoint()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_cnv.cpp | 58 int32_t **offsets, in ucnv_fromUWriteBytes() 98 int32_t **offsets, in ucnv_toUWriteUChars() 138 int32_t **offsets, in ucnv_toUWriteCodePoint()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_cnv.cpp | 58 int32_t **offsets, in ucnv_fromUWriteBytes() 98 int32_t **offsets, in ucnv_toUWriteUChars() 138 int32_t **offsets, in ucnv_toUWriteCodePoint()
|
/third_party/mindspore/mindspore/core/ops/ |
D | crop.cc | 25 void Crop::Init(const int64_t axis, const std::vector<int64_t> &offsets) { in Init() 37 void Crop::set_offsets(const std::vector<int64_t> &offsets) { (void)this->AddAttr(kOffsets, MakeVal… in set_offsets()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 167 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestSurrogateBehaviour() local 193 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; in TestSurrogateBehaviour() local 218 static const int32_t offsets[] = { in TestSurrogateBehaviour() local 246 static const int32_t offsets[] = {-1, -1, -1, -1, in TestSurrogateBehaviour() local 276 static const int32_t offsets[] = {0,0,0,0, in TestSurrogateBehaviour() local 297 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, in TestSurrogateBehaviour() local 376 static const int32_t offsets[] = { 0x00, 0x00}; in TestErrorBehaviour() local 454 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local 494 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local 545 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; in TestErrorBehaviour() local [all …]
|
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | YUVImage.java | 147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage() 211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 296 int[] offsets = new int[nc]; in setBuf() local
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | YUVImage.java | 147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage() 211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 296 int[] offsets = new int[nc]; in setBuf() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 52 LLVMValueRef offsets, in lp_build_gather_elem_ptr() 86 LLVMValueRef offsets, in lp_build_gather_elem() 171 LLVMValueRef offsets, in lp_build_gather_elem_vec() 284 LLVMValueRef offsets) in lp_build_gather_avx2() 415 LLVMValueRef offsets, in lp_build_gather()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleFormatter.java | 115 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 136 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SimpleFormatter.java | 111 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 131 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int… in gather() 84 void scatter(RValue<Pointer<EL>> base, RValue<T> val, RValue<Int4> offsets, RValue<Int4> mask, unsi… in scatter() 130 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne… in Gather() 137 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in… in Gather() 144 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter() 149 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter()
|