Searched refs:vtable (Results 1 - 25 of 55) sorted by relevance

123

/external/bison/lib/
H A Dbbitset.h89 const struct bitset_vtable *vtable; member in struct:bbitset_struct
106 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable
159 ((BSET1)->b.vtable == (BSET2)->b.vtable)
174 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
177 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC)
180 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC)
183 #define BITSET_TYPE_(DST) (DST)->b.vtable->type
186 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO)
189 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dftab.c35 static struct VADriverVTable vtable = variable in typeref:struct:VADriverVTable
135 return vtable;
H A Dva_context.c62 ctx->vtable = vlVaGetVtable();
/external/mesa3d/src/gallium/state_trackers/va/
H A Dftab.c35 static struct VADriverVTable vtable = variable in typeref:struct:VADriverVTable
135 return vtable;
H A Dva_context.c62 ctx->vtable = vlVaGetVtable();
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcreate_context.c73 if (direct && psc->vtable->create_context_attribs) {
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
114 gc->vtable->destroy(gc);
H A Dapplegl_glx.c146 gc->vtable = &applegl_context_vtable;
154 gc->vtable->destroy(gc);
182 psc->vtable = &applegl_screen_vtable;
H A Dglxcurrent.c255 oldGC->vtable->unbind(oldGC, gc);
269 if (gc->vtable->bind(gc, oldGC, draw, read) != Success) {
291 oldGC->vtable->destroy(oldGC);
H A Ddrisw_glx.c48 __GLXDRIscreen vtable; member in struct:drisw_screen
388 if (shareList->vtable->destroy != drisw_destroy_context) {
414 pcp->base.vtable = &drisw_context_vtable;
499 pcp->base.vtable = &drisw_context_vtable;
695 psc->base.vtable = &drisw_screen_vtable;
696 psp = &psc->vtable;
/external/mesa3d/src/glx/
H A Dcreate_context.c73 if (direct && psc->vtable->create_context_attribs) {
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
114 gc->vtable->destroy(gc);
H A Dapplegl_glx.c146 gc->vtable = &applegl_context_vtable;
154 gc->vtable->destroy(gc);
182 psc->vtable = &applegl_screen_vtable;
H A Dglxcurrent.c255 oldGC->vtable->unbind(oldGC, gc);
269 if (gc->vtable->bind(gc, oldGC, draw, read) != Success) {
291 oldGC->vtable->destroy(oldGC);
H A Ddrisw_glx.c48 __GLXDRIscreen vtable; member in struct:drisw_screen
388 if (shareList->vtable->destroy != drisw_destroy_context) {
414 pcp->base.vtable = &drisw_context_vtable;
499 pcp->base.vtable = &drisw_context_vtable;
695 psc->base.vtable = &drisw_screen_vtable;
696 psp = &psc->vtable;
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dfake_glx_screen.h31 this->vtable = &fake_glx_screen::vt;
62 this->vtable = &fake_glx_screen_direct::vt;
75 this->vtable = &fake_glx_context::vt;
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h31 this->vtable = &fake_glx_screen::vt;
62 this->vtable = &fake_glx_screen_direct::vt;
75 this->vtable = &fake_glx_context::vt;
/external/chromium_org/third_party/libva/va/glx/
H A Dva_glx_private.h81 struct VADriverVTableGLX vtable; member in struct:VADriverContextGLX
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassProto.java59 * A class "prototype". This contains things like the interfaces, the superclass, the vtable and the instance fields
349 List<Method> vtable = getVtable();
350 if (vtableIndex < 0 || vtableIndex >= vtable.size()) {
354 return vtable.get(vtableIndex);
571 List<Method> vtable = Lists.newArrayList();
578 vtable.addAll(((ClassProto)classPath.getClass("Ljava/lang/Object;")).getVtable());
580 return vtable;
585 vtable.addAll(superclass.getVtable());
587 // if the superclass's vtable wasn't fully resolved, then we can't know where the new methods added by this
591 return vtable;
[all...]
/external/chromium_org/ppapi/cpp/
H A Dmodule.cc191 const void* vtable) {
193 // handled, and if it is, that we're re-registering with the same vtable.
198 PP_DCHECK(vtable == existing_interface);
201 additional_interfaces_[interface_name] = vtable;
190 AddPluginInterface(const std::string& interface_name, const void* vtable) argument
H A Dmodule.h102 /// <code>vtable</code> will be returned.
109 /// and vtable with no effect. However, it may not be used to register a
110 /// different vtable for an already-registered interface. It will assert for
115 /// @param[in,out] vtable The vtable to return for
118 const void* vtable);
/external/chromium_org/dbus/
H A Dexported_object.cc160 DBusObjectPathVTable vtable = {}; local
161 vtable.message_function = &ExportedObject::HandleMessageThunk;
162 vtable.unregister_function = &ExportedObject::OnUnregisteredThunk;
164 &vtable,
H A Dmock_bus.h59 const DBusObjectPathVTable* vtable,
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-for-weak-vtables-and-externals72 if (/weak external vtable for (.*)$/) {
87 print "ERROR: $shortName has a weak vtable in it ($executablePath)\n";
/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp310 const char* vtable = *static_cast<const char*const*>(adjustedPtr); local
311 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base);
495 void** vtable = *(void***)static_ptr; local
496 ptrdiff_t offset_to_derived = reinterpret_cast<ptrdiff_t>(vtable[-2]);
498 const __class_type_info* dynamic_type = static_cast<const __class_type_info*>(vtable[-1]);
1134 const char* vtable = *static_cast<const char*const*>(current_ptr); local
1135 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base);
1154 const char* vtable = *static_cast<const char*const*>(current_ptr); local
1155 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base);
/external/chromium_org/content/renderer/
H A Drender_font_warmup_win.cc174 PROC* vtable = *reinterpret_cast<PROC**>(factory); local
175 PROC* function_ptr = &vtable[kGetSystemFontCollectionVTableIndex];
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DImportExport.c513 static int __Pyx_SetVtable(PyObject *dict, void *vtable); /*proto*/
517 static int __Pyx_SetVtable(PyObject *dict, void *vtable) { argument
519 PyObject *ob = PyCapsule_New(vtable, 0, 0);
521 PyObject *ob = PyCObject_FromVoidPtr(vtable, 0);
552 PyErr_SetString(PyExc_RuntimeError, "invalid vtable found for imported type");

Completed in 449 milliseconds

123