/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | extension.rs | 194 let mut first = true; in build() variables 360 let mut first = true; global() variables 415 let mut first = true; global() variables [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 358 bool first = true; in getName() local 381 bool first = true; in getDescription() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_full.c | 566 struct hostapd_vlan *first, *prev, *vlan = hapd->conf->vlan; in vlan_dellink() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_backup.c | 1103 struct dpp_asymmetric_key *first = NULL, *last = NULL, *key; in dpp_parse_dpp_asymmetric_key_package() local
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureUploadTests.cpp | 259 vector<deUint64>::const_iterator first = sortedFrameTimes.begin(); in logResults() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_full.c | 566 struct hostapd_vlan *first, *prev, *vlan = hapd->conf->vlan; in vlan_dellink() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.c | 90 int ok, first; in allowed_ht40_channel_pair() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils.h | 384 constexpr ParamT BitSetT<N, BitsT, ParamT>::first() const in first() function in angle::BitSetT
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | FindPreciseNodes.cpp | 661 auto first = info.preciseObjectsToProcess.begin(); in FindPreciseNodes() local
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 294 off_t first; /* offset of first stored block first length byte */ global() member [all...] |
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_config.cpp | 145 auto first = capList_.begin(); in GetComponentCapabilityList() local
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_chart.h | 882 Point first; member
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 70 bool first = true; in ~ObjectRegistry() local
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 432 basic_string& replace(const_iterator first, const_iterator last, const string_view& str) in replace() argument 500 iterator erase(const_iterator first, const_iterator last) in erase() argument
|
H A D | vector.h | 225 vector(InputIt first, InputIt last) : allocator_(default_allocator()) in vector() argument 233 vector(const_pointer first, const_pointer last) : allocator_(default_allocator()) in vector() argument 648 iterator insert(const_iterator pos, const_iterator first, const_iterator last) in insert() argument 653 insert(const_iterator pos, iterator first, iterator last) insert() argument 659 insert(const_iterator pos, InputIt first, InputIt last) insert() argument 685 append(InputIt first, InputIt last) append() argument 705 append(const_pointer first, const_pointer last) append() argument 736 erase(const_iterator first, const_iterator last) erase() argument 846 uninitialized_default_construct(pointer first, pointer last) uninitialized_default_construct() argument 857 uninitialized_value_construct(pointer first, pointer last) uninitialized_value_construct() argument 868 uninitialized_copy(const_pointer first, const_pointer last, pointer d_first) uninitialized_copy() argument 880 uninitialized_fill(pointer first, const_pointer last, const_reference value) uninitialized_fill() argument 892 uninitialized_move(pointer first, const_pointer last, pointer d_first) uninitialized_move() argument 907 copy(pointer pos, InputIt first, InputIt last) copy() argument 943 move(pointer first, const_pointer last, pointer d_first) move() argument 955 reverse_move(pointer first, pointer last, pointer dst) reverse_move() argument 986 destroy(iterator first, iterator last) destroy() argument 1095 init_copy(pointer pos, InputIt first, InputIt last) init_copy() argument 1172 insert_impl(const_iterator pos, InputIt first, InputIt last) insert_impl() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 140 float first = GetData<float>(); in RsCurveAnimationFuzzTest() local 171 float first = GetData<float>(); in RsKeyframeAnimationFuzzTest() local 201 float first = GetData<float>(); in RsPathAnimationFuzzTest() local 266 float first = GetData<float>(); in RsSpringAnimationFuzzTest() local 298 float first = GetData<float>(); in RsTransitionFuzzTest() local 346 float first = GetData<float>(); RsImplicitAnimatorFuzzTest() local 374 float first = GetData<float>(); RsImplicitAnimatorParamFuzzTest() local 448 float first = GetData<float>(); RSInterpolatingSpringAnimationFuzzTest() local [all...] |
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | drm_host_manager.cpp | 361 size_t first in StringTrim() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_commit_storage.cpp | 760 bool MultiVerNaturalStoreCommitStorage::CompareCommit(const IKvDBCommit *first, in CompareCommit() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_db_proxy.cpp | 76 int64_t first = 0; in RecordSyncDataTimeStampLog() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | packet.c | 404 Payload *first = pkt->payload; in PacketExtractHead() local 454 Payload *first = uplayer->head; PacketFragment() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_draw.cpp | 292 napi_value WebGLRenderingContextBaseImpl::DrawArrays(napi_env env, GLenum mode, GLint first, GLsizei count) in DrawArrays() argument 1035 GLenum WebGLRenderingContextBaseImpl::CheckDrawArrays(napi_env env, GLenum mode, GLint first, GLsizei count) in CheckDrawArrays() argument
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devres.c | 688 struct list_head *first in devres_release_group() local 437 remove_nodes(struct device *dev, struct list_head *first, struct list_head *end, struct list_head *todo) remove_nodes() argument [all...] |
/kernel/linux/linux-5.10/drivers/dma/dw/ |
H A D | core.c | 174 static void dwc_dostart(struct dw_dma_chan *dwc, struct dw_desc *first) in dwc_dostart() argument 546 struct dw_desc *first; dwc_prep_dma_memcpy() local 625 struct dw_desc *first; dwc_prep_slave_sg() local [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | zynq-fpga.c | 164 bool first; in zynq_step_dma() local
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsldma.c | 764 struct fsl_desc_sw *first = NULL, *prev = NULL, *new; in fsl_dma_prep_memcpy() local
|