| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | distributed_sched_service.cpp | 753 int64_t begin = GetTickCount(); in StartRemoteAbility() local 1008 int64_t begin = GetTickCount(); in ContinueRemoteMission() local 3276 int64_t begin = GetTickCount(); StartAbility() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_surface_render_node.cpp | 2084 auto begin = cornerRadius.GetData(); in RotateCorner() local [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl.hpp | 970 static iterator begin(const cl::vector<T,N> &vec) in begin() function in cl::vector::iterator 1027 iterator begin(void) in begin() function in cl::vector 1032 iterator begin(void) const in begin() function in cl::vector
|
| /third_party/littlefs/ |
| H A D | lfs.c | 865 uint16_t begin; member 877 lfs_dir_traverse(lfs_t *lfs, const lfs_mdir_t *dir, lfs_off_t off, lfs_tag_t ptag, const struct lfs_mattr *attrs, int attrcount, lfs_tag_t tmask, lfs_tag_t ttag, uint16_t begin, uint16_t end, int16_t diff, int (*cb)(void *data, lfs_tag_t tag, const void *buffer), void *data) lfs_dir_traverse() argument 1548 lfs_off_t begin; global() member 1901 lfs_dir_compact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_compact() argument 2074 lfs_dir_splittingcompact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_splittingcompact() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 121 iterator begin() { return vec.begin(); } in begin() function in r600_sb::sb_set 123 const_iterator begin() const { return vec.begin(); } in begin() function in r600_sb::sb_set 190 iterator begin() { return set.begin(); } in begin() function in r600_sb::sb_map 353 iterator begin(shader &sh) { begin() function in r600_sb::sb_value_set 925 iterator begin() { return first; } begin() function in r600_sb::container_node [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_vcn_enc.h | 504 void (*begin)(struct radeon_encoder *enc); member
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.cc | 831 Address begin = RoundDown(region.begin(), commit_page_size); MakeWritable() local [all...] |
| /third_party/node/deps/ada/ |
| H A D | ada.h | 6804 inline auto begin() const { return params.begin(); } begin() function [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 4679 uint64_t begin, end; in anv_GetCalibratedTimestampsEXT() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction.h | 1365 iterator begin() { return iterator(fields_.begin(), nested_.begin()); } in begin() function in v8::internal::compiler::StateValueList 1715 const_iterator begin() const { return instructions_.begin(); } in begin() function in v8::internal::compiler::final
|
| H A D | mid-tier-register-allocator.cc | 276 ZoneSet<int>::const_iterator begin() const { return spilled_vregs_.begin(); } in begin() function in v8::internal::compiler::final 832 RegisterIndex::Iterator begin() const { return RegisterIndex::Iterator(0); } in begin() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | intl-objects.cc | 471 ToString(Isolate* isolate, const icu::UnicodeString& string, int32_t begin, int32_t end) ToString() argument 1872 Iterator(std::vector<std::string>::const_iterator begin, std::vector<std::string>::const_iterator end) Iterator() argument [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.cc | 3144 int begin = position(); in CreatePrivateNameVariable() local 1806 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int begin, int end) DeclareVariable() argument
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2grep.c | 1964 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, in decode_dollar_escape() argument 2150 PCRE2_SPTR begin = string; in syntax_check_output_text() local 2187 PCRE2_SPTR begin in display_output_text() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineTimestampTests.cpp | 1226 bool CalibratedTimestampTestInstance::outOfRange (deUint64 begin, deUint64 middle, deUint64 end) const in outOfRange() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Program.cpp | 1089 ProgramBindings::const_iterator ProgramBindings::begin() const in begin() function in gl::ProgramBindings 1187 ProgramAliasedBindings::const_iterator ProgramAliasedBindings::begin() const in begin() function in gl::ProgramAliasedBindings
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 704 enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, MachineBasicBlock::iterator end, unsigned regioninstrs) enterRegion() argument 973 enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, MachineBasicBlock::iterator end, unsigned regioninstrs) enterRegion() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPipelineConstructionUtil.cpp | 1276 void RenderPassWrapper::begin (const DeviceInterface& vk, in begin() function in vk::RenderPassWrapper 1317 void RenderPassWrapper::begin (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const VkClearValue& clearValue, const VkSubpassContents contents) const in begin() function in vk::RenderPassWrapper 1322 void RenderPassWrapper::begin (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const VkSubpassContents contents) const in begin() function in vk::RenderPassWrapper 1328 void RenderPassWrapper::begin(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const float clearDepth, const deUint32 clearStencil, const VkSubpassContents contents) const in begin() function in vk::RenderPassWrapper 1338 void RenderPassWrapper::begin (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const VkSubpassContents contents) const in begin() function in vk::RenderPassWrapper 1344 void RenderPassWrapper::begin(cons function in vk::RenderPassWrapper [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2565 static SDNodeIterator begin(const SDNode *N) { return SDNodeIterator(N, 0); } in begin() function in llvm::SDNodeIterator
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | render_context.h | 316 virtual void OpacityAnimation(const AnimationOption& option, double begin, double end) {} in OpacityAnimation() argument 317 virtual void ScaleAnimation(const AnimationOption& option, double begin, double end) {} in ScaleAnimation() argument
|
| /foundation/window/window_manager/wm/src/ |
| H A D | window_impl.cpp | 707 int begin, end; in GetAbcContent() local [all...] |
| H A D | window_session_impl.cpp | 1360 int begin, end; in GetAbcContent() local [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm.c | 3266 const snd_pcm_channel_area_t *begin = dst_areas; in snd_pcm_areas_silence() local
|
| /third_party/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 914 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled() argument 923 static bool RangeIsUnshuffled(const TestingVector& vector, int begin, in RangeIsUnshuffled() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | rbbitst.cpp | 330 int32_t begin = 3; in TestBug4153072() local
|