HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 276 - 300 of 461) sorted by null

<<111213141516171819

  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 150 writeOnlyFileChannel.force(true);
158 writeOnlyFileChannel.force(false);
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 365 // show the new path/to/file being edited. So we force a refresh
373 delegateInitUiRootNode(true /*force*/);
393 delegateInitUiRootNode(false /*force*/);
799 public void delegateInitUiRootNode(boolean force) {
801 if (mUiDocRootNode == null || force) {
    [all...]
  /system/netd/
BandwidthController.cpp 223 int BandwidthController::enableBandwidthControl(bool force) {
227 if (!force) {
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t051treeRewriteAST.py     [all...]
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
  /external/elfutils/libelf-po/
Makefile 323 force:
  /external/expat/amiga/
Makefile 49 -delete T:expat all force quiet
  /external/kernel-headers/original/linux/
hid.h 695 extern int hidinput_connect(struct hid_device *hid, unsigned int force);
  /external/libpng/
CHANGES     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 417 # followed by punctuation at a non-word-break. Close the quotes by brute force:
622 # escape sequences. This is useful if you want to force a "dumb"
712 to force non-smart punctuation. It does so by transforming the escape
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm     [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 557 def apply_patch(self, patch, force=False):
  /prebuilts/gcc/linux-x86/host/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...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 784 * and that's it. * If a semPredState, don't force look
799 * predicts exiting. * If a semPredState, don't force
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc     [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 305 public void closeChannel(Channel c, String reason, boolean force) throws IOException
311 if (force)
    [all...]
  /external/libppp/src/
physical.c 853 int *n, int force)
870 if (w && (force || link_QueueLen(&p->link) || p->out)) {
  /external/v8/test/mjsunit/
array-splice.js 346 Array.prototype[3] = 'foo'; // To force JS builtin.
unbox-double-arrays.js 360 // size of the capacity and force the array into "slow" dictionary case.
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 186 raise ScriptError(message="Working directory has modifications, pass --force-clean or --no-clean to continue.")
190 def ensure_no_local_commits(self, force):
196 if not force:
197 error("Working directory has local commits, pass --force-clean to continue.")
443 return self.run(["svn", "delete", "--force", base], cwd=parent)
564 # git-commit and force are not used by SVN.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 314 if num_all_test_files > 1 and not self._options.force:
420 if self._options.force:
422 'skips (--force)')
    [all...]

Completed in 2185 milliseconds

<<111213141516171819