Home
last modified time | relevance | path

Searched refs:end (Results 1551 - 1575 of 16847) sorted by relevance

1...<<61626364656667686970>>...674

/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.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dtaxonomy.c243 char *pos, *end; in retrieve_sta_taxonomy() local
252 end = buf + buflen; in retrieve_sta_taxonomy()
254 ie_to_string(pos, end - pos, sta->probe_ie_taxonomy); in retrieve_sta_taxonomy()
256 if (pos >= end) in retrieve_sta_taxonomy()
258 ret = os_snprintf(pos, end - pos, "|assoc:"); in retrieve_sta_taxonomy()
259 if (os_snprintf_error(end - pos, ret)) in retrieve_sta_taxonomy()
262 ie_to_string(pos, end - pos, sta->assoc_ie_taxonomy); in retrieve_sta_taxonomy()
/third_party/vk-gl-cts/framework/common/
H A DtcuFormatUtil.hpp93 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end) in Bitfield() argument
96 , m_end (end) in Bitfield()
183 Iterator end; member in tcu::Format::Array
185 Array (const Iterator& begin_, const Iterator& end_) : begin(begin_), end(end_) {} in Array()
202 for (Iterator cur = fmt.begin; cur != fmt.end; ++cur) in operator <<()
274 inline Format::Array<Iterator> formatArray (const Iterator& begin, const Iterator& end) in formatArray() argument
276 return Format::Array<Iterator>(begin, end); in formatArray()
/third_party/vk-gl-cts/modules/egl/
H A DteglClientExtensionTests.cpp217 if (knownDisplayExtensions.find(clientExtensions[extNdx]) != knownDisplayExtensions.end()) in iterate()
226 if (knownClientExtensions.find(displayExtensions[extNdx]) != knownClientExtensions.end()) in iterate()
296 const set<string> clientExtensionSet(clientExtensions.begin(), clientExtensions.end()); in iterate()
297 const set<string> displayExtensionSet(displayExtensions.begin(), displayExtensions.end()); in iterate()
299 for (set<string>::const_iterator iter = clientExtensionSet.begin(); iter != clientExtensionSet.end(); ++iter) in iterate()
301 if (displayExtensionSet.find(*iter) != displayExtensionSet.end()) in iterate()
305 for (set<string>::const_iterator iter = commonExtensionSet.begin(); iter != commonExtensionSet.end(); ++iter) in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dtaxonomy.c243 char *pos, *end; in retrieve_sta_taxonomy() local
252 end = buf + buflen; in retrieve_sta_taxonomy()
254 ie_to_string(pos, end - pos, sta->probe_ie_taxonomy); in retrieve_sta_taxonomy()
256 if (pos >= end) in retrieve_sta_taxonomy()
258 ret = os_snprintf(pos, end - pos, "|assoc:"); in retrieve_sta_taxonomy()
259 if (os_snprintf_error(end - pos, ret)) in retrieve_sta_taxonomy()
262 ie_to_string(pos, end - pos, sta->assoc_ie_taxonomy); in retrieve_sta_taxonomy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.cpp24 if (iter != cachedItems_.end()) { in GetChildByIndex()
29 if (keyIter != expiringItem_.end() && keyIter->second.second) { in GetChildByIndex()
180 if (keyIter != cachedItems_.end()) { in OnDataChanged()
203 while (iter != cachedItems_.end()) { in OnDataBulkChanged()
260 if (fromIter != cachedItems_.end() && toIter != cachedItems_.end()) { in OnDataMoved()
262 } else if (fromIter != cachedItems_.end()) { in OnDataMoved()
265 } else if (toIter != cachedItems_.end()) { in OnDataMoved()
413 if (iter == indexChangedMap.end()) { in RepairDatasetItems()
423 if (operationList_.find(index) == operationList_.end()) { in RepairDatasetItems()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.cpp869 for (; configIter != waitingScans.end(); ++configIter) { in StartNewCommonScan()
873 for (; hiddenIter != configIter->second.hiddenNetworkSsid.end(); ++hiddenIter) { in StartNewCommonScan()
875 runningScanSettings.hiddenNetworkSsid.end(), in StartNewCommonScan()
876 *hiddenIter) != runningScanSettings.hiddenNetworkSsid.end()) { in StartNewCommonScan()
891 for (; freqIter != configIter->second.scanFreqs.end(); ++freqIter) { in StartNewCommonScan()
893 runningScanSettings.scanFreqs.end(), in StartNewCommonScan()
894 *freqIter) != runningScanSettings.scanFreqs.end()) { in StartNewCommonScan()
929 for (auto freqIter = scanParam.scanFreqs.begin(); freqIter != scanParam.scanFreqs.end(); ++freqIter) { in StartSingleCommonScan()
933 for (auto hiddenIter = scanParam.hiddenNetworkSsid.begin(); hiddenIter != scanParam.hiddenNetworkSsid.end(); in StartSingleCommonScan()
994 for (auto freqIter = interScanConfig.scanFreqs.begin(); freqIter != interScanConfig.scanFreqs.end(); in ActiveCoverNewScan()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h235 return make_range(Edges.begin(), Edges.end());
240 return make_range(Edges.begin(), Edges.end());
563 return make_range(Blocks.begin(), Blocks.end()); in blocks()
568 return make_range(Blocks.begin(), Blocks.end()); in blocks()
573 return make_range(Symbols.begin(), Symbols.end()); in symbols()
578 return make_range(Symbols.begin(), Symbols.end()); in symbols()
629 assert((!Last || First) && "First can not be null if end is non-null"); in getFirstBlock()
735 assert(InnerI != getInnerRange(*OuterI).end() && "Dereferencing end?"); in operator *()
751 while (OuterI != OuterE && InnerI == getInnerRange(*OuterI).end()) { in moveToNonEmptyInnerOrEnd()
1089 const_iterator end() const { return AddrToBlock.end(); } end() function in llvm::jitlink::BlockAddressMap
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer_test.cc43 EXPECT_EQ(t.source().range.end.line, 2u); in TEST_F()
44 EXPECT_EQ(t.source().range.end.column, 11u); in TEST_F()
62 EXPECT_EQ(t.source().range.end.line, 2u); in TEST_F()
63 EXPECT_EQ(t.source().range.end.column, 7u); in TEST_F()
70 EXPECT_EQ(t.source().range.end.line, 4u); in TEST_F()
71 EXPECT_EQ(t.source().range.end.column, 8u); in TEST_F()
87 EXPECT_EQ(t.source().range.end.line, 2u); in TEST_F()
88 EXPECT_EQ(t.source().range.end.column, 13u); in TEST_F()
105 EXPECT_EQ(t.source().range.end.line, 3u); in TEST_F()
106 EXPECT_EQ(t.source().range.end in TEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp160 if(it == end(allShaderModules)) in exportFilesForExternalCompiler()
165 if (it2 == end(allSpirvShaders)) in exportFilesForExternalCompiler()
173 if (it == end(allRenderPasses)) in exportFilesForExternalCompiler()
176 if (it2 == end(allRenderPasses2)) in exportFilesForExternalCompiler()
188 if (it == end(allPipelineLayouts)) in exportFilesForExternalCompiler()
196 if (it2 == end(allDescriptorSetLayouts)) in exportFilesForExternalCompiler()
208 if (it3 == end(allSamplers)) in exportFilesForExternalCompiler()
219 if (it4 == end(allSamplerYcbcrConversions)) in exportFilesForExternalCompiler()
267 if(sit==end(spirvShaders)) in exportFilesForExternalCompiler()
284 if(it == end(allShaderModule in exportFilesForExternalCompiler()
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc318 while (!interval->Contains(pos->pos()) && interval->end() != pos->pos()) { in VerifyPositions()
327 LifetimePosition last_end = first_interval()->end(); in VerifyIntervals()
331 last_end = interval->end(); in VerifyIntervals()
600 // end of a lifetime hole). Use at this position should be attributed to in DetachAt()
737 while (start_search->end() < position) { in NextEndAfter()
740 return start_search->end(); in NextEndAfter()
935 // If we've walked past the end, cache the last child instead. This allows in GetChildCovers()
936 // future calls that are also past the end to be fast, since they will know in GetChildCovers()
955 DCHECK(start < first_interval_->end()); in ShortenTo()
960 LifetimePosition end, Zon in EnsureInterval()
959 EnsureInterval(LifetimePosition start, LifetimePosition end, Zone* zone, bool trace_alloc) EnsureInterval() argument
980 AddUseInterval(LifetimePosition start, LifetimePosition end, Zone* zone, bool trace_alloc) AddUseInterval() argument
1130 LifetimePosition end = interval->end(); PrintRangeRow() local
1655 int end = block->last_instruction_index(); MeetRegisterConstraints() local
1667 int end = block->last_instruction_index(); MeetRegisterConstraintsForLastInstructionInBlock() local
1927 LifetimePosition end = LifetimePosition::InstructionFromInstructionIndex( AddInitialIntervals() local
2479 LifetimePosition end = LifetimePosition::GapFromInstructionIndex( ProcessLoopHeader() local
2647 LifetimePosition end = interval->end(); NextIntervalStartsInDifferentBlocks() local
2875 SplitBetween(LiveRange* range, LifetimePosition start, LifetimePosition end) SplitBetween() argument
2888 FindOptimalSplitPos(LifetimePosition start, LifetimePosition end) FindOptimalSplitPos() argument
4540 SpillBetween(LiveRange* range, LifetimePosition start, LifetimePosition end, SpillMode spill_mode) SpillBetween() argument
4546 SpillBetweenUntil(LiveRange* range, LifetimePosition start, LifetimePosition until, LifetimePosition end, SpillMode spill_mode) SpillBetweenUntil() argument
4765 int end = 0; PopulateReferenceMaps() local
4885 auto end = live->end(); ResolveControlFlow() local
[all...]
/third_party/libabigail/src/
H A Dabg-default-reporter.cc160 i != sorted_deleted_enumerators.end(); in report()
179 i != sorted_inserted_enumerators.end(); in report()
199 i != sorted_changed_enumerators.end(); in report()
588 i != d.priv_->sorted_deleted_parms_.end(); in report_local_function_type_changes()
599 i != d.priv_->sorted_added_parms_.end(); in report_local_function_type_changes()
640 i != d.priv_->sorted_subtype_changed_parms_.end(); in report()
764 dif != d.changed_types().end(); in report()
786 dif != d.changed_decls().end (); in report()
805 i != d.priv_->deleted_types_.end(); in report()
817 i != d.priv_->deleted_decls_.end(); in report()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIfConversion.cpp133 /// BrCond - Conditions for end of block conditional branches.
299 MachineBasicBlock::iterator TIE = TBBInfo.BB->end(); in MeetIfcvtSizeLimit()
300 MachineBasicBlock::iterator FIE = FBBInfo.BB->end(); in MeetIfcvtSizeLimit()
321 // Count instructions at the end of the true and false blocks, after in MeetIfcvtSizeLimit()
325 for (auto &I : make_range(TIE, TBBInfo.BB->end())) { in MeetIfcvtSizeLimit()
334 for (auto &I : make_range(FIE, FBBInfo.BB->end())) { in MeetIfcvtSizeLimit()
431 } // end anonymous namespace
627 /// Reverse the condition of the end of the block branch. Swap block's 'true'
640 /// Returns the next block in the function blocks ordering. If it is the end,
644 MachineFunction::iterator E = MBB.getParent()->end(); in getNextBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp218 assert(F != end()); in operator []()
244 } // end anonymous namespace
326 } // end anonymous namespace
406 iterator end() { return Seq.end(); }
408 const_iterator end() const { return Seq.end(); }
431 OrderedRegisterList::const_iterator B = P.RL.begin(), E = P.RL.end();
441 } // end anonymous namespace
445 if (L == Seq.end())
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp164 if (iter == monitorHandlers_.end()) { in RemoveGestureMonitor()
188 if (std::find(addToServerActions_.begin(), addToServerActions_.end(), action) == addToServerActions_.end()) { in IsNeedAddToServer()
204 for (auto inter = interHandlers_.begin(); inter != interHandlers_.end(); ++inter) { in RemoveHandler()
210 if (iter != monitorHandlers_.end() || isInterHandlers) { in RemoveHandler()
229 if (it != actionsMonitorHandlers_.end()) { in RemoveHandler()
303 for (; iterIndex != interHandlers_.end(); ++iterIndex) { in AddLocal()
309 if (iter == interHandlers_.end()) { in AddLocal()
352 if (iter == monitorHandlers_.end()) { in RemoveLocal()
365 for (auto it = interHandlers_.begin(); it != interHandlers_.end(); in RemoveLocal()
[all...]
/third_party/elfutils/tests/
H A Dvarlocs.c184 Dwarf_Addr begin, Dwarf_Addr end, in print_expr_block_addrs()
187 printf (" [%" PRIx64 ",%" PRIx64 ") ", begin, end); in print_expr_block_addrs()
734 Dwarf_Addr base, start, end; in print_varlocs() local
738 &start, &end, in print_varlocs()
741 printf (" (%" PRIx64 ",%" PRIx64 ") ", start, end); in print_varlocs()
805 Dwarf_Addr base, begin, end; in print_varlocs() local
809 &begin, &end); in print_varlocs()
819 ") <empty expression>\n", begin, end); in print_varlocs()
821 print_expr_block_addrs (&attr, begin, end, in print_varlocs()
833 Dwarf_Addr base, begin, end; in print_varlocs() local
183 print_expr_block_addrs(Dwarf_Attribute *attr, Dwarf_Addr begin, Dwarf_Addr end, Dwarf_Op *exprs, int len) print_expr_block_addrs() argument
958 Dwarf_Addr base, begin, end; handle_attr() local
1004 Dwarf_Addr base, start, end; handle_die() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c79 token = expect(token, '}', "at end of statement expression"); in parens_expression()
180 "at end of __builtin_types_compatible_p"); in builtin_types_compatible_p_expr()
216 return expect(token, ')', "at end of __builtin_offset"); in builtin_offsetof_expr()
240 "at end of array dereference"); in builtin_offsetof_expr()
254 static unsigned long long parse_num(const char *nptr, char **end) in parse_num() argument
257 return strtoull(&nptr[2], end, 2); in parse_num()
258 return strtoull(nptr, end, 0); in parse_num()
265 char *end; in get_number_value() local
272 value = parse_num(str, &end); in get_number_value()
273 if (end in get_number_value()
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc62 // Marks the end of a sequence and sets optimized bytecode to replace all
68 // Invoking this method is only allowed on nodes that mark the end of a valid
119 // Returns whether this node marks the end of a valid sequence (i.e. can be
125 // the end of a valid sequence.
131 // Invoking this method is only allowed on nodes that mark the end of a valid
135 // Invoking this method is only allowed on nodes that mark the end of a valid
139 // Invoking this method is only allowed on nodes that mark the end of a valid
142 // Returns an iterator to end of ignored arguments.
143 // Invoking this method is only allowed on nodes that mark the end of a valid
291 if (children_.find(bytecode) == children_.end()) { in FollowedBy()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc137 for (NameMap::iterator i = names.begin(), e = names.end(); i != e; ++i) { in HasName()
153 for (FontArray::const_iterator i = font_array.begin(), e = font_array.end(); in FindFont()
186 e = glyph_id_remaining.end(); i != e; ++i) { in ResolveCompositeGlyphs()
211 if (glyph_id_processed->find(glyph_id) == glyph_id_processed->end() && in ResolveCompositeGlyphs()
212 glyph_id_remaining.find(glyph_id) == glyph_id_remaining.end()) { in ResolveCompositeGlyphs()
253 for (IntegerSet::const_iterator i = glyph_ids.begin(), e = glyph_ids.end(); in SetupGlyfBuilders()
293 return glyph_ids.find(range_begin) != glyph_ids.end(); in HasOverlap()
340 gid_end = glyph_ids.end(); in InitializeBitmapBuilder()
410 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat4() local
463 BitmapGlyphInfoMap::const_iterator end = loca.end(); ConstructIndexFormat5() local
[all...]

Completed in 31 milliseconds

1...<<61626364656667686970>>...674