| /foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/ |
| H A D | ams_mgr_scheduler_second_test.cpp | 89 * @tc.steps: step1. Initialize params in HWTEST_F() 115 * @tc.steps: step1. Initialize params in HWTEST_F() 141 * @tc.steps: step1. Initialize params in HWTEST_F() 168 * @tc.steps: step1. Initialize params in HWTEST_F() 196 * @tc.steps: step1. Initialize params in HWTEST_F() 227 * @tc.steps: step1. Initialize params in HWTEST_F()
|
| /foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/ |
| H A D | ability_manager_service_first_test.cpp | 2367 WantParams params; in HWTEST_F() local 2370 params.SetParam(Want::PARAM_RESV_DISPLAY_ID, AAFwk::String::Box(testDisplayId)); in HWTEST_F() 2371 setWant.SetParams(params); in HWTEST_F() 2392 WantParams params; in HWTEST_F() local 2394 params.SetParam(Want::PARAM_RESV_DISPLAY_ID, AAFwk::String::Box(testDisplayId)); in HWTEST_F() 2396 setWant.SetParams(params); in HWTEST_F()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
| H A D | menu_pattern.cpp | 542 void MenuPattern::UpdateSelectParam(const std::vector<SelectParam>& params) in UpdateSelectParam() argument 551 auto paramCount = params.size(); in UpdateSelectParam() 567 optionPattern->UpdateText(params.at(i).text); in UpdateSelectParam() 568 optionPattern->UpdateIcon(params.at(i).icon, params.at(i).symbolIcon); in UpdateSelectParam() 573 auto optionNode = OptionView::CreateSelectOption(params.at(i), i); in UpdateSelectParam()
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | producer_surface_test.cpp | 142 * CaseDescription: 1. call RequestBuffer with nullptr params 158 * CaseDescription: 1. call RequestBuffer with nullptr params 174 * CaseDescription: 1. call RequestBuffer with nullptr params 221 * CaseDescription: 1. call FlushBuffer with nullptr params 236 * CaseDescription: 1. call FlushBuffer with nullptr params 1439 * CaseDescription: 1. Call SetWindowConfig with params
|
| /foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
| H A D | udmf_test.cpp | 304 * @tc.desc: OH_UdmfData_GetTypes with invalid params
328 * @tc.desc: OH_UdmfData_GetTypes with valid params
360 * @tc.desc: OH_UdmfRecord_GetTypes with invalid params
383 * @tc.desc: OH_UdmfRecord_GetTypes with valid params
408 * @tc.desc: OH_UdmfRecord_GetTypes with invalid params
432 * @tc.desc: OH_UdmfRecord_GetTypes with valid params
|
| /test/xts/acts/ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/ohosTest/js/test/ |
| H A D | FeatureAbilityJsunit.test.js | 143 expect(wantconstant.Action.INTENT_PARAMS_INTENT).assertEqual("ability.want.params.INTENT"); 144 expect(wantconstant.Action.INTENT_PARAMS_TITLE).assertEqual("ability.want.params.TITLE"); 146 expect(wantconstant.Action.PARAMS_STREAM).assertEqual("ability.params.stream"); 184 expect(wantConstantNew.Action.INTENT_PARAMS_INTENT).assertEqual("ability.want.params.INTENT"); 185 expect(wantConstantNew.Action.INTENT_PARAMS_TITLE).assertEqual("ability.want.params.TITLE"); 187 expect(wantConstantNew.Action.PARAMS_STREAM).assertEqual("ability.params.stream");
|
| /test/xts/acts/telephony/networkmanager/socket/sockettest/entry/src/ohosTest/ets/test/ |
| H A D | TlsSocketConnection.test.ets | 76 function tlsSocketServerTrue(params: socket.TLSSocketServer | socket.X509CertRawData | socket.TLSSocketConnection) { 78 expect(params !== null).assertTrue(); 84 function expectFail(params: boolean) { 86 if (params === true) { 87 expect(params).assertTrue(); 89 expect(params).assertFail();
|
| /third_party/alsa-utils/po/ |
| H A D | de.po | 432 " --dump-hw-params dump hw_params of the device\n" 761 msgid "HW Params of device \"%s\":\n" 788 msgid "Unable to install hw params:" 797 msgid "unable to install sw params:" 1465 msgid "Unable to set hw params for playback: %s\n" 1500 msgid "Unable to set sw params for playback: %s\n"
|
| /third_party/backends/backend/ |
| H A D | net.c | 1844 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params) argument 1852 if (!params) 1854 DBG (1, "sane_get_parameters: parameter params not supplied\n"); 1864 *params = reply.params; 1865 depth = reply.params.depth;
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_shader_atomic_counters.txt | 112 (uint program, uint bufferIndex, enum pname, int *params); 174 Returned in <params> by GetActiveUniform and GetActiveUniformsiv: 257 ( uint program, uint bufferIndex, enum pname, int *params ); 274 returned in <params>. Otherwise, nothing will be written to 275 <params>. 302 elements that will be written to <params> is the value of
|
| /third_party/openGLES/extensions/EXT/ |
| H A D | EXT_transform_feedback.txt | 624 void GetQueryiv(enum target, enum pname, int *params); 631 <target>, or zero if no query is active, will be placed in <params>. 635 params. The number of query counter bits may be zero, in which case the 654 void GetQueryObjectiv(uint id, enum pname, int *params); 655 void GetQueryObjectuiv(uint id, enum pname, uint *params); 661 returned as a single integer in <params>. If the value is so large in
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | gdb-jit.cc | 1107 int params = scope.ParameterCount(); 1113 for (int param = 0; param < params; ++param) { 1122 kSystemPointerSize * (params - param - 1)); 1268 int params = scope.ParameterCount(); 1272 // Total children is params + context_slots + internal_slots + 2 1301 for (int param = 0; param < params; ++param) {
|
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| H A D | ssl3_record.c | 924 OSSL_PARAM params[2], *p = params; in ssl3_enc() local 934 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in ssl3_enc() 1214 OSSL_PARAM params[2], *p = params; in tls1_enc() local 1224 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in tls1_enc()
|
| /third_party/openGLES/extensions/NV/ |
| H A D | NV_shader_buffer_load.txt | 147 uint64EXT *params); 149 uint64EXT *params); 156 void GetUniformui64vNV(uint program, int location, uint64EXT *params); 213 uint64EXT *params); 228 uint64EXT *params); 443 void GetUniformui64vNV(uint program, int location, uint64EXT *params);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeCooperativeMatrixTests.cpp | 542 css << "layout(set=0, binding=4) buffer Params { InputA inputA; InputB inputB; InputC inputC; Output outputO; } params;\n"; in initPrograms() 607 css << " InputA inputA = params.inputA;\n"; in initPrograms() 608 css << " InputB inputB = params.inputB;\n"; in initPrograms() 609 css << " InputC inputC = params.inputC;\n"; in initPrograms() 610 css << " Output outputO = params.outputO;\n"; in initPrograms()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMiscTests.cpp | 434 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() argument 436 , m_params (params) in UnusedShaderStagesCase() 451 UnusedShaderStagesInstance (Context& context, const UnusedShaderStageParams& params) in UnusedShaderStagesInstance() argument 453 , m_params (params) in UnusedShaderStagesInstance() 1712 const UnusedShaderStageParams params { pipelineConstructionType, useTess, useGeom }; in createMiscTests() 1713 miscTests->addChild(new UnusedShaderStagesCase(testCtx, testName, params)); in createMiscTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 2386 SparseBindCase (tcu::TestContext& testCtx, const std::string& name, const SparseBindParams& params); 2399 SparseBindInstance (Context& context, const SparseBindParams& params); 2408 SparseBindCase::SparseBindCase (tcu::TestContext& testCtx, const std::string& name, const SparseBindParams& params) in SparseBindCase() argument 2410 , m_params (params) in SparseBindCase() 2425 SparseBindInstance::SparseBindInstance (Context& context, const SparseBindParams& params) in SparseBindInstance() argument 2427 , m_params (params) in SparseBindInstance()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureShadowTests.cpp | 383 // Setup params for reference. in iterate() 611 // Params for reference computation. in iterate() 854 // Setup params for reference. in iterate() 1073 // Setup params for reference. in iterate() 1302 // Setup params for reference. in iterate() 1520 // Params for reference computation. in iterate()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MultiviewDrawTest.cpp | 46 std::ostream &operator<<(std::ostream &os, const MultiviewRenderTestParams ¶ms) in operator <<() argument 49 static_cast<const MultiviewImplementationParams &>(params); in operator <<() 53 if (params.mSamples > 0) in operator <<() 55 os << "_samples_" << params.mSamples; in operator <<() 64 MultiviewFramebufferTestBase(const PlatformParameters ¶ms, int samples) in MultiviewFramebufferTestBase() argument 65 : MultiviewTestBase(params), in MultiviewFramebufferTestBase()
|
| /third_party/openssl/ssl/record/ |
| H A D | ssl3_record.c | 924 OSSL_PARAM params[2], *p = params; in ssl3_enc() local 934 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in ssl3_enc() 1214 OSSL_PARAM params[2], *p = params; in tls1_enc() local 1224 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in tls1_enc()
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8l_dec.c | 1676 WebPDecParams* params = NULL; in VP8LDecodeImage() local 1686 params = (WebPDecParams*)io->opaque; in VP8LDecodeImage() 1687 assert(params != NULL); in VP8LDecodeImage() 1691 dec->output_ = params->output; in VP8LDecodeImage() 1694 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) { in VP8LDecodeImage() 1737 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| H A D | namespaceoboe.html | 755 <dl class="params"><dt>Parameters</dt><dd> 756 <table class="params"> 817 <dl class="params"><dt>Parameters</dt><dd> 818 <table class="params"> 846 <dl class="params"><dt>Parameters</dt><dd> 847 <table class="params">
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_shader_atomic_counters.txt | 102 (uint program, uint bufferIndex, enum pname, int *params); 164 Returned in <params> by GetActiveUniform and GetActiveUniformsiv: 247 ( uint program, uint bufferIndex, enum pname, int *params ); 264 returned in <params>. Otherwise, nothing will be written to 265 <params>. 292 elements that will be written to <params> is the value of
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| H A D | EXT_transform_feedback.txt | 624 void GetQueryiv(enum target, enum pname, int *params); 631 <target>, or zero if no query is active, will be placed in <params>. 635 params. The number of query counter bits may be zero, in which case the 654 void GetQueryObjectiv(uint id, enum pname, int *params); 655 void GetQueryObjectuiv(uint id, enum pname, uint *params); 661 returned as a single integer in <params>. If the value is so large in
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| H A D | NV_shader_buffer_load.txt | 147 uint64EXT *params); 149 uint64EXT *params); 156 void GetUniformui64vNV(uint program, int location, uint64EXT *params); 213 uint64EXT *params); 228 uint64EXT *params); 443 void GetUniformui64vNV(uint program, int location, uint64EXT *params);
|