Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 5395) sorted by relevance

12345678910>>...216

/external/harfbuzz_ng/src/
Dtest-number.cc36 const char *end = str + 3; in main() local
49 const char *end = str + strlen (str); in main() local
62 const char *end = str + 3; in main() local
75 const char *end = str + 4; in main() local
89 const char *end = str + 4; in main() local
103 const char *end = str + ARRAY_LENGTH (str); in main() local
116 const char *end = str + ARRAY_LENGTH (str); in main() local
129 const char *end = str + ARRAY_LENGTH (str); in main() local
141 const char *end = str + ARRAY_LENGTH (str); in main() local
153 const char *end = str + ARRAY_LENGTH (str) - 1; in main() local
[all …]
Dhb-number.cc33 _parse_number (const char **pp, const char *end, T *pv, in _parse_number()
56 hb_parse_int (const char **pp, const char *end, int *pv, bool whole_buffer) in hb_parse_int()
64 hb_parse_uint (const char **pp, const char *end, unsigned *pv, in hb_parse_uint()
68 [base] (const char *p, char **end) in hb_parse_uint()
69 { return strtoul (p, end, base); }); in hb_parse_uint()
73 hb_parse_double (const char **pp, const char *end, double *pv, bool whole_buffer) in hb_parse_double()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc684 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/cpython3/Modules/expat/
Dxmlrole.c141 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0()
172 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1()
204 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2()
224 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0()
241 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1()
267 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2()
283 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3()
299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4()
318 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5()
334 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset()
[all …]
/external/expat/expat/lib/
Dxmlrole.c141 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0()
172 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1()
204 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2()
224 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0()
241 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1()
267 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2()
283 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3()
299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4()
318 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5()
334 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlrole.c153 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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc708 const uint8_t* cur, const uint8_t* end) { in parse_next()
716 const uint8_t* cur, const uint8_t* end) { in parse_begin()
728 const uint8_t* end) { in parse_stream_weight()
739 const uint8_t* end) { in parse_stream_dep3()
750 const uint8_t* end) { in parse_stream_dep2()
761 const uint8_t* end) { in parse_stream_dep1()
772 const uint8_t* end) { in parse_stream_dep0()
793 const uint8_t* end) { in finish_indexed_field()
807 const uint8_t* end) { in parse_indexed_field()
817 const uint8_t* end) { in parse_indexed_field_x()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.common.view/
Dend.pass.cpp30 …std::same_as<RandomAccessIter> auto end = common.end(); // Note this should NOT be the sentinel ty… in test() local
38 …std::same_as<RandomAccessIter> auto end = common.end(); // Note this should NOT be the sentinel ty… in test() local
58 std::same_as<CommonForwardIter> auto end = common.end(); in main() local
64 std::same_as<CommonIntIter> auto end = common.end(); in main() local
72 std::same_as<CommonForwardIter> auto end = common.end(); in main() local
78 std::same_as<CommonIntIter> auto end = common.end(); in main() local
/external/perfetto/src/traced/probes/packages_list/
Dpackages_list_parser.cc32 char* end; in ReadPackagesListLine() local
42 char* end; in ReadPackagesListLine() local
52 char* end; in ReadPackagesListLine() local
62 char* end; in ReadPackagesListLine() local
73 char* end; in ReadPackagesListLine() local
/external/perfetto/src/trace_processor/importers/json/
Djson_trace_tokenizer_unittest.cc30 const char* end = start + strlen(start); in TEST() local
44 const char* end = start + strlen(start); local
59 const char* end = start + strlen(start); in TEST() local
79 const char* end = start + strlen(start); in TEST() local
91 const char* end = start + strlen(start); in TEST() local
103 const char* end = start + strlen(start); in TEST() local
115 const char* end = start + strlen(start); in TEST() local
127 const char* end = start + strlen(start); in TEST() local
138 const char* end = start + strlen(start); in TEST() local
149 const char* end = start + strlen(start); in TEST() local
[all …]
/external/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h63 __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/clang/test/SemaCXX/
Dgoto.cpp4 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/mbedtls/library/
Dasn1parse.c40 const unsigned char *end, in mbedtls_asn1_get_len()
98 const unsigned char *end, in mbedtls_asn1_get_tag()
113 const unsigned char *end, in mbedtls_asn1_get_bool()
132 const unsigned char *end, in asn1_get_tagged_int()
176 const unsigned char *end, in mbedtls_asn1_get_int()
183 const unsigned char *end, in mbedtls_asn1_get_enum()
191 const unsigned char *end, in mbedtls_asn1_get_mpi()
208 int mbedtls_asn1_get_bitstring( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring()
244 const unsigned char *end, in mbedtls_asn1_traverse_sequence_of()
293 int mbedtls_asn1_get_bitstring_null( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null()
[all …]
/external/openthread/third_party/mbedtls/repo/library/
Dasn1parse.c46 const unsigned char *end, in mbedtls_asn1_get_len()
104 const unsigned char *end, in mbedtls_asn1_get_tag()
119 const unsigned char *end, in mbedtls_asn1_get_bool()
138 const unsigned char *end, in asn1_get_tagged_int()
182 const unsigned char *end, in mbedtls_asn1_get_int()
189 const unsigned char *end, in mbedtls_asn1_get_enum()
197 const unsigned char *end, in mbedtls_asn1_get_mpi()
214 int mbedtls_asn1_get_bitstring( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring()
250 const unsigned char *end, in mbedtls_asn1_traverse_sequence_of()
299 int mbedtls_asn1_get_bitstring_null( unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null()
[all …]
/external/flac/microbench/
Dutil.c44 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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.h58 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/
DSpannedSubject.java100 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/
DSpannedSubject.java100 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/
Dbreak.cpp33 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
Dubreak.c23 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/icu/icu4c/source/samples/break/
Dbreak.cpp33 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
Dubreak.c23 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/protobuf/python/google/protobuf/internal/
Ddecoder.py198 def DecodePackedField(buffer, pos, end, message, field_dict): argument
217 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
234 def DecodeField(buffer, pos, end, message, field_dict): argument
378 def DecodePackedField(buffer, pos, end, message, field_dict): argument
431 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
472 def DecodeField(buffer, pos, end, message, field_dict): argument
566 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
583 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/cronet/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py198 def DecodePackedField(buffer, pos, end, message, field_dict): argument
217 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
234 def DecodeField(buffer, pos, end, message, field_dict): argument
378 def DecodePackedField(buffer, pos, end, message, field_dict): argument
431 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
472 def DecodeField(buffer, pos, end, message, field_dict): argument
566 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
583 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/libcxx/benchmarks/
DContainerBenchmarks.hpp15 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

12345678910>>...216