Searched defs:contributor (Results 1 - 11 of 11) sorted by relevance

/external/eigen/scripts/
H A Deigen_gen_credits.cpp87 // get the number (of changesets or of modified lines for each contributor)
91 // get the name of the contributor
96 // if new contributor, insert
117 struct contributor struct
125 contributor() : changedlines(0), changesets(0) {} function in struct:contributor
127 bool operator < (const contributor& other)
133 void add_online_info_into_contributors_list(list<contributor>& contributors_list, const char *filename)
165 list<contributor>::iterator it;
171 contributor c;
193 list<contributor> contributors_lis
[all...]
/external/libxml2/
H A Drunsuite.c999 xmlChar *contributor; local
1014 contributor = xmlGetProp(cur, BAD_CAST "contributor");
1015 if (contributor == NULL) {
1016 contributor = xmlStrdup(BAD_CAST "Unknown");
1022 printf("## %s test suite for Schemas version %s\n", contributor, name);
1023 xmlFree(contributor);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java154 public void addMenuContributor(IFlyoutMenuContributor contributor) { argument
155 if (!m_menuContributors.contains(contributor)) {
156 m_menuContributors.add(contributor);
943 for (IFlyoutMenuContributor contributor : m_menuContributors) {
944 contributor.contribute(manager);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jar ... IContributor) org.eclipse.core.runtime.IContributor contributor long id org.osgi.framework.BundleContext context ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 522 milliseconds