| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_texture_buffer_object.txt | 357 void GetBufferPointerv( enum target, enum pname, void **params );
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| H A D | EXT_texture_buffer_object.txt | 356 void GetBufferPointerv( enum target, enum pname, void **params );
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
| H A D | SGIS_multitexture.txt | 248 TexParameterf, and the <params> parameter of TexParameteriv, and
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 895 for (Type *Ty : FTy->params()) in remapInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 998 // # Stub function to call rettype xxxx (params) in EmitFPCallStub()
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl.h | 259 ast::VariableList params; member
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | vertex_pulling.cc | 852 for (auto* param : func->params) { in Process()
|
| /third_party/skia/third_party/externals/zlib/patches/ |
| H A D | 0001-simd.patch | 797 + * use intrinsic without extra params
|
| /third_party/typescript/tests/baselines/reference/user/ |
| H A D | adonis-framework.log | 129 node_modules/adonis-framework/src/Request/index.js(499,17): error TS2551: Property '_params' does not exist on type 'Request'. Did you mean 'params'?
|
| /third_party/python/Python/ |
| H A D | formatter_unicode.c | 469 unused. should this take discrete params in order to be more clear
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_verify.c | 403 struct cil_list *param_list = macro->params; in cil_verify_decl_does_not_shadow_macro_parameter()
|
| /third_party/rust/crates/rust-openssl/openssl/ |
| H A D | CHANGELOG.md | 750 The `pkey` module contains new tag types named `Params`, `Public`, and `Private`, and the
|
| /third_party/rust/crates/syn/ |
| H A D | syn.json | 2372 "params": {
|
| /third_party/selinux/libselinux/src/ |
| H A D | selinux_restorecon.c | 1475 * handle by a process if the default params are required.
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_ttls.c | 135 "EAP-TTLS: Both auth= and autheap= params cannot be specified"); in eap_ttls_init()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_ttls.c | 135 "EAP-TTLS: Both auth= and autheap= params cannot be specified"); in eap_ttls_init()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
| H A D | dpp-nfc.py | 1019 parser.add_argument('--config-params', default='',
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cEnhancedLayoutsTests.cpp | 2807 * @param params Array that will be filled with values of parameters 2809 void Program::GetActiveUniformsiv(GLsizei count, const GLuint* indices, GLenum pname, GLint* params) const in GetActiveUniformsiv() 2813 GetActiveUniformsiv(gl, m_id, count, indices, pname, params); in GetActiveUniformsiv() 2834 * @param buf_size Size of <params> buffer 2835 * @param params Results of query 2837 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) const in GetResource() 2841 GetResource(gl, m_id, interface, index, property, buf_size, params); in GetResource() 2976 * @param params Array that will be filled with values of parameters 2979 GLenum pname, GLint* params) in GetActiveUniformsiv() 2981 gl.getActiveUniformsiv(program_id, count, indices, pname, params); in GetActiveUniformsiv() 2978 GetActiveUniformsiv(const Functions& gl, GLuint program_id, GLsizei count, const GLuint* indices, GLenum pname, GLint* params) GetActiveUniformsiv() argument 3127 GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) GetResource() argument [all...] |
| H A D | gl4cDirectStateAccessTests.hpp | 1747 glw::GLvoid** params); 1992 glw::GLvoid** params); 2142 glw::GLvoid** params); 6650 * Check that INVALID_ENUM is generated by TextureParameter* if params 6685 * TEXTURE_BASE_LEVEL or TEXTURE_MAX_LEVEL, and param or params is
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | overlay_manager.cpp | 103 // dialog animation params 116 // custom keyboard animation params 843 // default opacity animation params in OpenDialogAnimation() 895 // default opacity animation params in CloseDialogAnimation() 900 // get customized animation params in CloseDialogAnimation()
|
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| H A D | TestCharset.java | 892 // Class[] params; 900 // params = new Class[] {CharsetEncoderICU.class, Object.class, 903 // Method encoderCall = Encoder.getDeclaredMethod("call", params); 906 // params = new Class[] {CharsetDecoderICU.class, Object.class, 909 // Method decoderCall = Decoder.getDeclaredMethod("call", params);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiExternalMemoryTests.cpp | 963 tcu::TestStatus testSemaphoreQueries (Context& context, const TestSemaphoreQueriesParameters params) in testSemaphoreQueries() argument 965 const CustomInstance instance (createTestInstance(context, params.externalType, 0u, 0u)); in testSemaphoreQueries() 975 params.semaphoreType, in testSemaphoreQueries() 982 params.externalType in testSemaphoreQueries() 999 if (params.semaphoreType == vk::VK_SEMAPHORE_TYPE_TIMELINE) in testSemaphoreQueries()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4522 // Read type/value pairs for varargs params. in parseFunctionBody() 4596 // Read the fixed params. in parseFunctionBody() 4607 // Read type/value pairs for varargs params. in parseFunctionBody() 5037 // Read the fixed params. in parseFunctionBody() 5049 // Read type/value pairs for varargs params. in parseFunctionBody()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramInterfaceQueryTests.cpp | 1628 int params[] = { 255, 255, 255, 255 }; 1632 DE_ASSERT(querySizes[ndx].bufferSize < DE_LENGTH_OF_ARRAY(params)); // leave at least one element for overflow detection 1639 gl.getProgramResourceiv(program.getProgram(), GL_UNIFORM, uniformIndex, querySizes[ndx].numProps, props, querySizes[ndx].bufferSize, (querySizes[ndx].returnLength) ? (&written) : (DE_NULL), params); 1647 else if (params[expectedWriteLen] != 255) 1649 m_testCtx.getLog() << tcu::TestLog::Message << "Error, guard at index " << (expectedWriteLen) << " was modified. Was 255 before call, got dec=" << params[expectedWriteLen] << tcu::TestLog::EndMessage;
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| H A D | hi_wifi_api.h | 1874 * @brief Set retry params.CNcomment:设置软件重传策略.CNend 1877 * Set retry params.CNcomment:设置指定接口的软件重传策略.CNend
|