Home
last modified time | relevance | path

Searched refs:end (Results 1476 - 1500 of 24020) sorted by relevance

1...<<51525354555657585960>>...961

/third_party/rust/crates/cxx/gen/build/src/gen/
H A Difndef.rs12 let end = find_line(offset, &endif);
13 if let (Some(begin), Some(end)) = (begin, end) {
22 for line in HEADER[begin + ifndef.len()..end].trim().lines() {
27 offset = end + endif.len();
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dbit_vector.cpp46 while (this_it != this->bits_.end() && other_it != other.bits_.end()) { in Or()
56 if (other_it != other.bits_.end()) { in Or()
58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dbit_vector.cpp46 while (this_it != this->bits_.end() && other_it != other.bits_.end()) { in Or()
56 if (other_it != other.bits_.end()) { in Or()
58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DUniqueVector.h62 if (MI != Map.end()) return MI->second; in idFor()
80 /// Return an iterator to the end of the vector.
81 iterator end() { return Vector.end(); } in end() function in llvm::UniqueVector
83 /// Return an iterator to the end of the vector.
84 const_iterator end() const { return Vector.end(); } in end() function in llvm::UniqueVector
99 } // end namespace llvm
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Difndef.rs12 let end = find_line(offset, &endif);
13 if let (Some(begin), Some(end)) = (begin, end) {
22 for line in HEADER[begin + ifndef.len()..end].trim().lines() {
27 offset = end + endif.len();
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square.h38 // assumes that the values in [begin, end) are uniformly distributed.
40 double ChiSquareWithExpected(Iterator begin, Iterator end, double expected) { in ChiSquareWithExpected() argument
44 for (auto it = begin; it != end; it++) { in ChiSquareWithExpected()
56 double ChiSquare(Iterator it, Iterator end, Expected eit, Expected eend) { in ChiSquare() argument
58 for (; it != end && eit != eend; ++it, ++eit) { in ChiSquare()
69 assert(it == end && eit == eend); in ChiSquare()
/third_party/spirv-tools/source/util/
H A Dbit_vector.cpp46 while (this_it != this->bits_.end() && other_it != other.bits_.end()) { in Or()
56 if (other_it != other.bits_.end()) { in Or()
58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Ddbus-listen-preq.py22 end=' ')
25 end=' ')
28 end=' ')
30 print('signal:%d' % args['signal'], end=' ')
32 print('have IEs (%d bytes)' % len(args['ies']), end=' ')
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddbus-listen-preq.py22 end=' ')
25 end=' ')
28 end=' ')
30 print('signal:%d' % args['signal'], end=' ')
32 print('have IEs (%d bytes)' % len(args['ies']), end=' ')
/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp69 auto iter = find(formDBInfos_.begin(), formDBInfos_.end(), formDBInfo); in SaveFormInfo()
70 if (iter != formDBInfos_.end()) { in SaveFormInfo()
95 auto iter = find(formDBInfos_.begin(), formDBInfos_.end(), formDBInfo); in SaveFormInfoNolock()
96 if (iter != formDBInfos_.end()) { in SaveFormInfoNolock()
124 auto iter = find(formDBInfos_.begin(), formDBInfos_.end(), tmpForm); in DeleteFormInfo()
125 if (iter == formDBInfos_.end()) { in DeleteFormInfo()
148 for (itRecord = formDBInfos_.begin(); itRecord != formDBInfos_.end();) { in DeleteFormInfoByBundleName()
248 if (itIdsSet == noHostFormDBList.end()) { in GetNoHostDBForms()
291 for (itRecord = formDBInfos_.begin(); itRecord != formDBInfos_.end();) { in DeleteDBFormsByUserId()
322 auto iter = std::find(formRecord.formUserUids.begin(), formRecord.formUserUids.end(), callingUi in GetNoHostInvalidDBForms()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.cpp88 std::find_if(std::begin(recognizers_), std::end(recognizers_), [](const WeakPtr<NGGestureRecognizer>& member) { in UnBlockGesture()
93 if (iter == recognizers_.end()) { in UnBlockGesture()
102 std::begin(recognizers_), std::end(recognizers_), [touchId](const WeakPtr<NGGestureRecognizer>& member) { in IsPending()
114 return iter != recognizers_.end(); in IsPending()
181 for (auto iter = children.begin(); iter != children.end(); ++iter) { in CheckRecognizer()
259 if (iter != gestureScopes_.end()) { in AddGestureToScope()
276 if (iter != gestureScopes_.end()) { in CleanGestureScope()
291 if (iter != gestureScopes_.end()) { in QueryAllDone()
300 for (auto iter = gestureScopes_.begin(); iter != gestureScopes_.end(); ++iter) { in QueryAllDone()
333 for (auto iter = gestureScopes_.begin(); iter != gestureScopes_.end(); ite in CleanAll()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp61 if (iterator != typefaceHashMap_.end()) { in AddIfFound()
76 if (typefaceHashCode_.find(uniqueId) != typefaceHashCode_.end()) { in HasTypeface()
90 if (iterator != typefaceHashQueue_.end()) { in HasTypeface()
109 if (typefaceHashCode_.find(uniqueId) != typefaceHashCode_.end()) { in CacheDrawingTypeface()
122 if (typefaceHashMap_.find(hash_value) != typefaceHashMap_.end()) { in CacheDrawingTypeface()
143 if (iterator != typefaceHashQueue_.end()) { in CacheDrawingTypeface()
165 auto it = std::find(ref.second.begin(), ref.second.end(), globalUniqueId); in RemoveHashQueue()
166 if (it != ref.second.end()) { in RemoveHashQueue()
179 if (typefaceHashMap.find(hash_value) != typefaceHashMap.end()) { in RemoveHashMap()
198 if (typefaceHashCode_.find(globalUniqueId) == typefaceHashCode_.end()) { in RemoveDrawingTypefaceByGlobalUniqueId()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_schema_database_upgrade_test.cpp45 auto iter = std::search(resStr.begin(), resStr.end(), toErase.begin(), toErase.end()); in StringEraser()
52 auto iter = std::search(resStr.begin(), resStr.end(), toErase.begin(), toErase.end()); in StringReplacer()
83 auto iterStrict = std::search(resStr.begin(), resStr.end(), SchemaConstant::KEYWORD_MODE_STRICT.begin(), in SchemaSwitchMode()
84 SchemaConstant::KEYWORD_MODE_STRICT.end()); in SchemaSwitchMode()
85 auto iterCompatible = std::search(resStr.begin(), resStr.end(), SchemaConstant::KEYWORD_MODE_COMPATIBLE.begin(), in SchemaSwitchMode()
86 SchemaConstant::KEYWORD_MODE_COMPATIBLE.end()); in SchemaSwitchMode()
87 if (iterStrict != resStr.end()) { in SchemaSwitchMode()
89 SchemaConstant::KEYWORD_MODE_COMPATIBLE.begin(), SchemaConstant::KEYWORD_MODE_COMPATIBLE.end()); in SchemaSwitchMode()
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dcache.c486 unsigned long end) in __flush_tlb_range()
491 end - start >= parisc_tlb_flush_threshold) { in __flush_tlb_range()
499 while (start < end) { in __flush_tlb_range()
597 unsigned long start, unsigned long end) in flush_cache_range()
603 end - start >= parisc_cache_flush_threshold) { in flush_cache_range()
605 flush_tlb_range(vma, start, end); in flush_cache_range()
611 flush_user_dcache_range_asm(start, end); in flush_cache_range()
613 flush_user_icache_range_asm(start, end); in flush_cache_range()
614 flush_tlb_range(vma, start, end); in flush_cache_range()
652 unsigned long end in flush_kernel_vmap_range() local
485 __flush_tlb_range(unsigned long sid, unsigned long start, unsigned long end) __flush_tlb_range() argument
596 flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) flush_cache_range() argument
669 unsigned long end = start + size; invalidate_kernel_vmap_range() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c50 /* copy packages on sw ring range[begin, end) */
55 u64 start, end; in amdgpu_ring_mux_copy_pkt_from_sw_ring() local
59 end = s_end & ring->buf_mask; in amdgpu_ring_mux_copy_pkt_from_sw_ring()
61 if (start == end) { in amdgpu_ring_mux_copy_pkt_from_sw_ring()
65 if (start > end) { in amdgpu_ring_mux_copy_pkt_from_sw_ring()
66 amdgpu_ring_alloc(real_ring, (ring->ring_size >> 2) + end - start); in amdgpu_ring_mux_copy_pkt_from_sw_ring()
69 amdgpu_ring_write_multiple(real_ring, (void *)&ring->ring[0], end); in amdgpu_ring_mux_copy_pkt_from_sw_ring() local
71 amdgpu_ring_alloc(real_ring, end - start); in amdgpu_ring_mux_copy_pkt_from_sw_ring()
72 amdgpu_ring_write_multiple(real_ring, (void *)&ring->ring[start], end - start); in amdgpu_ring_mux_copy_pkt_from_sw_ring()
120 chunk->end); in amdgpu_mux_resubmit_chunks()
286 u64 readp, offset, start, end; amdgpu_ring_mux_get_rptr() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c49 "TE", /* interval end time in seconds */
95 int64_t end_ts; ///< end timestamp expressed as microseconds units
133 /* skip comment until the end of line */ in skip_comments()
186 "Missing flag terminator or extraneous data found at the end of flags " in parse_command()
260 "Missing separator or extraneous data found at the end of " in parse_commands()
298 char *start, *end; in parse_interval() local
300 start = av_strtok(intervalstr, "-", &end); in parse_interval()
306 goto end; in parse_interval()
312 goto end; in parse_interval()
315 if (end) { in parse_interval()
530 double end = TS2T(interval->end_ts, AV_TIME_BASE_Q); filter_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c84 goto end; in import_pem()
90 goto end; in import_pem()
93 goto end; in import_pem()
97 goto end; in import_pem()
102 goto end; in import_pem()
106 goto end; in import_pem()
113 goto end; in import_pem()
118 goto end; in import_pem()
121 end: in import_pem()
140 goto end; in load_ca()
[all...]
/third_party/backends/backend/genesys/
H A Dregister.h94 std::sort(registers_.begin(), registers_.end()); in init_reg()
146 iterator end() { return registers_.end(); } in end() function in genesys::RegisterContainer
147 const_iterator end() const { return registers_.end(); } in end() function in genesys::RegisterContainer
163 auto it = std::lower_bound(registers_.begin(), registers_.end(), search); in find_reg_index()
164 if (it == registers_.end()) in find_reg_index()
305 iterator end() { return registers_.end(); } in end() function in genesys::Genesys_Register_Set
306 const_iterator end() cons in end() function in genesys::Genesys_Register_Set
376 iterator end() { return registers_.end(); } end() function in genesys::RegisterSettingSet
377 const_iterator end() const { return registers_.end(); } end() function in genesys::RegisterSettingSet
[all...]
/third_party/json/tests/src/
H A Dunit-ordered_map.cpp22 ordered_map<std::string, std::string> om(m.begin(), m.end());
29 ordered_map<std::string, std::string> om(m.begin(), m.end());
39 ordered_map<std::string, std::string> om(m.begin(), m.end());
72 ordered_map<std::string, std::string> om(m.begin(), m.end());
121 CHECK(it == om.end());
137 CHECK(it == om.end());
155 CHECK(it == om.end());
171 CHECK(it == om.end());
190 CHECK(it2 == om.end());
219 SECTION("range at the end")
[all...]
/third_party/node/test/parallel/
H A Dtest-stream-finished.js39 ws.end();
52 tr.on('end', () => {
65 tr.end();
85 rs.on('end', () => {
246 ws.end();
299 w.end('asd');
380 w.end('asd');
405 r.on('end', common.mustCall(() => {
414 rs.on('end', common.mustCall(() => {
448 d.on('end', commo
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c292 char *meth, *url, *end; in http_server_get_asn1_req() local
334 if ((end = strchr(reqbuf, '\r')) != NULL in http_server_get_asn1_req()
335 || (end = strchr(reqbuf, '\n')) != NULL) in http_server_get_asn1_req()
336 *end = '\0'; in http_server_get_asn1_req()
360 for (end = url; *end != '\0'; end++) in http_server_get_asn1_req()
361 if (*end == ' ') in http_server_get_asn1_req()
363 if (strncmp(end, http_version_str, http_version_str_len) != 0) { in http_server_get_asn1_req()
366 meth, end in http_server_get_asn1_req()
[all...]
/third_party/openssl/apps/lib/
H A Dhttp_server.c292 char *meth, *url, *end; in http_server_get_asn1_req() local
334 if ((end = strchr(reqbuf, '\r')) != NULL in http_server_get_asn1_req()
335 || (end = strchr(reqbuf, '\n')) != NULL) in http_server_get_asn1_req()
336 *end = '\0'; in http_server_get_asn1_req()
360 for (end = url; *end != '\0'; end++) in http_server_get_asn1_req()
361 if (*end == ' ') in http_server_get_asn1_req()
363 if (strncmp(end, http_version_str, http_version_str_len) != 0) { in http_server_get_asn1_req()
366 meth, end in http_server_get_asn1_req()
[all...]
/third_party/skia/src/pathops/
H A DSkOpSpan.h60 const SkOpPtT* debugEnder(const SkOpPtT* end) const;
162 const SkOpPtT* starter(const SkOpPtT* end) const { in starter()
163 return fT < end->fT ? this : end; in starter()
347 const SkOpSpan* starter(const SkOpSpanBase* end) const { in starter()
348 const SkOpSpanBase* result = t() < end->t() ? this : end; in starter()
352 SkOpSpan* starter(SkOpSpanBase* end) { in starter() argument
353 SkASSERT(this->segment() == end->segment()); in starter()
354 SkOpSpanBase* result = t() < end in starter()
359 SkOpSpanBase* end = *endPtr; starter() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-use.cc223 foreach_syllable (buffer, start, end) in setup_rphf_mask()
225 unsigned int limit = info[start].use_category() == USE(R) ? 1 : hb_min (3u, end - start); in setup_rphf_mask()
255 foreach_syllable (buffer, start, end) in setup_topographical_masks()
286 for (unsigned int i = start; i < end; i++) in setup_topographical_masks()
302 foreach_syllable (buffer, start, end) in setup_syllables_use()
303 buffer->unsafe_to_break (start, end); in setup_syllables_use()
319 foreach_syllable (buffer, start, end) in record_rphf_use()
322 for (unsigned int i = start; i < end && (info[i].mask & mask); i++) in record_rphf_use()
338 foreach_syllable (buffer, start, end) in record_pref_use()
341 for (unsigned int i = start; i < end; in record_pref_use()
358 reorder_syllable_use(hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_syllable_use() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h124 : FixedArray(other.begin(), other.end(), a) {} in NoexceptCopyable()
130 std::make_move_iterator(other.end()), a) {} in NoexceptMovable()
138 storage_.end()); in FixedArray()
147 storage_.end(), val); in FixedArray()
153 : FixedArray(init_list.begin(), init_list.end(), a) {} in FixedArray()
166 for (auto* cur = storage_.begin(); cur != storage_.end(); ++cur) {
183 // Returns the largest possible value of `std::distance(begin(), end())` for a
292 // FixedArray::end()
294 // Returns an iterator to the end of the fixed array.
295 iterator end() { retur function in absl::FixedArray
299 const_iterator end() const { return data() + size(); } end() function in absl::FixedArray
466 StorageElement* end() const { return begin() + size(); } end() function in absl::FixedArray::Storage
[all...]

Completed in 15 milliseconds

1...<<51525354555657585960>>...961