Home
last modified time | relevance | path

Searched refs:begin (Results 4901 - 4925 of 5195) sorted by relevance

1...<<191192193194195196197198199200>>...208

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp733 MCInst::iterator I = MI.begin(); in AddThumb1SBit()
828 MCInst::iterator CCI = MI.begin(); in AddThumbPredicate()
844 MCInst::iterator VCCI = MI.begin(); in AddThumbPredicate()
890 MCInst::iterator I = MI.begin(); in UpdateThumbVFPPredicate()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1632 static size_t begin(const upb_table *t) { in begin() function
1746 i->index = begin(&t->t); in upb_strtable_begin()
1886 for (i = begin(&t->t); i < upb_table_size(&t->t); i = next(&t->t, i)) { in upb_inttable_insert2()
2041 iter->index = begin(&t->t); in upb_inttable_next()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2094 if (ImStristr(text, text_end, f.begin()+1, f.end()) != NULL) in PassFilter()
2100 if (ImStristr(text, text_end, f.begin(), f.end()) != NULL) in PassFilter()
3644 ImQsort(window->DC.ChildWindows.begin(), (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer); in AddWindowToSortBuffer()
6871 // Close the popup we have begin-ed into.
8909 SetClipboardText(g.LogClipboard.begin()); in LogFinish()
9230 return g.PrivateClipboard.empty() ? NULL : g.PrivateClipboard.begin(); in GetClipboardTextFn_DefaultImpl()
9296 ImGui::Checkbox("Ctrl shows window begin order", &show_window_begin_order); in ShowMetricsWindow()
9319 for (const ImDrawCmd* pcmd = draw_list->CmdBuffer.begin(); pcmd < draw_list->CmdBuffer.end(); elem_offset += pcmd->ElemCount, pcmd++) in ShowMetricsWindow()
9329 bool pcmd_node_open = ImGui::TreeNode((void*)(pcmd - draw_list->CmdBuffer.begin()), "Draw %4d %s vtx, tex 0x%p, clip_rect (%4.0f,%4.0f)-(%4.0f,%4.0f)", pcmd->ElemCount, draw_list->IdxBuffer.Size > 0 ? "indexed" : "non-indexed", pcmd->TextureId, pcmd->ClipRect.x, pcmd->ClipRect.y, pcmd->ClipRect.z, pcmd->ClipRect.w); in ShowMetricsWindow()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp1053 if (!de::contains(resourceList.begin(), resourceList.end(), expectedResources[ndx]))
1062 if (!de::contains(expectedResources.begin(), expectedResources.end(), resourceList[ndx]))
2006 if (!de::contains(activeResourceNames.begin(), activeResourceNames.end(), referenceList[ndx]))
2015 if (!de::contains(referenceList.begin(), referenceList.end(), activeResourceNames[ndx]))
2247 for (std::map<int,int>::const_iterator it = numBufferVars.begin(); it != numBufferVars.end(); ++it)
/applications/standard/contacts_data/test/unittest/src/
H A Dvoicemailability_test.cpp1577 for (it = result.begin(); it != result.end(); it++) { in HWTEST_F()
H A Dcalllogability_test.cpp1217 for (it = result.begin(); it != result.end(); it++) { in HWTEST_F()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_hdi_test_v1_2.cpp71 for (auto imageId = pendingImages.begin(); imageId != pendingImages.end(); ++imageId) { in RemovePendingImages()
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp649 std::sort(tempSettings.begin(), tempSettings.end(), in HWTEST_F()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp674 klv.insert(klv.end(), packet.data.begin(), packet.data.end()); in handle_klv()
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp1505 for (auto extIt = requestedExtensions.begin(); extIt != requestedExtensions.end(); ++extIt) in output()
H A DConstant.cpp1299 for (TIntermSequence::iterator p = childSequenceVector.begin(); in areAllChildConst()
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_exec_mask.cpp533 std::vector<aco_ptr<Instruction>>::iterator it = std::next(block->instructions.begin(), idx); in process_instructions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1513 unsigned si_end_counter(struct si_screen *sscreen, unsigned type, uint64_t begin);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp1235 for (auto i = stores.begin(); i != stores.end() - 1; ++i) in combine_one_slot()
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc707 req += base64::encode(std::begin(proxy.userinfo), std::end(proxy.userinfo)); in downstream_connect_proxy()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h765 auto use = uses_.begin(); in UsesOverlap()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc1192 std::sort(indices.begin(), indices.end()); in IterateElements()
/third_party/node/deps/v8/src/execution/
H A Disolate.h1877 void AddCodeRange(Address begin, size_t length_in_bytes);
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc672 heap_->AddToRingBuffer(buffer.begin()); in Output()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h475 auto begin() { return std::make_reverse_iterator(input_address(-1)); } in begin() function in v8::internal::maglev::NodeBase
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc507 std::sort(named_captures->begin(), named_captures->end(), in CreateCaptureNameMap()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1404 sp->quad.first->begin( sp->quad.first ); in sp_setup_prepare()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm288 =begin comment
/third_party/node/deps/simdutf/
H A Dsimdutf.h2 /* begin file include/simdutf.h */
7 /* begin file include/simdutf/compiler_check.h */
44 /* begin file include/simdutf/common_defs.h */
49 /* begin file include/simdutf/portability.h */
276 /* begin file include/simdutf/avx512.h */
478 /* begin file include/simdutf/encoding_types.h */
526 /* begin file include/simdutf/error.h */
563 /* begin file include/simdutf/simdutf_version.h */
591 /* begin file include/simdutf/implementation.h */
600 /* begin fil
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm288 =begin comment

Completed in 99 milliseconds

1...<<191192193194195196197198199200>>...208