Home
last modified time | relevance | path

Searched refs:begin (Results 101 - 125 of 8761) sorted by relevance

12345678910>>...351

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp222 fontList.insert(fullNameList.begin(), fullNameList.end()); in GetSystemFontFullNamesByType()
227 fontList.insert(fullNameList.begin(), fullNameList.end()); in GetSystemFontFullNamesByType()
232 fontList.insert(fullNameList.begin(), fullNameList.end()); in GetSystemFontFullNamesByType()
283 result = *(it->second.begin()); in GetFontDescSharedPtrByFullName()
316 std::set_intersection(iter->second.begin(), iter->second.end(), finishRet.begin(), finishRet.end(), in HandleMapIntersection()
317 std::insert_iterator<std::set<FontDescSharedPtr>>(temp, temp.begin())); in HandleMapIntersection()
337 std::set<FontDescSharedPtr>::iterator begin; in FilterBoldCache() local
340 begin = finishRet.begin(); in FilterBoldCache()
374 std::set<FontDescSharedPtr>::iterator begin; FilterWidthCache() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc30 CHECK_LT(begin(), end()); in RegionAllocator()
33 CHECK(IsAligned(begin(), page_size_)); in RegionAllocator()
92 if (on_split_) on_split_(region->begin(), new_size); in Split()
98 new Region(region->begin() + new_size, region->size() - new_size, state); in Split()
118 DCHECK_EQ(prev->end(), next->begin()); in Merge()
120 if (on_merge_) on_merge_(prev->begin(), prev->size() + next->size()); in Merge()
141 DCHECK(IsAligned(region->begin(), page_size_)); in AllocateRegion()
147 return region->begin(); in AllocateRegion()
159 Address address = begin() + random_offset; in AllocateRegion()
191 if (region->begin() ! in AllocateRegionAt()
[all...]
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime01.c25 static struct tst_ts *begin, *change, *end; variable
41 begin->type = change->type = end->type = variants[tst_variant].ts_type; in setup()
60 do_clock_gettime(tv, begin); in verify_clock_settime()
62 *change = tst_ts_add_us(*begin, DELTA_US); in verify_clock_settime()
73 elapsed = tst_ts_diff_us(*end, *begin); in verify_clock_settime()
81 do_clock_gettime(tv, begin); in verify_clock_settime()
83 *change = tst_ts_sub_us(*begin, DELTA_US); in verify_clock_settime()
94 elapsed = tst_ts_diff_us(*end, *begin); in verify_clock_settime()
109 {&begin, .size = sizeof(*begin)},
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dunicodestring.cc38 return equal(text_.begin(), text_.end(), rhs.text_.begin()); in operator ==()
43 for (UnicodeString::const_iterator it = unicode_string.begin(); in append()
51 for (UnicodeText::const_iterator it = text_.begin(); it != text_.end(); in indexOf()
63 UnicodeText::const_iterator start_it = text_.begin(); in replace()
66 unicode_text.append(text_.begin(), start_it); in replace()
76 UnicodeText::const_iterator pos_it = text_.begin(); in setCharAt()
79 unicode_text.append(text_.begin(), pos_it); in setCharAt()
94 UnicodeText::const_iterator start_it = text_.begin();
106 cached_it_ = text_.begin(); in operator []()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_lineargradient_test.cpp26 float begin = 0.0; in TestStackLinearGradient001() local
28 float stops[] = {begin, end}; in TestStackLinearGradient001()
48 ASSERT_EQ(((ArkUI_ColorStop *)(nodeAPI->getAttribute(stack, NODE_LINEAR_GRADIENT)->object))->stops[0], begin); in TestStackLinearGradient001()
60 float begin = 0.0; in TestStackLinearGradient002() local
62 float stops[] = {begin, end}; in TestStackLinearGradient002()
82 ASSERT_EQ(((ArkUI_ColorStop *)(nodeAPI->getAttribute(stack, NODE_LINEAR_GRADIENT)->object))->stops[0], begin); in TestStackLinearGradient002()
94 float begin = 0.0; in TestStackLinearGradient003() local
96 float stops[] = {begin, end}; in TestStackLinearGradient003()
116 ASSERT_EQ(((ArkUI_ColorStop *)(nodeAPI->getAttribute(stack, NODE_LINEAR_GRADIENT)->object))->stops[0], begin); in TestStackLinearGradient003()
128 float begin in TestStackLinearGradient004() local
162 float begin = 0.0; TestStackLinearGradient005() local
196 float begin = 0.0; TestStackLinearGradient006() local
230 float begin = 0.0; TestStackLinearGradient007() local
264 float begin = 0.0; TestStackLinearGradient008() local
298 float begin = 0.0; TestStackLinearGradient009() local
332 float begin = 0.0; TestStackLinearGradient010() local
[all...]
/third_party/libsnd/src/
H A Dogg.c409 { sf_count_t begin, end, original_end, chunk_size, ret ; in ogg_sync_last_page_before() local
416 original_end = end = begin = offset ; in ogg_sync_last_page_before()
420 { begin = SF_MAX (begin - chunk_size, (sf_count_t) 0) ; in ogg_sync_last_page_before()
421 position = ogg_sync_fseek (psf, begin, SEEK_SET) ; in ogg_sync_last_page_before()
441 if ((left_link || !begin) && offset < 0) in ogg_sync_last_page_before()
447 end = SF_MIN (begin + OGG_PAGE_SIZE_MAX - 1, original_end) ; in ogg_sync_last_page_before()
458 sf_count_t begin, sf_count_t end, uint64_t gp_rate) in ogg_stream_seek_page_search()
476 best = best_start = begin ; in ogg_stream_seek_page_search()
486 d2 = d1 = d0 = end - begin ; in ogg_stream_seek_page_search()
456 ogg_stream_seek_page_search(SF_PRIVATE *psf, OGG_PRIVATE *odata, uint64_t target_gp, uint64_t pcm_start, uint64_t pcm_end, uint64_t *best_gp, sf_count_t begin, sf_count_t end, uint64_t gp_rate) ogg_stream_seek_page_search() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dregister_pressure.cpp143 MakeFilterIteratorRange(succ_live_inout->live_in_.begin(), in ComputePartialLiveness()
145 live_inout->live_out_.insert(filter.begin(), filter.end()); in ComputePartialLiveness()
175 loop.GetBlocks().begin(), loop.GetBlocks().end(), in DoLoopLivenessUnification()
188 MakeFilterIteratorRange(header_live_inout->live_in_.begin(), in DoLoopLivenessUnification()
196 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
197 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
203 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
204 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
300 loop_reg_pressure->live_out_.insert(live_inout->live_in_.begin(), in ComputeLoopRegisterPressure()
349 sim_result->live_in_.insert(l2_header_live_inout->live_in_.begin(), in SimulateFusion()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dregister_pressure.cpp143 MakeFilterIteratorRange(succ_live_inout->live_in_.begin(), in ComputePartialLiveness()
145 live_inout->live_out_.insert(filter.begin(), filter.end()); in ComputePartialLiveness()
175 loop.GetBlocks().begin(), loop.GetBlocks().end(), in DoLoopLivenessUnification()
188 MakeFilterIteratorRange(header_live_inout->live_in_.begin(), in DoLoopLivenessUnification()
196 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
197 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
203 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
204 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
300 loop_reg_pressure->live_out_.insert(live_inout->live_in_.begin(), in ComputeLoopRegisterPressure()
349 sim_result->live_in_.insert(l2_header_live_inout->live_in_.begin(), in SimulateFusion()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h274 // get the begin/end in the case where 'this' is const. To avoid duplication
279 const_cast<SparseBitVector<ElementSize> *>(this)->Elements.begin();
344 Iter = BitVector->Elements.begin();
398 Iter = BitVector->Elements.begin(); in SparseBitVectorIterator()
443 SparseBitVector() : Elements(), CurrElementIter(Elements.begin()) {}
446 : Elements(RHS.Elements), CurrElementIter(Elements.begin()) {}
448 : Elements(std::move(RHS.Elements)), CurrElementIter(Elements.begin()) {}
461 CurrElementIter = Elements.begin();
466 CurrElementIter = Elements.begin();
545 ElementListConstIter Iter1 = Elements.begin();
[all...]
H A DArrayRef.h74 ArrayRef(const T *begin, const T *end) in ArrayRef() argument
75 : Data(begin), Length(end - begin) {} in ArrayRef()
108 : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), in ArrayRef()
146 iterator begin() const { return Data; } in begin() function in llvm::ArrayRef
150 reverse_iterator rend() const { return reverse_iterator(begin()); } in rend()
175 std::uninitialized_copy(begin(), end(), Buff); in copy()
183 return std::equal(begin(), end(), RHS.begin()); in equals()
472 makeArrayRef(const T *begin, const T *end) makeArrayRef() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dregister_pressure.cpp142 MakeFilterIteratorRange(succ_live_inout->live_in_.begin(), in ComputePartialLiveness()
144 live_inout->live_out_.insert(filter.begin(), filter.end()); in ComputePartialLiveness()
174 loop.GetBlocks().begin(), loop.GetBlocks().end(), in DoLoopLivenessUnification()
187 MakeFilterIteratorRange(header_live_inout->live_in_.begin(), in DoLoopLivenessUnification()
195 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
196 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
202 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
203 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
299 loop_reg_pressure->live_out_.insert(live_inout->live_in_.begin(), in ComputeLoopRegisterPressure()
348 sim_result->live_in_.insert(l2_header_live_inout->live_in_.begin(), in SimulateFusion()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dexplicit_seed_seq.h57 ExplicitSeedSeq(Iterator begin, Iterator end) { in ExplicitSeedSeq() argument
58 for (auto it = begin; it != end; it++) { in ExplicitSeedSeq()
65 : ExplicitSeedSeq(il.begin(), il.end()) {} in ExplicitSeedSeq()
71 std::copy(std::begin(state_), std::end(state_), out); in param()
75 void generate(OutIterator begin, OutIterator end) { in generate() argument
76 for (size_t index = 0; begin != end; begin++) { in generate()
77 *begin = state_.empty() ? 0 : little_endian::FromHost32(state_[index++]); in generate()
/third_party/spirv-tools/test/util/
H A Dsmall_vector_test.cpp32 EXPECT_EQ(vec.begin(), vec.end()); in TEST()
61 SmallVector<uint32_t, 6> vec(result.begin(), result.end()); in TEST()
212 for (SmallVector<uint32_t, 2>::iterator it = vec.begin(); it != vec.end(); in TEST()
226 for (SmallVector<uint32_t, 6>::iterator it = vec.begin(); it != vec.end(); in TEST()
237 for (SmallVector<uint32_t, 6>::iterator it = vec.begin(); it != vec.end(); in TEST()
245 for (SmallVector<uint32_t, 6>::iterator it = vec.begin(); it != vec.end(); in TEST()
256 for (SmallVector<uint32_t, 2>::iterator it = vec.begin(); it != vec.end(); in TEST()
264 for (SmallVector<uint32_t, 2>::iterator it = vec.begin(); it != vec.end(); in TEST()
275 for (SmallVector<uint32_t, 2>::iterator it = vec.begin(); it != vec.end(); in TEST()
287 vec.erase(vec.begin()); in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraph.h115 inline iterator begin() { return FunctionMap.begin(); } in begin() function in llvm::CallGraph
117 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function in llvm::CallGraph
189 inline iterator begin() { return CalledFunctions.begin(); } in begin() function in llvm::CallGraphNode
191 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function in llvm::CallGraphNode
344 inline iterator begin() { return G->begin(); } in begin() function in CallGraphWrapperPass
346 inline const_iterator begin() const { return G->begin(); } begin() function in CallGraphWrapperPass
[all...]
/third_party/gn/src/base/
H A Dvalue_iterators.cc132 dict_iterator_proxy::iterator dict_iterator_proxy::begin() { in begin() function in base::detail::dict_iterator_proxy
133 return iterator(storage_->begin()); in begin()
136 dict_iterator_proxy::const_iterator dict_iterator_proxy::begin() const { in begin() function in base::detail::dict_iterator_proxy
137 return const_iterator(storage_->begin()); in begin()
158 return reverse_iterator(begin()); in rend()
162 return const_reverse_iterator(begin()); in rend()
166 return const_iterator(begin()); in cbegin()
188 const_dict_iterator_proxy::const_iterator const_dict_iterator_proxy::begin() in begin() function in base::detail::const_dict_iterator_proxy
190 return const_iterator(storage_->begin()); in begin()
205 return const_reverse_iterator(begin()); in rend()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h35 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end(); I != E; in ~BlotMapVector()
40 for (typename VectorTy::const_iterator I = Vector.begin(), E = Vector.end(); in ~BlotMapVector()
43 Map[I->first] == size_t(I - Vector.begin()))); in ~BlotMapVector()
50 iterator begin() { return Vector.begin(); } in begin() function in llvm::BlotMapVector
52 const_iterator begin() const { return Vector.begin(); } in begin() function in llvm::BlotMapVector
74 return std::make_pair(Vector.begin() + Num, true); in insert()
76 return std::make_pair(Vector.begin() + Pair.first->second, false); in insert()
83 return Vector.begin() in find()
[all...]
/third_party/skia/dm/
H A DDMJsonWriter.cpp126 br.name = key["name"].as<StringValue>().begin(); in ReadJson()
127 br.config = key["config"].as<StringValue>().begin(); in ReadJson()
128 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
129 br.ext = options["ext"].as<StringValue>().begin(); in ReadJson()
130 br.gamut = options["gamut"].as<StringValue>().begin(); in ReadJson()
131 br.transferFn = options["transfer_fn"].as<StringValue>().begin(); in ReadJson()
132 br.colorType = options["color_type"].as<StringValue>().begin(); in ReadJson()
133 br.alphaType = options["alpha_type"].as<StringValue>().begin(); in ReadJson()
134 br.colorDepth = options["color_depth"].as<StringValue>().begin(); in ReadJson()
135 br.md5 = (*r)["md5"].as<StringValue>().begin(); in ReadJson()
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h85 constexpr const E* begin() const noexcept
101 constexpr const E* begin(initializer_list<E> il) noexcept
103 return (il.begin());
248 init_copy(data_, init.begin(), size); in vector()
258 init_copy(data_, ilist.begin(), size); in operator =()
266 destroy(begin(), end()); in ~vector()
323 destroy(begin(), end());
345 iterator begin() in begin() function in vector
355 const_iterator begin() const in begin() function in vector
367 return begin();
563 pointer begin = data_; insert() local
592 pointer begin = data_; insert() local
626 pointer begin = data_; insert() local
671 pointer begin = data_; append() local
693 pointer begin = data_; append() local
713 pointer begin = data_; append() local
1183 pointer begin = data_; insert_impl() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc65 DCHECK(above == regions_.end() || above->begin() >= new_region.end()); in Merge()
68 if (above != regions_.end() && new_region.end() == above->begin()) { in Merge()
69 base::AddressRegion merged_region{new_region.begin(), in Merge()
73 if (above != regions_.begin()) { in Merge()
76 if (below->end() == new_region.begin()) { in Merge()
77 merged_region = {below->begin(), below->size() + merged_region.size()}; in Merge()
87 if (above == regions_.begin()) { in Merge()
95 DCHECK(above == regions_.end() || below->end() < above->begin()); in Merge()
98 if (below->end() == new_region.begin()) { in Merge()
99 base::AddressRegion merged_region{below->begin(), in Merge()
831 Address begin = RoundDown(region.begin(), commit_page_size); MakeWritable() local
[all...]
/third_party/json/tests/src/
H A Dunit-modifiers.cpp517 SECTION("insert before begin()")
519 auto it = j_array.insert(j_array.begin(), j_value);
522 CHECK(j_array.begin() == it);
528 auto it = j_array.insert(j_array.begin() + 2, j_value);
531 CHECK((it - j_array.begin()) == 2);
547 SECTION("insert before begin()")
549 auto it = j_array.insert(j_array.begin(), 5);
552 CHECK(j_array.begin() == it);
558 auto it = j_array.insert(j_array.begin() + 2, 5);
561 CHECK((it - j_array.begin())
[all...]
H A Dunit-class_const_iterator.cpp59 const json::iterator it = j.begin();
219 CHECK((it.m_it.object_iterator == it.m_object->m_value.object->begin()));
228 CHECK((it.m_it.array_iterator == it.m_object->m_value.array->begin()));
230 CHECK((it.m_it.array_iterator != it.m_object->m_value.array->begin()));
233 CHECK((it.m_it.array_iterator != it.m_object->m_value.array->begin()));
236 CHECK((it.m_it.array_iterator != it.m_object->m_value.array->begin()));
239 CHECK((it.m_it.array_iterator != it.m_object->m_value.array->begin()));
270 CHECK((it.m_it.object_iterator == it.m_object->m_value.object->begin()));
279 CHECK((it.m_it.array_iterator == it.m_object->m_value.array->begin()));
281 CHECK((it.m_it.array_iterator != it.m_object->m_value.array->begin()));
[all...]
/third_party/rust/crates/memoffset/src/
H A Dspan_of.rs102 // No explicit begin for range.
114 // Explicit begin and end for range.
115 (@helper $root:ident, $parent:path, # $begin:tt [] ..= $end:tt) => {{
116 let begin = raw_field!($root, $parent, $begin);
118 (begin as usize, end as usize + $crate::__priv::size_of_pointee(end))
120 (@helper $root:ident, $parent:path, # $begin:tt [] .. $end:tt) => {{
121 (raw_field!($root, $parent, $begin) as usize,
125 (@helper $root:ident, $parent:path, # $begin:tt [] ..) => {{
126 (raw_field!($root, $parent, $begin) a
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java24 final int begin; field in Mf2Serializer.Token
55 Token(Kind kind, String name, int begin, int end, String input) { in Token() argument
58 this.begin = begin; in Token()
112 int from = begin == -1 ? 0 : begin; in toString()
114 return String.format("Token(\"%s\", [%d, %d], %s) // \"%s\"", name, begin, end, kind, strval); in toString()
127 public void startNonterminal(String name, int begin) { in startNonterminal() argument
128 tokens.add(new Token(Token.Kind.NONTERMINAL_START, name, begin, -1, input)); in startNonterminal()
137 public void terminal(String name, int begin, in argument
142 whitespace(int begin, int end) whitespace() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h67 ArrayRef(const T *begin, const T *end) in ArrayRef() argument
68 : Data(begin), Length(end - begin) {} in ArrayRef()
94 : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()), in ArrayRef()
129 iterator begin() const { return Data; } in begin() function in llvm::ArrayRef
133 reverse_iterator rend() const { return reverse_iterator(begin()); } in rend()
158 std::uninitialized_copy(begin(), end(), Buff); in copy()
166 return std::equal(begin(), end(), RHS.begin()); in equals()
452 makeArrayRef(const T *begin, const T *end) makeArrayRef() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp83 return Predecessors[Node].begin(); in pred_begin()
92 return PredClosure[Node].begin(); in pred_closure_begin()
101 return Successors[Node].begin(); in succ_begin()
110 return SuccClosure[Node].begin(); in succ_closure_begin()
127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest()
183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
188 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(), in DAGDeltaAlgorithmImpl()
195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
201 std::vector<change_ty> Worklist(Roots.begin(), Roots.end()); in DAGDeltaAlgorithmImpl()
210 SuccClosure[*it].insert(ChangeSuccs.begin(), ChangeSucc in DAGDeltaAlgorithmImpl()
[all...]

Completed in 18 milliseconds

12345678910>>...351