HomeSort by relevance Sort by last modified time
    Searched defs:application (Results 1 - 25 of 29) sorted by null

1 2

  /development/pdk/hosting/
pdk.py 31 application = webapp.WSGIApplication([('/', MainPage)], debug=True) variable
34 run_wsgi_app(application)
51 # To upload this application:
  /external/webkit/Tools/TestResultServer/
main.py 51 application = webapp.WSGIApplication(routes, debug=True) variable
55 run_wsgi_app(application)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 28 'app_id': 'INSERT APPLICATION ID HERE',
146 application = webapp.WSGIApplication([ variable in class:MainHandler
149 util.run_wsgi_app(application)
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 168 headers={'Content-Type': 'application/x-www-form-urlencoded',
270 application = webapp.WSGIApplication([ variable
276 run_wsgi_app(application)
  /external/webkit/Tools/QueueStatusServer/
main.py 74 application = webapp.WSGIApplication(routes, debug=True) variable
77 run_wsgi_app(application)
  /frameworks/base/cmds/app_process/
app_main.cpp 4 * Starts the interpreted runtime, then starts up the application.
158 bool application = false; local
171 } else if (strcmp(arg, "--application") == 0) {
172 application = true;
197 application ? "application" : "tool");
  /external/chromium/chrome/browser/
background_application_list_model.cc 45 // Background application representation, private to the
47 class BackgroundApplicationListModel::Application
50 Application(BackgroundApplicationListModel* model,
53 virtual ~Application();
109 BackgroundApplicationListModel::Application::~Application() {
112 BackgroundApplicationListModel::Application::Application(
121 void BackgroundApplicationListModel::Application::OnImageLoaded(
131 void BackgroundApplicationListModel::Application::RequestIcon
168 Application* application = FindApplication(extension); local
215 const Application* application = FindApplication(extension); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiElementNodeTest.java 48 mAppDesc = new ElementDescriptor("application", new ElementDescriptor[] {
86 * We declared the descriptors as having a "mandatory last" application element
88 * UiModel, we should get these two created, with the application element after
104 new MockXmlNode(null /* namespace */, "application", Node.ELEMENT_NODE, null)
110 // before application since it's a mandatory-last so it "moves" to the end if possible.
135 new MockXmlNode(null /* namespace */, "application", Node.ELEMENT_NODE, null)
144 // get /manifest/application
146 UiElementNode application = ui_child_it.next(); local
147 assertEquals("application", application.getDescriptor().getXmlName())
168 UiElementNode application = ui_child_it.next(); local
213 UiElementNode application = ui_child_it.next(); local
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 501 ApplicationInfo application = new ApplicationInfo(); local
504 application.title = info.loadLabel(manager);
505 application.setActivity(new ComponentName(
510 application.icon = info.activityInfo.loadIcon(manager);
512 mApplications.add(application);
620 convertView = inflater.inflate(R.layout.application, parent, false);
721 * Starts the selected activity/application in the grid view.
732 * by calling Drawable.setBounds(). In this application, the View that draws the
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 98 __u32 application; /* application usage for this field */ member in struct:hiddev_field_info
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 210 Element application = (Element) applications.item(0); local
211 if (application.hasAttributeNS(NS_RESOURCES, ATTRIBUTE_ICON)) {
212 mApplicationIcon = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_ICON);
214 if (application.hasAttributeNS(NS_RESOURCES, ATTRIBUTE_LABEL)) {
215 mApplicationLabel = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_LABEL);
317 * Returns the application icon, or null
319 * @return the application icon, or null
327 * Returns the application label, or null
329 * @return the application label, or null
  /prebuilt/common/osgi/
osgi.jar 
  /external/flac/include/FLAC/
format.h 497 /**< <A HREF="../format.html#metadata_block_application">APPLICATION</A> block */
560 /** FLAC APPLICATION structure. (c.f. <A HREF="../format.html#metadata_block_application">format specification</A>)
846 FLAC__StreamMetadata_Application application; member in union:__anon5841::__anon5842
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 719 sp<XMLNode> application = root->getChildElement(String16(), String16("application")); local
720 if (application != NULL) {
721 addTagAttribute(application, RESOURCES_ANDROID_NAMESPACE, "debuggable", "true");
739 sp<XMLNode> application = root->getChildElement(String16(), String16("application")); local
740 if (application != NULL) {
741 fullyQualifyClassName(origPackage, application, String16("name"));
742 fullyQualifyClassName(origPackage, application, String16("backupAgent"));
744 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(application->getChildren())
    [all...]
  /external/kernel-headers/original/linux/
hid.h 356 * application and function of each field.
381 unsigned application; /* application usage for this field */ member in struct:hid_field
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 287 milliseconds

1 2