OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FORCE
(Results
1 - 14
of
14
) sorted by null
/build/tools/signapk/test/
run
10
.PHONY:
FORCE
17
%.pem: $(DSAPARAM)
FORCE
/packages/apps/Email/emailcommon/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/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)"
83
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/core/tasks/
ide.mk
52
.classpath:
FORCE
/external/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
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java
56
mFile.setContents(source, IResource.
FORCE
, null);
96
mFile.delete(true /*
force
*/, new NullProgressMonitor());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddCompatibilityJarAction.java
214
resFolder.create(IResource.
FORCE
, true /*local*/, new SubProgressMonitor(monitor, 1));
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java
211
file.setContents(bstream, IFile.
FORCE
, new NullProgressMonitor());
213
file.create(bstream, false /*
force
*/, new NullProgressMonitor());
/prebuilt/linux-x86/toolchain/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
...]
/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
255
file.delete(IResource.KEEP_HISTORY | IResource.
FORCE
, null /*monitor*/);
257
file.create(stream, true /*
force
*/, null /*progress*/);
319
folder.create(true /*
force
*/, true /* local */, null /* monitor */);
/build/core/
main.mk
60
# Used to
force
goals to build. Only use for conditionally defined goals.
61
.PHONY:
FORCE
62
FORCE
:
71
# This allows us to
force
a clean build - included after the config.make
Completed in 961 milliseconds