Searched refs:validate (Results 1 - 25 of 120) sorted by relevance

12345

/xsrc/external/mit/fontconfig/dist/fc-validate/
H A DMakefile.am2 # fontconfig/fc-validate/Makefile.am
24 bin_PROGRAMS=fc-validate
28 FC_VALIDATE_SRC=${top_srcdir}/fc-validate
30 SGML = ${FC_VALIDATE_SRC}/fc-validate.sgml
34 BUILT_MANS=fc-validate.1
40 EXTRA_DIST=fc-validate.sgml $(BUILT_MANS)
H A DMakefile.in18 # fontconfig/fc-validate/Makefile.am
114 bin_PROGRAMS = fc-validate$(EXEEXT)
116 subdir = fc-validate
139 fc_validate_SOURCES = fc-validate.c
140 fc_validate_OBJECTS = fc-validate.$(OBJEXT)
163 am__depfiles_remade = ./$(DEPDIR)/fc-validate.Po
183 SOURCES = fc-validate.c
184 DIST_SOURCES = fc-validate.c
436 FC_VALIDATE_SRC = ${top_srcdir}/fc-validate
437 SGML = ${FC_VALIDATE_SRC}/fc-validate
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/services/
H A Dsvgxval.h37 #define FT_SERVICE_ID_GX_VALIDATE "truetypegx-validate"
38 #define FT_SERVICE_ID_CLASSICKERN_VALIDATE "classickern-validate"
55 gxv_validate_func validate; local in function:FT_DEFINE_SERVICE
60 ckern_validate_func validate; local in function:FT_DEFINE_SERVICE
H A Dsvotval.h28 #define FT_SERVICE_ID_OPENTYPE_VALIDATE "opentype-validate"
43 otv_validate_func validate; local in function:FT_DEFINE_SERVICE
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dknotvector.h45 int validate( void );
H A Dknotvector.cc75 int Knotvector::validate( void ) function in class:Knotvector
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_performance.h50 validate(const backend_shader *) const function in struct:brw::performance
H A Dtest_eu_validate.cpp98 validate(struct brw_codegen *p) function in typeref:typename:bool
136 EXPECT_TRUE(validate(p));
143 EXPECT_FALSE(validate(p));
150 EXPECT_FALSE(validate(p));
161 EXPECT_FALSE(validate(p));
168 EXPECT_FALSE(validate(p));
186 EXPECT_FALSE(validate(p));
188 EXPECT_TRUE(validate(p));
226 EXPECT_EQ(test_case[i].expected_result, validate(p));
242 EXPECT_FALSE(validate(
[all...]
H A Dbrw_fs_validate.cpp42 fs_visitor::validate() function in class:fs_visitor
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dobject.hpp69 validate(D *d) { function in struct:clover::detail::descriptor_traits
88 validate(D *d) { function in struct:clover::detail::descriptor_traits
105 validate(D *d) { function in struct:clover::detail::descriptor_traits
122 validate(D *d) { function in struct:clover::detail::descriptor_traits
148 detail::descriptor_traits<T, D>::validate(d);
164 detail::descriptor_traits<T, D>::validate(d);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dobject.hpp68 validate(D *d) { function in struct:clover::detail::descriptor_traits
87 validate(D *d) { function in struct:clover::detail::descriptor_traits
104 validate(D *d) { function in struct:clover::detail::descriptor_traits
121 validate(D *d) { function in struct:clover::detail::descriptor_traits
147 detail::descriptor_traits<T, D>::validate(d);
163 detail::descriptor_traits<T, D>::validate(d);
/xsrc/external/mit/freetype/dist/src/base/
H A Dftgxval.c61 error = service->validate( face,
113 error = service->validate( face,
H A Dftotval.c59 error = service->validate( face,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_validate.cpp42 fs_visitor::validate() function in class:fs_visitor
H A Dtest_eu_validate.cpp96 validate(struct brw_codegen *p) function in typeref:typename:bool
134 EXPECT_TRUE(validate(p));
141 EXPECT_FALSE(validate(p));
148 EXPECT_FALSE(validate(p));
159 EXPECT_FALSE(validate(p));
166 EXPECT_FALSE(validate(p));
184 EXPECT_FALSE(validate(p));
186 EXPECT_TRUE(validate(p));
201 EXPECT_FALSE(validate(p));
211 EXPECT_TRUE(validate(
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
H A Dinvocation.hpp55 bool validate = true);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A DMakefile.am18 EXTRA_DIST = validate.c \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A DMakefile.am18 EXTRA_DIST = validate.c \
/xsrc/external/mit/xcb-proto/dist/
H A Dconfigure.ac14 AC_MSG_WARN([xmllint not found; unable to validate against schema.])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c52 draw->pipeline.validate = draw_validate_stage( draw );
53 draw->pipeline.first = draw->pipeline.validate;
64 !draw->pipeline.validate)
98 if (draw->pipeline.validate)
99 draw->pipeline.validate->destroy( draw->pipeline.validate );
351 draw->pipeline.first = draw->pipeline.validate;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c53 draw->pipeline.validate = draw_validate_stage( draw );
54 draw->pipeline.first = draw->pipeline.validate;
66 !draw->pipeline.validate)
102 if (draw->pipeline.validate)
103 draw->pipeline.validate->destroy( draw->pipeline.validate );
355 draw->pipeline.first = draw->pipeline.validate;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h140 enum pipe_error (*validate)(struct pb_buffer *buf, member in struct:pb_vtbl
215 assert(buf->vtbl->validate);
216 return buf->vtbl->validate(buf, vl, flags);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h161 enum pipe_error (*validate)(struct pb_buffer *buf, member in struct:pb_vtbl
236 assert(buf->vtbl->validate);
237 return buf->vtbl->validate(buf, vl, flags);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_interface.cpp67 validate(aco::Program* program) function in typeref:typename:void
107 validate(program.get());
120 validate(program.get());
152 validate(program.get());
164 validate(program.get());
169 validate(program.get());
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttcmap.h52 TT_CMap_ValidateFunc validate; member in struct:TT_CMap_ClassRec_

Completed in 37 milliseconds

12345