HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 526 - 550 of 938) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/tools/push-to-trunk/
merge_to_branch.py 40 if self._options.force:
275 parser.add_argument("-f", "--force",
common_includes.py 672 options.force = getattr(options, "force", False)
676 options.requires_editor = not options.force
677 options.wait_for_lgtm = not options.force
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/lldb/include/lldb/Target/
Thread.h 804 // But if \a force is true, all thread plans are discarded.
807 DiscardThreadPlans (bool force);
    [all...]
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 59 OperatingSystemPython::CreateInstance (Process *process, bool force)
61 // Python OperatingSystem plug-ins must be requested by name, so force must be true
  /external/llvm/utils/Misc/
zkill 161 parser.add_option("", "--force", dest="force",
257 if not opts.force and not opts.dryRun:
258 error('refusing to kill all processes without --force')
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 68 --force-autodetect) OPTION_FORCE_AUTODETECT=yes
91 echo " --force-autodetect force feature auto-detection"
348 # just like configure - force it to 1
510 # or the --force-autodetect option was used
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 259 private void onFolderChanged(Folder folder, final boolean force) {
338 onFolderChanged(folder, false /* force */);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 102 dry_run=self.dry_run, force=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 105 if self.force or output_file is None or newer(source, output_file):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 102 dry_run=self.dry_run, force=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 105 if self.force or output_file is None or newer(source, output_file):
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /external/chromium_org/cc/animation/
layer_animation_controller.cc 925 bool force = type == ForceActivation; local
    [all...]
  /external/chromium_org/cc/layers/
layer.cc 747 void Layer::SetForceRenderSurface(bool force) {
749 if (force_render_surface_ == force)
751 force_render_surface_ = force;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotDataGrids.js 269 * @param {boolean} force
271 updateVisibleNodes: function(force)
349 * @param {boolean} force
352 updateVisibleNodes: function(force, pathToReveal)
365 if (!force && scrollTop >= this._topPaddingHeight && scrollBottom >= this._bottomPaddingHeight)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 438 m_force = point.force;
753 point.force = touch->force();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 486 void PseudoTcp::Close(bool force) {
487 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
488 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 734 void Layer::SetForceRenderSurface(bool force) {
735 if (force_render_surface_ == force)
738 force_render_surface_ = force;
  /external/dnsmasq/src/
forward.c 23 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc);
245 /* force unchanging id for signed packets */
1084 signing, so we keep the same one. In this case force is set, and this
1086 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc)
1090 if (force)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-diff.c 63 static bool force; variable
664 d->session = perf_session__new(d->file, O_RDONLY, force,
715 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
builtin-report.c 43 bool force, use_tui, use_gtk, use_stdio; member in struct:perf_report
773 OPT_BOOLEAN('f', "force", &report.force, "don't complain, do it"),
879 report.force, false, &report.tool);
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 306 private void processValuesLocked(boolean force) {
349 if (force || (mBatteryProps.batteryStatus != mLastBatteryStatus ||
412 } else if (force && mBatteryProps.batteryLevel >= mLowBatteryWarningLevel) {
    [all...]

Completed in 721 milliseconds

<<21222324252627282930>>