/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/regex/ |
D | MatcherNative.java | 80 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()
|
/external/libaom/av1/encoder/x86/ |
D | encodetxb_sse2.c | 22 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_hor() 137 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_ver() 170 const ptrdiff_t *const offsets, in get_8_coeff_contexts_2d() 216 const ptrdiff_t *const offsets, in get_8_coeff_contexts_hor() 247 const ptrdiff_t *const offsets, in get_8_coeff_contexts_ver() 282 const ptrdiff_t *const offsets, in get_16n_coeff_contexts_2d() [all …]
|
/external/cronet/base/strings/ |
D | utf_offset_string_conversions_unittest.cc | 41 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
|
/external/libchrome/base/strings/ |
D | utf_offset_string_conversions_unittest.cc | 42 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
|
/external/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
|
/external/icu/android_icu4j/src/main/tests/android/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
|
/external/libaom/av1/encoder/arm/neon/ |
D | encodetxb_neon.c | 225 const ptrdiff_t *const offsets, in load_levels_4x4x5() 235 const ptrdiff_t *const offsets, in load_levels_8x2x5() 246 const ptrdiff_t *const offsets, in load_levels_16x1x5() 277 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_2d() 308 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_hor() 334 const ptrdiff_t *const offsets, in get_4_nz_map_contexts_ver() 361 const ptrdiff_t *const offsets, in get_8_coeff_contexts_2d() 401 const ptrdiff_t *const offsets, in get_8_coeff_contexts_hor() 426 const ptrdiff_t *const offsets, in get_8_coeff_contexts_ver() 456 const ptrdiff_t *const offsets, in get_16n_coeff_contexts_2d() [all …]
|
/external/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()
|
/external/icu/android_icu4j/src/main/java/android/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() 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()
|
/external/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()
|
/external/cronet/third_party/icu/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
|
/external/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
|
/external/crosvm/devices/src/ |
D | tsc.rs | 67 pub offsets: Vec<Option<u64>>, field 159 let offsets = vec![(0, 0), (1, 1000), (2, -1000), (3, 2000)]; in test_sync_mitigation_set_offsets() localVariable 225 let offsets = vec![ in test_sync_mitigation_large_group() localVariable 311 let offsets = vec![(0, 0), (1, 0), (2, 1000), (3, 2000)]; in more_vcpus_than_cores() localVariable
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
D | FixedSampleSizeRechunker.java | 32 public final long[] offsets; field in FixedSampleSizeRechunker.Results 40 long[] offsets, in Results() 79 long[] offsets = new long[rechunkedSampleCount]; in rechunk() local
|
/external/libtextclassifier/native/utils/sentencepiece/ |
D | encoder_test.cc | 34 const uint32 offsets[] = {0, 5, 11, 13}; in TEST() local 59 const uint32 offsets[] = {0, 5, 11, 13}; in TEST() local 89 const uint32 offsets[] = {0, 5, 11, 13}; in TEST() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
D | FixedSampleSizeRechunker.java | 32 public final long[] offsets; field in FixedSampleSizeRechunker.Results 40 long[] offsets, in Results() 79 long[] offsets = new long[rechunkedSampleCount]; in rechunk() local
|
/external/cronet/third_party/icu/source/test/cintltst/ |
D | ncnvtst.c | 168 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 …]
|
/external/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()
|
/external/cronet/third_party/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()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 168 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 …]
|
/external/swiftshader/tests/ReactorUnitTests/ |
D | ReactorSIMD.cpp | 143 Pointer<SIMD::Int> offsets = function.Arg<2>(); in TEST() local 151 std::vector<int> offsets(SIMD::Width); in TEST() local 176 Pointer<SIMD::Int> offsets = function.Arg<1>(); in TEST() local 186 std::vector<int> offsets(SIMD::Width); in TEST() local
|
/external/ComputeLibrary/src/cpu/operators/ |
D | CpuScale.cpp | 38 void precompute_dx_dy_offsets(ITensor *dx, ITensor *dy, ITensor *offsets, float wr, float hr, Sampl… in precompute_dx_dy_offsets() 121 auto offsets = std::make_unique<TensorInfo>(tensor_info_offsets); in configure() local 151 ITensorInfo *offsets = nullptr; in validate() local 200 auto offsets = tensors.get_tensor(TensorType::ACL_INT_2); in prepare() local
|