HomeSort by relevance Sort by last modified time
    Searched refs:APPLICATION (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 6 application: INSERT APPLICATION NAME HERE
  /external/chromium_org/ui/message_center/
notifier_settings.cc 15 DCHECK(type == APPLICATION || type == SYNCED_NOTIFICATION_SERVICE);
33 case APPLICATION:
notifier_settings.h 30 APPLICATION,
41 // Constructor for APPLICATION and SYNCED_NOTIFICATION_SERVICE type.
54 // The identifier of the app notifier. Empty if it's not APPLICATION or
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java 34 public static final int APPLICATION = 0x40;
ASN1StreamParser.java 155 if ((tag & BERTags.APPLICATION) != 0)
171 if ((tag & BERTags.APPLICATION) != 0)
ASN1InputStream.java 138 if ((tag & APPLICATION) != 0)
243 if ((tag & APPLICATION) != 0)
DERApplicationSpecific.java 9 * Base class for an application specific object
208 int classBits = BERTags.APPLICATION;
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 5 # See docs/APPLICATION-MK.html for all details.
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 536 NotifierId notifier_id(NotifierId::APPLICATION, (*iter)->id());
563 case NotifierId::APPLICATION:
590 case NotifierId::APPLICATION:
666 NotifierId notifier_id(NotifierId::APPLICATION, extension->id());
message_center_notification_manager.cc 249 message_center::NotifierId::APPLICATION, extension_id);
523 message_center::NotifierId::APPLICATION, (*iter)->id()))) {
message_center_settings_controller.cc 200 NotifierId notifier_id(NotifierId::APPLICATION, extension->id());
354 UpdateIconImage(NotifierId(NotifierId::APPLICATION, id),
  /ndk/build/core/
main.mk 43 # Read all application configuration files
45 # Each 'application' must have a corresponding Application.mk file
68 You can also add new applications by writing an Application.mk file.)
70 See docs/APPLICATION-MK.TXT for details.)
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
93 Missing file: apps/$(_app)/Application.mk !)\
103 The NDK could not find a proper application description under apps/*/Application.mk
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 181 if (icon.category() == google_apis::DriveAppIcon::APPLICATION)
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.cc 150 const char kDriveFolderMimeType[] = "application/vnd.google-apps.folder";
170 const char kGoogleDocumentMimeType[] = "application/vnd.google-apps.document";
171 const char kGoogleDrawingMimeType[] = "application/vnd.google-apps.drawing";
172 const char kGoogleFormMimeType[] = "application/vnd.google-apps.form";
174 "application/vnd.google-apps.presentation";
175 const char kGoogleScriptMimeType[] = "application/vnd.google-apps.script";
176 const char kGoogleSiteMimeType[] = "application/vnd.google-apps.site";
178 "application/vnd.google-apps.spreadsheet";
179 const char kGoogleTableMimeType[] = "application/vnd.google-apps.table";
189 { DriveAppIcon::APPLICATION, "application" }
    [all...]
drive_api_parser.h 100 // DriveAppIcon represents an icon for Drive Application.
107 APPLICATION, // Icon for the application.
166 // AppResource represents a Drive Application.
187 // Returns application ID, which is 12-digit decimals (e.g. "123456780123").
190 // Returns application name.
193 // Returns the name of the type of object this application creates.
195 // If empty, application name is used instead.
198 // Returns whether this application supports creating new objects.
201 // Returns whether this application supports importing Google Docs
    [all...]
drive_api_parser_unittest.cc 80 EXPECT_EQ("application/vnd.google-apps.drive-sdk.123456788192",
95 EXPECT_EQ(DriveAppIcon::APPLICATION, icon1.category());
120 EXPECT_EQ("application/vnd.google-apps.drive-sdk.876543210000",
260 EXPECT_EQ("application/octet-stream", file1.mime_type());
308 EXPECT_EQ("application/vnd.google-apps.document", file2.mime_type());
337 EXPECT_EQ("application/vnd.google-apps.folder", file3.mime_type());
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 436 message_center::NotifierId::APPLICATION, extension_->id()));
462 // Gracefully handle newer application code that is running on an older
  /external/tcpdump/
print-snmp.c 107 * Application-wide ASN.1 types from the Internet SMI and their tags
109 const char *Application[] = {
224 * Ties together the preceding Universal, Application, Context, and Private
235 defineCLASS(Application),
236 #define APPLICATION 1
547 case APPLICATION:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 639 * Debugging-message namespaces with the source APPLICATION or THIRD_PARTY
699 if (source_is(source, APPLICATION) || source_is(source, THIRD_PARTY))
  /external/mesa3d/src/mesa/main/
errors.c 639 * Debugging-message namespaces with the source APPLICATION or THIRD_PARTY
699 if (source_is(source, APPLICATION) || source_is(source, THIRD_PARTY))
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 730 // tag content separately from the main application that embeds the tag.
733 // a specially formatted URL, based on the application it is hosted by and
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 1939 milliseconds

1 2