Searched refs:contributor (Results 1 - 16 of 16) sorted by relevance

/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
H A DOkHttpContributors.java45 for (Contributor contributor : contributors) {
46 System.out.println(contributor.login + ": " + contributor.contributions);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dlcp.bat3 REM contributor license agreements. See the NOTICE file distributed with
H A DantRun.bat4 REM contributor license agreements. See the NOTICE file distributed with
H A Dant.bat4 REM contributor license agreements. See the NOTICE file distributed with
/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 ...
/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c1011 xmlChar *contributor; local
1026 contributor = xmlGetProp(cur, BAD_CAST "contributor");
1027 if (contributor == NULL) {
1028 contributor = xmlStrdup(BAD_CAST "Unknown");
1034 printf("## %s test suite for Schemas version %s\n", contributor, name);
1035 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/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl638 if ($licensetext =~ /This software, and all works of authorship, whether in source or object code form as indicated by the copyright notice.*is made available, and may only be used, modified, and distributed under the FreeType Project License, LICENSE\.TXT\. Additionally, subject to the terms and conditions of the FreeType Project License, each contributor to the Work hereby grants to any individual or legal entity exercising permissions granted by the FreeType Project License and this section.*a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable.*patent license to make/) {

Completed in 2060 milliseconds