Home
last modified time | relevance | path

Searched refs:appName (Results 1 – 25 of 25) sorted by relevance

/external/emma/core/java12/com/vladium/emma/
DEMMAProperties.java133 final String appName = IAppConstants.APP_NAME_LC; in getAppProperties() local
139 …final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loa… in getAppProperties()
142 final String fileName = Property.getSystemProperty (appName + ".properties"); in getAppProperties()
149 final IProperties system = wrap (Property.getSystemProperties (appName)); in getAppProperties()
150 … final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader)); in getAppProperties()
DProcessor.java67 public synchronized final void setAppName (final String appName) in setAppName() argument
69 m_appName = appName; in setAppName()
DAppLoggers.java36 …public static Logger create (final String appName, final IProperties properties, final Logger base) in create() argument
73 return Logger.create (level, null, appName, filter, base); in create()
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
DSDLMain.m47 NSString *appName = 0;
52 appName = [dict objectForKey: @"CFBundleName"];
54 if (![appName length])
55 appName = [[NSProcessInfo processInfo] processName];
57 return appName;
104 - (void)fixMenu:(NSMenu *)aMenu withAppName:(NSString *)appName
112 [aMenu setTitle: [[aMenu title] stringByReplacingRange:aRange with:appName]];
119 [menuItem setTitle: [[menuItem title] stringByReplacingRange:aRange with:appName]];
121 [self fixMenu:[menuItem submenu] withAppName:appName];
134 NSString *appName;
[all …]
/external/oprofile/libpopt/
Dpoptconfig.c23 if (con->appName == NULL) in configLine()
25 nameLength = strlen(con->appName); in configLine()
30 if (strncmp(line, con->appName, nameLength)) return; in configLine()
168 if (con->appName == NULL) return 0; in poptReadDefaultConfig()
Dpoptint.h73 const char * appName; member
Dpopt.c207 if (t) con->appName = strcpy(t, name); in poptGetContext()
1097 con->appName = _free(con->appName); in poptFreeContext()
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DScreenshotAppState.java31 private String appName; field in ScreenshotAppState
46 appName = app.getClass().getSimpleName(); in initialize()
88 ImageIO.write(awtImage, "png", new File(appName + shotIndex + ".png")); in postFrame()
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebContextMac.mm49 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
50 if (!appName)
51 appName = [[NSProcessInfo processInfo] processName];
53 ASSERT(appName);
70 return [cacheDir stringByAppendingPathComponent:appName];
/external/webkit/Source/WebCore/bindings/js/
DJSNavigatorCustom.cpp85 String appName = ustringToString(exec->argument(0).toString(exec)); in isApplicationInstalled() local
96 if (!m_impl->isApplicationInstalled(appName, callback.release())) in isApplicationInstalled()
/external/chromium/chrome/browser/ui/cocoa/
Dexternal_protocol_dialog.mm44 string16 appName = [self appNameForProtocol];
45 if (appName.length() == 0) {
74 appName);
/external/webkit/Source/WebKit2/Shared/mac/
DWebMemorySampler.mac.mm100 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
101 if (!appName)
102 appName = [[NSProcessInfo processInfo] processName];
103 return String(appName);
/external/webkit/Source/WebCore/page/
DNavigatorBase.h35 String appName() const;
DNavigatorBase.cpp74 String NavigatorBase::appName() const in appName() function in WebCore::NavigatorBase
DWorkerNavigator.idl36 readonly attribute DOMString appName;
DNavigator.idl27 readonly attribute DOMString appName;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
DLoginContext1Test.java141 public AppConfigurationEntry[] getAppConfigurationEntry(String appName) { in getAppConfigurationEntry() argument
143 if (!requests.contains(appName)) { in getAppConfigurationEntry()
144 requests.add(appName); in getAppConfigurationEntry()
147 if (name == null || !name.equals(appName)) { in getAppConfigurationEntry()
149 Configuration conf = configs.get(appName); in getAppConfigurationEntry()
151 return conf.getAppConfigurationEntry(appName); in getAppConfigurationEntry()
154 if (!CONFIG_NAME.equals(appName)) { in getAppConfigurationEntry()
DLoginContextTest.java874 private String appName; field in LoginContextTest.MyConfig
884 appName = applicationName; in getAppConfigurationEntry()
906 return ((MyConfig) Configuration.getConfiguration()).appName; in getLastAppName()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPDFViewController.mm313 NSString *appName = nil;
316 _applicationInfoForMIMEType(@"application/pdf", &appName, &appIcon);
317 if (!appName)
318appName = WEB_UI_STRING("Finder", "Default application name for Open With context menu");
322 … = [NSString stringWithFormat:WEB_UI_STRING("Open with %@", "context menu item for PDF"), appName];
/external/chromium/chrome/browser/userfeedback/proto/
Ddom.proto51 // The value of 'navigator.appName' property.
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-216320.js56 if(navigator.appName!="Netscape"){ if(!window.navigator.onLine){ alert(pbc0430); return false; } }
711 if(navigator.appName!="Netscape"){
983 if (navigator.appName=="Netscape") {
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.mm125 NSString *appName = [[NSFileManager defaultManager] displayNameAtPath:appPath];
126 *name = appName;
353 NSString *appName = nil;
356 _applicationInfoForMIMEType([dataSource _responseMIMEType], &appName, &appIcon);
357 if (!appName)
358appName = UI_STRING_INTERNAL("Finder", "Default application name for Open With context menu");
362 …SString stringWithFormat:UI_STRING_INTERNAL("Open with %@", "context menu item for PDF"), appName];
DWebView.mm575 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
576 if (!appName) category
577 appName = [[NSProcessInfo processInfo] processName];
579 ASSERT(appName); category
581 NSString* cacheDir = [NSString _webkit_localCacheDirectoryWithBundleIdentifier:appName];
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp3907 QString appName = QCoreApplication::applicationName(); in userAgentForUrl() local
3908 if (!appName.isEmpty()) { in userAgentForUrl()
3911 appName.append(QLatin1Char('/') + appVer); in userAgentForUrl()
3914 appName = QString::fromLatin1("Qt/") + QString::fromLatin1(qVersion()); in userAgentForUrl()
3917 return firstPart + secondPart + appName + thirdPart; in userAgentForUrl()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1042975 (WebCore::Navigator::appName):