Home
last modified time | relevance | path

Searched refs:end (Results 1176 - 1200 of 12209) sorted by relevance

1...<<41424344454647484950>>...489

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp162 static inline void fixNumericLocale(char* begin, char* end) { in fixNumericLocale() argument
163 while (begin < end) { in fixNumericLocale()
264 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() argument
265 for (; begin < end; ++begin) in containsNewLine()
288 const char* end = begin + document_.length(); in parse() local
289 return parse(begin, end, root, collectComments); in parse()
294 // std::istream_iterator<char> end; in parse()
556 static std::string normalizeEOL(Reader::Location begin, Reader::Location end) { in normalizeEOL() argument
558 normalized.reserve(end - begin); in normalizeEOL()
560 while (current != end) { in normalizeEOL()
576 addComment(Location begin, Location end, CommentPlacement placement) addComment() argument
2330 char const* end; name() local
3775 Value::const_iterator Value::end() const { end() function in Json::Value
3801 Value::iterator Value::end() { end() function in Json::Value
3848 const char* end = current + path.length(); makePath() local
4060 char const* end = str + len; containsControlCharacter0() local
4205 char const* const end = s + n; strnpbrk() local
4231 char const* end = value + length; valueToQuotedStringN() local
4323 char const* end; writeValue() local
4393 char const* end; writeValue() local
4610 char const* end; writeValue() local
4891 char const* end; writeValue() local
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c134 enabled. For end user security, that is probably not what you want. \
243 NAMED **end; member
298 char *bufEnd; /* end of the buffer */
337 const XML_Char *end; member
437 const char *end, const char **endPtr);
464 const char *s, const char *end, int tok,
472 const char *end, const char **endPtr,
475 const char **startPtr, const char *end,
480 const char **startPtr, const char *end,
504 const char *start, const char *end);
969 callProcessor(XML_Parser parser, const char *start, const char *end, const char **endPtr) callProcessor() argument
1657 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) XML_SetElementHandler() argument
1672 XML_SetEndElementHandler(XML_Parser parser, XML_EndElementHandler end) XML_SetEndElementHandler() argument
1698 XML_SetCdataSectionHandler(XML_Parser parser, XML_StartCdataSectionHandler start, XML_EndCdataSectionHandler end) XML_SetCdataSectionHandler() argument
1715 XML_SetEndCdataSectionHandler(XML_Parser parser, XML_EndCdataSectionHandler end) XML_SetEndCdataSectionHandler() argument
1738 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end) XML_SetDoctypeDeclHandler() argument
1754 XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end) XML_SetEndDoctypeDeclHandler() argument
1773 XML_SetNamespaceDeclHandler(XML_Parser parser, XML_StartNamespaceDeclHandler start, XML_EndNamespaceDeclHandler end) XML_SetNamespaceDeclHandler() argument
1790 XML_SetEndNamespaceDeclHandler(XML_Parser parser, XML_EndNamespaceDeclHandler end) XML_SetEndNamespaceDeclHandler() argument
1917 const char *end; XML_Parse() local
2662 contentProcessor(XML_Parser parser, const char *start, const char *end, const char **endPtr) contentProcessor() argument
2675 externalEntityInitProcessor(XML_Parser parser, const char *start, const char *end, const char **endPtr) externalEntityInitProcessor() argument
2685 externalEntityInitProcessor2(XML_Parser parser, const char *start, const char *end, const char **endPtr) externalEntityInitProcessor2() argument
2730 externalEntityInitProcessor3(XML_Parser parser, const char *start, const char *end, const char **endPtr) externalEntityInitProcessor3() argument
2777 externalEntityContentProcessor(XML_Parser parser, const char *start, const char *end, const char **endPtr) externalEntityContentProcessor() argument
2791 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc, const char *s, const char *end, const char **nextPtr, XML_Bool haveMore, enum XML_Account account) doContent() argument
3917 cdataSectionProcessor(XML_Parser parser, const char *start, const char *end, const char **endPtr) cdataSectionProcessor() argument
3940 doCdataSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, const char *end, const char **nextPtr, XML_Bool haveMore, enum XML_Account account) doCdataSection() argument
4064 ignoreSectionProcessor(XML_Parser parser, const char *start, const char *end, const char **endPtr) ignoreSectionProcessor() argument
4082 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, const char *end, const char **nextPtr, XML_Bool haveMore) doIgnoreSection() argument
4320 prologInitProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) prologInitProcessor() argument
4332 externalParEntInitProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) externalParEntInitProcessor() argument
4352 entityValueInitProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) entityValueInitProcessor() argument
4436 externalParEntProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) externalParEntProcessor() argument
4482 entityValueProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) entityValueProcessor() argument
4520 prologProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) prologProcessor() argument
4530 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore, XML_Bool allowClosingDoctype, enum XML_Account account) doProlog() argument
5595 epilogProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) epilogProcessor() argument
5730 internalEntityProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) internalEntityProcessor() argument
5802 errorProcessor(XML_Parser parser, const char *s, const char *end, const char **nextPtr) errorProcessor() argument
5811 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool, enum XML_Account account) storeAttributeValue() argument
5826 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool, enum XML_Account account) appendAttributeValue() argument
6258 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, const char *start, const char *end) reportProcessingInstruction() argument
6285 reportComment(XML_Parser parser, const ENCODING *enc, const char *start, const char *end) reportComment() argument
6305 reportDefault(XML_Parser parser, const ENCODING *enc, const char *s, const char *end) reportDefault() argument
6441 getAttributeId(XML_Parser parser, const ENCODING *enc, const char *start, const char *end) getAttributeId() argument
7195 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, const char *end) poolAppend() argument
7258 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, const char *end) poolStoreString() argument
7583 getElementType(XML_Parser parser, const ENCODING *enc, const char *ptr, const char *end) getElementType() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp56 for (auto iter = pluginRenderMap_.begin(); iter != pluginRenderMap_.end(); ++iter) { in ~PluginManager()
63 for (auto iter = windowMap_.begin(); iter != windowMap_.end(); ++iter) { in ~PluginManager()
74 if (pluginRenderMap_.find(id) != pluginRenderMap_.end()) { in GetPluginRender()
85 if (windowMap_.find(surfaceId) == windowMap_.end()) { in SetSurfaceId()
89 if (pluginRenderMap_.find(surfaceId) == pluginRenderMap_.end()) { in SetSurfaceId()
101 if (pluginRenderMapIter != pluginRenderMap_.end()) { in DestroySurface()
106 if (windowMapIter != windowMap_.end()) { in DestroySurface()
/third_party/ffmpeg/libavcodec/
H A Dpcx.c162 goto end; in pcx_decode_frame()
179 goto end; in pcx_decode_frame()
185 goto end; in pcx_decode_frame()
197 goto end; in pcx_decode_frame()
207 goto end; in pcx_decode_frame()
219 goto end; in pcx_decode_frame()
247 end: in pcx_decode_frame()
/third_party/ffmpeg/libavcodec/x86/
H A Dcabac.h47 #define END_CHECK(end) ""
49 #define END_CHECK(end) \
50 "cmp "end" , %%"FF_REG_c" \n\t"\
80 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, end, norm_off, lps_off, mlps_off, tables) \
98 END_CHECK(end)\
144 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, end, norm_off, lps_off, mlps_off, tables) \
159 END_CHECK(end)\
/third_party/glslang/glslang/MachineIndependent/
H A Dattribute.cpp69 std::transform(value.begin(), value.end(), value.begin(), ::tolower); in getString()
160 attr1->splice(attr1->end(), *attr2); in mergeAttributes()
173 for (auto it = attributes.begin(); it != attributes.end(); ++it) { in handleSelectionAttributes()
202 for (auto it = attributes.begin(); it != attributes.end(); ++it) { in handleSwitchAttributes()
233 for (auto it = agg->getSequence().begin(); it != agg->getSequence().end(); ++it) { in handleLoopAttributes()
242 for (auto it = attributes.begin(); it != attributes.end(); ++it) { in handleLoopAttributes()
352 for (auto it = attributes.begin(); it != attributes.end(); ++it) { in handleFunctionAttributes()
370 } // end namespace glslang
/third_party/benchmark/src/
H A Dcommandlineflags.cc36 char* end = nullptr; in ParseInt32() local
37 const long long_value = strtol(str, &end, 10); // NOLINT in ParseInt32()
40 if (*end != '\0') { in ParseInt32()
70 char* end = nullptr; in ParseDouble() local
71 const double double_value = strtod(str, &end); // NOLINT in ParseDouble()
74 if (*end != '\0') { in ParseDouble()
290 std::transform(value_lower.begin(), value_lower.end(), value_lower.begin(), in IsTruthyFlagValue()
298 } // end namespace benchmark
/third_party/googletest/googletest/include/gtest/
H A Dgtest-param-test.h81 // Range(begin, end [, step]) - Yields values {begin, begin+step,
83 // include end. step defaults to 1.
86 // ValuesIn(begin,end) container, or an iterator range [begin, end).
208 // Range(start, end)
211 // Range(start, end, step)
215 // * The generated sequences never include end. For example, Range(1, 5)
218 // * start and end must have the same type. That type may be any integral or
225 // * Condition start < end must be satisfied in order for resulting sequences
229 internal::ParamGenerator<T> Range(T start, T end, Increment argument
235 Range(T start, T end) Range() argument
297 ValuesIn(ForwardIterator begin, ForwardIterator end) ValuesIn() argument
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A DFontMap.cpp177 le_int32 start, end, len; in strip() local
186 end = len - 1; in strip()
188 while (end > start && isspace(s[end])) { in strip()
189 end -= 1; in strip()
192 if (end < len) { in strip()
193 s[end + 1] = '\0'; in strip()
/third_party/icu/icu4c/source/common/
H A Dlocutil.cpp76 // end of string, whichever comes first. In 3.0 I changed this to in canonicalLocaleString()
77 // stop at first '@' or '.'. It used to run out to the end of in canonicalLocaleString()
84 int32_t end = result.indexOf(AT_SIGN_CHAR); in canonicalLocaleString() local
86 if (n >= 0 && n < end) { in canonicalLocaleString()
87 end = n; in canonicalLocaleString()
89 if (end < 0) { in canonicalLocaleString()
90 end = result.length(); in canonicalLocaleString()
94 n = end; in canonicalLocaleString()
103 for (n = end; i < n; ++i) { in canonicalLocaleString()
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.cpp142 const wchar_t *end; in SetCoderProp() local
144 UInt32 id32 = ConvertStringToUInt32(name, &end); in SetCoderProp()
146 if (end != name) in SetCoderProp()
147 name = end; in SetCoderProp()
170 const UInt32 delta = ConvertStringToUInt32(name, &end); in SetCoderProp()
171 if (end == name || *end != 0 || delta == 0 || delta > 256) in SetCoderProp()
/third_party/node/test/fixtures/wpt/user-timing/
H A Dmeasure-with-dict.any.js74 self.performance.measure("measure12", { end: undefined }));
76 self.performance.measure("measure13", { end: 'mark1' }));
78 self.performance.measure("measure14", { start: timeStamp3, end: 'mark1' }));
80 self.performance.measure("measure15", { start: timeStamp1, end: timeStamp2, detail: undefined }));
82 self.performance.measure("measure16", { start: 'mark1', end: undefined, detail: null }));
84 self.performance.measure("measure17", { start: timeStamp3, end: 'mark2', detail: { customInfo: 159 }}));
88 self.performance.measure("measure19", { duration: timeStamp2 - timeStamp1, end: timeStamp2 }));
95 }, "measure entries' detail and start/end are customizable");
101 }, "measure should throw a TypeError when passed an options object and an end time");
104 }, "measure should throw a TypeError when passed an options object and an end mar
[all...]
/third_party/ninja/src/
H A Dsubprocess-win32.cc63 // Get the write end of the pipe as a handle inheritable across processes. in SetupPipe()
272 vector<Subprocess*>::iterator end = in DoWork() local
273 remove(running_.begin(), running_.end(), subproc); in DoWork()
274 if (running_.end() != end) { in DoWork()
276 running_.resize(end - running_.begin()); in DoWork()
293 i != running_.end(); ++i) { in Clear()
304 i != running_.end(); ++i) in Clear()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-param-test.h81 // Range(begin, end [, step]) - Yields values {begin, begin+step,
83 // include end. step defaults to 1.
86 // ValuesIn(begin,end) container, or an iterator range [begin, end).
208 // Range(start, end)
211 // Range(start, end, step)
215 // * The generated sequences never include end. For example, Range(1, 5)
218 // * start and end must have the same type. That type may be any integral or
225 // * Condition start < end must be satisfied in order for resulting sequences
229 internal::ParamGenerator<T> Range(T start, T end, Increment argument
235 Range(T start, T end) Range() argument
297 ValuesIn(ForwardIterator begin, ForwardIterator end) ValuesIn() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocutil.cpp76 // end of string, whichever comes first. In 3.0 I changed this to in canonicalLocaleString()
77 // stop at first '@' or '.'. It used to run out to the end of in canonicalLocaleString()
84 int32_t end = result.indexOf(AT_SIGN_CHAR); in canonicalLocaleString() local
86 if (n >= 0 && n < end) { in canonicalLocaleString()
87 end = n; in canonicalLocaleString()
89 if (end < 0) { in canonicalLocaleString()
90 end = result.length(); in canonicalLocaleString()
94 n = end; in canonicalLocaleString()
103 for (n = end; i < n; ++i) { in canonicalLocaleString()
/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h94 T* end() { return end_; } in end() function in v8::base::SmallVector
95 const T* end() const { return end_; } in end() function in v8::base::SmallVector
124 T* end = end_; in emplace_back() local
125 if (V8_UNLIKELY(end == end_of_storage_)) end = Grow(); in emplace_back()
126 new (end) T(std::forward<Args>(args)...); in emplace_back()
127 end_ = end + 1; in emplace_back()
154 // Grows the backing store by a factor of two. Returns the new end of the used
/third_party/node/deps/v8/src/utils/
H A Dostreams.h155 T end; member
156 PrintIteratorRange(T start, T end) : start(start), end(end) {} in PrintIteratorRange()
159 // Print any collection which can be iterated via std::begin and std::end.
160 // {Iterator} is the common type of {std::begin} and {std::end} called on a
165 decltype(std::end(collection))>::type> {
166 return {std::begin(collection), std::end(collection)};
194 for (T it = range.start; it != range.end; ++it, comma = ", ") { in operator <<()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-param-test.h81 // Range(begin, end [, step]) - Yields values {begin, begin+step,
83 // include end. step defaults to 1.
86 // ValuesIn(begin,end) container, or an iterator range [begin, end).
208 // Range(start, end)
211 // Range(start, end, step)
215 // * The generated sequences never include end. For example, Range(1, 5)
218 // * start and end must have the same type. That type may be any integral or
225 // * Condition start < end must be satisfied in order for resulting sequences
229 internal::ParamGenerator<T> Range(T start, T end, Increment argument
235 Range(T start, T end) Range() argument
297 ValuesIn(ForwardIterator begin, ForwardIterator end) ValuesIn() argument
[all...]
/third_party/openssl/test/
H A Dsrptest.c53 goto end; in run_srp()
64 goto end; in run_srp()
72 goto end; in run_srp()
78 goto end; in run_srp()
86 goto end; in run_srp()
101 goto end; in run_srp()
105 end: in run_srp()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DFontMap.cpp177 le_int32 start, end, len; in strip() local
186 end = len - 1; in strip()
188 while (end > start && isspace(s[end])) { in strip()
189 end -= 1; in strip()
192 if (end < len) { in strip()
193 s[end + 1] = '\0'; in strip()
/third_party/skia/src/sksl/ir/
H A DSkSLProgram.h153 return iterator(fProgram.fOwnedElements.begin(), fProgram.fOwnedElements.end(), in begin()
154 fProgram.fSharedElements.begin(), fProgram.fSharedElements.end()); in begin()
157 iterator end() const { in end() function in SkSL::Program::ElementsCollection
158 return iterator(fProgram.fOwnedElements.end(), fProgram.fOwnedElements.end(), in end()
159 fProgram.fSharedElements.end(), fProgram.fSharedElements.end()); in end()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dfont_info.cc67 chars_to_glyph_ids->end()); in FontInfo()
69 resolved_glyph_ids->end()); in FontInfo()
70 fonts_ = new FontIdMap(fonts->begin(), fonts->end()); in FontInfo()
83 if (it == fonts_->end()) in GetTable()
92 if (it == fonts_->end()) in GetTableMap()
206 e = chars_to_glyph_ids->end(); it != e; ++it) { in ResolveCompositeGlyphs()
247 == resolved_glyph_ids->end()) { in ResolveCompositeGlyphs()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dwebtreemap.js103 // Returns [end, sum], where end is one past the last rectangle and sum is the
107 // bad. Result is [start,end) covering the best run for this span.
114 for (var end = start; node = nodes[end]; ++end) {
134 return [end, rsum];
173 var end = span[0], rsum = span[1];
175 // Now that we've selected a span, lay out rectangles [start,end) in our
178 for (var i = start; i < end;
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocutil.cpp76 // end of string, whichever comes first. In 3.0 I changed this to in canonicalLocaleString()
77 // stop at first '@' or '.'. It used to run out to the end of in canonicalLocaleString()
84 int32_t end = result.indexOf(AT_SIGN_CHAR); in canonicalLocaleString() local
86 if (n >= 0 && n < end) { in canonicalLocaleString()
87 end = n; in canonicalLocaleString()
89 if (end < 0) { in canonicalLocaleString()
90 end = result.length(); in canonicalLocaleString()
94 n = end; in canonicalLocaleString()
103 for (n = end; i < n; ++i) { in canonicalLocaleString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMustExecute.h414 /// Return an universal end iterator.
416 iterator &end() { return EndIterator; } in end() function
417 iterator &end(const Instruction *) { return EndIterator; } in end() function
419 const_iterator &end() const { return EndIterator; } in end() function
420 const_iterator &end(const Instruction *) const { return EndIterator; } in end() function
425 return llvm::make_range(begin(PP), end(PP)); in range()
430 return llvm::make_range(begin(PP), end(PP)); in range()
441 auto EIt = begin(PP), EEnd = end(PP); in findInContextOf()
495 /// A unique end iterator.

Completed in 22 milliseconds

1...<<41424344454647484950>>...489