Home
last modified time | relevance | path

Searched refs:appName (Results 1 – 16 of 16) 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/webkit/WebCore/page/
DNavigatorBase.h35 String appName() const;
DNavigatorBase.cpp74 String NavigatorBase::appName() const in appName() function in WebCore::NavigatorBase
DNavigator.idl26 readonly attribute DOMString appName;
DWorkerNavigator.idl35 readonly attribute DOMString appName;
/external/webkit/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/WebKit/mac/WebView/
DWebPDFView.mm122 NSString *appName = [[NSFileManager defaultManager] displayNameAtPath:appPath];
123 *name = appName;
344 NSString *appName = nil;
347 _applicationInfoForMIMEType([dataSource _responseMIMEType], &appName, &appIcon);
348 if (!appName)
349 appName = UI_STRING("Finder", "Default application name for Open With context menu");
353 …itle = [NSString stringWithFormat:UI_STRING("Open with %@", "context menu item for PDF"), appName];
DWebView.mm534 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
535 if (!appName) category
536 appName = [[NSProcessInfo processInfo] processName];
538 ASSERT(appName); category
540 NSString* cacheDir = [NSString _webkit_localCacheDirectoryWithBundleIdentifier:appName];
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp2731 QString appName = QCoreApplication::applicationName(); in userAgentForUrl() local
2732 if (!appName.isEmpty()) { in userAgentForUrl()
2733 ua.append(appName); in userAgentForUrl()
/external/webkit/WebCore/
DChangeLog-2008-08-1042975 (WebCore::Navigator::appName):