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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 6 application: INSERT APPLICATION NAME HERE
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERTags.java 34 public static final int APPLICATION = 0x40;
ASN1StreamParser.java 152 if ((tag & DERTags.APPLICATION) != 0)
168 if ((tag & DERTags.APPLICATION) != 0)
ASN1InputStream.java 130 if ((tag & APPLICATION) != 0)
227 if ((tag & APPLICATION) != 0)
DERApplicationSpecific.java 9 * Base class for an application specific object
157 int classBits = DERTags.APPLICATION;
  /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/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/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 449 milliseconds