| /test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
| H A D | VideoController.java | 62 * @param video 视频实体类 63 * @param pageNo 分页参数-页码 64 * @param pageSize 分页参数-每页条数 65 * @param req HttpServletRequest 85 * @param video 视频实体类 99 * @param video 视频实体类 113 * @param id 视频id 127 * @param ids 视频id集合
|
| /test/xts/hats/hdf/codec/hdi_idlomx/ |
| H A D | codec_hdi_omx_dec_test.cpp | 125 OMX_PARAM_PORTDEFINITIONTYPE param; in HWTEST_F() local 126 func_->GetPortParameter(g_component, PortIndex::INDEX_INPUT, param); in HWTEST_F() 127 auto err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_INPUT, param.nBufferCountActual, in HWTEST_F() 128 param.nBufferSize); in HWTEST_F() 131 err = func_->InitBufferHandleParameter(g_component, param, outputIndex, CODEC_BUFFER_TYPE_HANDLE); in HWTEST_F() 133 ret = func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F() 135 err = func_->UseHandleBuffer(g_component, PortIndex::INDEX_OUTPUT, param.nBufferCountActual, param.nBufferSize); in HWTEST_F()
|
| /test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
| H A D | BusinessCommentController.java | 62 * @param comment 商家评论 63 * @param pageNo 分页参数-页码 64 * @param pageSize 分页参数-每页条数 65 * @param req HttpServletRequest 88 * @param comment 评论 102 * @param comment 评论 116 * @param id 评论id 130 * @param ids 评论ids
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | anm.c | 62 * @param dst pointer to destination image buffer 63 * @param dst_end pointer to end of destination image buffer 64 * @param gb GetByteContext (optional, see below) 65 * @param pixel Fill color (optional, see below) 66 * @param count Pixel count 67 * @param x Pointer to x-axis counter 68 * @param width Image width 69 * @param linesize Destination image buffer linesize
|
| H A D | vdpau.h | 118 * @param avctx decoding context whose get_format() callback is invoked 119 * @param device VDPAU device handle to use for hardware acceleration 120 * @param get_proc_address VDPAU device driver 121 * @param flags zero of more OR'd AV_HWACCEL_FLAG_* flags 135 * @param avctx the codec context being used for decoding the stream 136 * @param type storage space for the VDPAU video surface chroma type 138 * @param width storage space for the VDPAU video surface pixel width 140 * @param height storage space for the VDPAU video surface pixel height
|
| H A D | rl2.c | 54 * @param s rl2 context 55 * @param in input buffer 56 * @param size input buffer size 57 * @param out output buffer 58 * @param stride stride of the output buffer 59 * @param video_base offset of the rle data inside the frame 130 * @param avctx decoder context 207 * @param avctx decoder context
|
| /third_party/curl/lib/ |
| H A D | share.c | 56 va_list param; in curl_share_setopt() local 71 va_start(param, option); in curl_share_setopt() 76 type = va_arg(param, int); in curl_share_setopt() 141 type = va_arg(param, int); in curl_share_setopt() 186 lockfunc = va_arg(param, curl_lock_function); in curl_share_setopt() 191 unlockfunc = va_arg(param, curl_unlock_function); in curl_share_setopt() 196 ptr = va_arg(param, void *); in curl_share_setopt() 205 va_end(param); in curl_share_setopt()
|
| /third_party/ffmpeg/libavutil/ |
| H A D | tree.h | 54 * @param root a pointer to the root node of the tree 55 * @param next If next is not NULL, then next[0] will contain the previous 58 * @param cmp compare function used to compare elements in the tree, 76 * @param rootp A pointer to a pointer to the root node of the tree; note that 79 * @param key pointer to the element key to insert in the tree 80 * @param next Used to allocate and free AVTreeNodes. For insertion the user 106 * @param cmp compare function used to compare elements in the tree, API identical 122 * @param cmp a comparison function that returns < 0 for an element below the
|
| /third_party/glslang/Test/baseResults/ |
| H A D | spv.AofA.frag.out | 22 Name 45 "param" 24 Name 52 "param" 104 45(param): 12(ptr) Variable Function 106 52(param): 12(ptr) Variable Function 109 Store 45(param) 46 110 47: 14 FunctionCall 17(foo(f1[5][7];) 45(param) 115 Store 52(param) 53 116 54: 14 FunctionCall 17(foo(f1[5][7];) 52(param)
|
| H A D | spv.boolInBlock.frag.out | 23 Name 60 "param" 24 Name 66 "param" 74 60(param): 8(ptr) Variable Function 75 66(param): 10(ptr) Variable Function 103 Store 60(param) 65 104 67: 2 FunctionCall 14(foo(vb4;vb2;) 60(param) 66(param) 105 68: 9(bvec2) Load 66(param)
|
| H A D | hlsl.multiEntry.vert.out | 88 Name 27 "param" 92 Name 38 "param" 115 38(param): 7(ptr) Variable Function 119 Store 38(param) 39 120 40: 9(fvec4) FunctionCall 15(@RealEntrypoint(u1;) 38(param) 136 27(param): 7(ptr) Variable Function 138 Store 27(param) 28 139 29: 9(fvec4) FunctionCall 12(FakeEntrypoint(u1;) 27(param)
|
| H A D | hlsl.PointSize.geom.out | 98 Name 31 "param" 99 Name 33 "param" 123 31(param): 9(ptr) Variable Function 124 33(param): 12(ptr) Variable Function 128 Store 31(param) 32 129 34: 2 FunctionCall 16(@main(u1[3];struct-S-f11;) 31(param) 33(param) 130 35: 11(S) Load 33(param)
|
| H A D | hlsl.basic.comp.out | 84 Name 26 "param" 85 Name 28 "param" 109 26(param): 7(ptr) Variable Function 110 28(param): 7(ptr) Variable Function 118 Store 26(param) 27 120 Store 28(param) 29 121 30: 2 FunctionCall 11(@main(i1;i1;) 26(param) 28(param)
|
| H A D | hlsl.max.frag.out | 87 Name 28 "param" 88 Name 30 "param" 107 28(param): 8(ptr) Variable Function 108 30(param): 8(ptr) Variable Function 114 Store 28(param) 29 116 Store 30(param) 31 117 32: 7(fvec4) FunctionCall 12(@PixelShaderFunction(vf4;vf4;) 28(param) 30(param)
|
| H A D | rayQuery-no-cse.rgen.out | 40 Name 90 "param" 42 Name 104 "param" 100 90(param): 15(ptr) Variable Function 101 104(param): 15(ptr) Variable Function 120 Store 90(param) 91 121 92: 2 FunctionCall 19(doInitialize(rq1;struct-Ray-vf3-f1-vf3-f11;) 89(rayQuery1) 90(param) 133 Store 104(param) 105 134 106: 2 FunctionCall 19(doInitialize(rq1;struct-Ray-vf3-f1-vf3-f11;) 103(rayQuery2) 104(param)
|
| /third_party/alsa-lib/src/ |
| H A D | async.c | 85 * \param handler The function puts the pointer to the new async handler 87 * \param fd The file descriptor to be associated with the callback. 88 * \param callback The async callback function. 89 * \param private_data Private data for the async callback function. 147 * \param handler Handle of the async handler to delete. 190 * \param handler Handle to an async handler. 205 * \param handler Handle to an async handler. 216 * \param handler Handle to an async handler.
|
| /third_party/cmsis/CMSIS/Core/Include/m-profile/ |
| H A D | armv81m_pac.h | 45 \param [out] pPacKey 128bit PAC key 64 \param [in] pPacKey 128bit PAC key 83 \param [out] pPacKey 128bit PAC key 102 \param [in] pPacKey 128bit PAC key 123 \param [out] pPacKey 128bit PAC key 142 \param [in] pPacKey 128bit PAC key 161 \param [out] pPacKey 128bit PAC key 180 \param [in] pPacKey 128bit PAC key
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | numsys.h | 90 * @param inLocale The given locale. 91 * @param status ICU status 104 * @param radix The radix (base) for this numbering system. 105 * @param isAlgorithmic true if the numbering system is algorithmic rather than numeric. 106 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF 108 * @param status ICU status 133 * @param name The name of the numbering system. 134 * @param status ICU status; set to U_UNSUPPORTED_ERROR if numbering system not found.
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | Holiday.java | 64 * @param start Only holidays on or after this date are returned. 81 * @param start Only occurrences on or after this date are returned. 82 * @param end Only occurrences before this date are returned. 100 * @param date The date to check. 124 * @param name The name of this holiday. The getDisplayName method 128 * @param rule The date rules used for determining when this holiday 154 * @param locale A locale specifying the language in which the name is desired. 170 * @param locale A locale specifying the language in which the name is desired.
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | tzdst.h | 69 * @param buff The string point to the time zone going to be setting. 82 * @param None. 107 * @param dstStartTime The string point to the DST start going to be setting. 108 * @param dstEndTime The string point to the DST end going to be setting. 109 * @param forwardSeconds Indicates the number of seconds that time is allocated when entering DST interval. 123 * @param year Represents the year to query start from 1900. 124 * @param dstStart Used to store daylight savings time start time 125 * @param dstEnd Used to store daylight savings time end time
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | Holiday.java | 66 * @param start Only holidays on or after this date are returned. 83 * @param start Only occurrences on or after this date are returned. 84 * @param end Only occurrences before this date are returned. 102 * @param date The date to check. 126 * @param name The name of this holiday. The getDisplayName method 130 * @param rule The date rules used for determining when this holiday 156 * @param locale A locale specifying the language in which the name is desired. 172 * @param locale A locale specifying the language in which the name is desired.
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_roundingutils.h | 33 * @param isEven Whether the digit immediately before the rounding magnitude is even. 34 * @param isNegative Whether the quantity is negative. 35 * @param section Whether the part of the quantity to the right of the rounding magnitude is 39 * @param roundingMode The integer version of the {@link RoundingMode}, which you can get via 41 * @param status Error code, set to U_FORMAT_INEXACT_ERROR if the rounding mode is kRoundUnnecessary. 161 * @param roundingMode The integer version of the {@link RoundingMode}. 207 * @param input The quantity to process. 208 * @param producer Function to call to return a multiplier based on a magnitude.
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | bytestriebuilder.h | 49 * @param errorCode Standard ICU error code. 65 * @param s The input byte sequence. 66 * @param value The value associated with this byte sequence. 67 * @param errorCode Standard ICU error code. Its input value must 86 * @param buildOption Build option, see UStringTrieBuildOption. 87 * @param errorCode Standard ICU error code. Its input value must 111 * @param buildOption Build option, see UStringTrieBuildOption. 112 * @param errorCode Standard ICU error code. Its input value must
|
| /third_party/libunwind/libunwind/src/coredump/ |
| H A D | _UCD_corefile_elf.c | 35 * @param[in] ui the unwind-coredump context 36 * @param[in] phdr pointer to the PHDR of the segment to load 37 * @param[out] segment pointer to the segment loaded 38 * @param[out] segment_size size of the @segment in bytes 80 * @param[in] segment pointer to the PT_NOTE segment 81 * @param[in] segment_size size of @p segment in bytes 82 * @param[in] visit callback to process to the notes 83 * @param[in] arg context to forward to the callback
|
| /third_party/jsframework/runtime/main/reactivity/ |
| H A D | watcher.js | 15 * @param {Vue} vm 16 * @param {String|Function} expOrFn 17 * @param {Function} cb 18 * @param {Object} options 77 * @param {Dep} dep 113 * @param {Boolean} shallow 186 * @param {*} val 187 * @param {Set} seen
|