Home
last modified time | relevance | path

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

12345678910>>...146

/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/expat/lib/
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/python/cpython3/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/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/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/swiftshader/third_party/llvm-7.0/llvm/utils/
Dbisect-skip-count28 end = args.skipend variable
44 end = count variable
50 end = count variable
54 end = args.countend variable
70 end = count variable
/external/u-boot/arch/nios2/lib/
Dcache.c13 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache()
29 static void __flush_dcache_all(unsigned long start, unsigned long end) in __flush_dcache_all()
48 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache()
64 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache()
90 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
107 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
/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/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h57 __gen_mbo(uint32_t start, uint32_t end) in __gen_mbo()
63 __gen_uint(uint64_t v, uint32_t start, uint32_t end) in __gen_uint()
79 __gen_sint(int64_t v, uint32_t start, uint32_t end) in __gen_sint()
99 __gen_offset(uint64_t v, uint32_t start, uint32_t end) in __gen_offset()
119 __gen_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_sfixed()
138 __gen_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_ufixed()
156 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint()
170 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint()
180 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_sfixed()
188 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_ufixed()
[all …]
/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 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/protobuf/python/google/protobuf/internal/
Ddecoder.py202 def DecodePackedField(buffer, pos, end, message, field_dict): argument
221 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
238 def DecodeField(buffer, pos, end, message, field_dict): argument
357 def DecodePackedField(buffer, pos, end, message, field_dict): argument
388 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
411 def DecodeField(buffer, pos, end, message, field_dict): argument
480 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
497 def DecodeField(buffer, pos, end, message, field_dict): argument
517 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
534 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
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderTryBlock.java48 @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/
DDescription.java33 <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()
DBaseDescription.java70 … public <T> Description appendValueList(String start, String separator, String end, T... values) { in appendValueList()
75 …public <T> Description appendValueList(String start, String separator, String end, Iterable<T> val… in appendValueList()
79 …private <T> Description appendValueList(String start, String separator, String end, Iterator<T> va… in appendValueList()
84 …public Description appendList(String start, String separator, String end, Iterable<? extends SelfD… in appendList()
88 …private Description appendList(String start, String separator, String end, Iterator<? extends Self… in appendList()
/external/u-boot/arch/nds32/lib/
Dcache.c44 unsigned long end, line_size; in invalidate_icache_all() local
61 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range()
117 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range()
139 unsigned long end, line_size; in dcache_wbinval_all() local
159 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
174 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
226 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
230 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
/external/curl/lib/
Dx509asn1.c111 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()
353 static const char *string2str(int type, const char *beg, const char *end) in string2str()
389 const char *beg, const char *end) in encodeOID()
435 static const char *OID2str(const char *beg, const char *end, bool symbolic) in OID2str()
459 static const char *GTime2str(const char *beg, const char *end) in GTime2str()
[all …]
/external/skqp/src/gpu/gradients/
DGrSingleIntervalGradientColorizer.h19 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/skia/src/gpu/gradients/
DGrSingleIntervalGradientColorizer.h19 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/
DPluralRanges.java37 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()
/external/perfetto/src/trace_processor/
Djson_trace_tokenizer_unittest.cc30 const char* end = start + strlen(start); in TEST() local
42 const char* end = start + strlen(start); local
55 const char* end = start + strlen(start); in TEST() local
70 const char* end = start + strlen(start); in TEST() local
80 const char* end = start + strlen(start); in TEST() local
/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_range_helpers.cc25 string end = prefix; in MakePrefixEndKey() local
43 string end = MakePrefixEndKey(prefix); in FromPrefix() local
50 string end) { in FromRange()
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlToken.java36 final int end; field in HtmlToken
39 static HtmlToken instance(int start, int end, HtmlTokenType type) { in instance()
49 private HtmlToken(int start, int end, HtmlTokenType type) { in HtmlToken()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_write.c43 u8 **msgpos, u8 *end) in tls_write_server_hello()
190 u8 **msgpos, u8 *end) in tls_write_server_certificate()
282 u8 **msgpos, u8 *end, in tls_write_server_certificate_status()
369 u8 **msgpos, u8 *end) in tls_write_server_key_exchange()
696 u8 **msgpos, u8 *end) in tls_write_server_certificate_request()
762 u8 **msgpos, u8 *end) in tls_write_server_hello_done()
799 u8 **msgpos, u8 *end) in tls_write_server_change_cipher_spec()
832 u8 **msgpos, u8 *end) in tls_write_server_finished()
932 u8 *msg, *end, *pos; in tls_send_server_hello() local
1012 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local

12345678910>>...146