Searched refs:Base (Results 1 - 25 of 943) sorted by last modified time

1234567891011>>

/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h143 typedef CPPUNIT_NS::TestCase Base; \
161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
/external/svox/pico/lib/
H A DAndroid.mk1 # Build Base Generic SVOX Pico Library
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfURIDictionary_autogen.cpp11 SkString SkPdfURIDictionary::Base(SkPdfNativeDoc* doc) { function in class:SkPdfURIDictionary
12 SkPdfNativeObject* ret = get("Base", "");
20 return get("Base", "") != NULL;
H A DSkPdfURIDictionary_autogen.h521 SkString Base(SkPdfNativeDoc* doc);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
H A DSDL_main.cpp65 TUint* ptr = (TUint*) chunk.Base();
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend36 ATTRIBUTE Ascend-User-Acct-Base 142 integer
66 ATTRIBUTE Ascend-Base-Channel-Count 172 integer
280 VALUE Ascend-User-Acct-Base Base-10 0
281 VALUE Ascend-User-Acct-Base Base-16 1
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h66 // Downcasts the pointer of type Base to Derived.
67 // Derived must be a subclass of Base. The parameter MUST
71 template <class Derived, class Base>
72 Derived* CheckedDowncastToActualType(Base* base) {
437 // Base part of test case name for display purposes.
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4957 class Base { class
4959 explicit Base(int x) : x_(x) {} function in class:Base
4965 const Base& val) {
4969 const Base* pointer) {
4975 Base a(1);
4984 class MyTypeInUnnamedNameSpace : public Base {
4986 explicit MyTypeInUnnamedNameSpace(int x): Base(x) {}
5009 class MyTypeInNameSpace1 : public Base {
5011 explicit MyTypeInNameSpace1(int x): Base(x) {}
5034 class MyTypeInNameSpace2 : public ::Base {
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmoderr.h142 FT_MODERRDEF( Base, 0x000, "base module" )
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c185 cmsUInt8Number* Base; member in struct:__anon28672
1580 if (f ->Base) { // Am I just counting the bytes?
1794 sd.Base = (cmsUInt8Number*) MemPtr;
1795 sd.Ptr = sd.Base;
1799 if (sd.Base)
1814 if (sd.Base)
H A Dcmshalf.c407 static cmsUInt16Number Base[512] = { variable
531 return (cmsUInt16Number) ((cmsUInt32Number) Base[ j ] + (( n & 0x007fffff) >> Shift[ j ]));
H A Dcmsplugin.c434 _cmsTagBase Base; local
438 if (io -> Read(io, &Base, sizeof(_cmsTagBase), 1) != 1)
441 return (cmsTagTypeSignature) _cmsAdjustEndianess32(Base.sig);
447 _cmsTagBase Base; local
451 Base.sig = (cmsTagTypeSignature) _cmsAdjustEndianess32(sig);
452 memset(&Base.reserved, 0, sizeof(Base.reserved));
453 return io -> Write(io, sizeof(_cmsTagBase), &Base);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmoderr.h142 FT_MODERRDEF( Base, 0x000, "base module" )
/external/mesa3d/src/mesa/program/
H A Darbprogparse.c87 if (program->Base.String != NULL)
88 free(program->Base.String);
93 program->Base.String = prog.String;
94 program->Base.NumInstructions = prog.NumInstructions;
95 program->Base.NumTemporaries = prog.NumTemporaries;
96 program->Base.NumParameters = prog.NumParameters;
97 program->Base.NumAttributes = prog.NumAttributes;
98 program->Base.NumAddressRegs = prog.NumAddressRegs;
99 program->Base.NumNativeInstructions = prog.NumNativeInstructions;
100 program->Base
[all...]
H A Dprog_parameter_layout.c131 if (inst->SrcReg[i].Base.RelAddr) {
153 inst->Base.SrcReg[i] = inst->SrcReg[i].Base;
154 inst->Base.SrcReg[i].Index +=
166 const int idx = inst->SrcReg[i].Base.Index;
172 if (inst->SrcReg[i].Base.RelAddr) {
176 if ((inst->SrcReg[i].Base.File <= PROGRAM_VARYING )
177 || (inst->SrcReg[i].Base.File >= PROGRAM_WRITE_ONLY)) {
181 inst->Base.SrcReg[i] = inst->SrcReg[i].Base;
[all...]
H A Dprog_statevars.c368 COPY_4V(value, ctx->FragmentProgram.Current->Base.LocalParams[idx]);
387 COPY_4V(value, ctx->VertexProgram.Current->Base.LocalParams[idx]);
H A Dprogram.c294 return _mesa_init_program_struct( ctx, &prog->Base, target, id );
308 return _mesa_init_program_struct( ctx, &prog->Base, target, id );
322 return _mesa_init_program_struct( ctx, &prog->Base, target, id );
H A Dprogram.h139 return (struct gl_vertex_program *) _mesa_clone_program(ctx, &prog->Base);
146 return (struct gl_geometry_program *) _mesa_clone_program(ctx, &prog->Base);
153 return (struct gl_fragment_program *) _mesa_clone_program(ctx, &prog->Base);
H A Dprogram_parse.y426 $$->Base.TexSrcUnit = $6;
431 $$->Base.TexSrcTarget = -$8;
432 $$->Base.TexShadow = 1;
434 $$->Base.TexSrcTarget = $8;
437 target_mask = (1U << $$->Base.TexSrcTarget);
469 $$->Base.DstReg.CondMask = $2.CondMask;
470 $$->Base.DstReg.CondSwizzle = $2.CondSwizzle;
471 $$->Base.DstReg.CondSrc = $2.CondSrc;
485 $$->Base.TexSrcUnit = $10;
490 $$->Base
[all...]
H A Dprogram_parser.h111 struct prog_src_register Base; member in struct:asm_src_register
116 * If \c Base::RelAddr is 1, this will point to the symbol for the parameter
117 * that is being dereferenced. Further, \c Base::Index will be the offset
125 struct prog_instruction Base; member in struct:asm_instruction
H A Dprogramopt.c52 const GLuint origLen = vprog->Base.NumInstructions;
69 mvpRef[i] = _mesa_add_state_reference(vprog->Base.Parameters,
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
106 _mesa_free_instructions(vprog->Base.Instructions, origLen);
109 vprog->Base.Instructions = newInst;
110 vprog->Base.NumInstructions = newLen;
111 vprog->Base.InputsRead |= VERT_BIT_POS;
112 vprog->Base.OutputsWritten |= BITFIELD64_BIT(VERT_RESULT_HPOS);
120 const GLuint origLen = vprog->Base.NumInstructions;
138 mvpRef[i] = _mesa_add_state_reference(vprog->Base
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c119 if (ctx->VertexProgram._Current != &st->vp->Base)
122 if (ctx->FragmentProgram._Current != &st->fp->Base)
125 if (ctx->GeometryProgram._Current != &st->gp->Base)
H A Dst_atom_constbuf.c119 struct gl_program_parameter_list *params = vp->Base.Base.Parameters;
142 struct gl_program_parameter_list *params = fp->Base.Base.Parameters;
165 params = gp->Base.Base.Parameters;
H A Dst_atom_framebuffer.c57 int rtt_width = strb->Base.Width;
58 int rtt_height = strb->Base.Height;
H A Dst_atom_pixeltransfer.c170 fp->Base.InputsRead = BITFIELD64_BIT(FRAG_ATTRIB_TEX0);
171 fp->Base.OutputsWritten = BITFIELD64_BIT(FRAG_RESULT_COLOR);
172 fp->Base.SamplersUsed = 0x1; /* sampler 0 (bit 0) is used */
248 fp->Base.SamplersUsed |= (1 << 1); /* sampler 1 is used */
266 fp->Base.Instructions = _mesa_alloc_instructions(ic);
267 if (!fp->Base.Instructions) {
274 _mesa_copy_instructions(fp->Base.Instructions, inst, ic);
275 fp->Base.NumInstructions = ic;
276 fp->Base.Parameters = params;
280 _mesa_print_program(&fp->Base);
[all...]

Completed in 740 milliseconds

1234567891011>>