Home
last modified time | relevance | path

Searched full:params (Results 6926 - 6950 of 9961) sorted by relevance

1...<<271272273274275276277278279280>>...399

/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc610 if (fwdconf.params) { in push_request_headers()
611 auto params = fwdconf.params; in push_request_headers() local
614 params &= ~FORWARDED_PROTO; in push_request_headers()
618 balloc, params, handler->get_forwarded_by(), in push_request_headers()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dparse.rs89 for pair in item.generics.params.into_pairs() { in parse_struct()
215 if !item.generics.params.is_empty() { in parse_enum()
547 || generics.params.iter().any(|param| match param { in parse_extern_fn()
795 for pair in generics.params.into_pairs() { in extern_type_lifetimes()
1028 for pair in imp.generics.params.into_pairs() { in parse_impl()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dparse.rs89 for pair in item.generics.params.into_pairs() { in parse_struct()
215 if !item.generics.params.is_empty() { in parse_enum()
547 || generics.params.iter().any(|param| match param { in parse_extern_fn()
795 for pair in generics.params.into_pairs() { in extern_type_lifetimes()
1028 for pair in imp.generics.params.into_pairs() { in parse_impl()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dparse.rs89 for pair in item.generics.params.into_pairs() { in parse_struct()
215 if !item.generics.params.is_empty() { in parse_enum()
547 || generics.params.iter().any(|param| match param { in parse_extern_fn()
795 for pair in generics.params.into_pairs() { in extern_type_lifetimes()
1028 for pair in imp.generics.params.into_pairs() { in parse_impl()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dparse.rs89 for pair in item.generics.params.into_pairs() { in parse_struct()
215 if !item.generics.params.is_empty() { in parse_enum()
547 || generics.params.iter().any(|param| match param { in parse_extern_fn()
795 for pair in generics.params.into_pairs() { in extern_type_lifetimes()
1028 for pair in imp.generics.params.into_pairs() { in parse_impl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_typedefs.h1746 GLint *params);
1780 const GLint *params);
1783 GLint *params);
1880 const GLuint64 *params);
1883 GLuint64 *params);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp1270 FramebufferCompletenessTestCase (deqp::Context& context, const TestParams& params);
1286 FramebufferCompletenessTestCase::FramebufferCompletenessTestCase(deqp::Context& context, const TestParams& params) in FramebufferCompletenessTestCase() argument
1287 : deqp::TestCase(context, params.name.c_str(), params.description.c_str()), m_params(params) in FramebufferCompletenessTestCase()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramBinaryTest.cpp1286 // For the ProgramBinariesAcrossPlatforms tests, we need two sets of params:
1406 // Tries to create a program binary using one set of platform params, then load it using a different
1407 // sent of params
1515 // | using these params | using these params | link result
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py66 {namespace}::{call}({params});
72 return {namespace}::{call}({params});
360 self.params = test_name.split('/')[1]
366 return self.full_test_name + " Params: " + self.params
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
H A DEXT_sparse_texture.txt562 RENDERBUFFER), <params> is not modified.
567 supported by internalformat and target is written into params.
571 internalformat and target are written into params.
574 internalformat and target are written into params.
577 internalformat and target are written into params.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp335 for (Type *ParamTy : FTy->params()) in getSignature()
691 SmallVector<Type *, 4> Params = {SetjmpFTy->getParamType(0), in runOnModule() local
695 FunctionType::get(Type::getInt32PtrTy(C), Params, false); in runOnModule()
700 Params = {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()}; in runOnModule()
701 FTy = FunctionType::get(IRB.getInt32Ty(), Params, false); in runOnModule()
/third_party/skia/third_party/externals/tint/src/
H A Dintrinsic_table.cc1065 std::vector<sem::Parameter*> params;
1066 params.reserve(intrinsic.parameters.size());
1068 params.emplace_back(builder.create<sem::Parameter>(
1069 nullptr, static_cast<uint32_t>(params.size()), p.type,
1073 intrinsic.type, intrinsic.return_type, std::move(params),
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs89 for pair in item.generics.params.into_pairs() { in parse_struct()
215 if !item.generics.params.is_empty() { in parse_enum()
547 || generics.params.iter().any(|param| match param { in parse_extern_fn()
795 for pair in generics.params.into_pairs() { in extern_type_lifetimes()
1028 for pair in imp.generics.params.into_pairs() { in parse_impl()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp583 map<string, string> params; in initAttachment() local
586 insert(params, "RED", floatToString(rnd.getFloat(), 4)); in initAttachment()
587 insert(params, "GREEN", floatToString(rnd.getFloat(), 4)); in initAttachment()
588 insert(params, "BLUE", floatToString(rnd.getFloat(), 4)); in initAttachment()
591 const string source = sourceTmpl.specialize(params); in initAttachment()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_linux.c309 static int macsec_drv_macsec_init(void *priv, struct macsec_init_params *params) in macsec_drv_macsec_init() argument
1535 struct wpa_init_params *params) in macsec_drv_hapd_init()
1547 os_strlcpy(drv->common.ifname, params->ifname, in macsec_drv_hapd_init()
1549 drv->use_pae_group_addr = params->use_pae_group_addr; in macsec_drv_hapd_init()
1551 if (macsec_drv_init_sockets(drv, params->own_addr)) { in macsec_drv_hapd_init()
1534 macsec_drv_hapd_init(struct hostapd_data *hapd, struct wpa_init_params *params) macsec_drv_hapd_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_linux.c307 static int macsec_drv_macsec_init(void *priv, struct macsec_init_params *params) in macsec_drv_macsec_init() argument
1536 struct wpa_init_params *params) in macsec_drv_hapd_init()
1548 os_strlcpy(drv->common.ifname, params->ifname, in macsec_drv_hapd_init()
1550 drv->use_pae_group_addr = params->use_pae_group_addr; in macsec_drv_hapd_init()
1552 if (macsec_drv_init_sockets(drv, params->own_addr)) { in macsec_drv_hapd_init()
1535 macsec_drv_hapd_init(struct hostapd_data *hapd, struct wpa_init_params *params) macsec_drv_hapd_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant_i.h285 struct wpa_params params; member
1599 struct wpa_driver_associate_params *params);
1602 struct wpa_driver_associate_params *params);
1605 struct wpa_driver_associate_params *params);
1683 struct wpa_global * wpa_supplicant_init(struct wpa_params *params);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp65 void SetBorderDashParamsAndTest(const Vector4f& params) const in SetBorderDashParamsAndTest()
68 rsNode->SetBorderDashWidth(params); in SetBorderDashParamsAndTest()
69 rsNode->SetBorderDashGap(params); in SetBorderDashParamsAndTest()
72 EXPECT_TRUE(borderDashWidth.IsNearEqual(params)); in SetBorderDashParamsAndTest()
73 EXPECT_TRUE(borderDashGap.IsNearEqual(params)); in SetBorderDashParamsAndTest()
75 void SetOutlineDashParamsAndTest(const Vector4f& params) const in SetOutlineDashParamsAndTest()
78 rsNode->SetOutlineDashWidth(params); in SetOutlineDashParamsAndTest()
79 rsNode->SetOutlineDashGap(params); in SetOutlineDashParamsAndTest()
82 EXPECT_TRUE(borderOutlineWidth.IsNearEqual(params)); in SetOutlineDashParamsAndTest()
83 EXPECT_TRUE(borderOutlineGap.IsNearEqual(params)); in SetOutlineDashParamsAndTest()
5291 ParticleParams params; HWTEST_F() local
5314 ParticleParams params; HWTEST_F() local
5558 RSDynamicBrightnessPara params; HWTEST_F() local
5642 RSDynamicBrightnessPara params; HWTEST_F() local
[all...]
/third_party/openGLES/extensions/NV/
H A DNV_fragment_program.txt835 float *params);
837 double *params);
842 const double *params);
846 const float *params);
848 double *params);
850 float *params);
3717 const float *params);
3721 const double *params);
3729 updated with the array of four values pointed to by <params>. The error
3758 const ubyte *name, float *params);
[all...]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
H A DNV_fragment_program.txt835 float *params);
837 double *params);
842 const double *params);
846 const float *params);
848 double *params);
850 float *params);
3717 const float *params);
3721 const double *params);
3729 updated with the array of four values pointed to by <params>. The error
3758 const ubyte *name, float *params);
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp1272 Local<panda::ArrayRef> params = static_cast<Local<panda::ArrayRef>>(blurOptionsArg); in ParseBlurOption() local
1273 auto grey1 = params->GetValueAt(vm, blurOptionsArg, 0)->Uint32Value(vm); in ParseBlurOption()
1274 auto grey2 = params->GetValueAt(vm, blurOptionsArg, 1)->Uint32Value(vm); in ParseBlurOption()
1310 Local<panda::ArrayRef> params = static_cast<Local<panda::ArrayRef>>(posRGBArg); in ParseDynamicBrightnessOption() local
1311 auto r = params->GetValueAt(vm, posRGBArg, 0)->Uint32Value(vm); in ParseDynamicBrightnessOption()
1312 auto g = params->GetValueAt(vm, posRGBArg, 1)->Uint32Value(vm); in ParseDynamicBrightnessOption()
1313 auto b = params->GetValueAt(vm, posRGBArg, 2)->Uint32Value(vm); in ParseDynamicBrightnessOption()
1319 Local<panda::ArrayRef> params = static_cast<Local<panda::ArrayRef>>(negRGBArg); in ParseDynamicBrightnessOption() local
1320 auto r = params->GetValueAt(vm, negRGBArg, 0)->Uint32Value(vm); in ParseDynamicBrightnessOption()
1321 auto g = params in ParseDynamicBrightnessOption()
[all...]
/third_party/ffmpeg/doc/
H A Dencoders.texi1494 @item rav1e-params
1498 For example to specify librav1e encoding options with @option{-rav1e-params}:
1501 ffmpeg -i input -c:v librav1e -b:v 500K -rav1e-params speed=5:low_latency=true output.mp4
1777 @item aom-params
1782 For example to specify libaom encoding options with @option{-aom-params}:
1785 ffmpeg -i input -c:v libaom-av1 -b:v 500K -aom-params tune=psnr:enable-tpl-model=1 output.mp4
1855 @item svtav1-params
1911 @item kvazaar-params
2393 options. Additionally the @option{x264opts} and @option{x264-params}
2543 Set tuning of the encoding params
[all...]
/third_party/openGLES/extensions/ARB/
H A DARB_framebuffer_object.txt481 void GetRenderbufferParameteriv(enum target, enum pname, int *params);
504 enum pname, int *params);
573 Returned in <params> by GetFramebufferAttachmentParameteriv:
2831 int *params);
2902 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, <params> will
2908 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, then <params>
2913 <params> will contain the mipmap level of the texture object
2918 cube map texture, then <params> will contain the cube map face
2920 Otherwise <params> will contain the value zero.
2924 three-dimensional texture, then <params> wil
[all...]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
H A DARB_framebuffer_object.txt471 void GetRenderbufferParameteriv(enum target, enum pname, int *params);
494 enum pname, int *params);
563 Returned in <params> by GetFramebufferAttachmentParameteriv:
2821 int *params);
2892 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, <params> will
2898 * If <pname> is FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, then <params>
2903 <params> will contain the mipmap level of the texture object
2908 cube map texture, then <params> will contain the cube map face
2910 Otherwise <params> will contain the value zero.
2914 three-dimensional texture, then <params> wil
[all...]
/applications/standard/app_samples/code/BasicFeature/Security/Asset/entry/src/main/ets/pages/
H A DIndex.ets465 params: { name: item, pwd: account.get('secret'), label: account.get("label") }
630 params: {
647 params: {

Completed in 82 milliseconds

1...<<271272273274275276277278279280>>...399