HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 126 - 150 of 1770) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 35 sink = make([]byte, 1000) // force write barriers to eventually happen
43 sink = make([]byte, 1000) // force write barriers to eventually happen
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 35 sink = make([]byte, 1000) // force write barriers to eventually happen
43 sink = make([]byte, 1000) // force write barriers to eventually happen
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 11 # XXX force is never used
18 ('force', 'f',
19 "force installation (overwrite existing files)"),
22 boolean_options = ['force']
26 self.force = 0
32 ('force', 'force'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 11 # XXX force is never used
18 ('force', 'f',
19 "force installation (overwrite existing files)"),
22 boolean_options = ['force']
26 self.force = 0
32 ('force', 'force'))
  /external/libmojo/build/android/gyp/util/
md5_check.py 23 output_paths=None, force=False, pass_changes=False):
41 force: Whether to treat outputs as missing regardless of whether they
66 force = force or _FORCE_REBUILD
67 missing_outputs = [x for x in output_paths if force or not os.path.exists(x)]
76 changes = Changes(old_metadata, new_metadata, force, missing_outputs)
96 def __init__(self, old_metadata, new_metadata, force, missing_outputs):
99 self.force = force
107 return (self.force o
    [all...]
  /external/selinux/mcstrans/src/
mcstrans.init 91 restart|force-reload)
98 echo $"Usage: $0 {start|stop|status|restart|force-reload|condrestart}"
  /external/selinux/restorecond/
restorecond.init 78 force-reload|restart|reload)
85 echo $"Usage: $0 {start|stop|restart|force-reload|status|condrestart}"
  /frameworks/av/media/libmediaplayer2/nuplayer2/
JWakeLock.cpp 80 void JWakeLock::release(bool force) {
84 if (force) {
85 // Force wakelock release below by setting reference count to 1.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
AWakeLock.cpp 79 void AWakeLock::release(bool force) {
83 if (force) {
84 // Force wakelock release below by setting reference count to 1.
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 89 * @param force If true, dismiss the dialog right away.
91 public void dismiss(boolean force) {
92 if (force) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 51 remote, local, fast, force, demanglerMode := true, true, false, false, ""
64 case "force":
65 force = true
70 force = true
76 s.UI.PrintErr("expecting -symbolize=[local|fastlocal|remote|none][:force][:demangle=[none|full|templates|default]")
83 if err = localSymbolize(p, fast, force, s.Obj, s.UI); err != nil {
88 if err = symbolzSymbolize(p, force, sources, postURL, s.UI); err != nil {
93 demangleFunction(p, force, demanglerMode)
142 func doLocalSymbolize(prof *profile.Profile, fast, force bool, obj plugin.ObjTool, ui plugin.UI) error {
149 mt, err := newMapping(prof, obj, ui, force)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18906.go 32 f(y) // try and force y to be calculated and spilled
  /prebuilts/go/darwin-x86/test/fixedbugs/issue19548.dir/
a.go 20 // force compilation of the (*Mode).String() wrapper
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 51 remote, local, fast, force, demanglerMode := true, true, false, false, ""
64 case "force":
65 force = true
70 force = true
76 s.UI.PrintErr("expecting -symbolize=[local|fastlocal|remote|none][:force][:demangle=[none|full|templates|default]")
83 if err = localSymbolize(p, fast, force, s.Obj, s.UI); err != nil {
88 if err = symbolzSymbolize(p, force, sources, postURL, s.UI); err != nil {
93 demangleFunction(p, force, demanglerMode)
142 func doLocalSymbolize(prof *profile.Profile, fast, force bool, obj plugin.ObjTool, ui plugin.UI) error {
149 mt, err := newMapping(prof, obj, ui, force)
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18906.go 32 f(y) // try and force y to be calculated and spilled
  /prebuilts/go/linux-x86/test/fixedbugs/issue19548.dir/
a.go 20 // force compilation of the (*Mode).String() wrapper
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
archv8m-cmse-base.d 4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
archv8m-cmse-main-1.d 4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
archv8m-main-dsp-2.d 4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
  /external/webrtc/webrtc/base/
httpserver.cc 67 HttpServer::Close(int connection_id, bool force) {
69 connection->InitiateClose(force);
74 HttpServer::CloseAll(bool force) {
87 (*it)->InitiateClose(force);
163 HttpServer::Connection::InitiateClose(bool force) {
165 if (!signalling_ && (force || !request_in_progress)) {
198 // Force a close
  /external/e2fsprogs/misc/
e2undo.c 291 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; local
322 force = 1;
389 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) {
400 if (!force && undo_ctx.blocksize > E2UNDO_MAX_BLOCK_SIZE) {
405 if (!force && undo_ctx.blocksize < E2UNDO_MIN_BLOCK_SIZE) {
418 if (!force && (undo_ctx.hdr.f_incompat || undo_ctx.hdr.f_rocompat)) {
466 if (!force && check_filesystem(&undo_ctx, channel))
502 if (force) {
511 if (!force &&
521 if (!force && ext2fs_le32_to_cpu(crc) != key_crc)
    [all...]
  /external/autotest/database/
migrate.py 90 def __init__(self, database_connection, migrations_dir=None, force=False):
92 self.force = force
287 if not self.force:
418 -f --force Don't ask for confirmation
430 parser.add_option("-f", "--force", help="don't ask for confirmation",
436 debug=options.debug, force=options.force)
465 def get_migration_manager(db_name, debug, force):
470 @param force: Whether to force migration without asking for confirmation
    [all...]
  /external/e2fsprogs/resize/
main.c 159 static void bigalloc_check(ext2_filsys fs, int force)
161 if (!force && ext2fs_has_feature_bigalloc(fs->super)) {
164 "your own risk! Use the force option "
253 int force = 0; local
293 force = 1;
430 if (!force && !(mount_flags & EXT2_MF_MOUNTED)) {
526 if (!force && new_size < min_size) {
557 if (!force && (new_size > max_size)) {
603 bigalloc_check(fs, force);
606 bigalloc_check(fs, force);
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 239 private void updateState(boolean force) {
246 if (force || mOriginalConnectionState != newState) {
275 updateCallCapabilities(force);
287 void updateCallCapabilities(boolean force) {
289 if (force || getConnectionCapabilities() != newCallCapabilities) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)

Completed in 757 milliseconds

1 2 3 4 56 7 8 91011>>