| /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
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver.h | 164 /// @param params the parameters to the method call 170 const ast::ExpressionList& params, 503 const std::vector<const sem::Type*> params);
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 646 OperandParameters params; in jsonToSpirv() 654 params.push(p.type, doc); in jsonToSpirv() 659 std::move(caps), std::move(version), std::move(lastVersion), std::move(exts), std::move(params)); in jsonToSpirv()
|
| /third_party/python/Lib/test/ |
| H A D | test_poplib.py | 148 for cap, params in self._get_capas().items(): 150 if params: 151 _ln.extend(params)
|
| /third_party/rust/crates/cxx/gen/build/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/skia/modules/particles/src/ |
| H A D | SkParticleEffect.cpp | 219 SkParticleEffect::SkParticleEffect(sk_sp<SkParticleEffectParams> params) in SkParticleEffect() argument 220 : fParams(std::move(params)) in SkParticleEffect() 359 // Possibly re-allocate cached storage, if our params have changed in advanceTime()
|
| /third_party/rust/crates/rustix/src/ |
| H A D | io_uring.rs | 28 /// `io_uring_setup(entries, params)`—Setup a context for performing 36 pub fn io_uring_setup(entries: u32, params: &mut io_uring_params) -> io::Result<OwnedFd> { in io_uring_setup() 37 backend::io_uring::syscalls::io_uring_setup(entries, params) in io_uring_setup()
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | process_angle_perf_results.py | 430 def _upload_individual_benchmark(params): 432 return _upload_individual(*params) 434 benchmark_name = params[0]
|