Searched defs:appName (Results 1 - 19 of 19) sorted by relevance

/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java36 public static Logger create (final String appName, final IProperties properties, final Logger base) argument
73 return Logger.create (level, null, appName, filter, base);
H A DProcessor.java67 public synchronized final void setAppName (final String appName) argument
69 m_appName = appName;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DNavigatorBase.cpp74 String NavigatorBase::appName() const function in class:WebCore::NavigatorBase
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DScreenshotAppState.java31 private String appName; field in class:ScreenshotAppState
46 appName = app.getClass().getSimpleName();
88 ImageIO.write(awtImage, "png", new File(appName + shotIndex + ".png"));
/external/oprofile/libpopt/
H A Dpoptint.h73 const char * appName; member in struct:poptContext_s
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContextWrapper.java38 private String appName; field in class:ShadowContextWrapper
103 appInfo.name = appName;
115 appName = name;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContextTest.java874 private String appName; field in class:LoginContextTest.MyConfig
884 appName = applicationName;
906 return ((MyConfig) Configuration.getConfiguration()).appName;
H A DLoginContext1Test.java141 public AppConfigurationEntry[] getAppConfigurationEntry(String appName) { argument
143 if (!requests.contains(appName)) {
144 requests.add(appName);
147 if (name == null || !name.equals(appName)) {
149 Configuration conf = configs.get(appName);
151 return conf.getAppConfigurationEntry(appName);
154 if (!CONFIG_NAME.equals(appName)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.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 ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 280 milliseconds