/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 496 void PseudoTcp::Close(bool force) { 497 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")"; 498 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL; [all...] |
/external/chromium_org/ui/compositor/ |
layer.cc | 670 void Layer::SetForceRenderSurface(bool force) { 671 if (force_render_surface_ == force) 674 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 */ 1071 signing, so we keep the same one. In this case force is set, and this 1073 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc) 1077 if (force)
|
rfc2131.c | 293 int force = 0; local 298 force = 1; 303 force = 1; 329 if (context_new || force) 511 /* Always force update, since the client has no way to do it itself. */ 1849 int force = 0; local [all...] |
/ndk/ |
ndk-gdb.py | 128 parser.add_argument( '--force', 252 if args.force != None: 253 OPTION_FORCE = args.force 690 error('Another debug session running, Use --force to kill it.')
|
/packages/apps/Settings/src/com/android/settings/ |
ApnEditor.java | 502 * @param force save even if the fields are not valid, if the app is 506 private boolean validateAndSave(boolean force) { 512 if (getErrorMsg() != null && !force) { 524 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
|
/system/core/toolbox/ |
dd.c | 451 dd_out(int force) 474 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) { 477 if (!force && ddflags & C_SPARSE) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderText.cpp | 197 // We do have to schedule layouts, though, since a style change can force us to [all...] |
/external/blktrace/ |
blkparse.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 676 bool coalesceValues(Value *, Value *, bool force); 759 GCRA::coalesceValues(Value *dst, Value *src, bool force) 764 if (!force && val->reg.data.id >= 0) { 772 if (!force) 776 if (!force && dst->reg.size != src->reg.size) 780 if (force) { 797 if (!force && nRep->livei.overlaps(nVal->livei)) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 676 bool coalesceValues(Value *, Value *, bool force); 759 GCRA::coalesceValues(Value *dst, Value *src, bool force) 764 if (!force && val->reg.data.id >= 0) { 772 if (!force) 776 if (!force && dst->reg.size != src->reg.size) 780 if (force) { 797 if (!force && nRep->livei.overlaps(nVal->livei)) [all...] |
/external/mksh/src/ |
Build.sh | 197 /* force a failure: expr is false */ 1294 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1314 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1328 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1340 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1349 /* force a failure: TenDRA and gcc 1.42 have false positive here * [all...] |
/external/libvpx/libvpx/build/make/ |
configure.sh | 495 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain 525 --force-enable-?*|--force-disable-?*) 526 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'` [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityRecord.java | 138 boolean forceNewConfig; // force re-create with new config next time [all...] |
/external/chromium/build/ |
install-build-deps.sh | 385 --yes --download-only --force-yes --reinstall install \
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.h | 248 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
|
/external/chromium_org/ash/touch/ |
touch_hud_debug.cc | 109 pressure(touch.force()),
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.h | 134 // events (such as changing enabling/disabling Aero on Win) can force a need 310 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
|
/external/chromium_org/chrome/installer/setup/ |
setup_main.cc | 430 // Force binaries to be installed/updated. 822 const bool force = cmd_line.HasSwitch(installer::switches::kForceUninstall); local 1109 bool force = local [all...] |
/external/chromium_org/net/quic/ |
quic_connection.h | 182 enum Force { 184 FORCE 404 // in case of successful write. If |force| is FORCE, then the packet will be 410 Force force);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 139 // Force the current matched set of elements to become 750 css: function( elem, name, force, extra ) { 778 return jQuery.curCSS( elem, name, force ); 781 curCSS: function( elem, name, force ) { 797 if ( !force && style && style[ name ] ) 1043 // Force it by setting the zoom level [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.cc | [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssltest.c | 507 int force=0; local 734 force = 1; 799 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) 829 if (number < 50 && !force) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
malloc_common.tcl | 411 foreach file [glob -nocomplain test.db-mj*] {file delete -force $file} 562 3 { # Simulate transient failures with extra brute force.
|
/external/openssl/ssl/ |
ssltest.c | 507 int force=0; local 734 force = 1; 799 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) 829 if (number < 50 && !force) [all...] |