/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus.h | 84 const struct kvec *vec; member
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | feat.h | 44 * @sp.vec: single SP value plus optional preference list 45 * @sp.len: length of @sp.vec in bytes 50 u8 *vec; member
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus.h | 84 const struct kvec *vec; member
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | vtable.rs | 91 let new_body = vec![const_items.parse().unwrap(), body.stream()]
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_rust_target.rs | 172 vec![("kind".to_string(), Value::String("none".to_string()))], in main()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | feat.h | 44 * @sp.vec: single SP value plus optional preference list 45 * @sp.len: length of @sp.vec in bytes 50 u8 *vec; member
|
/third_party/libuv/test/ |
H A D | runner.h | 141 /* Wait for all `n` processes in `vec` to terminate. Time out after `timeout` 144 int process_wait(process_info_t *vec, int n, int timeout);
|
/third_party/nghttp2/lib/ |
H A D | sfparse.h | 198 * :member:`vec` contains sequence of bytes if :member:`type` is 212 * If :member:`vec.len <sf_vec.len>` == 0, :member:`vec.base 215 sf_vec vec; member 367 * |src| should be the pointer to :member:`sf_value.vec` of type 389 * :member:`sf_value.vec` of type :enum:`sf_type.SF_TYPE_BYTESEQ`
|
/third_party/node/deps/nghttp2/lib/ |
H A D | sfparse.h | 198 * :member:`vec` contains sequence of bytes if :member:`type` is 212 * If :member:`vec.len <sf_vec.len>` == 0, :member:`vec.base 215 sf_vec vec; member 367 * |src| should be the pointer to :member:`sf_value.vec` of type 389 * :member:`sf_value.vec` of type :enum:`sf_type.SF_TYPE_BYTESEQ`
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | setlocale_sup.c | 146 char *vec[LC_ALL]; in setlocale_0600() local
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | setlocale.c | 155 char *vec[LC_ALL]; in setlocale_0600() local
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | custom_string_parsers.rs | 44 vector_path: vec![ in test_path_opt_simple()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | type_ptr.hpp | 64 GLM_FUNC_DECL typename genType::value_type const * value_ptr(genType const & vec);
|
/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fGradientPriv.h | 60 Sk4f c4f = swizzle_rb_if_bgra(Sk4f::Load(c.vec())); in load()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | chdir.rs | 4 use alloc::vec::Vec;
|
/third_party/rust/crates/regex/tests/ |
H A D | set.rs | 55 assert_eq!(vec!["a", "b"], set.patterns()); in get_set_patterns()
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | at.rs | 23 use alloc::vec::Vec;
|
/third_party/rust/crates/proc-macro-error/src/imp/ |
H A D | delegate.rs | 21 vec![]
|
/third_party/node/src/ |
H A D | util-inl.h | 422 const std::vector<T>& vec, in ToV8Value() 427 MaybeStackBuffer<v8::Local<v8::Value>, 128> arr(vec.size()); in ToV8Value() 428 arr.SetLength(vec.size()); in ToV8Value() 429 for (size_t i = 0; i < vec.size(); ++i) { in ToV8Value() 430 if (!ToV8Value(context, vec[i], isolate).ToLocal(&arr[i])) in ToV8Value() 421 ToV8Value(v8::Local<v8::Context> context, const std::vector<T>& vec, v8::Isolate* isolate) ToV8Value() argument
|
/base/hiviewdfx/hidumper/services/native/src/ |
H A D | dump_manager_cpu_service.cpp | 316 std::vector<std::string> vec; in AddStrLineToDumpInfo() local 317 vec.push_back(strLine); in AddStrLineToDumpInfo() 318 dumpCPUDatas_->push_back(vec); in AddStrLineToDumpInfo()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_p2p.c | 105 static int32_t GetCredInfosByPeerIdentity(const CJson *in, IdentityInfoVec *vec) in GetCredInfosByPeerIdentity() argument 154 vec->pushBack(vec, (const IdentityInfo **)&info); in GetCredInfosByPeerIdentity()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_impl.cpp | 410 void FfiTelephonyObserver::OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() argument 412 TELEPHONY_LOGI("OnCellInfoUpdated slotId = %{public}d, cell info size = %{public}zu", slotId, vec.size()); in OnCellInfoUpdated() 413 std::unique_ptr<CellInfomationUpdate> cellInfo = std::make_unique<CellInfomationUpdate>(slotId, vec); in OnCellInfoUpdated()
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_page_manager_unittest.cpp | 28 std::string ToString(const std::vector<std::string> &vec)
in ToString() argument 30 if (vec.empty()) {
in ToString() 34 for (auto &str : vec) {
in ToString()
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.h | 341 CheckboxGroupResult(const std::vector<std::string>& vec, int32_t status) : in CheckboxGroupResult() argument 343 for (int i = 0; i < static_cast<int32_t>(vec.size()); ++i) { in CheckboxGroupResult() 344 nameVector_.push_back(vec[i]); in CheckboxGroupResult()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_image_vk.cpp | 242 auto destroyImageViews = [](VkDevice device, auto& vec) { in ~GpuImageVk() 243 for (auto& ref : vec) { in ~GpuImageVk() 248 vec.clear(); in ~GpuImageVk()
|