Home
last modified time | relevance | path

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

12345678910>>...104

/external/expat/lib/
Dxmlrole.c131 const char *end, in prolog0()
168 const char *end, in prolog1()
199 const char *end, in prolog2()
220 const char *end, in doctype0()
238 const char *end, in doctype1()
268 const char *end, in doctype2()
285 const char *end, in doctype3()
302 const char *end, in doctype4()
322 const char *end, in doctype5()
339 const char *end, in internalSubset()
[all …]
/external/v8/src/base/
Dcpu.cc429 char* end; in CPU() local
439 char* end; in CPU() local
450 char* end; in CPU() local
466 char* end; in CPU() local
600 char* end; in CPU() local
610 char* end; in CPU() local
621 char* end; in CPU() local
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py210 def DecodePackedField(buffer, pos, end, message, field_dict): argument
229 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
246 def DecodeField(buffer, pos, end, message, field_dict): argument
375 def DecodePackedField(buffer, pos, end, message, field_dict): argument
406 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
429 def DecodeField(buffer, pos, end, message, field_dict): argument
498 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
515 def DecodeField(buffer, pos, end, message, field_dict): argument
535 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
552 def DecodeField(buffer, pos, end, message, field_dict): argument
[all …]
/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py193 def DecodePackedField(buffer, pos, end, message, field_dict): argument
212 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
229 def DecodeField(buffer, pos, end, message, field_dict): argument
388 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
405 def DecodeField(buffer, pos, end, message, field_dict): argument
425 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
442 def DecodeField(buffer, pos, end, message, field_dict): argument
464 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
485 def DecodeField(buffer, pos, end, message, field_dict): argument
509 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
[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/dexmaker/src/dx/java/com/android/dx/util/
DByteArrayAnnotatedOutput.java159 int end = writeAt + 1; in writeByte() local
175 int end = writeAt + 2; in writeShort() local
192 int end = writeAt + 4; in writeInt() local
211 int end = writeAt + 8; in writeLong() local
259 int end = writeAt + blen; in write() local
275 int end = writeAt + length; in write() local
307 int end = cursor + count; in writeZeroes() local
332 int end = (cursor + mask) & ~mask; in alignTo() local
486 int end; in writeAnnotationsTo() local
555 private int end; field in ByteArrayAnnotatedOutput.Annotation
[all …]
/external/icu/icu4c/source/samples/break/
Dbreak.cpp26 int32_t start, int32_t end ) in printTextRange()
47 for (int32_t end = boundary.next(); in printEachForward() local
58 int32_t end = boundary.last(); in printEachBackward() local
71 int32_t end = boundary.next(); in printFirst() local
78 int32_t end = boundary.last(); in printLast() local
86 int32_t end = boundary.following(pos); in printAt() local
Dubreak.c17 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange()
34 int32_t end; in printEachForward() local
46 int32_t end = ubrk_last(boundary); in printEachBackward() local
55 int32_t end; in printFirst() local
64 int32_t end = ubrk_last(boundary); in printLast() local
73 int32_t end = ubrk_following(boundary, pos); in printAt() local
/external/harfbuzz_ng/src/
Dhb-shape.cc49 parse_space (const char **pp, const char *end) in parse_space()
57 parse_char (const char **pp, const char *end, char c) in parse_char()
69 parse_uint (const char **pp, const char *end, unsigned int *pv) in parse_uint()
93 parse_bool (const char **pp, const char *end, unsigned int *pv) in parse_bool()
113 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_prefix()
126 parse_feature_tag (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_tag()
162 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_indices()
187 parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_postfix()
200 parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) in parse_one_feature()
/external/curl/lib/
Dx509asn1.c108 const char * beg, const char * end) in Curl_getASN1Element()
186 static const char * bool2str(const char * beg, const char * end) in bool2str()
197 static const char * octet2str(const char * beg, const char * end) in octet2str()
212 static const char * bit2str(const char * beg, const char * end) in bit2str()
222 static const char * int2str(const char * beg, const char * end) in int2str()
248 utf8asn1str(char * * to, int type, const char * from, const char * end) in utf8asn1str()
337 static const char * string2str(int type, const char * beg, const char * end) in string2str()
369 static int encodeOID(char * buf, int n, const char * beg, const char * end) in encodeOID()
408 static const char * OID2str(const char * beg, const char * end, bool symbolic) in OID2str()
438 static const char * GTime2str(const char * beg, const char * end) in GTime2str()
[all …]
/external/eigen/Eigen/src/Eigen2Support/
DVectorBlock.h37 MatrixBase<Derived>::end(Index size) in end() function
46 MatrixBase<Derived>::end(Index size) const in end() function
76 MatrixBase<Derived>::end() in end() function
86 MatrixBase<Derived>::end() const in end() function
/external/libchrome/crypto/
Drsa_private_key.cc139 uint8_t* end = src + input.size(); in Import() local
216 uint8_t* end, in ReadInteger()
223 uint8_t* end, in ReadIntegerWithExpectedSize()
250 uint8_t* end, in ReadIntegerImpl()
323 uint8_t* end, in ReadLength()
353 uint8_t* end, in ReadTypeHeaderAndLength()
363 bool PrivateKeyInfoCodec::ReadSequence(uint8_t** pos, uint8_t* end) { in ReadSequence()
367 bool PrivateKeyInfoCodec::ReadAlgorithmIdentifier(uint8_t** pos, uint8_t* end) { in ReadAlgorithmIdentifier()
375 bool PrivateKeyInfoCodec::ReadVersion(uint8_t** pos, uint8_t* end) { in ReadVersion()
/external/v8/test/mjsunit/tools/
Dtickprocessor.js85 function (name, start, end) { argument
111 function (name, start, end) { argument
149 function (name, start, end) { argument
172 function (name, start, end) { argument
215 function (name, start, end) { argument
256 function (name, start, end) { argument
268 function (name, start, end) { argument
279 function (name, start, end) { argument
291 function (name, start, end) { argument
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_write.c43 u8 **msgpos, u8 *end) in tls_write_server_hello()
187 u8 **msgpos, u8 *end) in tls_write_server_certificate()
279 u8 **msgpos, u8 *end, in tls_write_server_certificate_status()
366 u8 **msgpos, u8 *end) in tls_write_server_key_exchange()
693 u8 **msgpos, u8 *end) in tls_write_server_certificate_request()
759 u8 **msgpos, u8 *end) in tls_write_server_hello_done()
796 u8 **msgpos, u8 *end) in tls_write_server_change_cipher_spec()
829 u8 **msgpos, u8 *end) in tls_write_server_finished()
929 u8 *msg, *end, *pos; in tls_send_server_hello() local
1009 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local
262 u8 **msgpos, u8 *end) in tls_write_client_certificate()
345 static int tlsv1_key_x_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_dh()
468 static int tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_rsa()
516 u8 **msgpos, u8 *end) in tls_write_client_key_exchange()
574 u8 **msgpos, u8 *end) in tls_write_client_certificate_verify()
746 u8 **msgpos, u8 *end) in tls_write_client_change_cipher_spec()
779 u8 **msgpos, u8 *end) in tls_write_client_finished()
872 u8 *msg, *end, *pos; in tls_send_client_key_exchange() local
915 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
Dtlsv1_cred.c110 const u8 *pos, *end; in tlsv1_add_cert() local
268 const u8 *pos, *end; in tlsv1_set_key_pem() local
309 const u8 *pos, *end; in tlsv1_set_key_enc_pem() local
449 const u8 *pos, *end; in pkcs12_certbag() local
523 static int pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) in pkcs12_parse_attr_friendly_name()
550 static int pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) in pkcs12_parse_attr_local_key_id()
579 const u8 *end = pos + len; in pkcs12_parse_attr() local
628 const u8 *pos = buf, *end = buf + len; in pkcs12_safebag() local
705 const u8 *pos, *end; in pkcs12_safecontents() local
746 const u8 *pos, const u8 *end, in pkcs12_parse_content_data()
[all …]
Dtlsv1_server_read.c52 const u8 *pos, *end; in tls_process_status_request_item() local
93 const u8 *pos, *end; in tls_process_status_request_v2() local
124 const u8 *pos, *end, *c; in tls_process_client_hello() local
371 const u8 *pos, *end; in tls_process_certificate() local
571 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_rsa()
674 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_dh()
782 const u8 *pos, *end; in tls_process_client_key_exchange() local
859 const u8 *pos, *end; in tls_process_certificate_verify() local
1070 const u8 *pos, *end; in tls_process_client_finished() 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/src/org/hamcrest/
DBaseDescription.java56 … public <T> Description appendValueList(String start, String separator, String end, T... values) { in appendValueList()
60 …public <T> Description appendValueList(String start, String separator, String end, Iterable<T> val… in appendValueList()
64 …private <T> Description appendValueList(String start, String separator, String end, Iterator<T> va… in appendValueList()
68 …public Description appendList(String start, String separator, String end, Iterable<? extends SelfD… in appendList()
72 …private Description appendList(String start, String separator, String end, Iterator<? extends Self… in appendList()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRanges.java61 void set(StandardPlural start, StandardPlural end, StandardPlural result) { in set()
69 void setIfNew(StandardPlural start, StandardPlural end, in setIfNew()
83 StandardPlural get(StandardPlural start, StandardPlural end) { in get()
92 StandardPlural endSame(StandardPlural end) { in endSame()
242 public StandardPlural get(StandardPlural start, StandardPlural end) { in get()
260 public boolean isExplicit(StandardPlural start, StandardPlural end) { in isExplicit()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRanges.java59 void set(StandardPlural start, StandardPlural end, StandardPlural result) { in set()
67 void setIfNew(StandardPlural start, StandardPlural end, in setIfNew()
81 StandardPlural get(StandardPlural start, StandardPlural end) { in get()
90 StandardPlural endSame(StandardPlural end) { in endSame()
240 public StandardPlural get(StandardPlural start, StandardPlural end) { in get()
258 public boolean isExplicit(StandardPlural start, StandardPlural end) { in isExplicit()
/external/libvpx/libvpx/vpx_ports/
Dmem_ops_aligned.h46 #define mem_get_ne_aligned_generic(end,sz) \ argument
53 #define mem_get_sne_aligned_generic(end,sz) \ argument
60 #define mem_get_se_aligned_generic(end,sz) \ argument
69 #define mem_get_sse_aligned_generic(end,sz) \ argument
78 #define mem_put_ne_aligned_generic(end,sz) \ argument
85 #define mem_put_se_aligned_generic(end,sz) \ argument
/external/compiler-rt/lib/msan/
Dmsan_linux.cc40 uptr end = beg + size - 1; in ReportMapRange() local
47 uptr end = beg + size - 1; in CheckMemoryRangeAvailability() local
68 uptr end = beg + size - 1; in ProtectMemoryRange() local
80 uptr end = kMemoryLayout[i].end; in CheckMemoryLayoutSanity() local
126 uptr end = kMemoryLayout[i].end; in InitShadow() local
/external/guava/guava/src/com/google/common/util/concurrent/
DUninterruptibles.java80 long end = System.nanoTime() + remainingNanos; in awaitUninterruptibly() local
168 long end = System.nanoTime() + remainingNanos; in getUninterruptibly() local
197 long end = System.nanoTime() + remainingNanos; in joinUninterruptibly() local
271 long end = System.nanoTime() + remainingNanos; in sleepUninterruptibly() local
311 long end = System.nanoTime() + remainingNanos; in tryAcquireUninterruptibly() local
/external/llvm/include/llvm/Analysis/
DCallGraph.h122 inline iterator end() { return FunctionMap.end(); } in end() function
124 inline const_iterator end() const { return FunctionMap.end(); } in end() function
193 inline iterator end() { return CalledFunctions.end(); } in end() function
195 inline const_iterator end() const { return CalledFunctions.end(); } in end() function
341 inline iterator end() { return G->end(); } in end() function
343 inline const_iterator end() const { return G->end(); } in end() function

12345678910>>...104