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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
app.makefile 18 APPLICATION = $(MAKEROOT)/bin/$(APPNAME)
21 all: $(MAKEROOT)/bin $(APPLICATION)
23 $(APPLICATION): $(OBJECTS)
24 $(LINKER) -o $(APPLICATION) $(BUILD_LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
ms.app 14 APPLICATION = $(BIN_PATH)\$(APPNAME).exe
16 all: $(APPLICATION)
18 $(APPLICATION) : $(OBJECTS)
31 del /f /q $(OBJECTS) $(APPLICATION) *.pdb $(BIN_PATH)\$(APPNAME).pdb > nul
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/
Asn1TagClass.java 21 APPLICATION,
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1TagClass.java 24 APPLICATION(1),
37 case 1: return APPLICATION;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
GNUmakefile 37 APPLICATION = $(MAKEROOT)/bin/$(APPNAME)
40 all: $(MAKEROOT)/bin $(APPLICATION)
42 $(APPLICATION): $(OBJECTS)
43 $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java 34 public static final int APPLICATION = 0x40;
BERApplicationSpecific.java 7 * An indefinite-length encoding version of an application specific object.
21 * Create an application specific object with a tagging of explicit/constructed.
35 * Create an application specific object with the tagging style given by the value of constructed.
69 * Create an application specific object which is marked as constructed
72 * @param vec the objects making up the application specific object.
102 int classBits = BERTags.APPLICATION;
DERApplicationSpecific.java 7 * A DER encoding version of an application specific object.
21 * Create an application specific object from the passed in data. This will assume
35 * Create an application specific object with a tagging of explicit/constructed.
49 * Create an application specific object with the tagging style given by the value of constructed.
83 * Create an application specific object which is marked as constructed
86 * @param vec the objects making up the application specific object.
116 int classBits = BERTags.APPLICATION;
ASN1StreamParser.java 157 if ((tag & BERTags.APPLICATION) != 0)
173 if ((tag & BERTags.APPLICATION) != 0)
ASN1ApplicationSpecific.java 8 * Base class for an application specific object
102 * @return the application tag number.
158 int classBits = BERTags.APPLICATION;
ASN1InputStream.java 144 if ((tag & APPLICATION) != 0)
249 if ((tag & APPLICATION) != 0)
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 70 APPLICATION,
HidTree.cpp 91 return mNodeType == TYPE_NORMAL && (mData == PHYSICAL || mData == APPLICATION);
  /test/suite_harness/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
ManifestGenerator.java 36 private static final String APPLICATION = "application";
122 serializer.startTag(ns, APPLICATION);
133 serializer.endTag(ns, APPLICATION);
  /external/libopus/doc/
trivial_example.c 42 #define APPLICATION OPUS_APPLICATION_AUDIO
71 encoder = opus_encoder_create(SAMPLE_RATE, CHANNELS, APPLICATION, &err);
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
GridSizeMigrationTaskTest.java 50 private static final int APPLICATION = LauncherSettings.Favorites.ITEM_TYPE_APPLICATION;
80 addItem(APPLICATION, 0, HOTSEAT, 0, 0),
84 addItem(APPLICATION, 4, HOTSEAT, 0, 0),
102 addItem(APPLICATION, 0, HOTSEAT, 0, 0),
393 * @param type {@link #APPLICATION} or {@link #SHORTCUT} or >= 2 for
410 if (type == APPLICATION || type == SHORTCUT) {
418 addItem(APPLICATION, 0, id, 0, 0);
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
BerEncoding.java 39 * Tag class: APPLICATION
103 case APPLICATION:
119 return "APPLICATION";
  /prebuilts/tools/common/m2/repository/javax/annotation/jsr250-api/1.0/
jsr250-api-1.0.jar 
  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.jar 
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 93 INF MdeModulePkg/Application/UiApp/UiApp.inf
177 INF ShellPkg/Application/Shell/Shell.inf
282 FILE APPLICATION = $(NAMED_GUID) {
289 FILE APPLICATION = $(NAMED_GUID) {
  /device/linaro/bootloader/edk2/EmulatorPkg/
EmulatorPkg.fdf 188 INF MdeModulePkg/Application/HelloWorld/HelloWorld.inf
209 INF ShellPkg/Application/Shell/Shell.inf
288 FILE APPLICATION = $(NAMED_GUID) {
307 FILE APPLICATION = $(NAMED_GUID) {
  /device/linaro/bootloader/edk2/DuetPkg/
DuetPkg.fdf 141 FILE APPLICATION = $(NAMED_GUID) {
  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.fdf 211 INF MdeModulePkg/Application/UiApp/UiApp.inf
269 INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
387 FILE APPLICATION = $(NAMED_GUID) {
398 FILE APPLICATION = $(NAMED_GUID) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
QuarkMin.fdf 403 #INF MdeModulePkg/Application/UiApp/UiApp.inf
504 INF ShellPkg/Application/Shell/Shell.inf
593 FILE APPLICATION = $(NAMED_GUID) {
600 FILE APPLICATION = $(NAMED_GUID) {
Quark.fdf 483 INF MdeModulePkg/Application/UiApp/UiApp.inf
679 INF RuleOverride = TIANOCOMPRESSED ShellPkg/Application/Shell/Shell.inf
    [all...]

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>