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

1 2 3 4 5 67 8 91011>>

  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /system/extras/ext4_utils/
make_ext4fs_main.c 103 force = 1;
  /system/netd/
BandwidthController.h 52 int enableBandwidthControl(bool force);
  /external/blktrace/btt/
iostat.c 73 static void update_idle_time(struct d_info *dip, double now, int force)
75 if (dip->stats.cur_dev == 0 || force) {
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.cc 204 bool SocketAddress::ResolveIP(bool force, int* error) {
207 } else if (!force && !IsAny()) {
  /external/clang/utils/
token-delta.py 33 def run(self, changes, force=False):
38 if not force:
  /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/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 321 public final void setForceInvincible(boolean force) {
322 mForceInvincibility = force;
  /external/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 */);
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/webkit/Source/WebCore/inspector/front-end/
ProfileDataGridTree.js 121 sort: function(/*Function*/ comparator, /*Boolean*/ force)
134 if (!force && (!gridNode.expanded || gridNode.lastComparator === comparator)) {
  /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/grub/util/
grub-install 70 --force-lba force GRUB to use LBA mode even for a buggy
246 --force-lba)
247 force_lba="--force-lba" ;;
  /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."
  /external/quake/quake/src/QW/client/
view.c 311 vid.recalc_refdef = 1; // force a surface cache flush
545 qboolean force; local
576 force = V_CheckGamma ();
577 if (!new && !force)
638 qboolean force; local
669 force = V_CheckGamma ();
670 if (!new && !force)
  /external/quake/quake/src/WinQuake/
view.cpp 304 vid.recalc_refdef = 1; // force a surface cache flush
535 qboolean force;
566 force = V_CheckGamma ();
567 if (!newb && !force)
621 qboolean force;
652 force = V_CheckGamma ();
653 if (!new && !force)
  /external/e2fsprogs/misc/
mke2fs.c 88 int force; variable
1030 if (!force) {
    [all...]
dumpe2fs.c 495 int force = 0; local
518 force++;
546 if (force)
  /frameworks/base/libs/hwui/
FontRenderer.cpp 405 bool force = false; local
423 force = caches.unbindMeshBuffer();
434 caches.bindPositionVertexPointer(force, &mesh[0].position[0]);
435 caches.bindTexCoordsVertexPointer(force, &mesh[0].texture[0]);
436 force = false;
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.cc 52 static const char kPropertyForce[] = "force";
113 bool force,
280 bool force,
286 info_value.SetBoolean(kPropertyForce, force);
  /external/chromium/net/socket/
client_socket_pool_base.h 293 // Closes all idle sockets if |force| is true. Else, only closes idle
295 void CleanupIdleSockets(bool force);
739 void CleanupIdleSockets(bool force) {
740 return helper_.CleanupIdleSockets(force);

Completed in 1826 milliseconds

1 2 3 4 5 67 8 91011>>