/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`
|
H A D | nghttp2_buf.c | 229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2() argument 248 nghttp2_buf_wrap_init(&cur_chain->buf, vec[i].base, vec[i].len); in nghttp2_bufs_wrap_init2()
|
/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![]
|
/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()
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 168 bool ParseBytesVector(napi_env env, std::vector<unsigned char> &vec, napi_value args); 169 bool ParseUInt32Vector(napi_env &env, std::vector<uint32_t> &vec, napi_value &args); 170 bool ParseStringVector(napi_env& env, std::vector<std::string>& vec, napi_value &args, uint32_t maxLen);
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_utils.cpp | 304 std::vector<uint8_t> vec = value; in SetValueU8Vector() local 305 for (auto i = 0; i < vec.size(); ++i) { in SetValueU8Vector() 307 napi_status status = napi_create_int32(env, vec[i], &value); in SetValueU8Vector()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | database.rs | 161 let mut results = vec![]; 208 let mut results = vec![]; 251 let mut results = vec![];
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | serializable_test.cpp | 146 std::vector<uint8_t> vec = { 1, 2, 3, 4, 5 }; in HWTEST_F() local 176 ASSERT_EQ(res5.size(), vec.size()); in HWTEST_F() 178 ASSERT_EQ(res5[i], vec[i]); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 227 extern void kvmppc_book3s_queue_irqprio(struct kvm_vcpu *vcpu, unsigned int vec); 229 unsigned int vec); 230 extern void kvmppc_inject_interrupt(struct kvm_vcpu *vcpu, int vec, u64 flags);
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | traps_32.c | 744 void *set_exception_table_vec(unsigned int vec, void *handler) in set_exception_table_vec() argument 749 old_handler = exception_handling_table[vec]; in set_exception_table_vec() 750 exception_handling_table[vec] = handler; in set_exception_table_vec()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | traps_32.c | 752 void *set_exception_table_vec(unsigned int vec, void *handler) in set_exception_table_vec() argument 757 old_handler = exception_handling_table[vec]; in set_exception_table_vec() 758 exception_handling_table[vec] = handler; in set_exception_table_vec()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-io.c | 413 u32 block, u32 vec, u32 iter) in iwl_dump_host_monitor_block() 417 IWL_ERR(trans, "Host monitor block 0x%x vector 0x%x\n", block, vec); in iwl_dump_host_monitor_block() 418 iwl_write32(trans, CSR_MONITOR_CFG_REG, (block << 8) | vec); in iwl_dump_host_monitor_block() 412 iwl_dump_host_monitor_block(struct iwl_trans *trans, u32 block, u32 vec, u32 iter) iwl_dump_host_monitor_block() argument
|
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 156 void ObjectToVector(T ¶m, std::vector<int8_t> &vec)
in ObjectToVector() argument 159 vec.insert(vec.end(), paramPointer, paramPointer + sizeof(param));
in ObjectToVector()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_conf.cpp | 77 LocalPointer<UVector> vec(new UVector(status), status); in SPUStringPool() 81 vec->setDeleter( in SPUStringPool() 83 fVec = vec.orphan(); in SPUStringPool()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.c | 229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2() argument 248 nghttp2_buf_wrap_init(&cur_chain->buf, vec[i].base, vec[i].len); in nghttp2_bufs_wrap_init2()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
H A D | nghttp3.h | 2050 * `nghttp3_conn_writev_stream` stores stream data to send to |vec| of 2067 nghttp3_vec *vec, 2252 * The library provides |vec| of length |veccnt| to the application. 2253 * The application should fill data and its length to |vec|. It has 2266 * The callback should return the number of objects in |vec| that the 2274 nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt, 2504 * `nghttp3_vec_len` returns the sum of length in |vec| of |cnt| 2507 NGHTTP3_EXTERN uint64_t nghttp3_vec_len(const nghttp3_vec *vec, size_t cnt);
|