/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 495 * @param array The array to flatten. 516 * @param array The array to map. 517 * @param mapfn The callback used to map the result into one or more values. 831 * @param equalityComparer An `EqualityComparer` used to determine if two values are duplicates. 832 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1188 * @param array A sorted array whose first element must be no larger than number 1189 * @param value The value to be searched for in the array. 1190 * @param keySelector A callback used to select the search key from `value` and each element of 1192 * @param keyComparer A callback used to compare two keys in a sorted array. 1193 * @param offse [all...] |
H A D | typescript.js | 486 * @param array The array to flatten. 507 * @param array The array to map. 508 * @param mapfn The callback used to map the result into one or more values. 822 * @param equalityComparer An `EqualityComparer` used to determine if two values are duplicates. 823 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1179 * @param array A sorted array whose first element must be no larger than number 1180 * @param value The value to be searched for in the array. 1181 * @param keySelector A callback used to select the search key from `value` and each element of 1183 * @param keyComparer A callback used to compare two keys in a sorted array. 1184 * @param offse [all...] |
H A D | typescriptServices.js | 486 * @param array The array to flatten. 507 * @param array The array to map. 508 * @param mapfn The callback used to map the result into one or more values. 822 * @param equalityComparer An `EqualityComparer` used to determine if two values are duplicates. 823 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1179 * @param array A sorted array whose first element must be no larger than number 1180 * @param value The value to be searched for in the array. 1181 * @param keySelector A callback used to select the search key from `value` and each element of 1183 * @param keyComparer A callback used to compare two keys in a sorted array. 1184 * @param offse [all...] |
H A D | tsserver.js | 496 * @param array The array to flatten. 517 * @param array The array to map. 518 * @param mapfn The callback used to map the result into one or more values. 832 * @param equalityComparer An `EqualityComparer` used to determine if two values are duplicates. 833 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1189 * @param array A sorted array whose first element must be no larger than number 1190 * @param value The value to be searched for in the array. 1191 * @param keySelector A callback used to select the search key from `value` and each element of 1193 * @param keyComparer A callback used to compare two keys in a sorted array. 1194 * @param offse [all...] |
/third_party/curl/lib/ |
H A D | url.c | 46 #include <sys/param.h> 503 * @param curl is a pointer to a sessionhandle pointer that gets set by this 851 struct connectdata *conn, void *param) in call_extract_if_dead() 853 struct prunedead *p = (struct prunedead *)param; in call_extract_if_dead() 3409 * @param data The sessionhandle pointer 3410 * @param in_connect is set to the next connection data pointer 3411 * @param async is set TRUE when an async DNS resolution is pending 850 call_extract_if_dead(struct Curl_easy *data, struct connectdata *conn, void *param) call_extract_if_dead() argument
|
/third_party/backends/backend/ |
H A D | pie.c | 2400 set_param_length (param.cmd, size);
in pie_get_params() 2403 sanei_scsi_cmd (scanner->sfd, param.cmd, param.size, buffer, &size);
in pie_get_params()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 55 * @param source As specified in GL spec. 56 * @param type As specified in GL spec. 57 * @param id As specified in GL spec. 58 * @param severity As specified in GL spec. 59 * @param ignored 60 * @param message As specified in GL spec. 61 * @param info Pointer to instance of deqp::Context used by test. 354 glw::GLint* param); 400 * @param context CTS context. 411 * @param contex 1144 GetLevelParameter(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum pname, glw::GLint* param) GetLevelParameter() argument [all...] |
H A D | gl4cBufferStorageTests.cpp | 322 glw::GLint* param); 384 * @param context CTS context 416 * @param gl Functions 417 * @param required_major Minimum required MAJOR_VERSION 418 * @param required_minor Minimum required MINOR_VERSION 480 * @param context CTS context. 496 * @param target Buffer target 497 * @param usage Buffer usage enum 498 * @param size <size> parameter 499 * @param dat 1419 GetLevelParameter(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum pname, glw::GLint* param) GetLevelParameter() argument [all...] |
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2991 pub fn sched_getparam(pid: ::pid_t, param: *mut sched_param) -> ::c_int; in sched_getparam() 2992 pub fn sched_setparam(pid: ::pid_t, param: *const sched_param) -> ::c_int; in sched_setparam() 2997 param: *const ::sched_param, in sched_setscheduler()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 2882 const void* param = (void*)(int*)0x123; 2884 gl.glDebugMessageCallback(emptyCallback, param); 2885 verifyStatePointer(result, gl, GL_DEBUG_CALLBACK_USER_PARAM, param, QUERY_POINTER);
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_attrib_tmp.h | 3212 TAG(Materialf)(GLenum face, GLenum pname, GLfloat param) in Materialf() argument 3215 fparam[0] = param; in Materialf() 3220 TAG(Materiali)(GLenum face, GLenum pname, GLint param) in Materiali() argument 3223 p[0] = (GLfloat) param; in Materiali()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.cpp | 4894 GLfloat param) in ValidateSamplerParameterf() 4896 return ValidateSamplerParameterBase(context, entryPoint, sampler, pname, -1, false, ¶m); in ValidateSamplerParameterf() 4912 GLint param) in ValidateSamplerParameteri() 4914 return ValidateSamplerParameterBase(context, entryPoint, sampler, pname, -1, false, ¶m); in ValidateSamplerParameteri() 4890 ValidateSamplerParameterf(const Context *context, angle::EntryPoint entryPoint, SamplerID sampler, GLenum pname, GLfloat param) ValidateSamplerParameterf() argument 4908 ValidateSamplerParameteri(const Context *context, angle::EntryPoint entryPoint, SamplerID sampler, GLenum pname, GLint param) ValidateSamplerParameteri() argument
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 149 // @param opcode SPIR-V opcode 150 // @param ast_unary_op return parameter 192 // @param opcode SPIR-V opcode 263 // @param opcode SPIR-V opcode 472 // @param opcode a SPIR-V opcode 496 // @param opcode a SPIR-V opcode 516 // @param opcode a SPIR-V opcode 531 // @param opcode a SPIR-V opcode 643 /// @param cond the switch statement condition 647 /// @param builde [all...] |
H A D | parser_impl.cc | 115 // @param extended_opcode GLSL.std.450 opcode 150 // @param extended_opcode GLSL.std.450 opcode 216 // @param extended_opcode GLSL.std.450 opcode 237 // @param a SPIR-V decoration 1574 // @param var_id SPIR-V id of an OpVariable, assumed to be pointer 2681 f->ForEachParam([¶ms](const spvtools::opt::Instruction* param) { in RegisterHandleUsage() 2682 params.push_back(param); in RegisterHandleUsage()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 674 * @param array The array to flatten. 695 * @param array The array to map. 696 * @param mapfn The callback used to map the result into one or more values. 1010 * @param equalityComparer An `EqualityComparer` used to determine if two values are duplicates. 1011 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1357 * @param array A sorted array whose first element must be no larger than number 1358 * @param value The value to be searched for in the array. 1359 * @param keySelector A callback used to select the search key from `value` and each element of 1361 * @param keyComparer A callback used to compare two keys in a sorted array. 1362 * @param offse [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc.c | 80 #define OFFSET(param) offsetof(AC3EncodeContext, options.param) 305 * @param s AC-3 encoder private context 323 * @param s AC-3 encoder private context 394 * @param s AC-3 encoder private context 540 * @param[in,out] exp array of exponents for 1 block in 1 channel 541 * @param nb_exps number of exponents in active bandwidth 542 * @param exp_strategy exponent strategy for the block 543 * @param cpl indicates if the block is in the coupling channel 698 * @param [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.cpp | 2953 TParameter param = { idToken.string, type, defaultValue }; in acceptParameterDeclaration() local 2954 function.addParameter(param); in acceptParameterDeclaration()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 1459 int anv_gem_set_context_param(int fd, int context, uint32_t param, 1461 int anv_gem_get_param(int fd, uint32_t param);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 1694 enum pipe_resource_param param, in iris_resource_get_param() 1716 switch (param) { in iris_resource_get_param() 1688 iris_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) iris_resource_get_param() argument
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 656 /* param for all the callbacks */ 660 /* set SRP N/g param callback for verification */ 1002 X509_VERIFY_PARAM *param; member 1468 X509_VERIFY_PARAM *param; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_autogen.cpp | 242 GLint param) in CaptureFramebufferParameteri() 249 paramBuffer.addValueParam("param", ParamType::TGLint, param); in CaptureFramebufferParameteri() 238 CaptureFramebufferParameteri(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint param) CaptureFramebufferParameteri() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPreRotationTest.cpp | 34 ss << std::get<0>(info.param); in PrintToStringParamName() 35 if (std::get<1>(info.param)) in PrintToStringParamName()
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 649 /* param for all the callbacks */ 653 /* set SRP N/g param callback for verification */ 993 X509_VERIFY_PARAM *param; member 1444 X509_VERIFY_PARAM *param; member
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 2684 for (auto* param : intrinsic->Parameters()) { 2689 const auto* ty = param->Type();
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.cc | 2867 for (auto* param : intrinsic->Parameters()) { in CallIntrinsicHelper() 2872 if (!EmitTypeAndName(decl, param->Type(), param_name)) { in CallIntrinsicHelper()
|