| /test/xts/tools/lite/hctest/include/ |
| H A D | hctest.h | 40 * @param the test suite name 48 * @param the test case addr. 55 * @param the test case addr. 62 * @param caseName
|
| /test/xts/tools/sample/AppSampleD/entry/src/main/ets/controller/ |
| H A D | ChatController.ts | 29 * @param username 30 * @param msg 63 * @param id 64 * @param callback
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | encode.h | 32 * @param frame An empty frame to be filled with data. 58 * @param avctx the AVCodecContext of the encoder 59 * @param avpkt The AVPacket: on success, avpkt->data will point to a buffer 62 * @param size an upper bound of the size of the packet to encode
|
| H A D | amr.h | 46 * @param out pointer to the frame struct 47 * @param size the size in bytes of the frame struct 48 * @param data input bitstream after the frame header 49 * @param ord_table the reordering table as above
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_eq.h | 61 EQParameters param[3]; member 103 static void process_c(EQParameters *param, uint8_t *dst, int dst_stride, in process_c() argument 106 int contrast = (int) (param->contrast * 256 * 16); in process_c() 107 int brightness = ((int) (100.0 * param->brightness + 100.0) * 511) / 200 - 128 - contrast / 32; in process_c()
|
| /third_party/glslang/Test/baseResults/ |
| H A D | spv.1.4.funcall.array.frag.out | 22 Name 40 "param" 53 40(param): 12(ptr) Variable Function 59 Store 40(param) 36 60 41: 7(fvec4) FunctionCall 16(f(vf4[9];i1;) 39 40(param)
|
| H A D | spv.1.6.specConstant.comp.out | 18 Name 37 "param" 51 37(param): 11(ptr) Variable Function 52 Store 37(param) 27 53 38: 2 FunctionCall 14(foo(vu3;) 37(param)
|
| H A D | spv.bool.vert.out | 23 Name 30 "param" 62 30(param): 7(ptr) Variable Function 66 Store 30(param) 35 67 36: 6(bool) FunctionCall 10(foo(b1;) 30(param)
|
| H A D | spv.register.autoassign-2.frag.out | 21 Name 40 "param" 57 40(param): 9(ptr) Variable Function 58 41: 2 FunctionCall 12(@main(struct-PS_OUTPUT-vf41;) 40(param) 59 42:8(PS_OUTPUT) Load 40(param)
|
| H A D | hlsl.autosampledtextures.frag.out | 24 Name 41 "param" 54 41(param): 9(ptr) Variable Function 59 Store 41(param) 42 60 43:11(PS_OUTPUT) FunctionCall 14(@MainPs(struct-PS_INPUT-vf21;) 41(param)
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | tz_context.h | 48 /// \param[in] module identifies software modules called from non-secure mode 54 /// \param[in] id TrustZone memory slot identifier 59 /// \param[in] id TrustZone memory slot identifier 64 /// \param[in] id TrustZone memory slot identifier
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| H A D | ConstantAffixModifier.java | 29 * @param prefix 31 * @param suffix 33 * @param field 35 * @param strong
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | DateRule.java | 32 * @param start Only occurrances on or after this date are returned. 47 * @param start Only occurrances on or after this date are returned. 48 * @param end Only occurrances before this date are returned. 65 * @param date The date to check.
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | DateRule.java | 34 * @param start Only occurrances on or after this date are returned. 49 * @param start Only occurrances on or after this date are returned. 50 * @param end Only occurrances before this date are returned. 67 * @param date The date to check.
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ustrenum.h | 32 * @param uenum a UEnumeration object. This object takes 47 * @param status the error code. 57 * @param status the error code. 64 * @param status the error code.
|
| /third_party/node/test/fixtures/wpt/url/ |
| H A D | urlsearchparams-sort.any.js | 39 for(let param of params) { 40 assert_array_equals(param, val.output[i]) 50 for(let param of params) { 51 assert_array_equals(param, val.output[i])
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ustrenum.h | 32 * @param uenum a UEnumeration object. This object takes 47 * @param status the error code. 57 * @param status the error code. 64 * @param status the error code.
|
| /third_party/node/deps/brotli/c/include/brotli/ |
| H A D | types.h | 65 * @param opaque custom memory manager handle provided by client 66 * @param size requested memory region size; can not be @c 0 78 * @param opaque custom memory manager handle provided by client 79 * @param address memory region pointer returned by ::brotli_alloc_func, or @c 0
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
| H A D | 2-2.c | 45 struct sched_param param; in thread_func() local 46 memset(¶m, 0, sizeof(param)); in thread_func() 48 rc = pthread_getschedparam(self, &new_policy, ¶m); in thread_func()
|
| H A D | 2-1.c | 39 struct sched_param param; in thread_func() local 40 memset(¶m, 0, sizeof(param)); in thread_func() 42 rc = pthread_getschedparam(self, &new_policy, ¶m); in thread_func()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
| H A D | 19-5.c | 32 struct sched_param param; in main() local 34 param.sched_priority = 0; in main() 36 result = sched_setscheduler(0, -1, ¶m); in main() 56 result = sched_setscheduler(0, INVALID_POLICY, ¶m); in main()
|
| /third_party/node/deps/v8/include/cppgc/ |
| H A D | testing.h | 37 * \param heap_handle The corresponding heap. 70 * \param stack_state The state of the stack during the step. 78 * \param stack_state The state of the stack for finalizing the garbage 87 * \param should_mark Denotes whether the main thread should contribute to
|
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | testing.h | 37 * \param heap_handle The corresponding heap. 70 * \param stack_state The state of the stack during the step. 78 * \param stack_state The state of the stack for finalizing the garbage 87 * \param should_mark Denotes whether the main thread should contribute to
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_split_draw.h | 34 * \param info pointer to the original pipe_draw_info from draw_vbo 35 * \param max_verts max number of vertices that can be handled by the hardware 36 * \param count number of vertices remaining in the draw call. It is also 39 * \param step return parameter, will contain how many vertices should be
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_prng.h | 59 * @param rng The random number generation function to use. 68 * @param seed The seed for the pseudo random number generator. 78 * @param buf The buffer to fill with random bytes. 79 * @param len The number of random bytes to write into @p buf.
|