| /third_party/spirv-tools/source/opt/ |
| H A D | type_manager.h | 95 IdToTypeMap::const_iterator begin() const { return id_to_type_.cbegin(); } in begin() function in spvtools::opt::analysis::TypeManager
|
| /third_party/spirv-tools/source/util/ |
| H A D | small_vector.h | 224 iterator begin() { in begin() function in spvtools::utils::SmallVector 232 const_iterator begin() const { in begin() function in spvtools::utils::SmallVector [all...] |
| /third_party/spirv-tools/test/opt/ |
| H A D | instruction_test.cpp | 209 auto begin = inst.begin(); in TEST() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSSBOLayoutCase.hpp | 103 inline iterator begin (void) { return m_variables.begin(); } in begin() function in deqp::gles31::bb::BufferBlock 104 inline const_iterator begin (void) const { return m_variables.begin(); } in begin() function in deqp::gles31::bb::BufferBlock
|
| H A D | es31fTessellationTests.cpp | 100 static string elemsStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0) in elemsStr() argument [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuFormatUtil.hpp | 93 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end) in Bitfield() argument 182 Iterator begin; member in tcu::Format::Array 274 inline Format::Array<Iterator> formatArray (const Iterator& begin, const Iterator& end) in formatArray() argument
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deAppendList.hpp | 272 typename AppendList<ElementType>::const_iterator AppendList<ElementType>::begin (void) const in begin() function in de::AppendList 278 typename AppendList<ElementType>::iterator AppendList<ElementType>::begin (void) in begin() function in de::AppendList
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgVariableManager.hpp | 193 ValueEntryIterator (std::vector<const ValueEntry*>::const_iterator begin, std::vector<const ValueEntry*>::const_iterator end, Filter filter) in ValueEntryIterator() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | debug.cpp | 151 void ScopedPerfEventHelper::begin(const char *format, ...) in begin() function in gl::ScopedPerfEventHelper
|
| H A D | string_utils.cpp | 103 auto begin = input.find_first_not_of(trimChars); in TrimString() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ResourceManager.h | 78 typename ResourceMap<ResourceType, IDType>::Iterator begin() const in begin() function in gl::TypedResourceManager
|
| H A D | ResourceMap.h | 199 typename ResourceMap<ResourceType, IDType>::Iterator ResourceMap<ResourceType, IDType>::begin() in begin() function in gl::ResourceMap
|
| /base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
| H A D | thread_sampler.cpp | 329 uint64_t begin = GetCurrentTimeNanoseconds();
in WriteContext() local
|
| /base/global/i18n/frameworks/intl/src/ |
| H A D | utils.cpp | 52 string::size_type begin = 0; in Split() local
|
| H A D | preferred_language.cpp | 254 std::string::size_type begin = 0; in Split() local [all...] |
| /base/print/print_fwk/services/print_service/src/ |
| H A D | print_http_request_process.cpp | 121 DumpRespIdCode(const std::vector<uint8_t> &readTempBuffer, Operation operation, size_t begin, size_t maxSize) DumpRespIdCode() argument
|
| /foundation/ability/idl_tool/util/ |
| H A D | string.cpp | 495 String String::Substring(int begin, int end) const in Substring() argument 538 int begin in Replace() local 562 int begin = 0; Replace() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
| H A D | render_side_bar_container.cpp | 340 auto begin = children.begin();
in PerformLayout() local 423 auto begin = children.begin();
in LayoutChildren() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_wrapper.h | 75 auto begin() const in begin() function in OHOS::Ace::NG::final
|
| /foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/ |
| H A D | animation_framework_test.cpp | 150 float begin = 1.0f; in InitBasicAnimationDirectionPropertyTest() local 190 float begin = 1.0f; in InitBasicPropertyTest() local 1637 float begin = 1.0f; in HWTEST_F() local 1682 float begin = 1.0f; HWTEST_F() local 1728 float begin = 1.0f; HWTEST_F() local 1774 float begin = 1.0f; HWTEST_F() local 1827 float begin = 1.0f; HWTEST_F() local [all...] |
| /foundation/arkui/ui_lite/frameworks/draw/ |
| H A D | draw_arc.cpp | 51 DrawVerLine(BufferInfo& gfxDstBuffer, const Point& begin, const Point& imgPos, const Rect& mask, int16_t len, const Style& style, uint8_t opaScale, const Image* image) DrawVerLine() argument 68 DrawHorLine(BufferInfo& gfxDstBuffer, const Point& begin, const Point& imgPos, const Rect& mask, int16_t len, const Style& style, uint8_t opaScale, const Image* image) DrawHorLine() argument [all...] |
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
| H A D | plugin_registry.cpp | 333 auto begin = plugins.begin(); in LoadPlugins() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
| H A D | rs_round_corner_config.cpp | 455 auto begin = high_resolution_clock::now(); in Load() local
|
| /foundation/systemabilitymgr/safwk/services/safwk/src/ |
| H A D | system_ability.cpp | 83 int64_t begin = GetTickCount(); in Publish() local 130 int64_t begin = GetTickCount(); in StopAbility() local 181 int64_t begin = GetTickCount(); in Start() local 205 int64_t begin = GetTickCount(); in Idle() local 226 int64_t begin = GetTickCount(); in Active() local 250 int64_t begin = GetTickCount(); Stop() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
| H A D | distributeddb_cloud_task_merge_test.cpp | 207 InsertUserTableRecord(const std::string &tableName, int64_t recordCounts, int64_t begin) InsertUserTableRecord() argument
|