| /third_party/ltp/testcases/kernel/syscalls/madvise/ |
| D | madvise06.c | 83 static void meminfo_diag(const char *point) in meminfo_diag() 179 char *target; in test_advice_willneed() local
|
| /third_party/node/src/crypto/ |
| D | crypto_ec.cc | 64 void ECDH::Initialize(Environment* env, Local<Object> target) { in Initialize() 664 const EC_POINT* point = EC_KEY_get0_public_key(ec_key); in EC_Raw_Export() local 722 const EC_POINT* point = EC_KEY_get0_public_key(ec_key); in DoExport() local 759 Local<Object> target) { in ExportJWKEcKey() 849 Local<Object> target) { in ExportJWKEdKey() 987 Local<Object> target) { in GetEcKeyDetail()
|
| D | crypto_common.cc | 291 Local<Object> target, in Set() 1160 const EC_POINT* point, in ECPointToBuffer()
|
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| D | sglrReferenceContext.cpp | 120 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace() 609 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() 732 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in deleteTexture() local 749 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer() 780 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in bindFramebuffer() local 791 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in bindFramebuffer() local 827 void ReferenceContext::bindRenderbuffer (deUint32 target, deUint32 name) in bindRenderbuffer() 874 for (int point = 0; point < Framebuffer::ATTACHMENTPOINT_LAST; point++) in deleteRenderbuffer() local 1015 void ReferenceContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage1D() 1020 void ReferenceContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, … in texImage2D() [all …]
|
| /third_party/skia/src/effects/imagefilters/ |
| D | SkLightingImageFilter.cpp | 45 const SkPoint3& point) { in setUniformPoint3() 51 const SkPoint3& point) { in setUniformNormal3() 84 SkPoint3 point; in read_point3() local 94 static void write_point3(const SkPoint3& point, SkWriteBuffer& buffer) { in write_point3() 979 const SkPoint3& target, in SkSpotLight() 1008 SkPoint3 target = SkPoint3::Make(target2.fX, target2.fY, in transform() local 1050 const SkPoint3& target() const { return fTarget; } in target() function in __anon0c3c76b90411::SkSpotLight 1072 const SkPoint3& target, in SkSpotLight() 1171 const SkPoint3& location, const SkPoint3& target, SkScalar falloffExponent, in SpotLitDiffuse() 1197 const SkPoint3& location, const SkPoint3& target, SkScalar falloffExponent, in SpotLitSpecular()
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | ftoutln.c | 54 FT_Vector* point; in FT_Outline_Decompose() local 387 FT_Outline *target ) in FT_Outline_Copy()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cMultiBindTests.cpp | 417 void Buffer::InitData(deqp::Context& context, glw::GLenum target, glw::GLenum usage, glw::GLsizeipt… in InitData() 482 void Buffer::Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) in Bind() 495 void Buffer::BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint ind… in BindBase() 509 void Buffer::Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr … in Data() 544 void Buffer::SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsiz… in SubData() 595 void Framebuffer::AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachmen… in AttachTexture() 611 void Framebuffer::Bind(const glw::Functions& gl, glw::GLenum target, glw::GLuint id) in Bind() 1009 void Texture::InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLe… in InitStorage() 1042 void Texture::Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) in Bind() 1060 void Texture::CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, in CompressedImage() [all …]
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| D | rrRenderer.cpp | 488 void flatshadePrimitiveVertices (pa::Triangle& target, size_t outputNdx) in flatshadePrimitiveVertices() 496 void flatshadePrimitiveVertices (pa::Line& target, size_t outputNdx) in flatshadePrimitiveVertices() 503 void flatshadePrimitiveVertices (pa::Point& target, size_t outputNdx) in flatshadePrimitiveVertices() 839 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Triangle& target) in transformPrimitiveClipCoordsToWindowCoords() 846 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Line& target) in transformPrimitiveClipCoordsToWindowCoords() 852 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Point& target) in transformPrimitiveClipCoordsToWindowCoords() 888 void makeSharedVerticesDistinct (pa::Triangle& target, std::set<VertexPacket*, std::less<void*> >& … in makeSharedVerticesDistinct() 895 void makeSharedVerticesDistinct (pa::Line& target, std::set<VertexPacket*, std::less<void*> >& vert… in makeSharedVerticesDistinct() 901 void makeSharedVerticesDistinct (pa::Point& target, std::set<VertexPacket*, std::less<void*> >& ver… in makeSharedVerticesDistinct() 915 void generatePrimitiveIDs (pa::Triangle& target, int id) in generatePrimitiveIDs() [all …]
|
| /third_party/skia/src/utils/ |
| D | SkShadowTessellator.cpp | 780 SkPoint* target = fPointBuffer.begin(); in handleQuad() local 805 SkPoint* target = fPointBuffer.begin(); in handleCubic() local 1139 void SkSpotShadowTessellator::addToClip(const SkPoint& point) { in addToClip()
|
| /third_party/cef/include/internal/ |
| D | cef_types_wrappers.h | 91 void DetachTo(struct_type& target) { in DetachTo() 206 bool Contains(const CefPoint& point) const { in Contains()
|
| /third_party/skia/third_party/externals/freetype/src/raster/ |
| D | ftraster.c | 499 FT_Bitmap target; /* description of target bit/pixmap */ member 1754 FT_Vector* point; in Decompose_Curve() local 2242 Byte* target; in Vertical_Sweep_Span() local
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| D | es3pBufferDataUploadTests.cpp | 668 …calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target) in calculateSingleOperationStatistics() 909 …urationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &Dur… in fitLineToSamples() 915 tcu::Vec2 point; in fitLineToSamples() local 927 …urationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &Dur… in fitLineToSamples() 933 tcu::Vec2 point; in fitLineToSamples() local 945 …es (const std::vector<T>& samples, int beginNdx, int endNdx, deUint64 T::SampleType::*target = &T:… in fitLineToSamples() 951 …hConfidence fitLineToSamples (const std::vector<T>& samples, deUint64 T::SampleType::*target = &T:… in fitLineToSamples() 4910 glw::GLenum target; in runSample() local 5250 glw::GLenum target; in runSample() local 5695 glw::GLenum target; in uploadBuffer() local [all …]
|
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| D | ftgrays.c | 506 TPixmap target; /* target pixmap */ member 1659 FT_Vector* point; in FT_Outline_Decompose() local
|
| /third_party/node/deps/ada/ |
| D | ada.cpp | 10106 const std::string_view target = table_is_double_dot_path_segment[hash_value]; in is_double_dot_path_segment() local 10327 char* point = output.data(); in ipv6() local 10357 char* point = output.data(); in ipv4() local
|
| /third_party/libabigail/tests/lib/ |
| D | catch.hpp | 3760 …dEqualsMatcher<T, AllocComp, AllocMatch> UnorderedEquals(std::vector<T, AllocComp> const& target) { in UnorderedEquals() 4126 TakeGenerator(size_t target, GeneratorWrapper<T>&& generator): in TakeGenerator() 4152 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() 5434 Duration point; member 7042 double point = estimator(first, last); in bootstrap() local 9073 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto() 9082 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto() 9086 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto() 9099 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto() 11571 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() [all …]
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 59 var setProperty = function setProperty(target, options) { argument 224 function point$3(point) { argument 1355 function movePoint(point, offset) { argument 3488 target: '⌖', property 11806 function toOffset(point) { argument 12030 function toggle(point, state, ruleId) { argument 12038 markers.push({state, point}); field 12774 function point(node) { function 14324 const point = pointStart(head); constant 14431 const point = pointStart(head); constant [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 56263 target() noexcept in target() function in std::function 56282 target() const noexcept in target() function in std::function 74918 nsPoint point; in ScaleToOtherAppUnits() local 74929 nsPoint point; in RemoveResolution() local 74940 nsPoint point; in ApplyResolution() local 82401 static nsIAtom* target; member in nsGkAtoms 146391 nsCOMPtr<nsIEventTarget> target = do_GetMainThread(); in CheckStartTimerLocked() local 176885 target, enumerator
|