Searched defs:application (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/TestResultServer/
H A Dmain.py51 application = webapp.WSGIApplication(routes, debug=True) variable
55 run_wsgi_app(application)
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py146 application = webapp.WSGIApplication([ variable in class:MainHandler
149 util.run_wsgi_app(application)
/external/chromium/chrome/common/extensions/docs/server/
H A Dchromeextensionsdocs.py168 headers={'Content-Type': 'application/x-www-form-urlencoded',
270 application = webapp.WSGIApplication([ variable
276 run_wsgi_app(application)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dpathutils.h128 inline void SetApplicationName(const std::string& application) { argument
129 Filesystem::SetApplicationName(application);
134 inline void GetApplicationName(std::string* application) { argument
135 Filesystem::GetApplicationName(application);
H A Dfileutils.h237 // Returns the path to the running application.
242 // Get a folder that is unique to the current application, which is suitable
247 // Get a temporary folder that is unique to the current user and application.
270 void SetApplicationName(const std::string& application) { argument
271 application_name_ = application;
273 void GetApplicationName(std::string* application) { argument
274 ASSERT(NULL != application);
275 *application = application_name_;
417 static void SetApplicationName(const std::string& application) { argument
418 EnsureDefaultFilesystem()->SetApplicationName(application);
421 GetApplicationName(std::string* application) argument
[all...]
/external/webkit/Tools/QueueStatusServer/
H A Dmain.py74 application = webapp.WSGIApplication(routes, debug=True) variable
77 run_wsgi_app(application)
/external/chromium/chrome/browser/
H A Dbackground_application_list_model.cc45 // Background application representation, private to the
168 Application* application = FindApplication(extension); local
169 if (!application) {
173 LOG(ERROR) << "Background application limit of " << IDC_MinimumLabelValue
177 application = new Application(this, extension);
178 applications_[extension->id()] = application;
179 application->RequestIcon(Extension::EXTENSION_ICON_BITTY);
215 const Application* application = FindApplication(extension); local
216 if (application)
217 return application
[all...]
H A Djumplist_win.cc170 // An IShellLink object is almost the same as an application shortcut, and it
171 // requires three items: the absolute path to an application, an argument
174 const std::wstring& application,
184 // Set the application path.
187 result = link->SetPath(application.c_str());
212 // title because this interface is originally for creating an application
267 // Updates a specified category of an application JumpList.
274 // * application (std::wstring)
275 // An application name to be used for creating JumpList items.
279 // Command-lien switches for the application
173 AddShellLink(base::win::ScopedComPtr<IObjectCollection> collection, const std::wstring& application, const std::wstring& switches, scoped_refptr<ShellLinkItem> item) argument
284 UpdateCategory(base::win::ScopedComPtr<ICustomDestinationList> list, int category_id, const std::wstring& application, const std::wstring& switches, const ShellLinkItemList& data, int max_slots) argument
[all...]
/external/flac/include/FLAC/
H A Dformat.h846 FLAC__StreamMetadata_Application application; member in union:__anon4363::__anon4364
/external/kernel-headers/original/linux/
H A Dhid.h356 * application and function of each field.
381 unsigned application; /* application usage for this field */ member in struct:hid_field

Completed in 927 milliseconds