Home
last modified time | relevance | path

Searched defs:begin (Results 26 - 50 of 1338) sorted by relevance

12345678910>>...54

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DTremoloEffect.h34 void operator () (iter_type begin, iter_type end) { in operator ()() argument
/third_party/skia/tests/
H A DRecordPatternTest.cpp109 int start, begin, end; in DEF_TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator_range.h46 IteratorT begin() const { return begin_iterator; } in begin() function in llvm::iterator_range
/third_party/skia/third_party/externals/tint/src/utils/
H A Dreverse.h35 auto begin(ReverseIterable<T> r_it) { in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Diterator_range.h45 IteratorT begin() const { return begin_iterator; } in begin() function in llvm::iterator_range
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token.h89 Iterator begin() { return Iterator(this); } in begin() function in absl::cord_internal::CordzSampleToken
/third_party/skia/modules/skplaintexteditor/src/
H A Dword_boundaries.cpp20 std::vector<bool> GetUtf8WordBoundaries(const char* begin, size_t byteCount, const char* locale) { in GetUtf8WordBoundaries() argument
/third_party/skia/modules/sksg/include/
H A DSkSGInvalidationController.h35 auto begin() const { return fRects.cbegin(); } in begin() function in sksg::InvalidationController
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_set.cpp22 void FreeObjectSet<T>::Free(uintptr_t begin, size_t size) in Free() argument
33 void FreeObjectSet<MemDesc>::Free(uintptr_t begin, size_t size) in Free() argument
/arkcompiler/runtime_core/assembler/
H A Dide_helpers.h38 SourcePosition begin; member
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_new_test.cpp569 LifeNumber begin = 2; // 2: It's a random number HWTEST_F() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h56 BytecodeIterator begin() const in begin() function
/arkcompiler/runtime_core/static_core/assembler/
H A Dide_helpers.h39 SourcePosition begin; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h50 BytecodeIterator begin() const in begin() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
H A Dregexp_executor.cpp26 uint8_t *begin = GetInputPtr(); in GetIndices() local
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_stub_test.cpp77 uint32_t begin = static_cast<uint32_t>(PowerMgr::BatterySrvInterfaceCode::BATT_GET_CAPACITY); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_content.cpp58 DrawPropertyDrawableRange( RSPropertyDrawableSlot begin, RSPropertyDrawableSlot end, RSPaintFilterCanvas& canvas) const DrawPropertyDrawableRange() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_entity_manager.h113 inline CORE_NS::EntityIterator begin(const CORE_NS::IEntityManager& manager) in begin() function
/foundation/multimedia/media_library/frameworks/utils/include/
H A Depfs.h33 uint64_t begin; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Duid_range.cpp26 UidRange::UidRange(int32_t begin, int32_t end) : begin_(begin), end_(end) {} in UidRange() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp71 auto begin = std::find_if(prefix.Data().begin(), prefix.Data().end(), [](int ch) { return !std::isspace(ch); }); in TrimKey() local
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dcache-sh3.c35 unsigned long begin, end; in sh3__flush_wback_region() local
74 unsigned long begin, end; in sh3__flush_purge_region() local
H A Dcache-sh2.c21 unsigned long begin, end; in sh2__flush_wback_region() local
42 unsigned long begin, end; in sh2__flush_purge_region() local
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ddumpstack_32.c40 unsigned long *begin = (unsigned long *)this_cpu_read(hardirq_stack_ptr); in in_hardirq_stack() local
65 unsigned long *begin = (unsigned long *)this_cpu_read(softirq_stack_ptr); in in_softirq_stack() local
93 void *begin = ss->stack; in_doublefault_stack() local
[all...]
/kernel/linux/linux-6.6/arch/riscv/errata/thead/
H A Derrata.c89 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in thead_errata_patch_func() argument

Completed in 8 milliseconds

12345678910>>...54