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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatStyle.java 27 * newline between successive elements, whereas in a manifest file there is typically only
49 MANIFEST;
119 return MANIFEST;
AndroidXmlFormattingStrategy.java 503 * Guess what style to use to edit the given document - layout, resource, manifest, ... ? */
523 // The "manifest" style is used for manifest files
527 style = XmlFormatStyle.MANIFEST;
XmlPrettyPrinter.java 764 if (mStyle == XmlFormatStyle.MANIFEST || mStyle == XmlFormatStyle.RESOURCE
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Scope.java 73 /** The analysis considers the manifest file */
74 MANIFEST,
98 || scopes.contains(MANIFEST));
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
JarUtils.java 30 private static final String MANIFEST = "META-INF/MANIFEST.MF";
37 final URL resUrl = loader.getResource(MANIFEST);
  /external/eyes-free/
Android.mk 26 LOCAL_JAR_MANIFEST := MANIFEST.MF
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ManifestOrderDetector.java 57 /** Wrong order of elements in the manifest */
60 "Checks for manifest problems like <uses-sdk> after the <application> tag",
66 "manifest in the logical dependency order.",
71 EnumSet.of(Scope.MANIFEST));
78 "The manifest should contain a <uses-sdk> element which defines the " +
87 EnumSet.of(Scope.MANIFEST)).setMoreInfo(
88 "http://developer.android.com/guide/topics/manifest/uses-sdk-element.html"); //$NON-NLS-1$
104 EnumSet.of(Scope.MANIFEST)).setMoreInfo(
105 "http://developer.android.com/guide/topics/manifest/uses-sdk-element.html"); //$NON-NLS-1$
110 "Checks that various manifest elements are declared in the right place"
    [all...]
HardcodedDebugModeDetector.java 40 * Checks for hardcoded debug mode in manifest files
47 "Checks for hardcoded values of android:debuggable in the manifest",
49 "It's best to leave out the android:debuggable attribute from the manifest. " +
54 "If on the other hand you specify a specific value in the manifest file, then " +
62 EnumSet.of(Scope.MANIFEST));
SecurityDetector.java 84 EnumSet.of(Scope.MANIFEST));
93 "specifying export=false in the manifest or by protecting it with a " +
99 EnumSet.of(Scope.MANIFEST));
112 EnumSet.of(Scope.MANIFEST));
RegistrationDetector.java 52 * Checks for missing manifest registrations for activities, services etc
66 "Ensures that Activities, Services and Content Providers are registered in the manifest",
78 EnumSet.of(Scope.MANIFEST, Scope.CLASS_FILE)).setMoreInfo(
79 "http://developer.android.com/guide/topics/manifest/manifest-intro.html"); //$NON-NLS-1$
126 // According to the <activity> manifest element documentation, this is not
127 // valid ( http://developer.android.com/guide/topics/manifest/activity-element.html )
128 // but it appears in manifest files and appears to be supported by the runtime
192 "%1$s is a <%2$s> but is registered in the manifest as a <%3$s>",
201 "The <%1$s> %2$s is not registered in the manifest",
    [all...]
UnusedResourceDetector.java 98 EnumSet.of(Scope.MANIFEST, Scope.ALL_RESOURCE_FILES, Scope.ALL_JAVA_FILES));
110 EnumSet.of(Scope.MANIFEST, Scope.ALL_RESOURCE_FILES, Scope.ALL_JAVA_FILES))
OverdrawDetector.java 117 EnumSet.of(Scope.MANIFEST, Scope.JAVA_FILE, Scope.ALL_RESOURCE_FILES));
119 /** Mapping from FQN activity names to theme names registered in the manifest */
122 /** The default theme declared in the manifest, or null */
131 /** Set of activities registered in the manifest. We will limit the Java analysis to
311 // Manifest: Look at theme registrations
  /ndk/
ndk-gdb 21 # <application> element of its manifest.
115 # Used to run an awk script on the manifest
118 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST
267 echo " --launch-list List all launchable activity names from manifest"
392 # Name of the manifest file
393 MANIFEST=AndroidManifest.xml
403 if [ ! -f "$PROJECT/$MANIFEST" ] ; then
405 echo " It is missing a $MANIFEST file."
410 if [ -f "$MANIFEST" ] ; then
416 if [ -f "$CURDIR/$MANIFEST" ] ; the
    [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
  /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.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 259 scope = EnumSet.of(Scope.MANIFEST);
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java 247 mScope.add(Scope.MANIFEST);
448 List<Detector> manifestDetectors = mScopeDetectors.get(Scope.MANIFEST);
714 // Look up manifest information (but not for library projects)
723 if (!project.isLibrary() && mScope.contains(Scope.MANIFEST)) {
724 List<Detector> detectors = mScopeDetectors.get(Scope.MANIFEST);
    [all...]
  /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 

Completed in 668 milliseconds

1 2