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

1 2 3

  /external/e2fsprogs/util/
install-symlink.in 74 TOP_SRC=FORCE
75 TOP_DEST=FORCE
79 TOP_SRC=FORCE
  /build/make/tools/signapk/test/
run 10 .PHONY: FORCE
17 %.pem: $(DSAPARAM) FORCE
  /external/mesa3d/src/gallium/state_trackers/xa/
Makefile 44 install: FORCE
64 FORCE:
  /build/make/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");
  /external/swiftshader/third_party/LLVM/test/
Makefile 65 # Force creation of Clang's lit.site.cfg.
66 clang-lit-site-cfg: FORCE
135 FORCE:
137 site.exp: FORCE
192 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
  /external/dtc/
Makefile 183 $(VERSION_FILE): Makefile FORCE
221 tags: FORCE
300 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:
  /build/make/core/
soong_config.mk 19 $(SOONG_VARIABLES): 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)
  /external/syslinux/gpxe/src/drivers/net/
virtio-net.c 207 case FORCE :
3c5x9.c 297 case FORCE :
3c595.c 465 case FORCE :
cs89x0.c 468 case FORCE :
depca.c 321 #define COLL 0x0010 /* Force Collision */
411 ** Memory Alignment. Each descriptor is 4 longwords long. To force a
664 case FORCE :
epic100.c 437 case FORCE :
  /external/syslinux/gpxe/src/include/
nic.h 27 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...]

Completed in 636 milliseconds

1 2 3