Searched defs:app (Results 151 - 175 of 181) sorted by relevance

12345678

/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py1410 app = wx.App(None) variable
1424 app.MainLoop()
1430 app.MainLoop()
/external/chromium_org/chrome/browser/chromeos/login/
H A Dkiosk_browsertest.cc61 // This is a simple test app that creates an app window and immediately closes
67 // This app creates a window and declares usage of the identity API in its
74 // An offline enable test app. Webstore data json is in
77 // An app profile with version 1.0.0 installed is in
83 // An app to test local fs data persistence across app update. V1 app writes
84 // data into local fs. V2 app reads and verifies the data.
96 const char kTestEnterpriseAccountId[] = "enterprise-kiosk-app
354 const extensions::Extension* app = local
1072 KioskAppManager::App app; local
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc149 " <app appid='%s'>\n"
151 " </app>\n";
671 // Make it possible to force-install a hosted app and an extension.
687 // Specify policy to force-install the hosted app and the extension.
721 // Start listening for app/extension installation results.
736 // Wait for the hosted app installation to succeed and the extension
742 // Verify that the hosted app was installed.
752 // Verify that the app was copied to the account's extension cache.
767 // Pre-populate the device local account's extension cache with a hosted app
782 // Specify policy to force-install the hosted app
1121 const extensions::Extension* app = local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_sorting_unittest.cc30 // Non-apps should not have any app launch ordinal or page ordinal.
149 // of old page and app launch indices and properly convert them.
158 // A preference determining the page on which an app appears in the NTP.
274 // A preference determining the page on which an app appears in the NTP.
609 // Ensure that attempting to remove an extension with a valid page and app
727 // Move the second app to create an empty page.
734 // Move the second app to a new empty page at the end, skipping over
765 // Because the UI can add an unlimited number of empty pages without an app
766 // on them, this test simulates dropping of an app on the 1st and 4th empty
788 app_ = CreateApp("app");
812 scoped_refptr<Extension> app = Extension::Create( local
[all...]
H A Dextension_service_unittest.cc2332 // An empty app.
2333 const Extension* app = local
2338 ValidateIntegerPref(app->id(), "state", Extension::ENABLED);
2339 ValidateIntegerPref(app->id(), "location", Manifest::INTERNAL);
2341 // Another app with non-overlapping extent. Should succeed.
2345 // A third app whose extent overlaps the first. Should fail.
2365 // First install v1 of a hosted app.
2386 // First install v1 of a hosted app.
4341 // Verifies app state is removed upon uninstall.
5621 const Extension* app local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc343 // Test that we can launch a platform app and get a running item.
358 // Test that we can launch a platform app that already has a shortcut.
402 // Create a shortcut. The app item should be after it.
409 // Pin the app. The item should remain.
459 // Unpin the app. The item should remain.
475 // Test that we can launch a platform app with more than one window.
479 // First run app.
516 // First run app.
526 // Then run second app.
540 // Close second app
643 const Extension* app = LoadAndLaunchPlatformApp("launch", "Launched"); local
[all...]
H A Dchrome_launcher_controller.cc397 // Reset the app window controller here since it has a weak pointer to this.
690 // The app will be created for the currently active profile.
712 // If there is an existing non-shortcut controller for this app, open it.
920 // Don't show the shelf in app mode.
960 // Check if the gMail app is loaded and it matches the given content.
966 // remove it from the previous app.
1087 // The app list launcher can get added to the shelf after we applied the
1101 // it is the app list with the alternate shelf layout.
1308 // We need to extend the application matching for the gMail app beyond the
1310 // overlap with the offline app ("/mai
1944 const base::DictionaryValue* app = NULL; local
[all...]
H A Dchrome_launcher_controller_unittest.cc218 // Test implementation of a V2 app launcher item controller.
362 // Creates a running V2 app (not pinned) of type |app_id|.
371 // Change the created launcher controller into a V2 app controller.
467 // Gets the currently configured app launchers from the controller.
484 // pinned V1 app will start with a small letter and each running but not
485 // pinned V2 app will start with a '*' + small letter.
496 const std::string& app = local
498 if (app == extension1_->id()) {
502 } else if (app == extension2_->id()) {
506 } else if (app
536 const std::string& app = local
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc77 typedef bool (*AppFilter)(const extensions::Extension& app, Profile* profile);
219 // the web extent of a hosted |app|.
221 const extensions::Extension& app, base::ListValue* exceptions) {
227 exception->SetString(kAppName, app.name());
228 exception->SetString(kAppId, app.id());
220 AddExceptionForHostedApp(const std::string& url_pattern, const extensions::Extension& app, base::ListValue* exceptions) argument
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc194 // Adds work items to create (or delete if uninstalling) app commands to launch
195 // the app with a switch. The following criteria should be true:
205 const wchar_t* app,
209 DCHECK(app);
223 CommandLine cmd_line(installer_state.target_path().Append(app));
200 AddCommandWithParameterWorkItems(const InstallerState& installer_state, const InstallationState& machine_state, const Version& new_version, const Product& product, const wchar_t* command_key, const wchar_t* app, const char* command_with_parameter, WorkItemList* work_item_list) argument
/external/chromium_org/media/filters/
H A Dpipeline_integration_test.cc112 // Defines the behavior of the "app" that responds to EME events.
138 FakeEncryptedMedia(AppBase* app) argument
143 app_(app) {}
/external/chromium_org/third_party/webrtc/test/
H A Drtcp_packet_parser.h214 void Set(const RTCPUtility::RTCPPacketAPP& app) { argument
215 app_ = app;
233 void Set(const RTCPUtility::RTCPPacketAPP& app) { argument
234 app_item_ = app;
394 App* app() { return &app_; } function in class:webrtc::test::RtcpPacketParser
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp2042 UnicodeStringTest::doTestAppendable(UnicodeString &dest, Appendable &app) { argument
2045 if(!app.reserveAppendCapacity(12)) {
2048 app.appendCodeUnit(0x61);
2049 app.appendCodePoint(0x62);
2050 app.appendCodePoint(0x50000);
2051 app.appendString(cde, 3);
2052 app.appendString(fg, -1);
2055 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity);
2062 app.appendString(buffer, 3);
2066 buffer=app
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp187 AppendableWrapper(Appendable& appendable) : app(appendable), len(0) {
190 app.appendString(s.getBuffer(), s.length());
194 app.appendString(s, sLength);
221 Appendable& app; member in class:AppendableWrapper
953 AppendableWrapper app(usapp);
954 format(0, NULL, arguments, argumentNames, cnt, app, pos, status);
/external/oprofile/libpp/
H A Dxml_utils.cpp502 void add_module_symbol(string const & module, string const & app,
624 add_module_symbol(string const & module, string const & app, argument
629 if (module == app) {
964 cverb << vxml << "pid=" << process_id << " app=" << name << endl;
/external/ppp/pppd/
H A Dauth.c2323 struct wordlist *ap, *addr_list, *alist, **app; local
2418 app = &alist;
2428 *app = ap;
2429 app = &ap->next;
2431 *app = NULL;
2448 for (app = &addr_list; (ap = *app) != NULL; app = &ap->next)
2454 free(*app); /* free the "--" word */
2455 *app
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1901 void SegmentInfo::set_muxing_app(const char* app) { argument
1902 if (app) {
1903 const size_t length = strlen(app) + 1;
1909 strcpy_s(temp_str, length, app);
1911 strcpy(temp_str, app);
1919 void SegmentInfo::set_writing_app(const char* app) { argument
1920 if (app) {
1921 const size_t length = strlen(app) + 1;
1927 strcpy_s(temp_str, length, app);
1929 strcpy(temp_str, app);
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2012 void SegmentInfo::set_muxing_app(const char* app) { argument
2013 if (app) {
2014 const size_t length = strlen(app) + 1;
2020 strcpy_s(temp_str, length, app);
2022 strcpy(temp_str, app);
2030 void SegmentInfo::set_writing_app(const char* app) { argument
2031 if (app) {
2032 const size_t length = strlen(app) + 1;
2038 strcpy_s(temp_str, length, app);
2040 strcpy(temp_str, app);
[all...]
/external/mksh/src/
H A Dfuncs.c2597 timex_hook(struct op *t, char **volatile *app) argument
2599 char **wp = *app;
2627 *app = wp;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c423 struct action **app,
430 newaction->next = *app;
431 *app = newaction;
422 Action_add( struct action **app, enum e_action type, struct symbol *sp, char *arg ) argument
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1331 ExprP<typename F::Ret> app (const ExprP<typename F::Arg0>& arg0 = voidP(), function in namespace:deqp::gls::BuiltinPrecisionTests
1614 return app<LessThan<T> >(a, b);
1622 return app<Cond<T> >(test, consequent, alternative);
2066 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); }
2067 ExprP<float> exp (const ExprP<float>& x) { return app<Exp>(x); }
2100 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2>(x); }
2101 ExprP<float> log (const ExprP<float>& x) { return app<Log>(x); }
2104 ExprP<TRET> NAME (const ExprP<T0>& arg0) { return app<CLASS>(arg0); }
2128 return app<CLASS>(arg0, arg1); \
2153 return app<CLAS
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5102 milliseconds

12345678