OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entry_points
(Results
1 - 25
of
39
) 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_org/tools/gyp/
setup.py
18
entry_points
= {'console_scripts': ['gyp=gyp:script_main'] }
/external/chromium_org/content/test/
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
));
/external/chromium-trace/trace-viewer/third_party/closure_linter/
setup.py
32
entry_points
= {
variable
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
356
PepperPluginInfo::EntryPoints*
entry_points
) {
357
entry_points
->get_interface =
361
if (!
entry_points
->get_interface) {
366
entry_points
->initialize_module =
370
if (!
entry_points
->initialize_module) {
377
entry_points
->shutdown_module =
470
const PepperPluginInfo::EntryPoints&
entry_points
) {
471
if (InitializeModule(
entry_points
)) {
472
entry_points_ =
entry_points
;
483
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/closure_linter/
setup.py
32
entry_points
= {
variable
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_offsets.py
61
if len(f.
entry_points
) > 1:
91
for name in f.
entry_points
:
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
:
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_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_table.py
140
if len(f.
entry_points
) > 1:
205
for name in f.
entry_points
:
214
for name in f.
entry_points
:
gl_gentable.py
176
for entry_point in f.
entry_points
:
/external/mesa3d/src/mapi/glapi/gen/
gl_offsets.py
61
if len(f.
entry_points
) > 1:
91
for name in f.
entry_points
:
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
:
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_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_table.py
140
if len(f.
entry_points
) > 1:
205
for name in f.
entry_points
:
214
for name in f.
entry_points
:
/development/tools/idegen/templates/idea/
misc.xml
20
<
entry_points
version="2.0" />
/external/llvm/utils/lit/
setup.py
65
entry_points
= {
variable
/external/robolectric/.idea/
misc.xml
4
<
entry_points
version="2.0" />
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py
143
entry_points
= func.
entry_points
[:]
144
entry_points
.remove(func.name)
145
entry_points
.insert(0, func.name)
147
for name in
entry_points
:
/external/mesa3d/src/mapi/mapi/
mapi_abi.py
143
entry_points
= func.
entry_points
[:]
144
entry_points
.remove(func.name)
145
entry_points
.insert(0, func.name)
147
for name in
entry_points
:
Completed in 1669 milliseconds
1
2