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

<<11121314151617181920>>

  /external/chromium_org/tools/perf/measurements/
page_cycler_unittest.py 49 def ClearCache(self, force=False):
50 assert force
  /external/chromium_org/tools/resources/
optimize-png-files.sh 243 pngout -q -s4 -c0 -force $file $file.tmp.png
249 pngout -q -s4 -c4 -force $file $file.tmp.png
  /external/chromium_org/ui/aura/bench/
bench_main.cc 338 bool force = command_line->HasSwitch("force-render-surface"); local
339 content_layer.SetForceRenderSurface(force);
  /external/chromium_org/v8/test/mjsunit/
store-dictionary.js 33 // Create object and force it to dictionary mode by deleting property.
strict-mode-eval.js 36 // (using aliased eval to force non-strict mode)
string-replace-with-empty.js 51 externalizeString(cons, true/* force two-byte */);
whitespaces.js 41 // Add single twobyte char to force twobyte representation.
string-slices.js 73 /x/.exec(x); // Try to force a flatten.
89 /x/.exec(x); // Try to force a flatten.
101 // Keep creating strings to to force allocation failure on substring creation.
  /external/chromium_org/v8/test/webkit/
dfg-integer-optimization.js 42 // Use eval() for computing the correct result, to force execution to happen outside the DFG.
duplicate-param-gc-crash.js 33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
exception-try-finally-scope-error.js 31 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
var-shadows-arg-gc-crash.js 33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
  /external/chromium_org/v8/tools/push-to-trunk/
git_recipes.py 196 def GitUpload(self, reviewer="", author="", force=False, cq=False,
203 if force:
  /external/clang/utils/
token-delta.py 33 def run(self, changes, force=False):
38 if not force:
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 165 static pthread_cond_t *init_cond(pthread_cond_t *c, bool force = false) {
168 if (!force && cond != 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 322 * given build (i.e. if it has not been already read) or if the force arguments is set.
324 void updateBuild(String buildName, List scenarios, boolean force, File dataDir, SubMonitor subMonitor, PerformanceResults.RemainingTimeGuess timeGuess) {
360 // Scenario is not known yet, force an update
368 if (scenarioResults.updateBuild(buildName, force)) {
ScenarioResults.java 323 boolean readNewData(String lastBuildName, boolean force) {
330 if (force || performanceResults.getBuildDate().compareTo(lastBuildDate) > 0) {
371 boolean updateBuild(String buildName, boolean force) {
373 if (!force && knowsBuild(buildName)) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 100 private V putInBothMaps(@Nullable K key, @Nullable V value, boolean force) {
105 if (force) {
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 39 PlatformLinux::CreateInstance (bool force, const ArchSpec *arch)
41 bool create = force;
  /external/lldb/source/Target/
RegisterContext.cpp 42 RegisterContext::InvalidateIfNeeded (bool force)
45 bool invalidate = force;
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 321 public final void setForceInvincible(boolean force) {
322 mForceInvincibility = force;
  /ndk/sources/host-tools/make-3.81/
configure.bat 25 rem many people don't care, so we force them to care by refusing to go.
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc 121 bool force = true; local
139 force = false;
147 if (force)
645 bool force = forced_updates_.find(extension_id) != forced_updates_.end(); local
646 // Currently the only reason to force is a NaCl arch mismatch with the
648 if (force) {
651 return force;
  /external/chromium_org/third_party/polymer/components-chromium/core-list/
core-list-extracted.js 208 refresh: function(force) {
235 if (force || item._transformValue != nextTransformValue) {
242 if (force || item._transformValue != baseTransformValue) {
  /external/oprofile/
oprofile_android 133 print " -f, --force : remove existing session directory before import"
318 force = False
322 'f', ['force'])
328 if o in ('-f', '--force'):
329 force = True
338 if not force:
340 print "* Use --force to remove and recreate the session directory."

Completed in 494 milliseconds

<<11121314151617181920>>