Searched refs:appName (Results 1 – 16 of 16) sorted by relevance
/external/emma/core/java12/com/vladium/emma/ |
D | EMMAProperties.java | 133 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()
|
D | Processor.java | 67 public synchronized final void setAppName (final String appName) in setAppName() argument 69 m_appName = appName; in setAppName()
|
D | AppLoggers.java | 36 …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/ |
D | SDLMain.m | 47 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/ |
D | poptconfig.c | 23 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()
|
D | poptint.h | 73 const char * appName; member
|
D | popt.c | 207 if (t) con->appName = strcpy(t, name); in poptGetContext() 1097 con->appName = _free(con->appName); in poptFreeContext()
|
/external/webkit/WebCore/page/ |
D | NavigatorBase.h | 35 String appName() const;
|
D | NavigatorBase.cpp | 74 String NavigatorBase::appName() const in appName() function in WebCore::NavigatorBase
|
D | Navigator.idl | 26 readonly attribute DOMString appName;
|
D | WorkerNavigator.idl | 35 readonly attribute DOMString appName;
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-216320.js | 56 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/ |
D | WebPDFView.mm | 122 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];
|
D | WebView.mm | 534 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/ |
D | qwebpage.cpp | 2731 QString appName = QCoreApplication::applicationName(); in userAgentForUrl() local 2732 if (!appName.isEmpty()) { in userAgentForUrl() 2733 ua.append(appName); in userAgentForUrl()
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 42975 (WebCore::Navigator::appName):
|