/third_party/ninja/src/ |
H A D | eval_env.cc | 23 if (i != bindings_.end()) in LookupVariable() 41 if (i == rules_.end()) in LookupRuleCurrentScope() 48 if (i != rules_.end()) in LookupRule() 61 if (i == bindings_.end()) in GetBinding() 89 if (i != bindings_.end()) in LookupWithFallback() 103 for (TokenList::const_iterator i = parsed_.begin(); i != parsed_.end(); ++i) { in Evaluate() 113 // Add it to the end of an existing RAW token if possible. in AddText() 127 i != parsed_.end(); ++i) { in Serialize() 140 i != parsed_.end(); ++i) { in Unparse()
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
H A D | internal.js | 51 if (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method. 52 StringDecoder.prototype.end = function() {}; 67 InternalDecoder.prototype.end = function() { 68 return this.decoder.end(); 83 InternalEncoder.prototype.end = function() { 103 InternalEncoderBase64.prototype.end = function() { 135 InternalEncoderCesu8.prototype.end = function() { 193 InternalDecoderCesu8.prototype.end = function() {
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait01.c | 145 goto end; in verify_epollin() 151 goto end; in verify_epollin() 157 goto end; in verify_epollin() 163 goto end; in verify_epollin() 168 end: in verify_epollin() 190 goto end; in verify_epollio() 209 goto end; in verify_epollio() 215 end: in verify_epollio()
|
/third_party/libabigail/src/ |
H A D | abg-symtab-reader.h | 125 /// @param begin the underlying end iterator 129 base_iterator end, in symtab_iterator() 131 : base_iterator(begin), end_(end), filter_(filter) in symtab_iterator() 157 /// The end of the underlying iterator. 164 /// off when reaching the end of the underlying iterator. 229 {return symtab_iterator(symbols_.begin(), symbols_.end(), filter);} in begin() 231 /// Obtain an iterator to the end of the symtab. 233 /// @return an end iterator 235 end() const in end() function in abigail::symtab_reader::symtab 236 {return symtab_iterator(symbols_.end(), symbols in end() 128 symtab_iterator(base_iterator begin, base_iterator end, const symtab_filter& filter = symtab_filter()) symtab_iterator() argument 339 end() const end() function in abigail::symtab_reader::filtered_symtab [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveIntervalUnion.cpp | 36 LiveRange::const_iterator RegEnd = Range.end(); in unify() 40 SegPos.insert(RegPos->start, RegPos->end, &VirtReg); in unify() 46 // We have reached the end of Segments, so it is no longer necessary to search in unify() 48 // It is faster to insert the end first. in unify() 50 SegPos.insert(RegEnd->start, RegEnd->end, &VirtReg); in unify() 52 SegPos.insert(RegPos->start, RegPos->end, &VirtReg); in unify() 63 LiveRange::const_iterator RegEnd = Range.end(); in extract() 139 LiveRange::const_iterator LREnd = LR->end(); in collectInterferingVRegs() 142 assert(LRI != LREnd && "Reached end of LR"); in collectInterferingVRegs() 145 while (LRI->start < LiveUnionI.stop() && LRI->end > LiveUnion in collectInterferingVRegs() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | AnalyzeCallDepth.cpp | 20 const TIntermSequence::iterator& end) { in traverseCaseBody() 22 for (++current; current != end; ++current) in traverseCaseBody() 137 TIntermSequence::iterator defaultIt = sequence.end(); in visitSwitch() 138 for(; it != sequence.end(); ++it) in visitSwitch() 148 traverseCaseBody(this, caseIt, sequence.end()); in visitSwitch() 158 if(defaultIt != sequence.end()) in visitSwitch() 160 traverseCaseBody(this, defaultIt, sequence.end()); in visitSwitch() 234 for(FunctionSet::iterator globalCall = globalFunctionCalls.begin(); globalCall != globalFunctionCalls.end(); globalCall++) in analyzeCallDepth() 18 traverseCaseBody(AnalyzeCallDepth* analysis, TIntermSequence::iterator& start, const TIntermSequence::iterator& end) traverseCaseBody() argument
|
/third_party/skia/src/sksl/lex/ |
H A D | RegexNode.cpp | 51 result.insert(result.end(), states.begin(), states.end()); in createStates() 53 result.insert(result.end(), states.begin(), states.end()); in createStates() 67 result.insert(result.end(), accept.begin(), accept.end()); in createStates() 77 result.insert(result.end(), accept.begin(), accept.end()); in createStates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstIterator.h | 62 if (BB != BBs->end()) { in InstIterator() 69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor in InstIterator() 80 return BB == y.BB && (BB == BBs->end() || BI == y.BI); in operator ==() 96 while (BB == BBs->end() || BI == BB->begin()) { in operator --() 98 BI = BB->end(); in operator --() 107 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() 112 // the end() of the current BasicBlock and there are successor BBs. in advanceToNextBB() 113 while (BI == BB->end()) { in advanceToNextBB() 115 if (BB == BBs->end()) brea in advanceToNextBB() [all...] |
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu_bidi.cpp | 80 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() argument 81 SkUnichar val = SkUTF::NextUTF8(ptr, end); in utf8_next() 133 Position end = start8 - utf8; in extractBidi() local 134 bidiRegions->emplace_back(pos8, end, currentLevel); in extractBidi() 136 pos8 = end; in extractBidi() 141 Position end = start8 - utf8; in extractBidi() local 142 if (end != pos8) { in extractBidi() 143 bidiRegions->emplace_back(pos8, end, currentLevel); in extractBidi()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_common.c | 23 * too large to go beyond the end of the buffer. 209 int erp_parse_tlvs(const u8 *pos, const u8 *end, struct erp_tlvs *tlvs, in erp_parse_tlvs() argument 214 while (pos < end) { in erp_parse_tlvs() 222 if (pos + 4 > end) { in erp_parse_tlvs() 237 if (pos >= end) { in erp_parse_tlvs() 242 if (tlv_len > (unsigned) (end - pos)) { in erp_parse_tlvs() 265 if (pos >= end) { in erp_parse_tlvs() 271 if (tlv_len > (unsigned) (end - pos)) { in erp_parse_tlvs() 281 pos = end; in erp_parse_tlvs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | pkcs8.c | 22 const u8 *pos, *end; in pkcs8_key_import() local 38 end = pos + hdr.length; in pkcs8_key_import() 41 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_key_import() 106 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_key_import() 125 const u8 *pos, *end, *enc_alg; in pkcs8_enc_key_import() local 151 end = pos + hdr.length; in pkcs8_enc_key_import() 154 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import() 168 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_common.c | 23 * too large to go beyond the end of the buffer. 209 int erp_parse_tlvs(const u8 *pos, const u8 *end, struct erp_tlvs *tlvs, in erp_parse_tlvs() argument 214 while (pos < end) { in erp_parse_tlvs() 222 if (pos + 4 > end) { in erp_parse_tlvs() 237 if (pos >= end) { in erp_parse_tlvs() 242 if (tlv_len > (unsigned) (end - pos)) { in erp_parse_tlvs() 265 if (pos >= end) { in erp_parse_tlvs() 271 if (tlv_len > (unsigned) (end - pos)) { in erp_parse_tlvs() 281 pos = end; in erp_parse_tlvs()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpl2dec.c | 40 int64_t start, end; in mpl2_probe() local 48 if (sscanf(ptr, "[%"SCNd64"][%"SCNd64"]%c", &start, &end, &c) != 3 && in mpl2_probe() 62 int64_t end; in read_ts() local 71 pts_start, &end, &c, &len) >= 3) { in read_ts() 72 if (end < *pts_start || end - (uint64_t)*pts_start > INT64_MAX) { in read_ts() 75 *duration = end - *pts_start; in read_ts()
|
H A D | pjsdec.c | 39 int64_t start, end; in pjs_probe() local 42 if (sscanf(ptr, "%"SCNd64",%"SCNd64",%c", &start, &end, &c) == 3) { in pjs_probe() 53 int64_t start, end; in read_ts() local 55 if (sscanf(*line, "%"SCNd64",%"SCNd64, &start, &end) == 2) { in read_ts() 58 if (end < start || end - (uint64_t)start > INT_MAX) in read_ts() 60 *duration = end - start; in read_ts()
|
H A D | ac3dec.c | 33 const uint8_t *buf, *buf2, *end; in ac3_eac3_probe() local 38 end = buf + p->buf_size; in ac3_eac3_probe() 40 for(; buf < end; buf++) { in ac3_eac3_probe() 46 for(frames = 0; buf2 < end; frames++) { in ac3_eac3_probe() 53 if (buf2 + 16 > end) in ac3_eac3_probe() 65 ret = av_ac3_parse_header(buf2, end - buf2, &bitstream_id, in ac3_eac3_probe() 69 if(buf2 + frame_size > end) in ac3_eac3_probe()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | pixelutils.c | 87 goto end; in main() 105 goto end; in main() 112 goto end; in main() 119 goto end; in main() 142 goto end; in main() 148 goto end; in main() 152 end: in main()
|
/third_party/benchmark/src/ |
H A D | csv_reporter.cc | 76 for (auto B = elements.begin(); B != elements.end();) { in ReportRuns() 78 if (B != elements.end()) Out << ","; in ReportRuns() 81 B != user_counter_names_.end();) { in ReportRuns() 94 user_counter_names_.end()) in ReportRuns() 136 if (run.counters.find("bytes_per_second") != run.counters.end()) { in PrintRunData() 140 if (run.counters.find("items_per_second") != run.counters.end()) { in PrintRunData() 152 if (it == run.counters.end()) { in PrintRunData() 161 } // end namespace benchmark
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | RangeDateRule.java | 86 public Date firstBetween(Date start, Date end) { in firstBetween() argument 87 if (end == null) { in firstBetween() 97 while (result == null && next != null && !next.start.after(end)) in firstBetween() 103 Date e = (next != null && !next.start.after(end)) ? next.start in firstBetween() 104 : end; in firstBetween() 126 public boolean isBetween(Date start, Date end) { in isBetween() argument 127 return firstBetween(start,end) == null; in isBetween()
|
H A D | SimpleDateRule.java | 85 * end date. 88 * @param end Only occurrances before this date are returned. 91 * does not occur between the start and end dates. 97 public Date firstBetween(Date start, Date end) in firstBetween() argument 100 return doFirstBetween(start, end); in firstBetween() 139 public boolean isBetween(Date start, Date end) in isBetween() argument 141 return firstBetween(start, end) != null; // TODO: optimize? in isBetween() 144 private Date doFirstBetween(Date start, Date end) in doFirstBetween() argument 169 if (end != null && result.after(end)) { in doFirstBetween() [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | error.py | 26 end = self.pointer 27 while end < len(self.buffer) and self.buffer[end] not in '\0\r\n\x85\u2028\u2029': 28 end += 1 29 if end-self.pointer > max_length/2-1: 31 end -= 5 33 snippet = self.buffer[start:end]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | SimpleDateRule.java | 86 * end date. 89 * @param end Only occurrances before this date are returned. 92 * does not occur between the start and end dates. 97 public Date firstBetween(Date start, Date end) in firstBetween() argument 100 return doFirstBetween(start, end); in firstBetween() 137 public boolean isBetween(Date start, Date end) in isBetween() argument 139 return firstBetween(start, end) != null; // TODO: optimize? in isBetween() 142 private Date doFirstBetween(Date start, Date end) in doFirstBetween() argument 167 if (end != null && result.after(end)) { in doFirstBetween() [all...] |
H A D | RangeDateRule.java | 86 public Date firstBetween(Date start, Date end) { in firstBetween() argument 87 if (end == null) { in firstBetween() 97 while (result == null && next != null && !next.start.after(end)) in firstBetween() 103 Date e = (next != null && !next.start.after(end)) ? next.start in firstBetween() 104 : end; in firstBetween() 124 public boolean isBetween(Date start, Date end) { in isBetween() argument 125 return firstBetween(start,end) == null; in isBetween()
|
/third_party/node/test/parallel/ |
H A D | test-https-insecure-parse-per-stream.js | 34 res.on('end', common.mustCall()); 36 req.end(); 39 serverSide.end('HTTP/1.1 200 OK\r\n' + 53 req.end(); 57 serverSide.end('HTTP/1.1 200 OK\r\n' + 72 res.end(testData); 86 client.end(); 112 client.end();
|
H A D | test-https-max-header-size-per-stream.js | 35 res.on('end', common.mustCall()); 37 req.end(); 40 serverSide.end('HTTP/1.1 200 OK\r\n' + 53 req.end(); 57 serverSide.end('HTTP/1.1 200 OK\r\n' + 72 res.end(testData); 86 client.end(); 112 client.end();
|
H A D | test-zlib-bytes-read.js | 16 target.end(); 46 comp.on('end', common.mustCall(function() { 48 `Should get write size on ${method[0]} end.`); 50 `Should get data size on ${method[0]} end.`); 63 decomp.on('end', common.mustCall(function() { 66 `${method[1]} end.`); 69 `${method[1]} end.`); 88 decomp.on('end', common.mustCall(function() { 91 `${method[1]} end.`); 96 `${method[1]} end [all...] |