Searched refs:App (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DApp.js8 WebInspector.App = function()
12 WebInspector.App.prototype = {
19 * @type {!WebInspector.App}
H A DSimpleApp.js7 * @extends {WebInspector.App}
11 WebInspector.App.call(this);
23 __proto__: WebInspector.App.prototype
H A DScreencastApp.js7 * @extends {WebInspector.App}
12 WebInspector.App.call(this);
97 __proto__: WebInspector.App.prototype
H A DAdvancedApp.js7 * @extends {WebInspector.App}
12 WebInspector.App.call(this);
200 __proto__: WebInspector.App.prototype
/external/deqp/framework/common/
H A DtcuApp.hpp25 * Platform port (see tcuPlatform.hpp) must create App and issue calls to
26 * App::iterate() until it signals that test execution is completed.
51 * must create App object and repeately call iterate() until it returns
58 * App is responsible of setting up crash handler (qpCrashHandler) and
63 class App class in namespace:tcu
66 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
67 virtual ~App (void);
H A DtcuApp.cpp40 static_cast<App*>(userPtr)->onWatchdogTimeout();
46 static_cast<App*>(userPtr)->onCrash();
58 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) function in class:tcu::App
94 App::~App (void)
112 bool App::iterate (void)
161 const TestRunResult& App::getResult (void) const
166 void App::onWatchdogTimeout (void)
189 void App
[all...]
/external/deqp/framework/platform/
H A DtcuMain.cpp50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine));
/external/qemu/distrib/sdl-1.2.15/src/main/beos/
H A DSDL_BeApp.cc43 BApplication *App; local
45 App = new BApplication("application/x-SDL-executable");
47 App->Run();
48 delete App;
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_search_provider.cc27 class AppSearchProvider::App { class in class:app_list::AppSearchProvider
29 explicit App(const extensions::Extension* extension, function in class:app_list::AppSearchProvider::App
34 ~App() {}
45 DISALLOW_COPY_AND_ASSIGN(App);
110 apps_.push_back(new App(app, prefs->GetLastLaunchTime(app->id())));
H A Dapp_search_provider.h40 class App;
41 typedef ScopedVector<App> Apps;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager.h61 struct App { struct in class:chromeos::KioskAppManager
62 App(const KioskAppData& data, bool is_extension_pending);
63 App();
64 ~App();
72 typedef std::vector<App> Apps;
139 bool GetApp(const std::string& app_id, App* app) const;
H A Dkiosk_app_manager.cc102 KioskAppManager::App::App(const KioskAppData& data, bool is_extension_pending) function in class:chromeos::KioskAppManager::App
110 KioskAppManager::App::App() : is_loading(false) {} function in class:chromeos::KioskAppManager::App
111 KioskAppManager::App::~App() {}
313 apps->push_back(App(
318 bool KioskAppManager::GetApp(const std::string& app_id, App* app) const {
323 *app = App(*data, external_cache_->IsExtensionPending(app_id));
/external/deqp/framework/platform/android/
H A DtcuAndroidTestActivity.hpp57 App m_app;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php2 require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon());
134 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/emf/includes/searchcvs.css"/>' . "\n");
138 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.js31 * App context menu. The class is designed to be used as a singleton with
127 * @param {App} app The App object that will be showing a context menu.
203 * Creates a new App object.
208 function App(appData) {
210 el.__proto__ = App.prototype;
216 App.prototype = {
433 * Handler for mousedown on the App. Adds a class that allows us to
594 this.addTileAt(new App(appData), index, animate);
615 assert(e.addedTile.firstChild instanceof App);
[all...]
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi; local
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; local
275 App = A1[p];
277 y = 5.0e-1 * (App - Aqq);
322 App2 = App * c2 + Aqq * s2 - a;
323 Aqq2 = App * s
[all...]
/external/chromium_org/third_party/angle/tests/deqp_tests/
H A Ddeqp_tests.cpp140 de::UniquePtr<tcu::App> app(new tcu::App(*platform, archive, log, cmdLine));
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
H A Dkiosk_apps_handler.cc37 void PopulateAppDict(const KioskAppManager::App& app_data,
247 const KioskAppManager::App& app_data = apps[i];
337 KioskAppManager::App app_data;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dkiosk_autolaunch_screen_handler.cc71 KioskAppManager::App app;
H A Dkiosk_app_menu_handler.cc97 const KioskAppManager::App& app_data = apps[i];
H A Dapp_launch_splash_screen_handler.cc221 KioskAppManager::App app;
/external/chromium_org/third_party/webrtc/test/
H A Drtcp_packet_parser.h203 class App : public PacketType { class in namespace:webrtc::test
205 App() {} function in class:webrtc::test::App
206 virtual ~App() {}
642 App* app() { return &app_; }
677 App app_;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.h426 class App : public RtcpPacket { class in namespace:webrtc::rtcp
428 App() function in class:webrtc::rtcp::App
434 virtual ~App() {}
466 DISALLOW_COPY_AND_ASSIGN(App);
/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm21 * \brief iOS App Wrapper.
305 tcu::App* m_app;
336 m_app = new tcu::App(m_platform, m_archive, *m_log, *m_cmdLine);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_controller.cc145 KioskAppManager::App app;
279 DVLOG(1) << "App window created, closing splash screen.";

Completed in 5979 milliseconds

123