Home
last modified time | relevance | path

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

12345678910>>...86

/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/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/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/lzma/CPP/Common/
DStringToInt.cpp7 UInt64 ConvertStringToUInt64(const char *s, const char **end) in ConvertStringToUInt64()
25 UInt64 ConvertOctStringToUInt64(const char *s, const char **end) in ConvertOctStringToUInt64()
43 UInt64 ConvertHexStringToUInt64(const char *s, const char **end) in ConvertHexStringToUInt64()
66 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) in ConvertStringToUInt64()
85 Int64 ConvertStringToInt64(const char *s, const char **end) in ConvertStringToInt64()
/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/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/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/v8/src/base/
Dcpu.cc372 char* end ; in CPU() local
383 char* end ; in CPU() local
399 char* end; in CPU() local
524 char* end ; in CPU() local
535 char* end ; in CPU() local
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeTokenizer.cpp44 const unsigned char* skipPdfWhiteSpaces(const unsigned char* start, const unsigned char* end) { in skipPdfWhiteSpaces()
60 const unsigned char* endOfPdfToken(const unsigned char* start, const unsigned char* end) { in endOfPdfToken()
77 static const unsigned char* readArray(const unsigned char* start, const unsigned char* end, in readArray()
125 static const unsigned char* readString(const unsigned char* start, const unsigned char* end, in readString()
244 static size_t readStringLength(const unsigned char* start, const unsigned char* end) { in readStringLength()
248 static const unsigned char* readString(const unsigned char* start, const unsigned char* end, in readString()
264 static const unsigned char* readHexString(const unsigned char* start, const unsigned char* end, in readHexString()
394 static size_t readHexStringLength(const unsigned char* start, const unsigned char* end) { in readHexStringLength()
398 static const unsigned char* readHexString(const unsigned char* start, const unsigned char* end, SkP… in readHexString()
413 static const unsigned char* readName(const unsigned char* start, const unsigned char* end, in readName()
[all …]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range()
17 void set_end(UInt32 end) { in set_end()
27 UInt32 end() const { in end() function
45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) in WRange()
51 void set_end(UInt32 end) { in set_end()
67 UInt32 end() const { in end() function
/external/marisa-trie/lib/marisa/
Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range()
17 void set_end(UInt32 end) { in set_end()
27 UInt32 end() const { in end() function
45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) in WRange()
51 void set_end(UInt32 end) { in set_end()
67 UInt32 end() const { in end() function
/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/harfbuzz_ng/src/
Dhb-shape.cc38 parse_space (const char **pp, const char *end) in parse_space()
46 parse_char (const char **pp, const char *end, char c) in parse_char()
58 parse_uint (const char **pp, const char *end, unsigned int *pv) in parse_uint()
82 parse_bool (const char **pp, const char *end, unsigned int *pv) in parse_bool()
102 parse_feature_value_prefix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_prefix()
115 parse_feature_tag (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_tag()
151 parse_feature_indices (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_indices()
176 parse_feature_value_postfix (const char **pp, const char *end, hb_feature_t *feature) in parse_feature_value_postfix()
189 parse_one_feature (const char **pp, const char *end, hb_feature_t *feature) in parse_one_feature()
/external/lldb/source/Symbol/
DVariableList.cpp93 iterator pos, end = m_variables.end(); in FindVariableIndex() local
106 iterator pos, end = m_variables.end(); in FindVariable() local
122 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
143 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local
164 const iterator end = m_variables.end(); in FindIndexForVariable() local
177 const_iterator pos, end = m_variables.end(); in MemorySize() local
196 const_iterator pos, end = m_variables.end(); in Dump() local
DTypeList.cpp68 iterator pos, end = m_types.end(); in InsertUnique() local
127 iterator pos, end; in GetTypeAtIndex() local
141 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in ForEach() local
151 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in ForEach() local
176 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in Dump() local
252 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
346 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
/external/lldb/source/Core/
DModuleList.cpp129 collection::iterator pos, end = m_modules.end(); in AppendIfNeeded() local
164 collection::iterator pos, end = m_modules.end(); in RemoveImpl() local
212 collection::iterator pos, end = m_modules.end(); in RemoveIfOrphaned() local
267 collection::iterator pos, end = module_list.m_modules.end(); in Remove() local
353 collection::const_iterator pos, end = m_modules.end(); in FindFunctions() local
390 collection::const_iterator pos, end = m_modules.end(); in FindFunctions() local
417 collection::const_iterator pos, end = m_modules.end(); in FindFunctionSymbols() local
450 collection::const_iterator pos, end = m_modules.end(); in FindFunctionSymbols() local
469 collection::const_iterator pos, end = m_modules.end(); in FindCompileUnits() local
486 collection::const_iterator pos, end = m_modules.end(); in FindGlobalVariables() local
[all …]
/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/lldb/include/lldb/Core/
DRangeMap.h215 typename Collection::const_iterator pos, end, prev; in IsSorted() local
237 typename Collection::iterator end; in CombineConsecutiveRanges() local
301 typename Collection::iterator pos, end; in Slide() local
371 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() local
398 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local
426 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local
495 typename Collection::const_iterator pos, end, prev; in IsSorted() local
517 typename Collection::iterator end; in CombineConsecutiveRanges() local
581 typename Collection::iterator pos, end; in Slide() local
657 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() local
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DLine.java54 private Vector3f end; field in Line
59 public Line(Vector3f start, Vector3f end) { in Line()
64 protected void updateGeometry(Vector3f start, Vector3f end) { in updateGeometry()
85 public void updatePoints(Vector3f start, Vector3f end) { in updatePoints()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; in tls_send_client_hello() local
130 u8 **msgpos, u8 *end) in tls_write_client_certificate()
208 static int tlsv1_key_x_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_dh()
324 static int tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) in tlsv1_key_x_rsa()
372 u8 **msgpos, u8 *end) in tls_write_client_key_exchange()
430 u8 **msgpos, u8 *end) in tls_write_client_certificate_verify()
602 u8 **msgpos, u8 *end) in tls_write_client_change_cipher_spec()
635 u8 **msgpos, u8 *end) in tls_write_client_finished()
728 u8 *msg, *end, *pos; in tls_send_client_key_exchange() local
771 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
Dtlsv1_server_write.c43 u8 **msgpos, u8 *end) in tls_write_server_hello()
156 u8 **msgpos, u8 *end) in tls_write_server_certificate()
243 u8 **msgpos, u8 *end) in tls_write_server_key_exchange()
569 u8 **msgpos, u8 *end) in tls_write_server_certificate_request()
635 u8 **msgpos, u8 *end) in tls_write_server_hello_done()
672 u8 **msgpos, u8 *end) in tls_write_server_change_cipher_spec()
705 u8 **msgpos, u8 *end) in tls_write_server_finished()
805 u8 *msg, *end, *pos; in tls_send_server_hello() local
859 u8 *msg, *end, *pos; in tls_send_change_cipher_spec() local
/external/lldb/source/Breakpoint/
DBreakpointList.cpp75 bp_collection::iterator pos, end = m_breakpoints.end(); in SetEnabledAll() local
89 bp_collection::iterator pos, end = m_breakpoints.end(); in RemoveAll() local
167 bp_collection::const_iterator end = m_breakpoints.end(); in Dump() local
179 bp_collection::iterator end = m_breakpoints.end(); in GetBreakpointAtIndex() local
195 bp_collection::const_iterator end = m_breakpoints.end(); in GetBreakpointAtIndex() local
210 bp_collection::iterator end = m_breakpoints.end(); in UpdateBreakpoints() local
221 bp_collection::iterator end = m_breakpoints.end(); in UpdateBreakpointsWhenModuleIsReplaced() local
232 bp_collection::iterator end = m_breakpoints.end(); in ClearAllBreakpointSites() local
/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/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

12345678910>>...86