| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | ability_connect_manager.cpp | 50 const std::string UIEXTENSION_ABILITY_ID = "ability.want.params.uiExtensionAbilityId"; 51 const std::string UIEXTENSION_ROOT_HOST_PID = "ability.want.params.uiExtensionRootHostPid"; 53 const std::string IS_PRELOAD_UIEXTENSION_ABILITY = "ability.want.params.is_preload_uiextension_ability"; 2469 std::vector<std::string> ¶ms) in DumpStateByUri() 2471 TAG_LOGI(AAFwkTag::ABILITYMGR, "args:%{public}s, params size: %{public}zu", args.c_str(), params.size()); in DumpStateByUri() 2486 extensionAbilityRecord->DumpService(info, params, isClient); in DumpStateByUri() 2492 extensionAbilityRecord->DumpService(info, params, isClient); in DumpStateByUri() 2468 DumpStateByUri(std::vector<std::string> &info, bool isClient, const std::string &args, std::vector<std::string> ¶ms) DumpStateByUri() argument
|
| H A D | ability_manager_service.cpp | 136 constexpr const char* UIEXTENSION_TYPE_KEY = "ability.want.params.uiExtensionType"; 137 constexpr const char* UIEXTENSION_TARGET_TYPE_KEY = "ability.want.params.uiExtensionTargetType"; 138 // Share picker params 143 constexpr char TOKEN_KEY[] = "ohos.ability.params.token"; 147 // Broker params key 166 constexpr static char WANT_PARAMS_VIEW_DATA_KEY[] = "ohos.ability.params.viewData"; 173 constexpr const char* IS_PRELOAD_UIEXTENSION_ABILITY = "ability.want.params.is_preload_uiextension_ability"; 174 constexpr const char* UIEXTENSION_MODAL_TYPE = "ability.want.params.modalType"; 183 constexpr const char* DLP_PARAMS_SECURITY_FLAG = "ohos.dlp.params.securityFlag"; 807 int AbilityManagerService::StartAbilityPublicPrechainCheck(StartAbilityParams ¶ms) in StartAbilityPublicPrechainCheck() argument 830 StartAbilityPrechainInterceptor(StartAbilityParams ¶ms) StartAbilityPrechainInterceptor() argument 846 StartAbilityInChain(StartAbilityParams ¶ms, int &result) StartAbilityInChain() argument [all...] |
| /third_party/alsa-utils/po/ |
| H A D | sk.po | 441 " --dump-hw-params dump hw_params of the device\n" 494 " --dump-hw-params vypísať hardvérové parametre (hw_params) " 782 msgid "HW Params of device \"%s\":\n" 809 msgid "Unable to install hw params:" 820 msgid "Unable to get current sw params." 824 msgid "unable to install sw params:" 1501 msgid "Unable to set hw params for playback: %s\n" 1536 msgid "Unable to set sw params for playback: %s\n"
|
| H A D | fr.po | 432 " --dump-hw-params dump hw_params of the device\n" 484 " --dump-hw-params récupérer le hw_params du périphérique\n" 774 msgid "HW Params of device \"%s\":\n" 775 msgstr "Params HW pour le périphérique \"%s\" :\n" 802 msgid "Unable to install hw params:" 812 msgid "unable to install sw params:" 1480 msgid "Unable to set hw params for playback: %s\n" 1518 msgid "Unable to set sw params for playback: %s\n"
|
| /third_party/mesa3d/src/compiler/ |
| H A D | glsl_types.cpp | 165 const glsl_function_param *params, unsigned num_params) : in glsl_type() 190 this->fields.parameters[i + 1].type = params[i].type; in glsl_type() 191 this->fields.parameters[i + 1].in = params[i].in; in glsl_type() 192 this->fields.parameters[i + 1].out = params[i].out; in glsl_type() 1580 const glsl_function_param *params, in get_function_instance() 1583 const glsl_type key(return_type, params, num_params); in get_function_instance() 1595 const glsl_type *t = new glsl_type(return_type, params, num_params); in get_function_instance() 2487 * storage block, or atomic counter buffer is written to <params>. If the in explicit_size() 164 glsl_type(const glsl_type *return_type, const glsl_function_param *params, unsigned num_params) glsl_type() argument 1579 get_function_instance(const glsl_type *return_type, const glsl_function_param *params, unsigned num_params) get_function_instance() argument
|
| /third_party/node/deps/v8/tools/ |
| H A D | callstats.html | 370 let params = "?"; 372 params += encodeURIComponent(pairs[0]) + "=" + 375 window.history.pushState(state, selection.toString(), params); 1163 let params = new URLSearchParams(document.location.search); 1165 params.forEach(async (value, key) => { 2135 let params = this.page.urlParams(); 2136 params.entry = this.name; 2137 return params;
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 507 StoreLaneParameters params = StoreLaneParametersOf(node->op()); in VisitStoreLane() local 508 LoadStoreLaneParams f(params.rep, params.laneidx); in VisitStoreLane() 525 LoadLaneParameters params = LoadLaneParametersOf(node->op()); in VisitLoadLane() local 526 LoadStoreLaneParams f(params.rep.representation(), params.laneidx); in VisitLoadLane() 544 LoadTransformParameters params = LoadTransformParametersOf(node->op()); in VisitLoadTransform() local 546 switch (params.transformation) { in VisitLoadTransform()
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | instruction-selector-mips64.cc | 395 StoreLaneParameters params = StoreLaneParametersOf(node->op()); in VisitStoreLane() local 396 LoadStoreLaneParams f(params.rep, params.laneidx); in VisitStoreLane() 412 LoadLaneParameters params = LoadLaneParametersOf(node->op()); in VisitLoadLane() local 413 LoadStoreLaneParams f(params.rep.representation(), params.laneidx); in VisitLoadLane() 424 LoadTransformParameters params = LoadTransformParametersOf(node->op()); in VisitLoadTransform() local 427 switch (params.transformation) { in VisitLoadTransform()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderBuiltinTestsEXT.cpp | 159 MeshShaderBuiltinInstance (Context& context, const IterationParams& params) in MeshShaderBuiltinInstance() argument 161 , m_params (params) in MeshShaderBuiltinInstance() 490 FullScreenColorInstance (Context& context, const IterationParams& params, const ColorVec& expectedColors) in FullScreenColorInstance() argument 491 : MeshShaderBuiltinInstance (context, params) in FullScreenColorInstance() 539 QuadrantsInstance (Context& context, const IterationParams& params, in QuadrantsInstance() argument 544 : MeshShaderBuiltinInstance (context, params) in QuadrantsInstance() 614 PixelsInstance (Context& context, const IterationParams& params, const PixelVerifierParams& pixelParams) in PixelsInstance() argument 615 : MeshShaderBuiltinInstance (context, params) in PixelsInstance()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingDataSpillTests.cpp | 2770 DataSpillTestCase::TestParams params; in createDataSpillTests() local 2771 params.callType = entryCallTypes.callType; in createDataSpillTests() 2772 params.dataType = entryDataTypes.dataType; in createDataSpillTests() 2773 params.vectorType = entryVectorTypes.vectorType; in createDataSpillTests() 2777 callTypeGroup->addChild(new DataSpillTestCase(testCtx, testName, params)); in createDataSpillTests() 2805 DataSpillPipelineInterfaceTestCase::TestParams params; in createDataSpillTests() local 2807 params.interfaceType = entry.interfaceType; in createDataSpillTests() 2809 pipelineInterfaceGroup->addChild(new DataSpillPipelineInterfaceTestCase(testCtx, entry.name, params)); in createDataSpillTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderBuiltinTestsEXT.cpp | 159 MeshShaderBuiltinInstance (Context& context, const IterationParams& params) in MeshShaderBuiltinInstance() argument 161 , m_params (params) in MeshShaderBuiltinInstance() 490 FullScreenColorInstance (Context& context, const IterationParams& params, const ColorVec& expectedColors) in FullScreenColorInstance() argument 491 : MeshShaderBuiltinInstance (context, params) in FullScreenColorInstance() 539 QuadrantsInstance (Context& context, const IterationParams& params, in QuadrantsInstance() argument 544 : MeshShaderBuiltinInstance (context, params) in QuadrantsInstance() 614 PixelsInstance (Context& context, const IterationParams& params, const PixelVerifierParams& pixelParams) in PixelsInstance() argument 615 : MeshShaderBuiltinInstance (context, params) in PixelsInstance()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MemoryBarrierTest.cpp | 64 void ParseMemoryBarrierVariationsTestParams(const MemoryBarrierVariationsTestParams ¶ms, in ParseMemoryBarrierVariationsTestParams() argument 70 *writePipelineOut = std::get<1>(params); in ParseMemoryBarrierVariationsTestParams() 71 *writeResourceOut = std::get<2>(params); in ParseMemoryBarrierVariationsTestParams() 72 *preBarrierOpOut = std::get<3>(params); in ParseMemoryBarrierVariationsTestParams() 73 *postBarrierOpOut = std::get<4>(params); in ParseMemoryBarrierVariationsTestParams() 79 const MemoryBarrierVariationsTestParams ¶ms = paramsInfo.param; in MemoryBarrierVariationsTestPrint() local 82 out << std::get<0>(params); in MemoryBarrierVariationsTestPrint() 89 ParseMemoryBarrierVariationsTestParams(params, &writePipeline, &writeResource, &preBarrierOp, in MemoryBarrierVariationsTestPrint()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingDataSpillTests.cpp | 2769 DataSpillTestCase::TestParams params; in createDataSpillTests() local 2770 params.callType = entryCallTypes.callType; in createDataSpillTests() 2771 params.dataType = entryDataTypes.dataType; in createDataSpillTests() 2772 params.vectorType = entryVectorTypes.vectorType; in createDataSpillTests() 2776 callTypeGroup->addChild(new DataSpillTestCase(testCtx, testName, "", params)); in createDataSpillTests() 2804 DataSpillPipelineInterfaceTestCase::TestParams params; in createDataSpillTests() local 2806 params.interfaceType = entry.interfaceType; in createDataSpillTests() 2808 pipelineInterfaceGroup->addChild(new DataSpillPipelineInterfaceTestCase(testCtx, entry.name, "", params)); in createDataSpillTests()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| H A D | stateMgmt.js | 185 * initialzie with all properties and their values that Object.keys(params) returns 658 * initialzie with all properties and their values that Object.keys(params) returns 2163 static varValueCheckFailed(params) { 2164 let msg = `@Component '${params.customComponent}': Illegal variable value error with decorated variable ${params.variableDeco} '${params.variableName}': `; 2165 msg += `failed validation: '${params.expectedType}`; 2167 msg += `, attempt to assign value type: '${typeof params.value}'`; 2168 msg += `, value: '${JSON.stringify(params.value, null, 4)}'`; 2175 static varObservationFailed(params) { [all...] |
| H A D | arkTheme.js | 30 return { 'id': id !== null && id !== void 0 ? id : -1, 'type': type, 'params': [name], 'bundleName': '', 'moduleName': '' }; 106 const itemGeneratorWrapper = (...params) => { 108 paramItemGenerator(...params); 466 "params": [...resourceColor.params],
|
| /third_party/openGLES/extensions/EXT/ |
| H A D | EXT_framebuffer_object.txt | 273 void GetRenderbufferParameterivEXT(enum target, enum pname, int *params); 296 enum pname, int *params); 1697 int *params); 1722 <params> will contain the name of the renderbuffer 1731 then <params> will contain the name of the texture 1735 then <params> will contain the mipmap level of the 1742 texture, then <params> will contain the cube map face of 1744 image. Otherwise <params> will contain the value zero. 1750 3-dimensional texture, then <params> will contain the 1752 contains the attached image. Otherwise <params> wil [all...] |
| H A D | EXT_gpu_shader4.txt | 182 void GetVertexAttribIivEXT(uint index, enum pname, int *params); 184 uint *params); 197 void GetUniformuivEXT(uint program, int location, uint *params); 942 void GetVertexAttribIivEXT(uint index, enum pname, int *params); 943 void GetVertexAttribIuivEXT(uint index, enum pname, uint *params); 970 void GetUniformfv(uint program, int location, float *params); 971 void GetUniformiv(uint program, int location, int *params); 972 void GetUniformuivEXT(uint program, int location, uint *params); 1173 4 CARD32 params 1179 4*n CARD32 params [all...] |
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| H A D | EXT_framebuffer_object.txt | 273 void GetRenderbufferParameterivEXT(enum target, enum pname, int *params); 296 enum pname, int *params); 1697 int *params); 1722 <params> will contain the name of the renderbuffer 1731 then <params> will contain the name of the texture 1735 then <params> will contain the mipmap level of the 1742 texture, then <params> will contain the cube map face of 1744 image. Otherwise <params> will contain the value zero. 1750 3-dimensional texture, then <params> will contain the 1752 contains the attached image. Otherwise <params> wil [all...] |
| H A D | EXT_gpu_shader4.txt | 182 void GetVertexAttribIivEXT(uint index, enum pname, int *params); 184 uint *params); 197 void GetUniformuivEXT(uint program, int location, uint *params); 942 void GetVertexAttribIivEXT(uint index, enum pname, int *params); 943 void GetVertexAttribIuivEXT(uint index, enum pname, uint *params); 970 void GetUniformfv(uint program, int location, float *params); 971 void GetUniformiv(uint program, int location, int *params); 972 void GetUniformuivEXT(uint program, int location, uint *params); 1173 4 CARD32 params 1179 4*n CARD32 params [all...] |
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
| H A D | js_scene_session_manager.cpp | 1332 std::string errMsg = "invalid params can not get All AbilityInfos!"; in OnGetAllAbilityInfos() 1379 std::string errMsg = "invalid params can not get batch AbilityInfos!"; in OnGetBatchAbilityInfos() 1405 if (!ConvertFromJsValue(env, argv[0], userId)) { // 1: params num in OnInitUserInfo() 1412 if (!ConvertFromJsValue(env, argv[1], fileDir)) { // 2: params num in OnInitUserInfo() 1429 DumpRootSceneElementInfoFunc func = [this](const std::vector<std::string>& params, in RegisterDumpRootSceneElementInfoListener() 1431 if (params.size() == 1 && params[0] == ARG_DUMP_HELP) { // 1: params num in RegisterDumpRootSceneElementInfoListener() 1435 uiContent->DumpInfo(params, infos); in RegisterDumpRootSceneElementInfoListener() 2364 WLOGFE("Argc is invalid: %{public}zu, expect zero params", arg in OnGetRootSceneUIContext() [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_cmd_buffer.c | 2608 struct dzn_triangle_fan_rewrite_index_params params = { in dzn_cmd_buffer_triangle_fan_rewrite_index() local 2615 ID3D12GraphicsCommandList1_SetComputeRoot32BitConstants(cmdbuf->cmdlist, 1, sizeof(params) / 4, in dzn_cmd_buffer_triangle_fan_rewrite_index() 2616 ¶ms, 0); in dzn_cmd_buffer_triangle_fan_rewrite_index() 2772 struct dzn_indirect_draw_triangle_fan_prim_restart_rewrite_params params = { in dzn_cmd_buffer_indirect_draw() local 2819 params_size / 4, (const void *)¶ms, 0); in dzn_cmd_buffer_indirect_draw() 3911 struct dzn_indirect_indexed_draw_params params = { in dzn_CmdDrawIndexed() local 3921 dzn_cmd_buffer_alloc_internal_buf(cmdbuf, sizeof(params), in dzn_CmdDrawIndexed() 3930 memcpy(cpu_ptr, ¶ms, sizeof(params)); in dzn_CmdDrawIndexed() 3934 dzn_cmd_buffer_indirect_draw(cmdbuf, draw_buf, 0, NULL, 0, 1, sizeof(params), tru in dzn_CmdDrawIndexed() [all...] |
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | mod.rs | 442 let params: Vec<_> = item in append_implicit_template_params() 447 .expect("template params cannot fail to be a rust type") in append_implicit_template_params() 450 if !params.is_empty() { in append_implicit_template_params() 452 < #( #params ),* > in append_implicit_template_params() 1007 let params: Vec<_> = outer_params in codegen() 1011 if params in codegen() 1022 let params: Vec<_> = params in codegen() 1031 if !params.is_empty() { in codegen() 1033 < #( #params ),* > in codegen() [all...] |
| /third_party/node/doc/api/ |
| H A D | fs.html | 986 (<span class="hljs-keyword">async</span> <span class="hljs-keyword">function</span>(<span class="hljs-params">path</span>) { 1003 <span class="hljs-title function_">unlink</span>(<span class="hljs-string">'/tmp/hello'</span>, <span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 1008 <span class="hljs-title function_">unlink</span>(<span class="hljs-string">'/tmp/hello'</span>, <span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 1971 <span class="hljs-keyword">async</span> <span class="hljs-keyword">function</span> <span class="hljs-title function_">makeDirectory</span>(<span class="hljs-params"></span>) { 2182 <span class="hljs-keyword">async</span> <span class="hljs-keyword">function</span> <span class="hljs-title function_">logFile</span>(<span class="hljs-params"></span>) { 2603 <span class="hljs-title function_">access</span>(file, constants.<span class="hljs-property">F_OK</span>, <span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 2608 <span class="hljs-title function_">access</span>(file, constants.<span class="hljs-property">R_OK</span>, <span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 2613 <span class="hljs-title function_">access</span>(file, constants.<span class="hljs-property">W_OK</span>, <span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 2618 <span class="hljs-title function_">access</span>(file, constants.<span class="hljs-property">R_OK</span> | constants.<span class="hljs-property">W_OK</span>, <span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 2629 <span class="hljs-title function_">access</span>(<span class="hljs-string">'myfile'</span>, <span class="hljs-function">(<span class="hljs-params">er [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | frame_node_test_ng.cpp | 79 * @tc.steps: step1. create framenode and initialize the params used in Test. in HWTEST_F() 108 * @tc.steps: step 1. create framenode and initialize the params used in Test. in HWTEST_F() 174 * @tc.steps: step 1. create framenode and initialize the params used in Test. in HWTEST_F() 213 * @tc.steps: step1. create framenode and initialize the params used in Test. in HWTEST_F() 1940 * @tc.steps: step1. create framenode and initialize the params used in Test. in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
| H A D | form_pattern_test.cpp | 490 std::vector<std::string> params; in HWTEST_F() local 491 pattern->OnAccessibilityDumpChildInfo(params, infos); in HWTEST_F() 1358 std::shared_ptr<FormSkeletonParams> params = std::make_shared<FormSkeletonParams>(cardWidth, in HWTEST_F() local 1360 pattern->CreateSkeletonView(columnNode, params, dimensionHeight); in HWTEST_F() 1370 pattern->CreateSkeletonView(columnNode, params, dimensionHeight); in HWTEST_F()
|