/external/qemu/distrib/sdl-1.2.15/src/main/beos/ |
D | SDL_BeApp.cc | 43 BApplication *App; in StartBeApp() local 45 App = new BApplication("application/x-SDL-executable"); in StartBeApp() 47 App->Run(); in StartBeApp() 48 delete App; in StartBeApp()
|
/external/webkit/Source/cmake/ |
D | FindGStreamer-App.cmake | 1 # - Try to find GStreamer-App 11 libfind_package(GStreamer-App GStreamer) 12 libfind_package(GStreamer-App GStreamer-Base) 34 libfind_process(GStreamer-App)
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | apps_page.js | 16 function App(appData) { class 18 el.__proto__ = App.prototype; 25 App.prototype = { class 125 this.appendTile(new App(appData));
|
/external/opencv/cxcore/src/ |
D | cxjacobieigens.cpp | 116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi; in icvJacobiEigens_32f() local 124 App = A1[p]; in icvJacobiEigens_32f() 126 y = 5.0e-1 * (App - Aqq); in icvJacobiEigens_32f() 171 A1[p] = (float) (App * c2 + Aqq * s2 - a); in icvJacobiEigens_32f() 172 A2[q] = (float) (App * s2 + Aqq * c2 + a); in icvJacobiEigens_32f() 266 double *A3, Apq, App, Aqq, App2, Aqq2, Aip, Aiq, Vpi, Vqi; in icvJacobiEigens_64d() local 275 App = A1[p]; in icvJacobiEigens_64d() 277 y = 5.0e-1 * (App - Aqq); in icvJacobiEigens_64d() 322 App2 = App * c2 + Aqq * s2 - a; in icvJacobiEigens_64d() 323 Aqq2 = App * s2 + Aqq * c2 + a; in icvJacobiEigens_64d()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
D | searchcvs.php | 2 …lipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); … variable 134 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/emf/includes/searchcvs.css"… 138 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
D | README | 7 API on Google's Python App Engine service. 14 First, register an App Engine app at www.appspot.com. Make sure you select 29 Then deploy your application to App Engine, and you will be able to log in
|
/external/chromium/chrome/common/extensions/docs/server/ |
D | README | 1 This directory contains the App Engine server code that hosts the Chrome 7 1. Install the Python App Engine SDK for your platform: 29 2. Run appcfg.py (supplied with the App Engine SDK) to upload the server code:
|
/external/chromium/third_party/libjingle/source/talk/ |
D | libjingle.scons | 214 talk.App(env, name = "login", 243 talk.App(env, name = "call", 292 talk.App(env, name = "relayserver", 303 talk.App(env, name = "stunserver",
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
D | README | 9 import and deploy to Google App Engine after updating
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/ |
D | logging.properties | 2 # (All App Engine logging is through java.util.logging by default).
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 295 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/ |
D | SDLMain.m | 102 /* Fix menu to contain the real app name instead of "SDL App" */ 109 aRange = [[aMenu title] rangeOfString:@"SDL App"]; 116 aRange = [[menuItem title] rangeOfString:@"SDL App"]; 294 /* Set the main menu to contain the real app name instead of "SDL App" */
|
/external/mdnsresponder/ |
D | README.txt | 123 | App 1 |<-->| daemon.c |<-->| App 2 | ->| App 3 |
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | gflags2man.py | 91 class App: class 98 app = App()
|
/external/opencv/cvaux/src/ |
D | cveigenobjects.cpp | 92 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi; in icvJacobiEigens_32f() local 100 App = A1[p]; in icvJacobiEigens_32f() 102 y = 5.0e-1 * (App - Aqq); in icvJacobiEigens_32f() 147 A1[p] = (float) (App * c2 + Aqq * s2 - a); in icvJacobiEigens_32f() 148 A2[q] = (float) (App * s2 + Aqq * c2 + a); in icvJacobiEigens_32f()
|
/external/webkit/Source/WebKit/wx/bindings/python/samples/ |
D | simple.py | 153 class wkApp(wx.App):
|
/external/zlib/src/contrib/minizip/ |
D | MiniZip64_info.txt | 46 ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT
|