| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | stl_util.h | 33 void STLDeleteContainerPairSecondPointers(const ForwardIterator& begin, in STLDeleteContainerPairSecondPointers() argument 35 for (ForwardIterator it = begin; it != end; ++it) { in STLDeleteContainerPairSecondPointers() 43 for (typename T::iterator it = container->begin(); it != container->end(); in STLDeleteElements()
|
| /third_party/mesa3d/src/tool/pps/ |
| H A D | pps_algorithm.h | 12 #define FIND_IF(c, lambda) (std::find_if(std::begin(c), std::end(c), lambda)) 13 #define FIND(c, e) (std::find(std::begin(c), std::end(c), e)) 16 #define APPEND(a, b) (a.insert(std::end(a), std::begin(b), std::end(b)))
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | ratelimit.h | 31 pa_usec_t begin; member 40 .begin = 0 \ 50 r->begin = 0; \
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | PHIEliminationUtils.cpp | 25 return MBB->begin(); in findPHICopyInsertPoint() 44 InsertPoint = MBB->begin(); in findPHICopyInsertPoint() 47 InsertPoint = *DefUsesInMBB.begin(); in findPHICopyInsertPoint()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | charconv_parse.h | 88 ParsedFloat ParseFloat(const char* begin, const char* end, 91 extern template ParsedFloat ParseFloat<10>(const char* begin, const char* end, 93 extern template ParsedFloat ParseFloat<16>(const char* begin, const char* end,
|
| /third_party/skia/docs/examples/ |
| H A D | Path_readFromMemory.cpp | 12 path.writeToMemory(storage.begin()); in REG_FIDDLE() 14 size_t bytesRead = copy.readFromMemory(storage.begin(), wrongSize); in REG_FIDDLE() 17 bytesRead = copy.readFromMemory(storage.begin(), largerSize); in REG_FIDDLE()
|
| /third_party/python/Lib/test/ |
| H A D | test_httplib.py | 291 resp.begin() 311 resp.begin() 366 resp.begin() 679 resp.begin() 692 self.assertRaises(client.BadStatusLine, resp.begin) 704 resp.begin() 719 resp.begin() 734 resp.begin() 753 resp.begin() 765 resp.begin() [all...] |
| /third_party/gn/src/base/strings/ |
| H A D | utf_offset_string_conversions.cc | 30 for (std::vector<size_t>::iterator i(offsets_for_adjustment->begin()); in AdjustOffsets() 43 for (Adjustments::const_iterator i = adjustments.begin(); in AdjustOffset() 65 for (std::vector<size_t>::iterator i(offsets_for_unadjustment->begin()); in UnadjustOffsets() 76 for (Adjustments::const_iterator i = adjustments.begin(); in UnadjustOffset() 93 Adjustments::iterator adjusted_iter = adjustments_on_adjusted_string->begin(); in MergeSequentialAdjustments() 94 Adjustments::const_iterator first_iter = first_adjustments.begin(); in MergeSequentialAdjustments()
|
| /third_party/gn/src/gn/ |
| H A D | err.cc | 31 // Only bother if the range's begin or end overlaps the line. If the entire in FillRangeOnLine() 33 if (range.begin().line_number() != line_number && in FillRangeOnLine() 40 if (range.begin().line_number() < line_number) in FillRangeOnLine() 43 begin_char = range.begin().column_number() - 1; in FillRangeOnLine() 102 : info_(std::make_unique<ErrInfo>(range.begin(), msg, help)) { in Err() 118 info_->location = range.begin(); in Err() 129 info_->location = range.begin(); in Err()
|
| /third_party/alsa-utils/alsamixer/ |
| H A D | textbox.c | 158 int begin; in update_y_scroll_bar() local 165 begin = current_top * (text_box_y - length) / max_scroll_y; in update_y_scroll_bar() 167 mvwvline(text_widget.window, begin + 1, text_box_x + 1, ACS_BOARD, length); in update_y_scroll_bar() 173 int begin; in update_x_scroll_bar() local 180 begin = current_left * (text_box_x - length) / max_scroll_x; in update_x_scroll_bar() 182 mvwhline(text_widget.window, text_box_y + 1, begin + 1, ACS_BOARD, length); in update_x_scroll_bar()
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | localematcher.h | 359 * Copies the supported locales from the begin/end range, preserving iteration order. 366 * @param begin Start of range. 372 Builder &setSupportedLocales(Iter begin, Iter end) { in setSupportedLocales() argument 375 while (begin != end) { in setSupportedLocales() 376 addSupportedLocale(*begin++); in setSupportedLocales() 382 * Copies the supported locales from the begin/end range, preserving iteration order. 383 * Calls the converter to convert each *begin to a Locale or const Locale &. 390 * @param begin Start of range. 392 * @param converter Converter from *begin to const Locale & or compatible. 397 Builder &setSupportedLocalesViaConverter(Iter begin, Ite argument [all...] |
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | localematcher.h | 359 * Copies the supported locales from the begin/end range, preserving iteration order. 366 * @param begin Start of range. 372 Builder &setSupportedLocales(Iter begin, Iter end) { in setSupportedLocales() argument 375 while (begin != end) { in setSupportedLocales() 376 addSupportedLocale(*begin++); in setSupportedLocales() 382 * Copies the supported locales from the begin/end range, preserving iteration order. 383 * Calls the converter to convert each *begin to a Locale or const Locale &. 390 * @param begin Start of range. 392 * @param converter Converter from *begin to const Locale & or compatible. 397 Builder &setSupportedLocalesViaConverter(Iter begin, Ite argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | signature.h | 59 return std::equal(all().begin(), all().end(), other.all().begin()); in operator ==() 146 std::initializer_list<T>{return_types...}.begin(), reps_}; in Returns() 154 reps_, std::initializer_list<T>{param_types...}.begin()}; in Params() 181 std::initializer_list<T>{return_types...}.begin(), nullptr}; in Returns() 188 nullptr, std::initializer_list<T>{param_types...}.begin()}; in Params()
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | code-range.cc | 49 preferred_region.begin(), preferred_region.end(), code_range_size, in GetAddressHint() 60 return RoundUp(preferred_region.begin(), alignment); in GetAddressHint() 141 Address base = page_allocator_->begin(); in InitReservation() 165 reservation()->region().begin(), reservation()->region().size()); in Free() 177 const base::AddressRegion code_region(page_allocator()->begin(), in RemapEmbeddedBuiltins() 179 CHECK_NE(code_region.begin(), kNullAddress); in RemapEmbeddedBuiltins()
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_video_texture_array_dpb_manager.cpp | 157 m_D3D12DPB.pResources.insert(m_D3D12DPB.pResources.begin() + dpbPosition, pReconPicture.pReconstructedPicture); 158 m_D3D12DPB.pSubresources.insert(m_D3D12DPB.pSubresources.begin() + dpbPosition, 160 m_D3D12DPB.pHeaps.insert(m_D3D12DPB.pHeaps.begin() + dpbPosition, pReconPicture.pVideoHeap); 197 m_D3D12DPB.pResources.erase(m_D3D12DPB.pResources.begin() + dpbPosition); 198 m_D3D12DPB.pSubresources.erase(m_D3D12DPB.pSubresources.begin() + dpbPosition); 199 m_D3D12DPB.pHeaps.erase(m_D3D12DPB.pHeaps.begin() + dpbPosition);
|
| H A D | d3d12_video_array_of_textures_dpb_manager.cpp | 150 m_D3D12DPB.pResources.insert(m_D3D12DPB.pResources.begin() + dpbPosition, pReconPicture.pReconstructedPicture); 151 m_D3D12DPB.pSubresources.insert(m_D3D12DPB.pSubresources.begin() + dpbPosition, 153 m_D3D12DPB.pHeaps.insert(m_D3D12DPB.pHeaps.begin() + dpbPosition, pReconPicture.pVideoHeap); 189 m_D3D12DPB.pResources.erase(m_D3D12DPB.pResources.begin() + dpbPosition); 190 m_D3D12DPB.pSubresources.erase(m_D3D12DPB.pSubresources.begin() + dpbPosition); 191 m_D3D12DPB.pHeaps.erase(m_D3D12DPB.pHeaps.begin() + dpbPosition);
|
| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| H A D | SystemInfo.cpp | 170 const size_t begin = content.find_first_of("0123456789"); in ParseAMDBrahmaDriverVersion() local 171 if (begin == std::string::npos) in ParseAMDBrahmaDriverVersion() 176 const size_t end = content.find_first_not_of("0123456789.", begin); in ParseAMDBrahmaDriverVersion() 179 *version = content.substr(begin); in ParseAMDBrahmaDriverVersion() 183 *version = content.substr(begin, end - begin); in ParseAMDBrahmaDriverVersion()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 48 delete *OwnedModules.begin(); in ~LLVMContextImpl() 107 for (FoldingSetIterator<AttributeImpl> I = AttrsSet.begin(), in ~LLVMContextImpl() 114 for (FoldingSetIterator<AttributeListImpl> I = AttrsLists.begin(), in ~LLVMContextImpl() 122 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl() 149 for (auto I = ArrayConstants.begin(), E = ArrayConstants.end(); I != E;) { in dropTriviallyDeadConstantArrays() 196 return hash_combine_range(Ops.begin(), Ops.end()); in calculateHash()
|
| /third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
| H A D | validation_during_reduction_test.cpp | 69 Instruction* first_instruction = &*function_->begin()[0].begin(); 77 Instruction* first_instruction = &*function_->begin()[0].begin(); 107 Instruction* first_instruction = &*function.begin()[0].begin();
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
| H A D | validation_during_reduction_test.cpp | 69 Instruction* first_instruction = &*function_->begin()[0].begin(); 77 Instruction* first_instruction = &*function_->begin()[0].begin(); 107 Instruction* first_instruction = &*function.begin()[0].begin();
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| H A D | font_assembler.cc | 63 font_info_->GetTableMap(font_info_->fonts()->begin()->first); in Assemble() 64 for (TableMap::const_iterator it = common_table_map->begin(), in Assemble() 101 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(), in AssembleCMapTable() 156 for (FontIdMap::iterator it = font_info_->fonts()->begin(); in AssembleGlyphAndLocaTables() 172 (font_info_->GetTable(font_info_->fonts()->begin()->first, Tag::loca)); in AssembleGlyphAndLocaTables() 181 for (GlyphIdSet::iterator it = resolved_glyph_ids->begin(), in AssembleGlyphAndLocaTables()
|
| H A D | font_info.cc | 66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(), in FontInfo() 68 resolved_glyph_ids_ = new GlyphIdSet(resolved_glyph_ids->begin(), in FontInfo() 70 fonts_ = new FontIdMap(fonts->begin(), fonts->end()); in FontInfo() 205 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(), in ResolveCompositeGlyphs() 212 int32_t glyph_id = *(unresolved_glyph_ids->begin()); in ResolveCompositeGlyphs() 213 unresolved_glyph_ids->erase(unresolved_glyph_ids->begin()); in ResolveCompositeGlyphs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | event.h | 95 const Iterator& begin, 102 MARL_NO_EXPORT inline static Event any(const Iterator& begin, 230 Event Event::any(Mode mode, const Iterator& begin, const Iterator& end) { in any() argument 232 for (auto it = begin; it != end; it++) { in any() 244 Event Event::any(const Iterator& begin, const Iterator& end) { in any() argument 245 return any(Mode::Auto, begin, end); in any()
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | variable_test.cc | 31 EXPECT_EQ(v->source.range.begin.line, 0u); in TEST_F() 32 EXPECT_EQ(v->source.range.begin.column, 0u); in TEST_F() 45 EXPECT_EQ(v->source.range.begin.line, 27u); in TEST_F() 46 EXPECT_EQ(v->source.range.begin.column, 4u); in TEST_F() 59 EXPECT_EQ(v->source.range.begin.line, 27u); in TEST_F() 60 EXPECT_EQ(v->source.range.begin.column, 4u); in TEST_F()
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | localematcher.h | 359 * Copies the supported locales from the begin/end range, preserving iteration order. 366 * @param begin Start of range. 372 Builder &setSupportedLocales(Iter begin, Iter end) { in setSupportedLocales() argument 375 while (begin != end) { in setSupportedLocales() 376 addSupportedLocale(*begin++); in setSupportedLocales() 382 * Copies the supported locales from the begin/end range, preserving iteration order. 383 * Calls the converter to convert each *begin to a Locale or const Locale &. 390 * @param begin Start of range. 392 * @param converter Converter from *begin to const Locale & or compatible. 397 Builder &setSupportedLocalesViaConverter(Iter begin, Ite argument [all...] |