| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 733 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 D | php-upb.c | 1632 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 D | imgui.cpp | 2094 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 D | es31fProgramInterfaceQueryTests.cpp | 1053 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 D | voicemailability_test.cpp | 1577 for (it = result.begin(); it != result.end(); it++) { in HWTEST_F()
|
| H A D | calllogability_test.cpp | 1217 for (it = result.begin(); it != result.end(); it++) { in HWTEST_F()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
| H A D | camera_hdi_test_v1_2.cpp | 71 for (auto imageId = pendingImages.begin(); imageId != pendingImages.end(); ++imageId) {
in RemovePendingImages()
|
| /test/xts/hats/hdf/display/composer/unittest/ |
| H A D | hdi_composer_ut.cpp | 649 std::sort(tempSettings.begin(), tempSettings.end(), in HWTEST_F()
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | decklink_dec.cpp | 674 klv.insert(klv.end(), packet.data.begin(), packet.data.end()); in handle_klv()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | intermOut.cpp | 1505 for (auto extIt = requestedExtensions.begin(); extIt != requestedExtensions.end(); ++extIt) in output()
|
| H A D | Constant.cpp | 1299 for (TIntermSequence::iterator p = childSequenceVector.begin(); in areAllChildConst()
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_insert_exec_mask.cpp | 533 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 D | si_pipe.h | 1513 unsigned si_end_counter(struct si_screen *sscreen, unsigned type, uint64_t begin);
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_64bit.cpp | 1235 for (auto i = stores.begin(); i != stores.end() - 1; ++i) in combine_one_slot()
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_http2_session.cc | 707 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 D | register-allocator.h | 765 auto use = uses_.begin(); in UsesOverlap()
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-array.cc | 1192 std::sort(indices.begin(), indices.end()); in IterateElements()
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.h | 1877 void AddCodeRange(Address begin, size_t length_in_bytes);
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | gc-tracer.cc | 672 heap_->AddToRingBuffer(buffer.begin()); in Output()
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.h | 475 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 D | regexp.cc | 507 std::sort(named_captures->begin(), named_captures->end(), in CreateCaptureNameMap()
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.c | 1404 sp->quad.first->begin( sp->quad.first ); in sp_setup_prepare()
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | Test.pm | 288 =begin comment
|
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.h | 2 /* 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 D | Test.pm | 288 =begin comment
|