HomeSort by relevance Sort by last modified time
    Searched refs:App (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.cc 42 BApplication *App;
44 App = new BApplication("application/x-SDL-executable");
46 App->Run();
47 delete App;
88 /* The app is running, and we're ready to go */
98 /* If the reference count reached zero, clean up the app */
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
124 App = A1[p];
126 y = 5.0e-1 * (App - Aqq);
171 A1[p] = (float) (App * c2 + Aqq * s2 - a);
172 A2[q] = (float) (App * s2 + Aqq * c2 + a);
266 double *A3, Apq, App, Aqq, App2, Aqq2, Aip, Aiq, Vpi, Vqi;
275 App = A1[p];
277 y = 5.0e-1 * (App - Aqq);
322 App2 = App * c2 + Aqq * s2 - a;
323 Aqq2 = App * s2 + Aqq * c2 + a
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
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/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 153 class wkApp(wx.App):
161 app = wkApp(redirect=False) variable
162 app.MainLoop()
  /frameworks/base/docs/html/resources/
resources_toc.cs 107 <span class="en">App Framework FAQ</span>
resources-data.js 30 'widgets': 'App Widgets'
362 en: 'This article illustrates how an application, in this case the WikiNotes sample app, can use intents to route various types of linked text to the application that handles that type of data. For example, an app can use intents to route a linked telephone number to a dialer app and a web URL to a browser.'
567 en: 'A sample app demonstrating best practices to support multiple screen sizes and densities.'
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 99 def App(env, **kwargs):
  /external/opencv/cvaux/src/
cveigenobjects.cpp 92 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi;
100 App = A1[p];
102 y = 5.0e-1 * (App - Aqq);
147 A1[p] = (float) (App * c2 + Aqq * s2 - a);
148 A2[q] = (float) (App * s2 + Aqq * c2 + a);
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 80 launch_url: 'http://books.google.com/ebooks?source=chrome-app',
112 description: 'The New York Times App for the Chrome Web Store.',
138 * Invoke the getAppsCallback function with a snapshot of the current app
163 // app objects without having to do a deep copy
208 * Requires the specified app to be present
216 alert('Error: got unexpected App ID');
239 var app = getApp(id);
240 switch (parseInt(app.launch_type, 10)) {
243 // Replace the current tab with the app.
246 window.location = (app.launch_url)
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 193 </li><!-- end of app resources -->
338 <span class="en">App Widgets</span></a>
425 <span class="en">In-app Billing</span></a>
429 <span class="en">In-app Billing Overview</span></a>
432 <span class="en">Implementing In-app Billing</span></a>
438 <span class="en">Testing In-app Billing</span></a>
441 <span class="en">Administering In-app Billing</span></a>
444 <span class="en">In-app Billing Reference</span></a>
580 <span class="en">Using the Dev Tools App</span>
676 <li><a href="<?cs var:toroot ?>guide/publishing/app-signing.html"
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 563 app = wx.App(None) variable
565 app.MainLoop()
JetCreator.py 1410 app = wx.App(None) variable
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 30 // The "Create App Shortcut" menu option.
55 // We wait for the app icons to load before displaying them, but never wait
60 data.apps.forEach(function(app) {
61 appsSectionContent.appendChild(apps.createElement(app));
92 data.apps.slice(0, MAX_MINIVIEW_ITEMS).forEach(function(app) {
93 appsMiniview.appendChild(apps.createMiniviewElement(app));
94 addClosedMenuEntryWithLink(apps.menu, apps.createClosedMenuElement(app));
117 // Disable the animations when the app launcher is being (re)initailized.
128 data.forEach(function(app) {
129 if (hashParams['app-id'] == app['id'])
    [all...]

Completed in 449 milliseconds