HomeSort by relevance Sort by last modified time
    Searched defs:export (Results 1 - 18 of 18) sorted by null

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
LogHelper.java 17 package com.android.sdklib.internal.export;
ApkData.java 17 package com.android.sdklib.internal.export;
26 * This contains a link to the project used for the export, and which extra filters should be used.
56 // the following are used to sort the export data and generate buildInfo
ProjectConfig.java 17 package com.android.sdklib.internal.export;
20 import com.android.sdklib.internal.export.MultiApkExportHelper.ExportException;
39 * Only the properties that pertain to the multi-apk export are present.
MultiApkExportHelper.java 17 package com.android.sdklib.internal.export;
48 * Helper to export multiple APKs from 1 or or more projects.
133 // get the list of apk to export and their configuration.
136 // look to see if there's a config file from a previous export
156 * of projects for multi-apk export.
158 * The string must be a list of paths, relative to the export project path (given to
162 * usually read from export.properties.
179 * Writes post-export logs and other files.
340 * If the manifest is correct, a list of apk to export is created and returned.
396 "%1$s is not valid: versionCode must not be set for multi-apk export."
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportEditor.java 17 package com.android.ide.eclipse.adt.internal.editors.export;
31 * Multi-page form editor for export.properties in Export Projects.
ExportFieldsPart.java 17 package com.android.ide.eclipse.adt.internal.editors.export;
29 * Section part for editing the properties in an Export editor.
37 section.setText("Export Properties");
38 section.setDescription("Properties of export.properties:");
44 "List of properties you can edit in export.properties"); //tooltip
ExportLinksPart.java 17 package com.android.ide.eclipse.adt.internal.editors.export;
34 * Links section part for export properties page.
55 buf.append(": blah blah do something (like build/export).");
ExportPropertiesPage.java 17 package com.android.ide.eclipse.adt.internal.editors.export;
32 * Page for export properties, used by {@link ExportEditor}.
43 /** Export fields part */
45 /** Export links part */
49 super(editor, PAGE_ID, "Export Properties"); // tab's label, user visible, keep it short
62 form.setText("Android Export Properties");
AbstractPropertiesFieldsPart.java 17 package com.android.ide.eclipse.adt.internal.editors.export;
39 * Section part for editing fields of a properties file in an Export editor.
190 AdtPlugin.log(e, "Failed to replace in export.properties");
227 AdtPlugin.log(e, "Failed to append to export.properties: %s", line);
300 AdtPlugin.log(e, "Failed to set field to export.properties value");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 17 package com.android.ide.eclipse.adt.internal.wizards.export;
20 import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard.ExportWizardPage;
161 // get the alias from the project previous export, and look for a match as
KeystoreSelectionPage.java 17 package com.android.ide.eclipse.adt.internal.wizards.export;
20 import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard.ExportWizardPage;
KeyCreationPage.java 17 package com.android.ide.eclipse.adt.internal.wizards.export;
20 import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard.ExportWizardPage;
ProjectCheckPage.java 17 package com.android.ide.eclipse.adt.internal.wizards.export;
26 import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard.ExportWizardPage;
50 * First Export Wizard Page. Display warning/errors.
96 label.setText("Select the project to export:");
114 "Please select a project to export");
159 setErrorMessage("Select project to export.");
278 setErrorMessage("Select project to export.");
KeyCheckPage.java 17 package com.android.ide.eclipse.adt.internal.wizards.export;
22 import com.android.ide.eclipse.adt.internal.wizards.export.ExportWizard.ExportWizardPage;
215 // the file was removed during the export wizard execution.
ExportWizard.java 17 package com.android.ide.eclipse.adt.internal.wizards.export;
65 * Export wizard to export an apk signed with a release key/certificate.
189 setWindowTitle("Export Android Application");
213 // run the export in an UI runnable.
219 * Run the export.
293 // get the output folder of the project to export.
294 // this is where we'll find the built apks to resign and export.
353 // export success. In case we didn't run ZipAlign we display a warning
355 AdtPlugin.displayWarning("Export Wizard"
    [all...]
  /build/tools/lsd/
lsd.c 594 next_export_t *export = &source->exports[symidx]; local
595 while (export->source != NULL) {
596 //fprintf(stderr, "%s:%s\n", symname, export->source->name);
597 fprintf(fp, "\t%s\n", export->source->name);
598 export = &export->source->next_export[export->next_idx];
  /external/chromium/net/third_party/nss/ssl/
sslsock.c 59 unsigned char export; /* policy value for export policy */ member in struct:cipherPolicyStr
65 /* This table contains two preconfigured policies: Export and France.
70 static cipherPolicy ssl_ciphers[] = { /* Export France */
    [all...]
  /ndk/build/core/
definitions.mk 338 # Function : module-get-export
340 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
342 # Usage : $(call module-get-export,<modulename>,<varname>)
345 module-get-export = $(__ndk_modules.$1.EXPORT_$2)
348 # Function : module-get-listed-export
350 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
352 # Usage : $(call module-get-listed-export,<module-list>,<varname>)
356 module-get-listed-export = $(strip \
358 $(call module-get-export,$(__listed_module),$2)\
    [all...]

Completed in 138 milliseconds