/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_json.h | 34 char last; in PopObject() local 50 char last; in PopArray() local 94 char last; in GetDumpString() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 225 vector(InputIt first, InputIt last) : allocator_(default_allocator()) in vector() 659 iterator insert(const_iterator pos, InputIt first, InputIt last) in insert() 685 void append(InputIt first, InputIt last) in append() 705 void append(const_pointer first, const_pointer last) in append() 736 iterator erase(const_iterator first, const_iterator last) in erase() 846 void uninitialized_default_construct(pointer first, pointer last) in uninitialized_default_construct() 857 void uninitialized_value_construct(pointer first, pointer last) in uninitialized_value_construct() 907 void copy(pointer pos, InputIt first, InputIt last) in copy() 955 void reverse_move(pointer first, pointer last, pointer dst) in reverse_move() 986 void destroy(iterator first, iterator last) in destroy() [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log_public.h | 25 constexpr void Copy(I first, I last, O result) in Copy()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/cpp_ext/ |
H A D | algorithm_ext.h | 22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/ |
H A D | algorithm_ext.h | 22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | uid.h | 73 for (auto first = values, last = values + 8; first != last; ++first) { in Uid() local 79 for (auto first = values + 8, last = values + 16; first != last; ++first) { in Uid() local
|
H A D | hash.h | 163 inline uint64_t HashRange(Iter first, Iter last) in HashRange() 174 inline void HashRange(uint64_t& seed, Iter first, Iter last) in HashRange()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_xml_unit_test.cpp | 95 std::shared_ptr<XmlElement> last = root->GetLast(); variable 117 std::shared_ptr<XmlElement> last = root->GetLast(); variable 139 std::shared_ptr<XmlElement> last = root->GetLast(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/ |
H A D | scene_demo.js | 25 let last = Date.now(); variable
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/moduletest/common/ |
H A D | xcollie_timeout_test.cpp | 151 …int last = XCollie::GetInstance().SetTimer("TimeoutTimer", 1, nullptr, nullptr, XCOLLIE_FLAG_NOOP); variable 191 … int last = XCollie::GetInstance().SetTimer("TimeoutTimer", 61, func, nullptr, XCOLLIE_FLAG_NOOP); variable
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_shorten_path.cpp | 42 VertexDist& last = vtxSeq[nSize]; in ShortenPath() local
|
/ohos5.0/base/startup/init/services/begetctl/ |
H A D | main.c | 42 const char *last = strrchr(argv[0], '/'); in main() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | time_util.cpp | 44 char last = time[size - 1]; in ParseToMilliseconds() local
|
/ohos5.0/base/security/device_security_level/oem_property/include/ |
H A D | dslm_credential_utils.h | 37 PublicKey last; member
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/cache/ |
H A D | render_fifo_cache.h | 39 auto &last = valueList_.back(); in Put() local
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/ |
H A D | config_parser.cpp | 78 size_t last = str.find_last_not_of(' '); in trim() local
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | token_bucket.h | 30 uint64 last; // The time of the last message member
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/ |
H A D | xml_element.cpp | 74 xmlNodePtr last = xmlNodePtr_->last; in GetLast() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_emitter.cpp | 81 float last = particleCount_; in EmitParticle() local
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_support.h | 43 Line *last; member
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | task_manager.h | 35 #define GET_INTERVAL(last, now) (((last) > (now)) ? (GET_REMAIN_TIME(last) + (now)) : ((now) - (las… argument
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_def.h | 49 uint8 last : 1; /* Indicates whether the last parameter. */ member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | result_entries_window.cpp | 80 int last = begin_ + buffer_.size() - 1; in MoveToPosition() local
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_option.h | 48 PDhcpOptionNode last; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_list.h | 97 List *last = from->prev; in ListMove() local
|