Home
last modified time | relevance | path

Searched full:param (Results 20451 - 20475 of 23737) sorted by relevance

1...<<811812813814815816817818819820>>...950

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp81 node.SetUifirstNodeEnableParam(type); // update drawable param in SetUifirstNodeEnableParam()
1473 auto& param = drawable->GetRenderParams(); in CreateUIFirstLayer() local
1474 if (!param) { in CreateUIFirstLayer()
1477 auto params = static_cast<RSSurfaceRenderParams*>(param.get()); in CreateUIFirstLayer()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_display_node_drawable_test.cpp157 * @tc.desc: Test ClearTransparentBeforeSaveLayer, with two surface with/without param initialization
453 CaptureParam param; in HWTEST_F() local
454 param.isSingleSurface_ = true; in HWTEST_F()
455 rtThread.SetCaptureParam(param); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_display_render_node_drawable_test.cpp173 * @tc.desc: Test ClearTransparentBeforeSaveLayer, with two surface with/without param initialization
604 CaptureParam param; in HWTEST_F() local
605 param.isSingleSurface_ = true; in HWTEST_F()
606 rtThread.SetCaptureParam(param); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp971 result.append("param error"); in DumpProcessWorks()
980 result.append("param error"); in DumpRunningWorks()
991 result.append("param error"); in DumpRunningWorks()
1333 result.append("param error."); in DumpLoadSaWorks()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp1253 * @tc.name: param check samgr ready event
1254 * @tc.desc: param check samgr ready event
1262 * @tc.steps: step1. param check samgr ready event in HWTEST_F()
1263 * @tc.expected: step1. param check samgr ready event in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c85 TRANS_LOGE(TRANS_CTRL, "param invalid"); in UnpackTdcPacketHead()
467 TRANS_CHECK_AND_RETURN_RET_LOGE(conn != NULL, SOFTBUS_INVALID_PARAM, TRANS_CTRL, "invalid param."); in NotifyChannelOpenFailedBySessionConn()
1219 TRANS_LOGW(TRANS_CTRL, "invalid param."); in TransTdcGetDataBufInfoByChannelId()
1247 TRANS_LOGW(TRANS_CTRL, "invalid param."); in TransTdcUpdateDataBufWInfo()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c262 if (g_wpaSsidFields[i].field == argv->param) { in WpaCliCmdSetNetwork()
268 LOGE("unsupported param: %{public}d", argv->param); in WpaCliCmdSetNetwork()
360 argv->param) < 0) { in WpaCliCmdGetNetwork()
/third_party/ffmpeg/libavcodec/
H A Dh264_cavlc.c283 * @param n block index
427 * @param n block index
428 * @param scantable scantable
429 * @param max_coeff number of coefficients in the block
/third_party/ffmpeg/libavfilter/
H A Davfilter.c85 * @param count Pointer to the number of pads in the list
86 * @param pads Pointer to the pointer to the beginning of the list of pads
87 * @param links Pointer to the pointer to the beginning of the list of links
88 * @param newpad The new pad to add. A copy is made when adding.
/third_party/glslang/Test/baseResults/
H A Dspv.debuginfo.hlsl.vert.out101 Name 475 "param"
316 475(param): 55(ptr) Variable Function
343 Store 475(param) 476
344 477:58(VSOutput) FunctionCall 75(@main(struct-VSInput-vf3-vf3-vf2-vf3-vf3-vf3-f1-i11;) 475(param)
H A Dhlsl.matrixSwizzle.vert.out701 Name 83 "param"
738 83(param): 7(ptr) Variable Function
742 Store 83(param) 84
743 85: 2 FunctionCall 10(@ShaderFunction(f1;) 83(param)
H A Dhlsl.getsampleposition.dx10.frag.out618 Name 184 "param"
739 184(param): 7(ptr) Variable Function
743 Store 184(param) 185
744 186:10(PS_OUTPUT) FunctionCall 13(@main(i1;) 184(param)
/third_party/googletest/docs/reference/
H A Dtesting.md103 <span id="param-generators"></span>
126 // Can use info.param here to generate the test suffix
758 Contains the fields `param` and `index` which hold the value of the parameter
1425 [`PrintToString`](#PrintToString) called on `info.param`. Does not work when the
/third_party/mbedtls/tests/scripts/
H A Dtest_generate_test_code.py280 :param file_name:
281 :param data:
282 :param line_no:
304 :param length:
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp209 @param[in] ranges list of integers; interpreted as list of pairs of
1295 @param[in] literal_text the literal text to expect
1296 @param[in] length the length of the passed literal text
1297 @param[in] return_type the token type to return on success
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c258 * \param quadColor the incoming quad colors
259 * \param dest the destination/framebuffer quad colors
260 * \param const_blend_color the constant blend color
261 * \param blend_index which set of blending terms to use
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c155 SpvExecutionMode exec_mode, uint32_t param) in spirv_builder_emit_exec_mode_literal()
161 return spirv_buffer_emit_word(&b->exec_modes, param); in spirv_builder_emit_exec_mode_literal()
166 SpvExecutionMode exec_mode, uint32_t param[3]) in spirv_builder_emit_exec_mode_literal3()
173 spirv_buffer_emit_word(&b->exec_modes, param[i]); in spirv_builder_emit_exec_mode_literal3()
154 spirv_builder_emit_exec_mode_literal(struct spirv_builder *b, SpvId entry_point, SpvExecutionMode exec_mode, uint32_t param) spirv_builder_emit_exec_mode_literal() argument
165 spirv_builder_emit_exec_mode_literal3(struct spirv_builder *b, SpvId entry_point, SpvExecutionMode exec_mode, uint32_t param[3]) spirv_builder_emit_exec_mode_literal3() argument
/third_party/node/deps/icu-small/source/common/
H A Ddictbe.cpp1127 * @param text A UText representing the text
1128 * @param rangeStart The start of the range of dictionary characters
1129 * @param rangeEnd The end of the range of dictionary characters
1130 * @param foundBreaks vector<int32> to receive the break positions
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h363 * \param mode Type of computation of stack frame line numbers.
364 * \param max_samples The maximum number of samples that should be recorded by
367 * \param sampling_interval_us controls the profile-specific target
374 * \param filter_context If specified, profiles will only contain frames
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContextImpl.h927 // in most cases this param for local variable is zero (for function param in getHashValue()
968 // in most cases this param for local variable is zero (for function param in getHashValue()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py453 remap_end = pi.include + 1 if pi.param is None else pi.param
457 if pi.param is not None:
465 lines = remapIncludes(file[pi.param:pi.body], baseDir, specDir)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT.cpp1411 const GLint *param) in ValidateSamplerParameterIivEXT()
1418 return ValidateSamplerParameterBase(context, entryPoint, samplerPacked, pname, -1, true, param); in ValidateSamplerParameterIivEXT()
1425 const GLuint *param) in ValidateSamplerParameterIuivEXT()
1432 return ValidateSamplerParameterBase(context, entryPoint, samplerPacked, pname, -1, true, param); in ValidateSamplerParameterIuivEXT()
1407 ValidateSamplerParameterIivEXT(const Context *context, angle::EntryPoint entryPoint, SamplerID samplerPacked, GLenum pname, const GLint *param) ValidateSamplerParameterIivEXT() argument
1421 ValidateSamplerParameterIuivEXT(const Context *context, angle::EntryPoint entryPoint, SamplerID samplerPacked, GLenum pname, const GLuint *param) ValidateSamplerParameterIuivEXT() argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dsession.c41 * @param session SPDY_Session whose read buffer is used.
178 * @param session SPDY_Session whose read buffer is used.
257 * @param session SPDY_Session whose read buffer is used.
329 * @param session SPDY_Session whose read buffer is used.
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecode.java203 * @param s initialized state, before any read is performed.
252 * @param s initialized state, before any read is performed.
290 * @param s uninitialized state without associated input
291 * @param input compressed data source
/third_party/python/Doc/library/
H A Dlogging.config.rst94 :param fname: A filename, or a file-like object, or an instance derived
106 :param defaults: Defaults to be passed to the ConfigParser can be specified
109 :param disable_existing_loggers: If specified as ``False``, loggers which
118 :param encoding: The encoding used to open file when *fname* is filename.

Completed in 68 milliseconds

1...<<811812813814815816817818819820>>...950