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

  /build/tools/signapk/test/
run 10 .PHONY: FORCE
17 %.pem: $(DSAPARAM) FORCE
  /packages/apps/Email/src/org/apache/commons/io/
FileDeleteStrategy.java 27 * directories if they are empty, or maybe to force deletion.
46 public static final FileDeleteStrategy FORCE = new ForceFileDeleteStrategy();
131 * Force file deletion strategy.
136 super("Force");
  /external/llvm/test/
Makefile 60 # Force creation of Clang's lit.site.cfg.
61 clang-site-cfg: FORCE
69 # Force creation of Clang Tools' lit.site.cfg.
70 clang-tools-site-cfg: FORCE
117 FORCE:
125 lit.site.cfg: FORCE
144 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
  /external/clang/test/
Makefile 37 FORCE:
39 lit.site.cfg: FORCE
51 Unit/lit.site.cfg: FORCE
  /ndk/build/tools/
make-release.sh 42 # Force the build
43 FORCE=no
44 register_var_option "--force" FORCE "Force build (do not ask initial question)"
102 if [ "$FORCE" = "no" -a "$INCREMENTAL" = "no" ] ; then
dev-system-import.sh 100 FORCE=no
101 register_var_option "--force" FORCE "Force-copy all files."
138 if [ "$FORCE" = "yes" ] ;then
139 # We can't accept several platform levels in --force mode.
142 echo "ERROR: You can only use a single platform level when using --force ($NUM_PLATFORMS)"
166 if [ "$FORCE" = "yes" ]; then
build-host-gcc.sh 74 of well-known names. You can however force a specific usage with the
78 The generated binaries should run on 10.5 or higher. You can force a
88 Windows toolchain that targets Android ARM binaries) will force the generation
106 --force-gold-build Force the build of the Gold linker, even if it is known
136 FORCE=
137 register_var_option "--force" FORCE "Force full rebuild"
160 register_var_option "--force-gold-build" FORCE_GOLD_BUILD "Always try to build Gold (experimental).
    [all...]
  /build/core/tasks/
ide.mk 52 .classpath: FORCE
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 62 mFile.setContents(source, IResource.FORCE, null);
108 mFile.delete(true /*force*/, new NullProgressMonitor());
  /external/linux-tools-perf/Documentation/
Makefile 184 ../PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE
303 .PHONY: .FORCE-PERF-VERSION-FILE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 190 FORCE=no
207 --force) FORCE="yes"
293 echo " --force Force-rebuild everything"
434 if [ "$FORCE" = "yes" ] ; then
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 212 file.setContents(bstream, IFile.FORCE, new NullProgressMonitor());
214 file.create(bstream, false /* force */, new NullProgressMonitor());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 220 FORCE=no
235 --force) FORCE="yes"
326 echo " --force Force-rebuild everything"
511 if [ "$FORCE" = "yes" ] ; then
792 64) # Do we need to force 32-bits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 220 FORCE=no
235 --force) FORCE="yes"
326 echo " --force Force-rebuild everything"
511 if [ "$FORCE" = "yes" ] ; then
792 64) # Do we need to force 32-bits
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 59 protected static boolean FORCE = true;
412 * @param force true if we shuold force the unmount, false otherwise
415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) {
421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
424 if (force) {
436 * @param force true if we shuold force the unmount, false otherwise
438 protected void unmountObb(String obbFilePath, boolean force) {
443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 508 resFolder.create(IResource.FORCE, true /*local*/, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 274 file.delete(IResource.KEEP_HISTORY | IResource.FORCE, null /*monitor*/);
276 file.create(stream, true /*force*/, null /*progress*/);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /build/core/
main.mk 70 # Used to force goals to build. Only use for conditionally defined goals.
71 .PHONY: FORCE
72 FORCE:
81 # This allows us to force a clean build - included after the config.make
  /external/linux-tools-perf/
Makefile 34 $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE
821 $(OUTPUT)PERF-CFLAGS: .FORCE-PERF-CFLAGS
905 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope .FORCE-PERF-CFLAGS
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 1670 milliseconds