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

1 2

  /external/linux-tools-perf/
perf-archive.sh 31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
37 echo ${linkname#$PERF_BUILDID_DIR} >> $MANIFEST
38 echo ${filename#$PERF_BUILDID_DIR} >> $MANIFEST
41 tar cfj $PERF_DATA.tar.bz2 -C $PERF_BUILDID_DIR -T $MANIFEST
42 rm -f $MANIFEST $BUILDIDS
  /external/proguard/examples/
retrace.pro 13 -injars ../lib/proguard.jar(!META-INF/MANIFEST.MF,
  /prebuilts/tools/common/proguard/proguard4.7/examples/
retrace.pro 13 -injars ../lib/proguard.jar(!META-INF/MANIFEST.MF,
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 27 rm MANIFEST || true
37 # Generate the tarball based on MANIFEST.in
  /external/eyes-free/
Android.mk 26 LOCAL_JAR_MANIFEST := MANIFEST.MF
  /ndk/
ndk-gdb 21 # <application> element of its manifest.
127 # Used to run an awk script on the manifest
130 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST
281 echo " --launch-list List all launchable activity names from manifest"
421 # Name of the manifest file
422 MANIFEST=AndroidManifest.xml
432 if [ ! -f "$PROJECT/$MANIFEST" ] ; then
434 echo " It is missing a $MANIFEST file."
439 if [ -f "$MANIFEST" ] ; then
445 if [ -f "$CURDIR/$MANIFEST" ] ; the
    [all...]
ndk-gdb.py 23 <application> element of its manifest.
80 # Name of the manifest file
81 MANIFEST = 'AndroidManifest.xml'
128 help='List all launchable activity names from manifest',
382 'manifest' element.
393 the first <manifest><application> element we find.
459 if not os.path.isfile(PROJECT+os.sep+MANIFEST):
461 It is missing a %s file.''' % (MANIFEST))
464 if os.path.isfile(MANIFEST):
471 if os.path.isfile(CURDIR+os.sep+MANIFEST)
    [all...]
  /cts/tools/cts-api-coverage/src/
Android.mk 24 LOCAL_JAR_MANIFEST := MANIFEST.mf
  /cts/tools/cts-java-scanner/src/
Android.mk 23 LOCAL_JAR_MANIFEST := MANIFEST.mf
  /cts/tools/cts-native-scanner/src/
Android.mk 23 LOCAL_JAR_MANIFEST := MANIFEST.mf
  /cts/tools/cts-xml-generator/src/
Android.mk 23 LOCAL_JAR_MANIFEST := MANIFEST.mf
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSetHelper.java 34 * Also contains non project specific {@link ChangedFileSet} such as {@link #MANIFEST}
39 final static ChangedFileSet MANIFEST;
43 MANIFEST = new ChangedFileSet("manifest", //$NON-NLS-1$
PreCompilerBuilder.java 118 /** Merge Manifest Flag. Computed from resource delta, reset after action is taken.
133 /** cache of the java package defined in the manifest */
330 // Check to see if Manifest.xml, Manifest.java, or R.java have changed:
380 // if the main manifest didn't change, then we check for the library
381 // ones (will trigger manifest merging too)
389 visitor.addSet(ChangedFileSetHelper.MANIFEST);
400 mMustMergeManifest |= visitor.checkSet(ChangedFileSetHelper.MANIFEST);
428 // get the manifest file
439 // TODO: document whether code below that uses manifest (which is now guarantee
868 IFile manifest = getProject().getFile(SdkConstants.FN_ANDROID_MANIFEST_XML); local
    [all...]
  /external/proguard/build/
makefile 29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 288 "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" +
316 "</manifest>";
694 protected static final String MANIFEST =
704 "public final class Manifest {\n" +
726 "import com.example.refactoringtest.Manifest;\n" +
733 " System.out.println(Manifest.permission);\n" +
740 /** Project which includes references to BuildConfig, Manifest, and R */
750 "gen/com/example/refactoringtest/Manifest.java",
751 MANIFEST,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 238 return XmlFormatStyle.MANIFEST;
AndroidXmlFormattingStrategy.java 526 * Guess what style to use to edit the given document - layout, resource, manifest, ... ? */
549 // The "manifest" style is used for manifest files
553 style = XmlFormatStyle.MANIFEST;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 99 scope = EnumSet.of(Scope.MANIFEST);
  /sdk/adtproductbuild/
Android.mk 34 ADT_VERSION := $(shell grep Bundle-Version $(TOPDIR)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/')
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 684 XmlFormatStyle formatStyle = XmlFormatStyle.MANIFEST;
756 // For elements like manifest files we need to insert stuff at the right
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 321 // Compute the project name and the package name from the manifest
322 ManifestData manifest = p.getManifest(); local
323 if (manifest == null) {
326 String packageName = manifest.getPackage();
328 String minSdk = manifest.getMinSdkVersionString();
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
sdk-common.jar 

Completed in 327 milliseconds

1 2