Home
last modified time | relevance | path

Searched full:params (Results 8526 - 8550 of 10200) sorted by relevance

1...<<341342343344345346347348349350>>...408

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp284 * @tc.desc: verify that isEncrypted, passwd of AutoLaunchOption must be the same to params of the db created already.
542 * @tc.steps: step9. call EnableKvStoreAutoLaunch use the option with the params is the same with the first time . in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp412 std::string params; in HWTEST_F() local
414 req->SetParams(params); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp894 std::vector<std::string> params; in HWTEST_F() local
901 ASSERT_EQ(WSError::WS_OK, sceneSessionManagerProxy_->GetSessionDumpInfo(params, info)); in HWTEST_F()
/test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstancetest/entry/src/ohosTest/ets/test/
H A DAbility.test.ets28 class Params {
43 async function startAbilityProcess(testAbilityContext: common.UIAbilityContext, parameters: Params) {
/test/xts/acts/global/global_stage/entry/src/ohosTest/ets/test/
H A Dglobalstage.test.ets1041 params: ["sdfd", 123],
1059 params: ["sdfd", 123],
/test/xts/acts/security/certificate_framework/js_api_test_oh50/entry/src/ohosTest/ets/test/
H A DcertChainOfflineValidate.test.ets785 * @tc.name check X509CertChain validate (CertChain doesn't contain ocsp url & CRL url, abnormal params)
908 * @tc.name check X509CertChain validate (CertChain doesn't contain ocsp url & CRL url, abnormal params)
/third_party/mesa3d/include/GL/
H A Dglxext.h739 typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
741 Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
/third_party/mesa3d/src/compiler/glsl/
H A Dast_type.cpp258 /* Function params can have constant */ in merge_qualifier()
267 /* Function params 'inout' will set this */ in merge_qualifier()
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc460 "\"params\":{\"value\":true}}" in TEST_F()
464 "\"params\":{\"interval\":100}}" in TEST_F()
/third_party/openGLES/api/GL/
H A Dglxext.h724 typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
726 Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
/third_party/openGLES/extensions/ARB/
H A DARB_vertex_attrib_64bit.txt141 void GetVertexAttribLdv(uint index, enum pname, double *params);
426 void GetVertexAttribLdv(uint index, enum pname, double *params);
/third_party/openGLES/extensions/EXT/
H A DEXT_blend_func_extended.txt145 is written to params. If the active variable is not an output for a
146 fragment shader, the value -1 will be written to params."
H A DEXT_texture_buffer.txt123 Returned in the <type> parameter of GetActiveUniform, the <params>
124 parameter of GetActiveUniformsiv, and the <params> parameter of
H A DEXT_texture_cube_map.txt263 TEXTURE_GEN_MODE, then the array <params> may also contain
306 "If <pname> is TEXTURE_GEN_MODE, then either <params> points to or <param> is
/third_party/musl/src/network/
H A Dlookup_name.c723 static int _predefined_host_parse_host_ips(char* params) in _predefined_host_parse_host_ips() argument
729 while ((cmd = strsep(&params, GROUP_SEPARATOR)) != NULL) { in _predefined_host_parse_host_ips()
/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c516 /* Parse params */ in ares_dns_parse_rr_svcb()
567 /* Parse params */ in ares_dns_parse_rr_https()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.h1098 * |params| from a remote endpoint to |conn|.
1113 ngtcp2_conn *conn, const ngtcp2_transport_params *params);
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
H A Dcomc597.mme.h585 // r7 = r7 - r5; // unneeded params
691 // r7 = r7 - r5; // unneeded params
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sockopt.c807 /* Verify that trying to set send params with an invalid assoc id in main()
845 /* Verify that trying to set send params with an assoc id not in main()
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc742 CheckMapsParameters params = CheckMapsParametersOf(op); in ReduceNode() local
753 params.maps().contains( in ReduceNode()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_emit.c69 unsigned params = word.signed_offset & 0x1FF; in midgard_unpack_varying_params() local
72 memcpy(&p, &params, sizeof(p)); in midgard_unpack_varying_params()
/third_party/node/deps/openssl/openssl/providers/
H A Dfips-sources.checksums256 0e4a5388a92fabbe5a540176c0b4c5ce258b78dc9168ecc2e805352a06aaf0ba crypto/params.c
448 30085f4d1b4934bb25ffe7aa9a30859966318a1b4d4dcea937c426e90e6e1984 include/openssl/params.h
/third_party/node/deps/undici/src/docs/api/
H A DDispatcher.md198 * **query** `Record<string, any> | null` (optional) - Default: `null` - Query string params to be embedded in the request URL. Note that both keys and values of query are encoded using `encodeURIComponent`. If for some reason you need to send them unencoded, embed query params into path directly instead.
/third_party/python/Lib/
H A Daifc.py698 def setparams(self, params):
699 nchannels, sampwidth, framerate, nframes, comptype, compname = params
/third_party/python/Doc/library/
H A Dcgi.rst355 main, params = msg.get_content_type(), msg['content-type'].params

Completed in 53 milliseconds

1...<<341342343344345346347348349350>>...408