/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader.js | 23 function readBool(bufferDecoder, start) { argument 35 function readBytes(bufferDecoder, start) { argument 46 function readInt32(bufferDecoder, start) { argument 60 function readInt64(bufferDecoder, start) { argument 72 function readFixed32(bufferDecoder, start) { argument 83 function readFloat(bufferDecoder, start) { argument 94 function readSfixed64(bufferDecoder, start) { argument 107 function readSint64(bufferDecoder, start) { argument 122 function readSint32(bufferDecoder, start) { argument 133 function readDelimited(bufferDecoder, start) { argument [all …]
|
/external/cronet/third_party/icu/source/common/unicode/ |
D | unistr.h | 3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex() 3824 UnicodeString::pinIndices(int32_t& start, in pinIndices() 3935 UnicodeString::doCompare(int32_t start, in doCompare() 3985 UnicodeString::compare(int32_t start, in compare() 3996 UnicodeString::compare(int32_t start, in compare() 4004 UnicodeString::compare(int32_t start, in compare() 4010 UnicodeString::compare(int32_t start, in compare() 4018 UnicodeString::compareBetween(int32_t start, in compareBetween() 4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder() 4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder() [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | unistr.h | 3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex() 3824 UnicodeString::pinIndices(int32_t& start, in pinIndices() 3935 UnicodeString::doCompare(int32_t start, in doCompare() 3985 UnicodeString::compare(int32_t start, in compare() 3996 UnicodeString::compare(int32_t start, in compare() 4004 UnicodeString::compare(int32_t start, in compare() 4010 UnicodeString::compare(int32_t start, in compare() 4018 UnicodeString::compareBetween(int32_t start, in compareBetween() 4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder() 4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex() 3824 UnicodeString::pinIndices(int32_t& start, in pinIndices() 3935 UnicodeString::doCompare(int32_t start, in doCompare() 3985 UnicodeString::compare(int32_t start, in compare() 3996 UnicodeString::compare(int32_t start, in compare() 4004 UnicodeString::compare(int32_t start, in compare() 4010 UnicodeString::compare(int32_t start, in compare() 4018 UnicodeString::compareBetween(int32_t start, in compareBetween() 4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder() 4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder() [all …]
|
/external/okio/okio/src/jvmTest/java/okio/ |
D | WaitUntilNotifiedTest.java | 40 double start = now(); in notified() local 58 double start = now(); in timeout() local 73 double start = now(); in deadline() local 89 double start = now(); in deadlineBeforeTimeout() local 105 double start = now(); in timeoutBeforeDeadline() local 120 double start = now(); in deadlineAlreadyReached() local 134 double start = now(); in threadInterrupted() local 169 private void assertElapsed(double duration, double start) { in assertElapsed()
|
D | PipeTest.java | 110 double start = now(); in sinkTimeout() local 129 double start = now(); in sourceTimeout() local 181 double start = now(); in sinkBlocksOnSlowReader() local 198 double start = now(); in sinkWriteFailsByClosedReader() local 303 double start = now(); in sourceReadUnblockedByClosedSink() local 344 double start = now(); in sourceBlocksOnSlowWriter() local 373 private void assertElapsed(double duration, double start) { in assertElapsed()
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | asn1write.c | 37 int mbedtls_asn1_write_len( unsigned char **p, unsigned char *start, size_t len ) in mbedtls_asn1_write_len() 101 int mbedtls_asn1_write_tag( unsigned char **p, unsigned char *start, unsigned char tag ) in mbedtls_asn1_write_tag() 111 int mbedtls_asn1_write_raw_buffer( unsigned char **p, unsigned char *start, in mbedtls_asn1_write_raw_buffer() 127 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start, const mbedtls_mpi *X ) in mbedtls_asn1_write_mpi() 164 int mbedtls_asn1_write_null( unsigned char **p, unsigned char *start ) in mbedtls_asn1_write_null() 177 int mbedtls_asn1_write_oid( unsigned char **p, unsigned char *start, in mbedtls_asn1_write_oid() 191 int mbedtls_asn1_write_algorithm_identifier( unsigned char **p, unsigned char *start, in mbedtls_asn1_write_algorithm_identifier() 212 int mbedtls_asn1_write_bool( unsigned char **p, unsigned char *start, int boolean ) in mbedtls_asn1_write_bool() 229 static int asn1_write_tagged_int( unsigned char **p, unsigned char *start, int val, int tag ) in asn1_write_tagged_int() 258 int mbedtls_asn1_write_int( unsigned char **p, unsigned char *start, int val ) in mbedtls_asn1_write_int() [all …]
|
/external/mbedtls/library/ |
D | asn1write.c | 31 int mbedtls_asn1_write_len( unsigned char **p, const unsigned char *start, size_t len ) in mbedtls_asn1_write_len() 95 int mbedtls_asn1_write_tag( unsigned char **p, const unsigned char *start, unsigned char tag ) in mbedtls_asn1_write_tag() 105 int mbedtls_asn1_write_raw_buffer( unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_raw_buffer() 121 int mbedtls_asn1_write_mpi( unsigned char **p, const unsigned char *start, const mbedtls_mpi *X ) in mbedtls_asn1_write_mpi() 163 int mbedtls_asn1_write_null( unsigned char **p, const unsigned char *start ) in mbedtls_asn1_write_null() 176 int mbedtls_asn1_write_oid( unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_oid() 190 int mbedtls_asn1_write_algorithm_identifier( unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_algorithm_identifier() 211 int mbedtls_asn1_write_bool( unsigned char **p, const unsigned char *start, int boolean ) in mbedtls_asn1_write_bool() 228 static int asn1_write_tagged_int( unsigned char **p, const unsigned char *start, int val, int tag ) in asn1_write_tagged_int() 257 int mbedtls_asn1_write_int( unsigned char **p, const unsigned char *start, int val ) in mbedtls_asn1_write_int() [all …]
|
/external/perfetto/src/trace_processor/importers/json/ |
D | json_trace_tokenizer_unittest.cc | 29 const char* start = R"({ "foo": "bar" })"; in TEST() local 43 const char* start = R"({ "foo": "}\"bar{\\" })"; in TEST() local 57 const char* start = R"({"foo": 1}, {"bar": 2})"; in TEST() local 78 const char* start = R"({"foo": 1)"; in TEST() local 89 const char* start = R"("Test": 01234, )"; in TEST() local 101 const char* start = R"(, "key": [test], )"; in TEST() local 113 const char* start = R"("key2": {}})"; in TEST() local 125 const char* start = R"("key\n2": {}})"; in TEST() local 137 const char* start = R"(")"; in TEST() local 148 const char* start = R"("key)"; in TEST() local [all …]
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_packet_helpers.h | 63 __gen_mbo(uint32_t start, uint32_t end) in __gen_mbo() 69 __gen_uint(uint64_t v, uint32_t start, uint32_t end) in __gen_uint() 85 __gen_sint(int64_t v, uint32_t start, uint32_t end) in __gen_sint() 105 __gen_offset(uint64_t v, uint32_t start, uint32_t end) in __gen_offset() 125 __gen_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_sfixed() 144 __gen_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_ufixed() 162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint() 176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint() 186 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_sfixed() 194 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_ufixed() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | RangeDateRule.java | 50 public void add(Date start, DateRule rule) { in add() 62 public Date firstAfter(Date start) { in firstAfter() 88 public Date firstBetween(Date start, Date end) { in firstBetween() 128 public boolean isBetween(Date start, Date end) { in isBetween() 136 private int startIndex(Date start) { in startIndex() 162 public Range(Date start, DateRule rule) { in Range() 166 public Date start; field in Range
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RangeDateRule.java | 48 public void add(Date start, DateRule rule) { in add() 60 public Date firstAfter(Date start) { in firstAfter() 86 public Date firstBetween(Date start, Date end) { in firstBetween() 126 public boolean isBetween(Date start, Date end) { in isBetween() 134 private int startIndex(Date start) { in startIndex() 160 public Range(Date start, DateRule rule) { in Range() 164 public Date start; field in Range
|
/external/flac/microbench/ |
D | util.c | 44 counter_diff (const LARGE_INTEGER * start, const LARGE_INTEGER * end) in counter_diff() 57 LARGE_INTEGER start, end; in benchmark_function() local 75 counter_diff (const uint64_t * start, const uint64_t * end) in counter_diff() 87 uint64_t start, end; in benchmark_function() local 106 timespec_diff (const struct timespec * start, const struct timespec * end) in timespec_diff() 123 { struct timespec start, end; in benchmark_function() local 142 timeval_diff (const struct timeval * start, const struct timeval * end) in timeval_diff() 159 { struct timeval start, end; in benchmark_function() local
|
/external/ComputeLibrary/src/cpu/kernels/range/generic/neon/ |
D | integer.cpp | 33 void u8_neon_range_function(ITensor *output, float start, float step, const Window &window) in u8_neon_range_function() 38 void u16_neon_range_function(ITensor *output, float start, float step, const Window &window) in u16_neon_range_function() 43 void u32_neon_range_function(ITensor *output, float start, float step, const Window &window) in u32_neon_range_function() 48 void s8_neon_range_function(ITensor *output, float start, float step, const Window &window) in s8_neon_range_function() 53 void s16_neon_range_function(ITensor *output, float start, float step, const Window &window) in s16_neon_range_function() 58 void s32_neon_range_function(ITensor *output, float start, float step, const Window &window) in s32_neon_range_function()
|
/external/skia/tests/ |
D | RRectInPathTest.cpp | 28 SkPathDirection* dir, unsigned* start) { in path_contains_rrect() 57 SkPathDirection dir, unsigned start) { in inner_path_contains_rrect() 76 SkPathDirection dir, unsigned start) { in path_contains_rrect_check() 85 SkPathDirection dir, unsigned start) { in path_contains_rrect_nocheck() 93 SkVector v[4], SkPathDirection dir, unsigned start) { in path_contains_rrect_check() 101 ForceIsRRect_Private(SkPath* path, SkPathDirection dir, unsigned start) { in ForceIsRRect_Private() 107 SkPathDirection dir, unsigned start) { in force_path_contains_rrect() 183 for (int start = 0; start < 8; ++start) { in test_tricky_radii() local 210 for (int start = 0; start < 8; ++start) { in test_empty_crbug_458524() local 228 for (int start = 0; start < 8; ++start) { in test_inset() local [all …]
|
/external/testng/src/main/java/org/testng/xml/ |
D | TestNGContentHandler.java | 124 private void xmlSuiteFile(boolean start, Attributes attributes) { in xmlSuiteFile() 139 private void xmlSuite(boolean start, Attributes attributes) { in xmlSuite() 231 private void xmlDefine(boolean start, Attributes attributes) { in xmlDefine() 247 private void xmlScript(boolean start, Attributes attributes) { in xmlScript() 268 private void xmlTest(boolean start, Attributes attributes) { in xmlTest() 343 public void xmlClasses(boolean start, Attributes attributes) { in xmlClasses() 357 public void xmlListeners(boolean start, Attributes attributes) { in xmlListeners() 372 public void xmlListener(boolean start, Attributes attributes) { in xmlListener() 382 public void xmlPackages(boolean start, Attributes attributes) { in xmlPackages() 408 public void xmlMethodSelectors(boolean start, Attributes attributes) { in xmlMethodSelectors() [all …]
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | JavaScanner.java | 56 int tokenEnd(int start) { in tokenEnd() 82 private int spaceEnd(int start) { in spaceEnd() 89 private int blockCommentEnd(int start) { in blockCommentEnd() 96 private int lineCommentEnd(int start) { in lineCommentEnd() 103 private int quoteEnd(int start) { in quoteEnd()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | kernel_support_library.h | 58 absl::string_view name, llvm::Value* start, llvm::Value* end, in For() 72 absl::string_view name, int64_t start, int64_t end, int64_t step, in ForWithStatus() 81 absl::string_view name, int64_t start, int64_t end, int64_t step, in For() 110 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For() 124 absl::string_view name, llvm::Value* start, llvm::Value* end, in ForWithStatus() 135 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For() 146 absl::string_view name, llvm::Value* start, llvm::Value* end, in ForWithStatus() 157 absl::string_view name, llvm::Value* start, llvm::Value* end, in For() 167 absl::string_view name, llvm::Value* start, llvm::Value* end, in ForWithStatus() 179 absl::string_view name, llvm::Value* start, llvm::Value* end, in For() [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
D | SpannedSubject.java | 100 public WithSpanFlags hasItalicSpanBetween(int start, int end) { in hasItalicSpanBetween() 111 public WithSpanFlags hasBoldSpanBetween(int start, int end) { in hasBoldSpanBetween() 115 private WithSpanFlags hasStyleSpan(int start, int end, int style) { in hasStyleSpan() 155 public WithSpanFlags hasBoldItalicSpanBetween(int start, int end) { in hasBoldItalicSpanBetween() 195 public void hasNoStyleSpanBetween(int start, int end) { in hasNoStyleSpanBetween() 206 public WithSpanFlags hasUnderlineSpanBetween(int start, int end) { in hasUnderlineSpanBetween() 231 public void hasNoUnderlineSpanBetween(int start, int end) { in hasNoUnderlineSpanBetween() 242 public WithSpanFlags hasStrikethroughSpanBetween(int start, int end) { in hasStrikethroughSpanBetween() 269 public void hasNoStrikethroughSpanBetween(int start, int end) { in hasNoStrikethroughSpanBetween() 283 public Aligned hasAlignmentSpanBetween(int start, int end) { in hasAlignmentSpanBetween() [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
D | SpannedSubject.java | 100 public WithSpanFlags hasItalicSpanBetween(int start, int end) { in hasItalicSpanBetween() 111 public WithSpanFlags hasBoldSpanBetween(int start, int end) { in hasBoldSpanBetween() 115 private WithSpanFlags hasStyleSpan(int start, int end, int style) { in hasStyleSpan() 155 public WithSpanFlags hasBoldItalicSpanBetween(int start, int end) { in hasBoldItalicSpanBetween() 195 public void hasNoStyleSpanBetween(int start, int end) { in hasNoStyleSpanBetween() 206 public WithSpanFlags hasUnderlineSpanBetween(int start, int end) { in hasUnderlineSpanBetween() 231 public void hasNoUnderlineSpanBetween(int start, int end) { in hasNoUnderlineSpanBetween() 242 public WithSpanFlags hasStrikethroughSpanBetween(int start, int end) { in hasStrikethroughSpanBetween() 269 public void hasNoStrikethroughSpanBetween(int start, int end) { in hasNoStrikethroughSpanBetween() 283 public Aligned hasAlignmentSpanBetween(int start, int end) { in hasAlignmentSpanBetween() [all …]
|
/external/cronet/third_party/icu/source/samples/break/ |
D | break.cpp | 33 int32_t start, int32_t end ) in printTextRange() 53 int32_t start = boundary.first(); in printEachForward() local 66 for (int32_t start = boundary.previous(); in printEachBackward() local 77 int32_t start = boundary.first(); in printFirst() local 86 int32_t start = boundary.previous(); in printLast() local 94 int32_t start = boundary.previous(); in printAt() local
|
D | ubreak.c | 23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange() 41 int32_t start = ubrk_first(boundary); in printEachForward() local 51 int32_t start; in printEachBackward() local 62 int32_t start = ubrk_first(boundary); in printFirst() local 69 int32_t start; in printLast() local 78 int32_t start; in printAt() local
|
/external/icu/icu4c/source/samples/break/ |
D | break.cpp | 33 int32_t start, int32_t end ) in printTextRange() 53 int32_t start = boundary.first(); in printEachForward() local 66 for (int32_t start = boundary.previous(); in printEachBackward() local 77 int32_t start = boundary.first(); in printFirst() local 86 int32_t start = boundary.previous(); in printLast() local 94 int32_t start = boundary.previous(); in printAt() local
|
D | ubreak.c | 23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange() 41 int32_t start = ubrk_first(boundary); in printEachForward() local 51 int32_t start; in printEachBackward() local 62 int32_t start = ubrk_first(boundary); in printFirst() local 69 int32_t start; in printLast() local 78 int32_t start; in printAt() local
|
/external/libchrome/base/i18n/ |
D | bidi_line_iterator_unittest.cc | 32 int start, length; in TEST_P() local 52 int start, length; in TEST_P() local 74 int start, length; in TEST_P() local 99 int start, length; in TEST_P() local 133 int start, length; in TEST_P() local 156 int start; in TEST_P() member 182 int start, length; in TEST_P() local
|