HomeSort by relevance Sort by last modified time
    Searched refs:FORCE (Results 1 - 8 of 8) 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");
  /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)"
83 if [ "$FORCE" = "no" -a "$INCREMENTAL" = "no" ] ; then
  /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 55 mFile.setContents(source, IResource.FORCE, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 183 file.delete(IFile.KEEP_HISTORY | IFile.FORCE, null /*monitor*/);
185 file.create(stream, true /*force*/, null /*progres*/);
207 folder.create(true /* force */, true /* local */, null /* monitor */);
  /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...]
  /build/core/
main.mk 53 # Used to force goals to build. Only use for conditionally defined goals.
54 .PHONY: FORCE
55 FORCE:
61 # This allows us to force a clean build - included after the config.make

Completed in 596 milliseconds