| /third_party/libwebsockets/lib/tls/ |
| H A D | tls-jit-trust.c | 481 * provided in the params. in lws_tls_jit_trust_got_cert_cb() 519 /* copy the SKIDs from the inflight and params into the cache item */ in lws_tls_jit_trust_got_cert_cb() 569 * if we have a params one, use that so the rest are all from inflight in lws_tls_jit_trust_got_cert_cb()
|
| /third_party/lz4/programs/ |
| H A D | util.h | 625 * UTIL_createFileList - takes a list of files and directories (params: inputNames, inputNamesNb), scans directories, 626 * and returns a new list of files (params: return value, allocatedBuffer, allocatedNamesNb). 627 * After finishing usage of the list the structures should be freed with UTIL_freeFileList(params: return value, allocatedBuffer)
|
| /third_party/node/deps/v8/src/heap/cppgc-js/ |
| H A D | cpp-heap.cc | 113 const CppHeapCreateParams& params) { in Create() 114 return std::make_unique<internal::CppHeap>(platform, params.custom_spaces, in Create() 115 params.wrapper_descriptor); in Create() 112 Create(v8::Platform* platform, const CppHeapCreateParams& params) Create() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | dbghelp.h | 245 DWORD64 Params[4]; member 262 DWORD Params[4]; member 809 ULONG64 Params[4]; member
|
| /third_party/node/deps/openssl/openssl/crypto/rand/ |
| H A D | rand_lib.c | 569 OSSL_PARAM params[7], *p = params; in rand_new_drbg() local 606 if (!EVP_RAND_instantiate(ctx, 0, 0, NULL, 0, params)) { in rand_new_drbg()
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | check.rs | 406 if !efn.generics.params.is_empty() && !efn.trusted { in check_api_fn() 412 if !efn.generics.params.is_empty() && efn.unsafety.is_none() { in check_api_fn() 630 for generic_param in &generics.params { in check_generics()
|
| /third_party/rust/crates/cxx/syntax/ |
| H A D | check.rs | 406 if !efn.generics.params.is_empty() && !efn.trusted { in check_api_fn() 412 if !efn.generics.params.is_empty() && efn.unsafety.is_none() { in check_api_fn() 630 for generic_param in &generics.params { in check_generics()
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | check.rs | 406 if !efn.generics.params.is_empty() && !efn.trusted { in check_api_fn() 412 if !efn.generics.params.is_empty() && efn.unsafety.is_none() { in check_api_fn() 630 for generic_param in &generics.params { in check_generics()
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | check.rs | 406 if !efn.generics.params.is_empty() && !efn.trusted { in check_api_fn() 412 if !efn.generics.params.is_empty() && efn.unsafety.is_none() { in check_api_fn() 630 for generic_param in &generics.params { in check_generics()
|
| /third_party/python/Doc/library/ |
| H A D | xmlrpc.server.rst | 103 parameters from the request. Its API is ``def _dispatch(self, method, params)`` 104 (note that *params* does not represent a variable argument list). If it calls 106 ``func(*params)``, expanding the parameter list. The return value from
|
| /third_party/openGLES/extensions/SGIS/ |
| H A D | SGIS_detail_texture.txt | 90 and by the <params> parameter of TexParameteriv and TexParameterfv, 410 or parameter <params> doesn't point to ADD or MODULATE. 415 or parameter <params> points to a positive value.
|
| /third_party/openssl/crypto/rand/ |
| H A D | rand_lib.c | 569 OSSL_PARAM params[7], *p = params; in rand_new_drbg() local 606 if (!EVP_RAND_instantiate(ctx, 0, 0, NULL, 0, params)) { in rand_new_drbg()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Program.h | 599 void getUniformfv(const Context *context, UniformLocation location, GLfloat *params) const; 600 void getUniformiv(const Context *context, UniformLocation location, GLint *params) const; 601 void getUniformuiv(const Context *context, UniformLocation location, GLuint *params) const;
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Context.h | 626 bool getFloatv(GLenum pname, GLfloat *params) const; 627 template<typename T> bool getIntegerv(GLenum pname, T *params) const; 628 bool getBooleanv(GLenum pname, GLboolean *params) const;
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 437 OperandParameters params; in jsonToSpirv() 445 params.push(p.type, doc); in jsonToSpirv() 450 std::move(caps), std::move(version), std::move(lastVersion), std::move(exts), std::move(params)); in jsonToSpirv()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 437 OperandParameters params; in jsonToSpirv() 445 params.push(p.type, doc); in jsonToSpirv() 450 std::move(caps), std::move(version), std::move(lastVersion), std::move(exts), std::move(params)); in jsonToSpirv()
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngget.c | 893 png_charp *units, png_charpp *params) in png_get_pCAL() 900 nparams != NULL && units != NULL && params != NULL) in png_get_pCAL() 908 *params = info_ptr->pcal_params; in png_get_pCAL() 891 png_get_pCAL(png_const_structrp png_ptr, png_inforp info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) png_get_pCAL() argument
|
| /third_party/skia/tests/ |
| H A D | SerializationTest.cpp | 407 SkFontArguments params; in makeDistortableWithNonDefaultAxes() local 408 params.setVariationDesignPosition({position, SK_ARRAY_COUNT(position)}); in makeDistortableWithNonDefaultAxes() 412 sk_sp<SkTypeface> typeface = fm->makeFromStream(std::move(distortable), params); in makeDistortableWithNonDefaultAxes()
|
| /third_party/openssl/test/ |
| H A D | evp_pkey_dparams_test.c | 255 /* Load in pkey params from binary */ in params_bio_test() 258 /* Save pkey params to binary */ in params_bio_test() 286 /* Load in pkey params from binary */ in set_enc_pubkey_test()
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffobjs.c | 508 FT_Parameter* params ) in FT_LOCAL_DEF() 557 error = sfnt->init_face( stream, face, face_index, num_params, params ); in FT_LOCAL_DEF() 582 num_params, params ); in FT_LOCAL_DEF()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| H A D | EXT_texenv_op.txt | 236 void TexEnv{if}v( enum target, enum pname, T params ) ; 243 in the second form, params is a pointer to an array of parameters: 409 or TexEnvf are not one of the accepted defined values, or when params
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
| H A D | IMG_framebuffer_downsample.txt | 238 * If pname is FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG, then params will 252 would be returned by querying DOWNSAMPLE_SCALES_IMG is returned in params. 254 format are written into params.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
| H A D | SGIS_detail_texture.txt | 90 and by the <params> parameter of TexParameteriv and TexParameterfv, 410 or parameter <params> doesn't point to ADD or MODULATE. 415 or parameter <params> points to a positive value.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 109 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs); 117 ArrayRef<Type*> Params, bool isVarArg); 135 ArrayRef<Type *> params() const { in params() function in llvm::FunctionType
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | DerivedTypes.h | 103 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs); 111 ArrayRef<Type*> Params, bool isVarArg); 128 ArrayRef<Type *> params() const { in params() function in llvm::FunctionType
|