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

1 2

  /external/e2fsprogs/util/
install-symlink.in 74 TOP_SRC=FORCE
75 TOP_DEST=FORCE
79 TOP_SRC=FORCE
  /build/tools/signapk/test/
run 10 .PHONY: FORCE
17 %.pem: $(DSAPARAM) FORCE
  /ndk/build/tools/
build-docs.sh 25 FORCE=
34 Builds are incremental, but you can use --force to rebuild everything.
39 register_var_option "--force" FORCE "Rebuild all documentation"
89 # Only rebuild file is source is older than destination, unless --force
91 if [ -z "$FORCE" -a -f "$DST_FILE" -a "$SRC_FILE" -ot "$DST_FILE" ]; 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
  /external/mesa3d/src/gallium/state_trackers/xa/
Makefile 44 install: FORCE
64 FORCE:
  /build/core/tasks/
collect_gpl_sources.mk 17 # FORCE since we can't know whether any of the sources changed
19 $(gpl_source_tgz) : $(ALL_GPL_MODULE_LICENSE_FILES) FORCE
ide.mk 52 .classpath: FORCE
  /packages/apps/UnifiedEmail/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");
  /build/core/
soong.mk 18 SOONG_NEEDS_REBOOTSTRAP := FORCE
22 SOONG_NEEDS_REBOOTSTRAP := FORCE
35 $(SOONG_VARIABLES): FORCE
76 $(SOONG_ANDROID_MK): $(SOONG_BOOTSTRAP) $(SOONG_VARIABLES) $(SOONG_IN_MAKE) FORCE
ninja.mk 162 $(KATI_BUILD_NINJA): $(KATI) $(MAKEPARALLEL) $(DUMMY_OUT_MKS) $(SOONG_ANDROID_MK) FORCE
191 .PHONY: FORCE
192 FORCE:
  /external/llvm/test/
Makefile 49 # Force creation of Clang's lit.site.cfg.
50 clang-site-cfg: FORCE
58 # Force creation of Clang Tools' lit.site.cfg.
59 clang-tools-site-cfg: FORCE
67 # Force creation of lld's lit.site.cfg.
68 lld-site-cfg: FORCE
76 # Force creation of Polly's lit.site.cfg.
77 polly-tools-site-cfg: FORCE
111 FORCE:
119 lit.site.cfg: FORCE
    [all...]
  /external/clang/test/
Makefile 37 FORCE:
39 lit.site.cfg: FORCE
57 Unit/lit.site.cfg: FORCE
  /external/opencv3/cmake/
OpenCVFindIPP.cmake 153 set(IPP${uname}_INSTALL_PATH "${CMAKE_INSTALL_PREFIX}/${OPENCV_3P_LIB_INSTALL_PATH}/${IPP_LIB_PREFIX}${IPP_PREFIX}${name}${IPP_SUFFIX}${IPP_LIB_SUFFIX}" CACHE INTERNAL "" FORCE)
154 set(IPP${uname}_LOCATION_PATH "${IPP_LIBRARY_DIR}/${IPP_LIB_PREFIX}${IPP_PREFIX}${name}${IPP_SUFFIX}${IPP_LIB_SUFFIX}" CACHE INTERNAL "" 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/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 110 FORCE:
  /external/fio/
Makefile 252 all: $(PROGS) $(T_TEST_PROGS) $(SCRIPTS) FORCE
255 .PHONY: FORCE cscope
257 FIO-VERSION-FILE: FORCE
356 clean: FORCE
359 distclean: clean FORCE
373 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE
  /external/sfntly/cpp/
CMakeLists.txt 4 set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "good configs" FORCE)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 219 file.setContents(bstream, IFile.FORCE, new NullProgressMonitor());
221 file.create(bstream, false /* force */, new NullProgressMonitor());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 240 FORCE=no
255 --force) FORCE="yes"
350 echo " --force Force-rebuild everything"
525 if [ "$FORCE" = "yes" ] ; then
810 64) # Do we need to force 32-bits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 242 FORCE=no
257 --force) FORCE="yes"
352 echo " --force Force-rebuild everything"
527 if [ "$FORCE" = "yes" ] ; then
812 64) # Do we need to force 32-bits
    [all...]
  /external/libvterm/src/
state.c 168 #define FORCE 1
177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl)
197 || force)
769 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
1041 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
1050 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
1064 set_lineinfo(state, row, FORCE, DWL_OFF, DHL_OFF);
    [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/wizards/newxmlfile/
NewXmlFileWizard.java 275 file.delete(IResource.KEEP_HISTORY | IResource.FORCE, null /*monitor*/);
277 file.create(stream, true /*force*/, null /*progress*/);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 601 resFolder.create(IResource.FORCE, true /*local*/, null);
  /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 

Completed in 508 milliseconds

1 2