HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 426 - 450 of 742) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 315 private void sendUpdateAxisDelayed(ChartSweepView sweep, boolean force) {
316 if (force || !mHandler.hasMessages(MSG_UPDATE_AXIS, sweep)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 131 def _flush(self, force):
139 if force:
196 # Force all structs to be packed with big-endian
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 316 def set_lineno(self, node, force=False):
332 or force):
445 self.set_lineno(node, force=True)
472 self.set_lineno(node, force=1)
648 self.set_lineno(node, force=True)
655 self.set_lineno(node, force=True)
728 self.set_lineno(node, force=True)
735 self.set_lineno(node, force=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
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/
binhex.py 131 def _flush(self, force):
139 if force:
196 # Force all structs to be packed with big-endian
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 316 def set_lineno(self, node, force=False):
332 or force):
445 self.set_lineno(node, force=True)
472 self.set_lineno(node, force=1)
648 self.set_lineno(node, force=True)
655 self.set_lineno(node, force=True)
728 self.set_lineno(node, force=True)
735 self.set_lineno(node, force=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
unixccompiler.py 105 if self.force or output_file is None or newer(source, output_file):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 244 initUiRootNode(false /*force*/);
424 * @param force if true, a new UiManifestNode is recreated even if it already exists.
427 protected void initUiRootNode(boolean force) {
429 if (mUiManifestNode != null && force == false) {
490 initUiRootNode(true /*force*/);
560 initUiRootNode(true /*force*/);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 679 // Resets the keyword if IsGoogleSearchURLWithReplaceableKeyword() or |force|.
680 // The |force| parameter is useful when the existing keyword is known to be
684 void ResetKeywordIfNecessary(bool force);
template_url_service.h 556 // it is unique to the Service. If |force| is true, then this will only
558 string16 UniquifyKeyword(const TemplateURL& turl, bool force);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 116 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
288 // Invalidate window to force repaint.
  /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/linux-tools-perf/util/
session.c 22 static int perf_session__open(struct perf_session *self, bool force)
50 if (!force && input_stat.st_uid && (input_stat.st_uid != geteuid())) {
137 bool force, bool repipe,
167 if (perf_session__open(self, force) < 0)
    [all...]
  /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
  /external/v8/
Makefile 262 svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 269 public void onFolderChanged(Folder folder, final boolean force) {
357 onFolderChanged(folder, false /* force */);
  /prebuilts/python/darwin-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/command/
config.py 102 dry_run=self.dry_run, force=1)
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 447 void PseudoTcp::Close(bool force) {
448 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
449 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL;
  /external/chromium_org/cc/layers/
layer.cc 641 void Layer::SetForceRenderSurface(bool force) {
643 if (force_render_surface_ == force)
645 force_render_surface_ = force;

Completed in 1581 milliseconds

<<11121314151617181920>>