Home
last modified time | relevance | path

Searched refs:vec (Results 1026 - 1050 of 1807) sorted by relevance

1...<<41424344454647484950>>...73

/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus.h84 const struct kvec *vec; member
/kernel/linux/linux-5.10/net/dccp/
H A Dfeat.h44 * @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 Dxenbus.h84 const struct kvec *vec; member
/kernel/linux/linux-6.6/rust/macros/
H A Dvtable.rs91 let new_body = vec![const_items.parse().unwrap(), body.stream()]
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_rust_target.rs172 vec![("kind".to_string(), Value::String("none".to_string()))], in main()
/kernel/linux/linux-6.6/net/dccp/
H A Dfeat.h44 * @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 Drunner.h141 /* 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 Dsfparse.h198 * :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 Dsfparse.h198 * :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 Dsetlocale_sup.c146 char *vec[LC_ALL]; in setlocale_0600() local
/third_party/musl/libc-test/src/functionalext/locale/
H A Dsetlocale.c155 char *vec[LC_ALL]; in setlocale_0600() local
/third_party/rust/crates/clap/tests/derive/
H A Dcustom_string_parsers.rs44 vector_path: vec![ in test_path_opt_simple()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_ptr.hpp64 GLM_FUNC_DECL typename genType::value_type const * value_ptr(genType const & vec);
/third_party/skia/src/shaders/gradients/
H A DSk4fGradientPriv.h60 Sk4f c4f = swizzle_rb_if_bgra(Sk4f::Load(c.vec())); in load()
/third_party/rust/crates/rustix/src/process/
H A Dchdir.rs4 use alloc::vec::Vec;
/third_party/rust/crates/regex/tests/
H A Dset.rs55 assert_eq!(vec!["a", "b"], set.patterns()); in get_set_patterns()
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs23 use alloc::vec::Vec;
/third_party/rust/crates/proc-macro-error/src/imp/
H A Ddelegate.rs21 vec![]
/third_party/node/src/
H A Dutil-inl.h422 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 Ddump_manager_cpu_service.cpp316 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 Didentity_p2p.c105 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 Dtelephony_observer_impl.cpp410 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 Dui_page_manager_unittest.cpp28 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 Dcheckable_component.h341 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 Dgpu_image_vk.cpp242 auto destroyImageViews = [](VkDevice device, auto& vec) { in ~GpuImageVk()
243 for (auto& ref : vec) { in ~GpuImageVk()
248 vec.clear(); in ~GpuImageVk()

Completed in 16 milliseconds

1...<<41424344454647484950>>...73