HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 176 - 200 of 913) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/harmony/
generators-relocation.js 31 // Enable the debugger, which should force recompilation of the generator
38 // Disable debugger -- should not force recompilation.
  /external/google-tv-pairing-protocol/cpp/
autogen.sh 40 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
  /external/libopus/
Makefile.unix 114 package_version: force
121 force:
  /external/libpng/
autogen.sh 8 # missing. They are instantiated with autoreconf --force --install.
167 # Everything must be initialized, so use --force
168 if autoreconf --warnings=all --force --install
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.h 29 CreateInstance (lldb_private::Process *process, bool force);
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 40 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.h 27 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
  /external/lldb/test/pexpect-2.4/
fdpexpect.py 75 def terminate (self, force=False):
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
  /frameworks/base/libs/hwui/
Layer.h 213 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
214 texture.setWrap(wrap, bindTexture, force, renderTarget);
217 void setFilter(GLenum filter, bool bindTexture = false, bool force = false) {
218 texture.setFilter(filter, bindTexture, force, renderTarget);
  /frameworks/base/native/android/
storage_manager.cpp 144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) {
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
191 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
193 mgr->unmountObb(filename, force != 0, cb, data);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 52 applyMode(getMode(), false /*animate*/, true /*force*/);
73 applyMode(newMode, animate, false /*force*/);
76 private void applyMode(int mode, boolean animate, boolean force) {
87 applyLightsOut(mode == MODE_LIGHTS_OUT, animate, force);
119 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) {
120 if (!force && lightsOut == mLightsOut) return;
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 104 public final MappedByteBuffer force() { method in class:MappedByteBuffer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 22 ('force', 'f', "force installation (overwrite existing files)"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 22 ('force', 'f', "force installation (overwrite existing files)"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
  /system/vold/
Volume.cpp 499 int Volume::doUnmount(const char *path, bool force) {
503 SLOGD("Unmounting {%s}, force = %d", path, force);
514 if (force) {
533 int Volume::unmountVol(bool force, bool revert) {
556 if (providesAsec && doUnmount(Volume::SEC_ASECDIR_EXT, force) != 0) {
562 if (doUnmount(getFuseMountpoint(), force) != 0) {
568 if (doUnmount(getMountpoint(), force) != 0) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 18 attr_accessor :path, :force
19 alias force? force
34 force and return( true )
168 if options[ :force ] or stale?
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 150 int locked_size_class, bool force) {
162 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
201 bool CentralFreeList::ShrinkCache(int locked_size_class, bool force)
206 if (force == false && used_slots_ == cache_size_) return false;
217 if (force == false) return false;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 151 int locked_size_class, bool force) {
163 return Static::central_cache()[t].ShrinkCache(locked_size_class, force);
202 bool CentralFreeList::ShrinkCache(int locked_size_class, bool force)
207 if (force == false && used_slots_ == cache_size_) return false;
218 if (force == false) return false;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextPrompt.js 238 * @param {boolean=} force
240 _updateAutoComplete: function(force)
243 this.autoCompleteSoon(force);
350 * @param {boolean=} force
352 autoCompleteSoon: function(force)
354 var immediately = this.isSuggestBoxVisible() || force;
356 this._completeTimeout = setTimeout(this.complete.bind(this, force), immediately ? 0 : 250);
360 * @param {boolean=} force
363 complete: function(force, reverse)
373 if (!force && !this.isCaretAtEndOfPrompt() && !this.isSuggestBoxVisible()
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 249 file delete -force test.db
250 file delete -force test.db-journal
251 file delete -force test.db-wal
600 file delete -force $f
603 file delete -force $f
722 # On windows, sometimes even a [file delete -force] can fail just after
734 set rc [catch {file delete -force $filename} msg]
829 # default, so here we force it to the "nativename" format.
931 catch {file delete -force test.db}
932 catch {file delete -force test.db-journal
    [all...]
  /external/chromium_org/tools/clang/scripts/
update.sh 78 --force-local-build)
115 echo "usage: $0 [--force-local-build] [--if-needed] [--run-tests] "
117 echo "--force-local-build: Don't try to download prebuilt binaries."
174 # To always force a new build if someone interrupts their build half way.
223 if ! svn co --force "${LLVM_REPO_URL}/llvm/trunk@${CLANG_REVISION}" \
227 svn co --force "${LLVM_REPO_URL}/llvm/trunk@${CLANG_REVISION}" "${LLVM_DIR}"
231 svn co --force "${LLVM_REPO_URL}/cfe/trunk@${CLANG_REVISION}" "${CLANG_DIR}"
234 svn co --force "${LLVM_REPO_URL}/compiler-rt/trunk@${CLANG_REVISION}" \
241 svn co --force "${LLVM_REPO_URL}/libcxx/trunk@${CLANG_REVISION}" \
249 svn co --force "${LLVM_REPO_URL}/libcxxabi/trunk@${CLANG_REVISION}"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ExecutionContextSelector.js 118 * @param {boolean} force
121 WebInspector.ExecutionContextSelector.completionsForTextPromptInCurrentContext = function(proxyElement, wordRange, force, completionsReadyCallback)
133 executionContext.completionsForExpression(expressionString, prefix, force, completionsReadyCallback);
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
android_forwarder.py 267 def _CheckEnableRndis(self, force):
270 force: Disable RNDIS first, even if it appears already enabled.
276 if not force:
284 force = False
440 force = False
442 device_iface, host_iface = self._CheckEnableRndis(force)
446 force = True
  /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 1247 milliseconds

1 2 3 4 5 6 78 91011>>