Home
last modified time | relevance | path

Searched refs:begin (Results 9126 - 9150 of 10132) sorted by relevance

1...<<361362363364365366367368369370>>...406

/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1245 auto subSession = std::find_if(subSession_.begin(), subSession_.end(), [subWindowId](sptr<SceneSession> session) { in RaiseAboveTarget()
1625 auto iter = std::find_if(modalUIExtensionInfoList_.begin(), modalUIExtensionInfoList_.end(), in UpdateModalUIExtension()
1642 auto iter = std::find_if(modalUIExtensionInfoList_.begin(), modalUIExtensionInfoList_.end(), in RemoveModalUIExtension()
1690 auto pairIter = std::find_if(uiExtNodeIdToPersistentIdMap_.begin(), uiExtNodeIdToPersistentIdMap_.end(), in RemoveUIExtSurfaceNodeId()
4118 auto iter = std::find_if(subSession_.begin(), subSession_.end(), in AddSubSession()
4136 auto iter = std::find_if(subSession_.begin(), subSession_.end(), in RemoveSubSession()
4158 auto iter = std::find_if(toastSession_.begin(), toastSession_.end(), in AddToastSession()
4176 auto iter = std::find_if(toastSession_.begin(), toastSession_.end(), in RemoveToastSession()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc898 std::replace(absolute_path.begin(), absolute_path.end(), '\\', '/'); in NormalizePath()
912 std::copy(segments.begin(), segments.end() - 1, in NormalizePath()
1544 for (auto it = unhandled_promises_.begin(); it != unhandled_promises_.end(); in RemoveUnhandledPromise()
3480 counter_map_->begin(), counter_map_->end()); in OnExit()
3481 std::sort(counters.begin(), counters.end()); in OnExit()
4095 data_.erase(data_.begin()); in Dequeue()
4951 to->insert(to->end(), std::make_move_iterator(backing_stores_.begin()), in AppendBackingStoresTo()
5047 if (std::find(array_buffers_.begin(), array_buffers_.end(), in PrepareTransfer()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp1910 std::fill(kMipColors[0].begin(), kMipColors[0].end(), GLColor::red); in TEST_P()
1911 std::fill(kMipColors[1].begin(), kMipColors[1].end(), GLColor::green); in TEST_P()
4137 std::fill(newMipData.begin(), newMipData.end(), kNewMipColor); in testGenerateMipmapAfterRebase()
4199 std::fill(newMipData.begin(), newMipData.end(), kNewMipColor); in TEST_P()
4247 std::fill(newMipData.begin(), newMipData.end(), kNewMipColor); in TEST_P()
4308 std::fill(newMipData.begin(), newMipData.end(), kNewMipColor); in TEST_P()
4348 std::fill(newMipData.begin(), newMipData.end(), kNewMipColor); in TEST_P()
4492 std::fill(newMipData.begin(), newMipData.end(), kNewMipLevle0Color); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp622 for (auto Def = MI, E = MBB.begin(); Def != E; ) { in copyPhysReg()
1534 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
4343 MachineBasicBlock::iterator I = LoopBB.begin();
4453 RemainderBB->splice(RemainderBB->begin(), &MBB, I, MBB.end());
4454 LoopBB->splice(LoopBB->begin(), &MBB, J);
4475 MachineBasicBlock::iterator First = RemainderBB->begin();
6139 LoopEntry->insert(LoopEntry->begin(), HeaderPhi);
6564 auto Cur = MBB.begin();
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1861 auto iter = wpa3BlackMap.begin(); in AddWpa3BlackMap()
1862 auto oldestIter = wpa3BlackMap.begin(); in AddWpa3BlackMap()
2277 for (auto iter = param.rands.begin(); iter != param.rands.end(); ++iter) { in GetGsmAuthResponseWithLength()
2374 for (auto iter = param.rands.begin(); iter != param.rands.end(); ++iter) { in GetGsmAuthResponseWithoutLength()
4772 for (auto iter = scanInfos.begin(); iter != scanInfos.end(); iter++) { in UpdateWifiCategory()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c438 before any read/write begin+commit operations.
1101 * have to be called before any mmap begin+commit operation.
1148 * have to be called before any begin+commit operation.
3266 const snd_pcm_channel_area_t *begin = dst_areas; in snd_pcm_areas_silence() local
3283 d.addr = begin->addr; in snd_pcm_areas_silence()
3284 d.first = begin->first; in snd_pcm_areas_silence()
3289 err = snd_pcm_area_silence(begin, dst_offset, frames, format); in snd_pcm_areas_silence()
3290 dst_areas = begin + 1; in snd_pcm_areas_silence()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp330 int32_t begin = 3; in TestBug4153072() local
334 StringCharacterIterator* textIterator = new StringCharacterIterator(str, begin, end, begin); in TestBug4153072()
338 // iteration range to begin at an index other than zero. in TestBug4153072()
341 for (index = -1; index < begin + 1; ++index) { in TestBug4153072()
345 " and begin index = " + begin); in TestBug4153072()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c4679 uint64_t begin, end; in anv_GetCalibratedTimestampsEXT() local
4683 begin = anv_clock_gettime(CLOCK_MONOTONIC_RAW); in anv_GetCalibratedTimestampsEXT()
4685 begin = anv_clock_gettime(CLOCK_MONOTONIC); in anv_GetCalibratedTimestampsEXT()
4708 pTimestamps[d] = begin; in anv_GetCalibratedTimestampsEXT()
4758 uint64_t sample_interval = end - begin + 1; in anv_GetCalibratedTimestampsEXT()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1431 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1604 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1785 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1838 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1901 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc662 : inputs_(inputs->begin() + inputs_start, inputs->end(), zone), in CachedStateValues()
666 inputs->insert(inputs->end(), inputs_.begin(), inputs_.end()); in Emit()
726 StateValuesAccess::iterator it = StateValuesAccess(node).begin(); in AddInputsToFrameStateDescriptor()
1111 auto iter(call->inputs().begin()); in InitializeCallBuffer()
1204 std::reverse(instructions_.begin() + instruction_start, in VisitBlock()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp2212 std::fill(m_outputBuffer.begin(), m_outputBuffer.end(), defaultFillValue);
2800 std::fill(resultTable.begin(), resultTable.end(), 0);
3807 std::vector<StoreMode>::iterator currentCase = testModes.begin(); in iterate()
3895 std::transform(name.begin(), name.end(), name.begin(), tolower); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1840 void Assembler::InitializeFieldsNoBarrier(Register object, Register begin,
1846 AddImmediate(begin, 2 * kWordSize);
1847 cmp(begin, Operand(end));
1848 WriteShadowedFieldPair(begin, -2 * kWordSize, value_even, value_odd, LS);
1850 WriteShadowedField(begin, -2 * kWordSize, value_even, HI);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp5644 void TParseContext::checkDoesNotHaveDuplicateFieldName(const TFieldList::const_iterator begin, in checkDoesNotHaveDuplicateFieldName() argument
5649 for (auto fieldIter = begin; fieldIter != end; ++fieldIter) in checkDoesNotHaveDuplicateFieldName()
5660 for (TFieldList::const_iterator fieldIter = fields->begin(); fieldIter != fields->end(); in addStructFieldList()
5663 checkDoesNotHaveDuplicateFieldName(fields->begin(), fieldIter, (*fieldIter)->name(), in addStructFieldList()
5675 checkDoesNotHaveDuplicateFieldName(processedFields->begin(), processedFields->end(), in combineStructFieldLists()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp869 mAvailableFeatureLevels.erase(mAvailableFeatureLevels.begin()); in initializeD3DDevice()
905 mAvailableFeatureLevels.erase(mAvailableFeatureLevels.begin()); in initializeD3DDevice()
1104 std::set_intersection(colorBufferFormatCaps.sampleCounts.begin(), in generateSampleSetForEGLConfig()
1106 depthStencilBufferFormatCaps.sampleCounts.begin(), in generateSampleSetForEGLConfig()
1108 std::inserter(sampleCounts, sampleCounts.begin())); in generateSampleSetForEGLConfig()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp3108 for (TIntermSequence::iterator p = aggrNode->getSequence().begin(); in lValueErrorCheck()
5046 TTypeList::iterator member = type.getWritableStruct()->begin(); in redeclareBuiltinBlock()
5054 for (newMember = newTypeList.begin(); newMember != newTypeList.end(); ++newMember) { in redeclareBuiltinBlock()
5571 std::transform(id.begin(), id.end(), id.begin(), ::tolower); in setLayoutQualifier()
5934 std::transform(id.begin(), id.end(), id.begin(), ::tolower); in setLayoutQualifier()
7006 for (auto it = candidateList.begin(); it != candidateList.end(); ++it) { in findFunction120()
8233 memberTypes = type.getStruct()->begin(); in addConstructor()
8280 for (TIntermSequence::iterator p = sequenceVector.begin(); in addConstructor()
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp145 #define CHECK_DUMP_FIELDS(begin, end, num); \
146 LOG_ECMA_IF((num) != ((end) - (begin)) / JSTaggedValue::TaggedTypeSize() && sizeof(uintptr_t) == 8, FATAL) \
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.cpp1684 auto [isSuccess, result] = base::NumberHelper::FastStringToNumber(str.begin(), str.end(), tagged); in StringToNumber()
1691 double d = base::NumberHelper::StringToDouble(str.begin(), str.end(), 0, in StringToNumber()
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dabc_file.cpp1468 def_func_list_.insert(def_func_list_.begin(), std::move(def_func));
1486 merge_def_func_map_[record_name].insert(merge_def_func_map_[record_name].begin(), def_func);
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp1057 auto item = items.begin(); in HWTEST()
1078 item = items.begin(); in HWTEST()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp79 for (auto it = inst->GetUsers().begin(); it != inst->GetUsers().end();) { in VisitCastValueToAnyType()
83 it = inst->GetUsers().begin(); in VisitCastValueToAnyType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp480 MapleVector<AArch64reg>::const_iterator it = regsToSave.begin(); in GeneratePushRegs()
808 MapleVector<AArch64reg>::const_iterator it = regsToRestore.begin(); in GeneratePopRegs()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp136 const auto *iter = formats.begin(); in MatchFormat()
148 if (std::all_of(registers.begin(), registers.end(), [limit](const VReg *reg) { return *reg < limit; })) { in MatchFormat()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp649 for (auto o = ObjAfterExecute.begin(); o != ObjAfterExecute.end(); o++) { in HWTEST_F_L0()
667 for (auto o = noTraceObj.begin(); o != noTraceObj.end(); o++) { in HWTEST_F_L0()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp291 for (auto it = allTags.begin(); it != allTags.end(); it++) { in TraceInit()
954 for (auto iter = g_traceFilesTable.begin(); iter != g_traceFilesTable.end();) { in SearchFromTable()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp306 bool ret = std::any_of(callbacks.begin(), callbacks.end(), [&callback](std::shared_ptr<JSCallbackObject> cb) { in RegisterListener()
332 for (auto item = jsCbMap_[type].begin(); item != jsCbMap_[type].end(); item++) { in UnRegisterListener()

Completed in 148 milliseconds

1...<<361362363364365366367368369370>>...406