/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_stmt_test.cc | 35 ASSERT_EQ(e->source.range.end.line, 1u); in TEST_F() 36 ASSERT_EQ(e->source.range.end.column, 6u); in TEST_F() 54 ASSERT_EQ(e->source.range.end.line, 1u); in TEST_F() 55 ASSERT_EQ(e->source.range.end.column, 6u); in TEST_F() 154 ASSERT_EQ(e->source.range.end.line, 1u); in TEST_F() 155 ASSERT_EQ(e->source.range.end.column, 6u); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DepthFirstIterator.h | 149 // Provide static begin and end methods as our public "constructors" 153 static df_iterator end(const GraphT &G) { return df_iterator(); } in end() function in llvm::df_iterator 155 // Static begin and end methods as our public ctors for external iterators 159 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end() function in llvm::df_iterator 182 /// always increment and call this function, you risk walking off the end. 222 return df_iterator<T>::end(G); in df_end() 245 return df_ext_iterator<T, SetTy>::end(G, S); in df_ext_end() 271 return idf_iterator<T>::end(Inverse<T>(G)); in idf_end() 296 return idf_ext_iterator<T, SetTy>::end(Inverse<T>(G), S); in idf_ext_end() 305 } // end namespac [all...] |
/third_party/protobuf/objectivec/ |
H A D | GPBType.pbobjc.h | 187 @end 231 @end 303 @end 365 @end 403 @end 436 @end
|
/third_party/python/Lib/distutils/ |
H A D | filelist.py | 305 # ditch start and end characters 306 start, _, end = glob_to_re('_').partition('_') 310 assert pattern_re.startswith(start) and pattern_re.endswith(end) 316 assert prefix_re.startswith(start) and prefix_re.endswith(end) 317 prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] 321 pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] 322 pattern_re = r'%s\A%s%s.*%s%s' % (start, prefix_re, sep, pattern_re, end)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | escaping.cc | 88 const char* end = p + source.size(); in CUnescapeInternal() local 89 const char* last_byte = end - 1; in CUnescapeInternal() 92 while (p == d && p < end && *p != '\\') p++, d++; in CUnescapeInternal() 94 while (p < end) { in CUnescapeInternal() 99 if (error) *error = "String cannot end with \\"; in CUnescapeInternal() 150 if (error) *error = "String cannot end with \\x"; in CUnescapeInternal() 184 if (p + 4 >= end) { in CUnescapeInternal() 220 if (p + 8 >= end) { in CUnescapeInternal() 452 // over any whitespace, and stopping when we reach the end of the in Base64UnescapeInternal() 559 // equals signs at the end in Base64UnescapeInternal() [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphBuilderImpl.cpp | 68 if (!fStyledBlocks.empty() && fStyledBlocks.back().fRange.end == fUtf8.size() && in pushStyle() 140 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder() 142 TextRange textBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fRange.end, in addPlaceholder() 151 auto end = fUtf8.size(); in addPlaceholder() local 152 fPlaceholders.emplace_back(start, end, placeholderStyle, topStyle, stylesBefore, textBefore); in addPlaceholder() 164 last.fRange.end = fUtf8.size(); in endRunIfNeeded()
|
/third_party/skia/modules/skunicode/tests/ |
H A D | SkUnicodeTest.cpp | 70 results[0].end == text.size() && in UNIX_ONLY_TEST() 84 results[0].end == text.size() && in UNIX_ONLY_TEST() 116 results[i].end == expected[i].end && in UNIX_ONLY_TEST() 139 results[i].end == expected[i].end && in UNIX_ONLY_TEST()
|
/third_party/spirv-tools/tools/reduce/ |
H A D | reduce.cpp | 170 char* end = nullptr; in ParseFlags() local 173 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags() 174 assert(end != split_flag.second.c_str() && errno == 0); in ParseFlags() 179 char* end = nullptr; in ParseFlags() local 182 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags() 183 assert(end != split_flag.second.c_str() && errno == 0); in ParseFlags()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 401 if (result.find(path) != result.end()) { in AddResource() 408 if (result.find(*iter) != result.end()) { in AddResource() 464 for (; iter != plurRulesCache_.end(); iter++) { in ~HapManager() 508 if (it != loadedHapPaths_.end()) { in AddResourcePath() 528 if (it == loadedHapPaths_.end()) { in AddPatchResourcePath() 543 for (auto iter = loadedHapPaths_.begin(); iter != loadedHapPaths_.end(); iter++) { in ReloadAll() 559 for (auto iter = result.begin(); iter != result.end(); iter++) { in ReloadAll() 788 for (auto iter = hapResources_.begin(); iter != hapResources_.end(); iter++) { in FindRawFileFromHap() 820 if (it != rawFileDescriptor_.end()) { in FindRawFileDescriptorFromHap() 837 for (auto iter = hapResources_.begin(); iter != hapResources_.end(); ite in GetRawFd() [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | descriptor.js | 549 return { start: 0, end: 0, options: undefined }; 555 end: isSet(object.end) ? Number(object.end) : 0, 562 message.end !== undefined && (obj.end = Math.round(message.end)); 569 return { start: 0, end: 0 }; 573 return { start: isSet(object.start) ? Number(object.start) : 0, end: isSet(object.end) [all...] |
/third_party/libcoap/src/ |
H A D | coap_oscore.c | 1298 /* need the tag_len on the end for TinyDTLS to do its work - yuk */ in coap_oscore_decrypt_pdu() 1639 parse_hex_bin(const char *begin, const char *end) { in parse_hex_bin() argument 1643 if ((end - begin) % 2 != 0) in parse_hex_bin() 1645 binary = coap_new_binary((end - begin) / 2); in parse_hex_bin() 1648 for (i = 0; (i < (size_t)(end - begin)) && isxdigit((u_char)begin[i]) && in parse_hex_bin() 1653 if (i != (size_t)(end - begin)) in parse_hex_bin() 1674 const char *end; in get_split_entry() local 1680 kend = end = memchr(begin, '\n', size); in get_split_entry() 1681 if (end == NULL) in get_split_entry() 1685 *start = end in get_split_entry() 1839 const char *end = start + conf_mem.length; coap_parse_oscore_conf_mem() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 123 } // end anonymous namespace 249 auto BoundaryIt = std::find_if(RegInfos.begin(), RegInfos.end(), in split() 253 if (BoundaryIt == RegInfos.end()) in split() 257 TailRegInfos.insert(TailRegInfos.begin(), BoundaryIt, RegInfos.end()); in split() 262 for (auto It = Subs.begin(); It != Subs.end(); ) { in split() 270 assert(std::find_if(RegInfos.begin(), RegInfos.end(), in split() 273 }) != RegInfos.end() && in split() 428 } // end anonymous namespace 535 Result.insert(OpResult.begin(), OpResult.end()); in getBaseValues() 596 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end()); in checkHoistValue() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_capa.c | 2104 int end) in nl80211_set_ht40_mode() 2110 if (chan->freq - 10 >= start && chan->freq + 10 <= end) in nl80211_set_ht40_mode() 2117 int end) in nl80211_set_ht40_mode_sec() 2125 if (chan->freq - 30 >= start && chan->freq - 10 <= end) in nl80211_set_ht40_mode_sec() 2127 if (chan->freq + 10 >= start && chan->freq + 30 <= end) in nl80211_set_ht40_mode_sec() 2133 static void nl80211_reg_rule_max_eirp(u32 start, u32 end, u32 max_eirp, in nl80211_reg_rule_max_eirp() argument 2145 (u32) chan->freq + 10 <= end) in nl80211_reg_rule_max_eirp() 2152 static void nl80211_reg_rule_ht40(u32 start, u32 end, in nl80211_reg_rule_ht40() argument 2161 nl80211_set_ht40_mode(&results->modes[m], start, end); in nl80211_reg_rule_ht40() 2169 u32 start, end, max_b in nl80211_reg_rule_sec() local 2103 nl80211_set_ht40_mode(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode() argument 2116 nl80211_set_ht40_mode_sec(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode_sec() argument 2193 nl80211_set_vht_mode(struct hostapd_hw_modes *mode, int start, int end, int max_bw) nl80211_set_vht_mode() argument 2244 u32 start, end, max_bw; nl80211_reg_rule_vht() local 2343 u32 start, end, max_eirp = 0, max_bw = 0, flags = 0; nl80211_get_reg() local 2445 char *end = pos + sizeof(str); nl80211_dump_chan_list() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | dvbtxt.c | 29 const uint8_t *end = p->buf + p->buf_size; in dvbtxt_probe() local 40 for (buf = p->buf + 1; buf < end; buf += 46) { in dvbtxt_probe()
|
/third_party/json/docs/examples/ |
H A D | find__keytype.c++17.cpp | 19 std::cout << "\"two\" was found: " << (it_two != j_object.end()) << '\n'; in main() 21 std::cout << "\"three\" was found: " << (it_three != j_object.end()) << '\n'; in main()
|
H A D | find__object_t_key_type.cpp | 17 std::cout << "\"two\" was found: " << (it_two != j_object.end()) << '\n'; in main() 19 std::cout << "\"three\" was found: " << (it_three != j_object.end()) << '\n'; in main()
|
/third_party/node/test/parallel/ |
H A D | test-http-socket-encoding-error.js | 22 socket.end(); 27 client.end(); 28 }).on('end', () => server.close());
|
H A D | test-http-url.parse-auth-with-header-in-request.js | 37 response.end('ok'); 51 http.request(testURL).end();
|
H A D | test-http-url.parse-auth.js | 37 response.end('ok'); 47 http.request(testURL).end();
|
H A D | test-http-url.parse-path.js | 37 response.end('ok'); 45 http.request(testURL).end();
|
H A D | test-http-url.parse-search.js | 37 response.end('ok'); 46 http.request(testURL).end();
|
/third_party/node/benchmark/timers/ |
H A D | timers-timeout-unpooled.js | 21 bench.end(n); 27 bench.end(n);
|
H A D | timers-timeout-pooled.js | 21 bench.end(n); 27 bench.end(n);
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | cpu-mips64.cc | 30 char* end = reinterpret_cast<char*>(start) + size; in FlushICache() local 31 cacheflush(reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), in FlushICache()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | cpu-mips.cc | 30 char* end = reinterpret_cast<char*>(start) + size; in FlushICache() local 31 cacheflush(reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), in FlushICache()
|