| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | explicit-management.h | 56 * \param heap_handle The corresponding heap. 57 * \param object Reference to an object that is of type `GarbageCollected` and 82 * \param object Reference to an object that is of type `GarbageCollected` and 84 * \param additional_bytes Bytes in addition to sizeof(T) that the object should
|
| /third_party/mesa3d/src/gallium/auxiliary/os/ |
| H A D | os_process.c | 48 * \param procname returns the process name 49 * \param size size of the procname buffer 108 * \param cmdline returns the command line string 109 * \param size size of the cmdline buffer
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos_array.c | 47 * \param format_desc describes format of the image we're fetching from 48 * \param dst_type output type 49 * \param base_ptr address of the pixel block (or the texel if uncompressed) 50 * \param offset ptr offset
|
| /third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
| H A D | PrefixTimeZonesMap.java | 44 * @param sortedPrefixTimeZoneMap a map from phone number prefixes to their corresponding time 70 * @param key the key to look up 87 * @param number the phone number to look up 99 * @param number the phone number to look up
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | thread-win32.c | 59 static DWORD WINAPI internal_thread_func(LPVOID param) { in internal_thread_func() argument 60 pa_thread *t = param; in internal_thread_func() 156 static DWORD WINAPI monitor_thread_func(LPVOID param) { in monitor_thread_func() argument 157 struct pa_tls_monitor *m = param; in monitor_thread_func()
|
| /third_party/python/Lib/importlib/metadata/ |
| H A D | _functools.py | 91 Wrap func so it's not called if its first param is None 100 def wrapper(param, *args, **kwargs): 101 if param is not None: 102 return func(param, *args, **kwargs)
|
| /third_party/openGLES/extensions/SGIX/ |
| H A D | SGIX_subdiv_patch.txt | 71 void glSubdivPatchParameterfSGIX(GLenum pname, GLfloat param); 72 void glSubdivPatchParameteriSGIX(GLenum pname, GLint param); 96 Accepted by the <param> parameter GL_SUBDIVPATCH_FORMAT_SGIX of 147 INVALID_ENUM is generated if the <param> parameter is not
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | RewriteOutArgs.cpp | 122 const TVariable ¶m = *func->getParam(i); 123 const TType ¶mType = param.getType(); 129 if (!mSymbolEnv.isReference(param)) 131 mSymbolEnv.markAsReference(param, AddressSpace::Thread);
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
| H A D | esextcTextureBorderClampParameterBorderColorError.hpp | 70 void VerifyGLTexParameterf(glw::GLenum target, glw::GLenum pname, glw::GLfloat param, glw::GLenum expected_error); 72 void VerifyGLTexParameteri(glw::GLenum target, glw::GLenum pname, glw::GLint param, glw::GLenum expected_error); 74 void VerifyGLSamplerParameterf(glw::GLenum pname, glw::GLfloat param, glw::GLenum expected_error); 76 void VerifyGLSamplerParameteri(glw::GLenum pname, glw::GLint param, glw::GLenum expected_error);
|
| /third_party/openssl/doc/man3/ |
| H A D | EVP_PBE_CipherInit.pod | 14 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de); 16 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, 36 from an OID I<pbe_obj> and parameters I<param>. 83 The arguments I<pbe_obj> and I<param> to EVP_PBE_CipherInit() and EVP_PBE_CipherInit_ex()
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders/tesc/ |
| H A D | water_tess.tesc | 63 vec2 param = p0 + (vec2(-0.5) * _41.uPatchSize); 64 float l00 = lod_factor(param); 100 vec2 param = p0; 101 if (!frustum_cull(param))
|
| /third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
| H A D | complex-name-workarounds.asm.frag | 20 OpName %param "b" 41 %param = OpVariable %_ptr_Function_v4float Function 48 OpStore %param %30 49 %31 = OpFunctionCall %v4float %func__vf4_ %param
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | windtfmt.h | 66 * @param calendarToAdopt Calendar object to be adopted. 74 * @param newCalendar Calendar object to be set. 82 * @param zoneToAdopt the TimeZone to be adopted. 88 * @param zone the new time zone.
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | benchmark.c | 56 * @param cls client-defined closure 57 * @param connection connection handle 58 * @param con_cls value as set by the last call to 60 * @param toe reason for request termination
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
| H A D | MidiConstants.java | 65 * @param statusByte 84 * @param msg 85 * @param offset 86 * @param count
|
| /third_party/skia/third_party/externals/oboe/src/common/ |
| H A D | QuirksManager.h | 51 * @param builder builder provided by application 52 * @param childBuilder modified builder appropriate for the underlying device 78 * @param stream 79 * @param requestedSize
|
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | State.cs | 136 /// <param name="state">uninitialized state without associated input</param>
137 /// <param name="input">compressed data source</param>
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
| H A D | SGIX_subdiv_patch.txt | 71 void glSubdivPatchParameterfSGIX(GLenum pname, GLfloat param); 72 void glSubdivPatchParameteriSGIX(GLenum pname, GLint param); 96 Accepted by the <param> parameter GL_SUBDIVPATCH_FORMAT_SGIX of 147 INVALID_ENUM is generated if the <param> parameter is not
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IRReader/ |
| H A D | IRReader.h | 51 /// \param UpgradeDebugInfo Run UpgradeDebugInfo, which runs the Verifier. 54 /// \param DataLayoutString Override datalayout in the llvm assembly. 63 /// \param UpgradeDebugInfo Run UpgradeDebugInfo, which runs the Verifier. 66 /// \param DataLayoutString Override datalayout in the llvm assembly.
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | mutator.h | 57 /// @param status - the status of the mutation. 58 /// @param is_changed - whether the module was changed during mutation. 93 /// @param path - the directory to which the errors are printed to. No files 95 /// @param count - the number of the error. Files for this error will be
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | multiplanar_external_texture.h | 64 /// @param bm a map to the new binding slots to use. 84 /// @param ctx the CloneContext primed with the input program and 86 /// @param inputs optional extra transform-specific input data 87 /// @param outputs optional extra transform-specific output data
|
| H A D | unshadow.cc | 38 /// @param context the clone context 69 if (auto* param = sem.Get<sem::Parameter>(var)) { in Run() 70 if (param->Shadows()) { in Run() 71 return rename(param); in Run()
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_call_test.cc | 29 func_params.push_back(Param("a", ty.f32())); in TEST_F() 30 func_params.push_back(Param("b", ty.f32())); in TEST_F() 67 func_params.push_back(Param("a", ty.f32())); in TEST_F() 68 func_params.push_back(Param("b", ty.f32())); in TEST_F()
|
| H A D | builder_format_conversion_test.cc | 35 auto param = GetParam(); in TEST_P() local 39 EXPECT_EQ(b.convert_image_format_to_spv(param.ast_format), param.spv_format); in TEST_P() 41 if (param.extended_format) { in TEST_P()
|
| /third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-instructions-first-value-phi/ |
| H A D | 0-opt.wgsl | 38 var param : S; 82 param = x_90; 83 func_struct_S_i11_(&(param)); 84 let x_92 : S = param;
|