HomeSort by relevance Sort by last modified time
    Searched refs:entry_points (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/common/
default_plugin.cc 13 const webkit::npapi::PluginEntryPoints entry_points = { local
26 entry_points); local
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
setup.py 32 entry_points = { variable
  /external/chromium_org/third_party/closure_linter/
setup.py 32 entry_points = { variable
  /external/llvm/utils/lit/
setup.py 65 entry_points = { variable
  /external/chromium_org/content/renderer/pepper/
ppapi_unittest.cc 84 PepperPluginInfo::EntryPoints entry_points; local
85 entry_points.get_interface = &MockGetInterface;
86 entry_points.initialize_module = &MockInitializeModule;
87 ASSERT_TRUE(module_->InitAsInternalPlugin(entry_points));
plugin_module.cc 353 PepperPluginInfo::EntryPoints* entry_points) {
354 entry_points->get_interface =
358 if (!entry_points->get_interface) {
363 entry_points->initialize_module =
367 if (!entry_points->initialize_module) {
374 entry_points->shutdown_module =
468 const PepperPluginInfo::EntryPoints& entry_points) {
469 if (InitializeModule(entry_points)) {
470 entry_points_ = entry_points;
481 PepperPluginInfo::EntryPoints entry_points;
    [all...]
plugin_module.h 85 bool InitAsInternalPlugin(const PepperPluginInfo::EntryPoints& entry_points);
225 bool InitializeModule(const PepperPluginInfo::EntryPoints& entry_points);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
extension_helper.py 106 for n in f.entry_points:
115 for n in f.entry_points:
133 for n in f.entry_points:
194 for n in f.entry_points:
gl_procs.py 108 for n in func.entry_points:
131 for n in func.entry_points:
140 for n in func.entry_points:
148 for n in func.entry_points:
gl_offsets.py 61 if len(f.entry_points) > 1:
91 for name in f.entry_points:
gl_table.py 140 if len(f.entry_points) > 1:
205 for name in f.entry_points:
214 for name in f.entry_points:
remap_helper.py 49 for ent in func.entry_points:
126 for n in f.entry_points:
152 if f.is_abi() and len(f.entry_points) > 1:
gl_SPARC_asm.py 233 for n in f.entry_points:
gl_XML.py 602 self.entry_points = []
636 self.entry_points.append( name )
718 entry_points = []
719 for ent in self.entry_points:
725 entry_points.append(ent)
727 if not entry_points:
730 self.entry_points = entry_points
731 if self.name not in entry_points:
733 self.name = entry_points[0
    [all...]
gl_gentable.py 176 for entry_point in f.entry_points:
gl_x86_asm.py 228 for n in f.entry_points:
  /external/mesa3d/src/mapi/glapi/gen/
extension_helper.py 106 for n in f.entry_points:
115 for n in f.entry_points:
133 for n in f.entry_points:
194 for n in f.entry_points:
gl_procs.py 108 for n in func.entry_points:
131 for n in func.entry_points:
140 for n in func.entry_points:
148 for n in func.entry_points:
gl_offsets.py 61 if len(f.entry_points) > 1:
91 for name in f.entry_points:
gl_table.py 140 if len(f.entry_points) > 1:
205 for name in f.entry_points:
214 for name in f.entry_points:
remap_helper.py 49 for ent in func.entry_points:
126 for n in f.entry_points:
152 if f.is_abi() and len(f.entry_points) > 1:
gl_SPARC_asm.py 233 for n in f.entry_points:
gl_XML.py 602 self.entry_points = []
636 self.entry_points.append( name )
718 entry_points = []
719 for ent in self.entry_points:
725 entry_points.append(ent)
727 if not entry_points:
730 self.entry_points = entry_points
731 if self.name not in entry_points:
733 self.name = entry_points[0
    [all...]
gl_gentable.py 176 for entry_point in f.entry_points:
gl_x86_asm.py 228 for n in f.entry_points:

Completed in 9458 milliseconds

1 2