/external/harfbuzz_ng/src/ |
D | test-number.cc | 37 const char *end = str + 3; in main() local 50 const char *end = str + strlen (str); in main() local 63 const char *end = str + 3; in main() local 76 const char *end = str + 4; in main() local 90 const char *end = str + 4; in main() local 104 const char *end = str + ARRAY_LENGTH (str); in main() local 117 const char *end = str + ARRAY_LENGTH (str); in main() local 130 const char *end = str + ARRAY_LENGTH (str); in main() local 142 const char *end = str + ARRAY_LENGTH (str); in main() local 159 const char *end = str + ARRAY_LENGTH (str) - 1; in main() local [all …]
|
D | hb-number.cc | 37 _parse_number (const char **pp, const char *end, T *pv, in _parse_number() 60 hb_parse_int (const char **pp, const char *end, int *pv, bool whole_buffer) in hb_parse_int() 68 hb_parse_uint (const char **pp, const char *end, unsigned int *pv, in hb_parse_uint() 72 [base] (const char *p, char **end) in hb_parse_uint() 73 { return strtoul (p, end, base); }); in hb_parse_uint() 135 hb_parse_double (const char **pp, const char *end, double *pv, in hb_parse_double() 140 { in hb_parse_double()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.cc | 684 const uint8_t* end) { in parse_next() 692 const uint8_t* end) { in parse_begin() 703 const uint8_t* cur, const uint8_t* end) { in parse_stream_weight() 713 const uint8_t* cur, const uint8_t* end) { in parse_stream_dep3() 723 const uint8_t* cur, const uint8_t* end) { in parse_stream_dep2() 733 const uint8_t* cur, const uint8_t* end) { in parse_stream_dep1() 743 const uint8_t* cur, const uint8_t* end) { in parse_stream_dep0() 755 const uint8_t* end) { in finish_indexed_field() 774 const uint8_t* cur, const uint8_t* end) { in parse_indexed_field() 783 const uint8_t* end) { in parse_indexed_field_x() [all …]
|
/external/python/cpython2/Modules/expat/ |
D | xmlrole.c | 153 const char *end, in prolog0() 190 const char *end, in prolog1() 228 const char *UNUSED_P(end), in prolog2() 249 const char *UNUSED_P(end), in doctype0() 267 const char *end, in doctype1() 297 const char *UNUSED_P(end), in doctype2() 314 const char *UNUSED_P(end), in doctype3() 331 const char *UNUSED_P(end), in doctype4() 351 const char *UNUSED_P(end), in doctype5() 368 const char *end, in internalSubset() [all …]
|
/external/python/cpython3/Modules/expat/ |
D | xmlrole.c | 135 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 166 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 198 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 218 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 261 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 277 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 293 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 312 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 328 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
/external/expat/lib/ |
D | xmlrole.c | 135 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 166 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 198 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 218 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 261 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 277 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 293 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 312 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 328 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
/external/clang/test/SemaCXX/ |
D | goto.cpp | 4 double *end; variable 8 int end = 0; in f() local 23 float* end; variable 27 int end = 0; in f() local 46 void h(int end) { in h() 52 void h2(int end) { in h2() 54 __label__ end; in h2() local
|
/external/perfetto/src/trace_processor/importers/json/ |
D | json_trace_tokenizer_unittest.cc | 29 const char* end = start + strlen(start); in TEST() local 41 const char* end = start + strlen(start); local 54 const char* end = start + strlen(start); in TEST() local 70 const char* end = start + strlen(start); in TEST() local 81 const char* end = start + strlen(start); in TEST() local 93 const char* end = start + strlen(start); in TEST() local 105 const char* end = start + strlen(start); in TEST() local 117 const char* end = start + strlen(start); in TEST() local 129 const char* end = start + strlen(start); in TEST() local 140 const char* end = start + strlen(start); in TEST() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | bisect-skip-count | 28 end = args.skipend variable 44 end = count variable 50 end = count variable 54 end = args.countend variable 70 end = count variable
|
/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/u-boot/arch/nios2/lib/ |
D | cache.c | 14 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() 30 static void __flush_dcache_all(unsigned long start, unsigned long end) in __flush_dcache_all() 49 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() 65 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() 91 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 108 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/external/icu/icu4c/source/samples/break/ |
D | break.cpp | 33 int32_t start, int32_t end ) in printTextRange() 54 for (int32_t end = boundary.next(); in printEachForward() local 65 int32_t end = boundary.last(); in printEachBackward() local 78 int32_t end = boundary.next(); in printFirst() local 85 int32_t end = boundary.last(); in printLast() local 93 int32_t end = boundary.following(pos); in printAt() local
|
D | ubreak.c | 23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange() 40 int32_t end; in printEachForward() local 52 int32_t end = ubrk_last(boundary); in printEachBackward() local 61 int32_t end; in printFirst() local 70 int32_t end = ubrk_last(boundary); in printLast() local 79 int32_t end = ubrk_following(boundary, pos); in printAt() local
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
D | SpannedSubject.java | 99 public WithSpanFlags hasItalicSpanBetween(int start, int end) { in hasItalicSpanBetween() 110 public WithSpanFlags hasBoldSpanBetween(int start, int end) { in hasBoldSpanBetween() 114 private WithSpanFlags hasStyleSpan(int start, int end, int style) { in hasStyleSpan() 154 public WithSpanFlags hasBoldItalicSpanBetween(int start, int end) { in hasBoldItalicSpanBetween() 194 public void hasNoStyleSpanBetween(int start, int end) { in hasNoStyleSpanBetween() 205 public WithSpanFlags hasUnderlineSpanBetween(int start, int end) { in hasUnderlineSpanBetween() 230 public void hasNoUnderlineSpanBetween(int start, int end) { in hasNoUnderlineSpanBetween() 241 public WithSpanFlags hasStrikethroughSpanBetween(int start, int end) { in hasStrikethroughSpanBetween() 268 public void hasNoStrikethroughSpanBetween(int start, int end) { in hasNoStrikethroughSpanBetween() 282 public Aligned hasAlignmentSpanBetween(int start, int end) { in hasAlignmentSpanBetween() [all …]
|
/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 start, int64 end, int64 step, in ForWithStatus() 81 absl::string_view name, int64 start, int64 end, int64 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, int64 step, 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, int64 step, in ForWithStatus() 178 absl::string_view name, llvm::Value* start, llvm::Value* end, int64 step, in For() [all …]
|
/external/libcxx/benchmarks/ |
D | ContainerBenchmarks.hpp | 15 const auto end = in.end(); in BM_ConstructIterIter() local 26 const auto end = in.end(); in BM_InsertValue() local 39 const auto end = in.end(); in BM_InsertValueRehash() local 54 const auto end = in.end(); in BM_InsertDuplicate() local 70 const auto end = in.end(); in BM_EmplaceDuplicate() local 87 const auto end = in.data() + in.size(); in BM_Find() local 102 const auto end = in.data() + in.size(); in BM_FindRehash() local
|
/external/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 215 def DecodePackedField(buffer, pos, end, message, field_dict): argument 234 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 251 def DecodeField(buffer, pos, end, message, field_dict): argument 390 def DecodePackedField(buffer, pos, end, message, field_dict): argument 436 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 473 def DecodeField(buffer, pos, end, message, field_dict): argument 570 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 587 def DecodeField(buffer, pos, end, message, field_dict): argument 607 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 624 def DecodeField(buffer, pos, end, message, field_dict): argument [all …]
|
/external/toolchain-utils/llvm_tools/ |
D | llvm_bisection.py | 140 def _ValidateStartAndEndAgainstJSONStartAndEnd(start, end, json_start, argument 150 def GetStartAndEndRevision(start, end, tryjobs): argument 234 def GetRevisionsBetweenBisection(start, end, parallel, src_path, argument 291 def GetRevisionsListAndHashList(start, end, parallel, src_path, argument 311 def DieWithNoRevisionsError(start, end, skip_revisions, pending_revisions): argument 359 def _NoteCompletedBisection(last_tested, src_path, end): argument 373 def LoadStatusFile(last_tested, start, end): argument
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | BuilderTryBlock.java | 48 @Nonnull public final Label end; field in BuilderTryBlock 50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, in BuilderTryBlock() 57 …public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exception… in BuilderTryBlock() 64 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nonnull Label handler) { in BuilderTryBlock()
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Description.java | 33 <T> Description appendValueList(String start, String separator, String end, in appendValueList() 39 <T> Description appendValueList(String start, String separator, String end, in appendValueList() 46 Description appendList(String start, String separator, String end, in appendList() 58 String end, Iterable<? extends SelfDescribing> values) { in appendList() 74 String end, T... values) { in appendValueList() 80 String end, Iterable<T> values) { in appendValueList()
|
/external/skia/src/gpu/gradients/generated/ |
D | GrSingleIntervalGradientColorizer.h | 20 static std::unique_ptr<GrFragmentProcessor> Make(SkPMColor4f start, SkPMColor4f end) { in Make() 28 SkPMColor4f end; variable 31 GrSingleIntervalGradientColorizer(SkPMColor4f start, SkPMColor4f end) in GrSingleIntervalGradientColorizer()
|
/external/curl/lib/ |
D | x509asn1.c | 111 const char *beg, const char *end) in getASN1Element() 195 static const char *bool2str(const char *beg, const char *end) in bool2str() 206 static const char *octet2str(const char *beg, const char *end) in octet2str() 220 static const char *bit2str(const char *beg, const char *end) in bit2str() 235 static const char *int2str(const char *beg, const char *end) in int2str() 264 utf8asn1str(char **to, int type, const char *from, const char *end) in utf8asn1str() 354 static const char *string2str(int type, const char *beg, const char *end) in string2str() 390 const char *beg, const char *end) in encodeOID() 436 static const char *OID2str(const char *beg, const char *end, bool symbolic) in OID2str() 460 static const char *GTime2str(const char *beg, const char *end) in GTime2str() [all …]
|
/external/u-boot/arch/nds32/lib/ |
D | cache.c | 45 unsigned long end, line_size; in invalidate_icache_all() local 62 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range() 118 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range() 140 unsigned long end, line_size; in dcache_wbinval_all() local 160 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 175 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() 227 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 231 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/external/skqp/src/gpu/gradients/ |
D | GrSingleIntervalGradientColorizer.h | 19 const SkPMColor4f& end() const { return fEnd; } in end() function 20 static std::unique_ptr<GrFragmentProcessor> Make(SkPMColor4f start, SkPMColor4f end) { in Make() 29 GrSingleIntervalGradientColorizer(SkPMColor4f start, SkPMColor4f end) in GrSingleIntervalGradientColorizer()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PluralRanges.java | 37 public void set(Count start, Count end, Count result) { in set() 46 public void setIfNew(Count start, Count end, Count result) { in setIfNew() 60 public Count get(Count start, Count end) { in get() 70 public Count endSame(Count end) { in endSame() 205 public static String showRange(Count start, Count end, Count result) { in showRange() 220 public Count get(Count start, Count end) { in get() 232 public Count getExplicit(Count start, Count end) { in getExplicit()
|