| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | denseranges.cpp | 91 * @param values Sorted array of signed-integer values. 92 * @param length Number of values. 93 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 95 * @param ranges Output ranges array. 96 * @param capacity Maximum number of ranges.
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cintltst.h | 56 * @param unichars UChars (null terminated) to be converted 65 * @param unichars UChars to be converted 66 * @param length length of chars 97 * @param status the error code 104 * @param optionalTimeZone Set this to a requested timezone.
|
| /third_party/lwip/src/include/lwip/ |
| H A D | udp.h | 71 * @param arg user supplied argument (udp_pcb.recv_arg) 72 * @param pcb the udp_pcb which received data 73 * @param p the packet buffer that was received 74 * @param addr the remote IP address from which the packet was received 75 * @param port the remote port from which the packet was received
|
| /third_party/node/deps/v8/include/cppgc/ |
| H A D | heap.h | 163 * \param platform implemented and provided by the embedder. 164 * \param options HeapOptions specifying various properties for the Heap. 176 * \param source String specifying the source (or caller) triggering a 178 * \param reason String specifying the reason for the forced garbage 180 * \param stack_state The embedder stack state, see StackState.
|
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | heap.h | 159 * \param platform implemented and provided by the embedder. 160 * \param options HeapOptions specifying various properties for the Heap. 172 * \param source String specifying the source (or caller) triggering a 174 * \param reason String specifying the reason for the forced garbage 176 * \param stack_state The embedder stack state, see StackState.
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_pbe.c | 90 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, in EVP_PBE_CipherInit_ex() 151 ret = keygen_ex(ctx, pass, passlen, param, cipher, md, en_de, libctx, propq); in EVP_PBE_CipherInit_ex() 153 ret = keygen(ctx, pass, passlen, param, cipher, md, en_de); in EVP_PBE_CipherInit_ex() 163 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) in EVP_PBE_CipherInit() 165 return EVP_PBE_CipherInit_ex(pbe_obj, pass, passlen, param, ctx, en_de, NULL, NULL); in EVP_PBE_CipherInit() 89 EVP_PBE_CipherInit_ex(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, OSSL_LIB_CTX *libctx, const char *propq) EVP_PBE_CipherInit_ex() argument 162 EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) EVP_PBE_CipherInit() argument
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_event.h | 150 * @param context The CoAP context to register the event handler with. 151 * @param hnd The event handler to be registered. @c NULL if to be 166 * @param context The CoAP context to register the event handler with. 167 * @param hnd The event handler to be registered. 178 * @param context The CoAP context whose event handler is to be removed.
|
| /third_party/openssl/crypto/evp/ |
| H A D | evp_pbe.c | 90 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, in EVP_PBE_CipherInit_ex() 151 ret = keygen_ex(ctx, pass, passlen, param, cipher, md, en_de, libctx, propq); in EVP_PBE_CipherInit_ex() 153 ret = keygen(ctx, pass, passlen, param, cipher, md, en_de); in EVP_PBE_CipherInit_ex() 163 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) in EVP_PBE_CipherInit() 165 return EVP_PBE_CipherInit_ex(pbe_obj, pass, passlen, param, ctx, en_de, NULL, NULL); in EVP_PBE_CipherInit() 89 EVP_PBE_CipherInit_ex(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, OSSL_LIB_CTX *libctx, const char *propq) EVP_PBE_CipherInit_ex() argument 162 EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) EVP_PBE_CipherInit() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_1_0_params.cpp | 59 const GLfixed *param, in CaptureFogxv_param() 189 const GLfixed *param, in CaptureLightModelxv_param() 193 CaptureMemory(param, sizeof(GLfixed) * size, paramCapture); in CaptureLightModelxv_param() 249 const GLfixed *param, in CaptureMaterialxv_param() 253 CaptureMemory(param, sizeof(GLfixed) * size, paramCapture); in CaptureMaterialxv_param() 56 CaptureFogxv_param(const State &glState, bool isCallValid, GLenum pname, const GLfixed *param, ParamCapture *paramCapture) CaptureFogxv_param() argument 186 CaptureLightModelxv_param(const State &glState, bool isCallValid, GLenum pname, const GLfixed *param, ParamCapture *paramCapture) CaptureLightModelxv_param() argument 245 CaptureMaterialxv_param(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, const GLfixed *param, ParamCapture *paramCapture) CaptureMaterialxv_param() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
| H A D | esextcTextureBorderClampSamplerParameterIError.hpp | 76 * @param paramname parameter name 77 * @param param0 parameter value nr. 0 78 * @param param1 parameter value nr. 1 79 * @param param2 parameter value nr. 2 80 * @param param3 parameter value nr. 3
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcExposedExtensionsTests.cpp | 60 * @param context Rendering context 61 * @param name Test name 62 * @param description Test description 63 * @param notAllowedSubstring Substring that should not be found in extension name. 64 * @param allowedExceptions List of exceptions that are allowed even despite
|
| H A D | glcNoErrorTests.cpp | 45 * @param context Rendering context 46 * @param name Test name 47 * @param description Test description 48 * @param apiType API version 121 * @param context Rendering context.
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
| H A D | random_generator.cpp | 27 /// @param engine - random number engine to use 28 /// @param lower - Lower bound of integer generated 29 /// @param upper - Upper bound of integer generated 69 /// @param data - pointer to buffer to be hashed 70 /// @param size - number of elements in buffer
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| H A D | SegmentedGrowableMemoryByteArray.java | 53 * @param lowBits the number of bits to use as the initial buffer index 120 * @param bufferIndex the index of the buffer where the data is found 121 * @param index the index into the overall "virtual" buffer 132 * @param index the index into the overall "virtual" buffer 145 * @param index the buffer index
|
| /third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
| H A D | extract-packed-from-composite.asm.frag | 29 OpName %param "param" 73 %param = OpVariable %_ptr_Function_v4float Function 77 OpStore %param %62 78 %63 = OpFunctionCall %v4float %_main_vf4_ %param
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
| H A D | random_generator.cpp | 27 /// @param engine - random number engine to use 28 /// @param lower - Lower bound of integer generated 29 /// @param upper - Upper bound of integer generated 69 /// @param data - pointer to buffer to be hashed 70 /// @param size - number of elements in buffer
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | rbt_data.h | 105 * @param status Output param set to success/failure code on exit. 122 * @param standIn the given stand-in character. 131 * @param standIn the given stand-in character. 140 * @param standIn the given stand-in character.
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | denseranges.cpp | 91 * @param values Sorted array of signed-integer values. 92 * @param length Number of values. 93 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 95 * @param ranges Output ranges array. 96 * @param capacity Maximum number of ranges.
|
| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| H A D | w32functions.h | 163 * @param errnum the errno or value from MHD_W32_errno_from_winsock_() 176 * @param errnum the errno value to set 182 * @param sockets_pair array to receive resulted sockets 204 * @param thread_id ID of thread, -1 for current thread 205 * @param thread_name name to set
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
| H A D | EventScheduler.java | 80 * @param event 98 * @param timestamp 136 * @param event 152 * @param event 188 * @param timestamp
|
| H A D | MidiPortSelector.java | 47 * @param midiManager 48 * @param activity 49 * @param spinnerId 51 * @param type 168 * @param wrapper
|
| /third_party/skia/third_party/externals/oboe/include/oboe/ |
| H A D | LatencyTuner.h | 47 * @param stream the stream who's latency will be tuned 54 * @param stream the stream who's latency will be tuned 55 * @param the maximum buffer size which the tune() operation will set the buffer size to 89 * @param bufferSize 106 * @param sizeIncrement
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
| H A D | decoder_jni.cc | 40 * @param ctx {out_cookie, in_directBufferSize} tuple 102 * @param ctx {in_cookie, out_status} tuple 103 * @param input_length number of bytes provided in input or direct input; 157 * @param ctx {in_cookie, out_status} tuple 187 * @param ctx {in_cookie} tuple
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| H A D | encoder_jni.cc | 40 * @param ctx {out_cookie, in_directBufferSize, in_quality, in_lgwin} tuple 105 * @param ctx {in_cookie, in_operation_out_success, out_has_more_output, 107 * @param input_length number of bytes provided in input or direct input; 156 * @param ctx {in_cookie, out_success, out_has_more_output, 180 * @param ctx {in_cookie} tuple
|
| /third_party/parse5/packages/parse5/lib/serializer/ |
| H A D | index.ts | 22 $.PARAM, 75 * @param node Node to serialize. 76 * @param options Serialization options. 107 * @param node Node to serialize. 108 * @param options Serialization options.
|