/external/libxkbcommon/xkbcommon/ |
D | .uncrustify.cfg | 120 sp_arith=force 121 sp_assign=force 122 sp_assign_default=force 123 sp_before_assign=force 124 sp_after_assign=force 125 sp_enum_assign=force 126 sp_enum_before_assign=force 127 sp_enum_after_assign=force 129 sp_bool=force 130 sp_compare=force [all …]
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | ThemeStyleSet.java | 18 if (overlayedAttribute != null && (attribute == null || overlayedStyle.force)) { in getAttrValue() 26 public void apply(Style style, boolean force) { in apply() argument 27 OverlayedStyle styleToAdd = new OverlayedStyle(style, force); in apply() 54 boolean force; field in ThemeStyleSet.OverlayedStyle 56 OverlayedStyle(Style style, boolean force) { in OverlayedStyle() argument 58 this.force = force; in OverlayedStyle() 77 return style.toString() + (force ? " (forced)" : ""); in toString()
|
/external/python/cpython2/Lib/ |
D | compileall.py | 22 force=0, rx=None, quiet=0): argument 50 if not compile_file(fullname, ddir, force, rx, quiet): 56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx, 61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): argument 85 if not force: 113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument 129 force, quiet=quiet) 184 force = 0 191 if o == '-f': force = 1 213 force, rx, quiet): [all …]
|
/external/python/cpython3/Lib/ |
D | compileall.py | 54 def compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, argument 81 ddir=ddir, force=force, 89 if not compile_file(file, ddir, force, rx, quiet, 94 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument 134 if not force: 177 def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=0, argument 197 force, quiet=quiet, 274 if not compile_file(dest, args.ddir, args.force, args.rx, 279 args.force, args.rx, args.quiet, 284 return compile_path(legacy=args.legacy, force=args.force,
|
/external/python/cpython2/Mac/scripts/ |
D | cachersrc.py | 15 def handler((verbose, force), dirname, fnames): argument 18 if force: 34 force = 0 39 force = 1 41 os.path.walk(dir, handler, (verbose, force))
|
/external/rmi4utils/rmi4update/ |
D | main.cpp | 57 int UpdateDevice(FirmwareImage & image, bool force, bool performLockdown, const char * deviceFile) in UpdateDevice() argument 67 rc = update.UpdateFirmware(force, performLockdown); in UpdateDevice() 107 bool force = false; in main() local 128 force = true; in main() 178 rc = UpdateDevice(image, force, performLockdown, deviceName); in main() 194 rc = UpdateDevice(image, force, performLockdown, deviceFile); in main()
|
/external/libmojo/build/android/gyp/util/ |
D | md5_check.py | 23 output_paths=None, force=False, pass_changes=False): argument 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): argument 99 self.force = force 107 return (self.force or 117 if (self.force or 192 if self.force:
|
/external/e2fsprogs/misc/ |
D | e2undo.c | 291 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; in main() local 322 force = 1; in main() 389 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) { in main() 400 if (!force && undo_ctx.blocksize > E2UNDO_MAX_BLOCK_SIZE) { in main() 405 if (!force && undo_ctx.blocksize < E2UNDO_MIN_BLOCK_SIZE) { in main() 418 if (!force && (undo_ctx.hdr.f_incompat || undo_ctx.hdr.f_rocompat)) { in main() 466 if (!force && check_filesystem(&undo_ctx, channel)) in main() 502 if (force) { in main() 511 if (!force && in main() 521 if (!force && ext2fs_le32_to_cpu(crc) != key_crc) { in main() [all …]
|
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_updater.py | 18 def update_dut_worker(updater_obj, dut, image, force): argument 32 updater_obj.update_dut(dut_host=dut.host, image=image, force=force) 117 def update_dut(self, dut_host, image, force=True): argument 132 if not force and dut_release_version == image_release_version: 151 force_full_update=force)
|
/external/autotest/database/ |
D | migrate.py | 90 def __init__(self, database_connection, migrations_dir=None, force=False): argument 92 self.force = force 287 if not self.force: 436 debug=options.debug, force=options.force) 465 def get_migration_manager(db_name, debug, force): argument 479 return MigrationManager(database, force=force)
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | Encoder.java | 94 boolean pushOutput(boolean force) throws IOException { in pushOutput() argument 101 } else if (!force) { in pushOutput() 112 boolean force = (op != EncoderJNI.Operation.PROCESS); in encode() 113 if (force) { in encode() 122 } else if (!pushOutput(force)) { in encode()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_install_scripts.py | 23 force=1, 27 self.assertFalse(cmd.force) 34 self.assertTrue(cmd.force) 66 force=1,
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_install_scripts.py | 23 force=1, 27 self.assertFalse(cmd.force) 34 self.assertTrue(cmd.force) 66 force=1,
|
/external/autotest/server/site_tests/provision_AutoUpdate/ |
D | provision_AutoUpdate.py | 28 def initialize(self, host, value, force=False, is_test_na=False): argument 50 def run_once(self, host, value, force=False): argument 75 if not force: 126 force_full_update=force,
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | opt.ll | 1 ; RUN: opt -S -O3 -force-vector-width=2 -force-vector-interleave=1 < %s | FileCheck --check-prefix=… 2 ; RUN: opt -S -O3 -disable-loop-vectorization -force-vector-width=2 -force-vector-interleave=1 < %s…
|
D | vect.omp.persistence.ll | 1 ; RUN: opt < %s -O2 -force-vector-interleave=2 -force-vector-width=4 -debug-only=loop-vectorize -st… 5 ; CHECK: LV: Loop hints: force=enabled 7 ; CHECK: LV: Loop hints: force=enabled 9 ; CHECK-NOT: LV: Loop hints: force=
|
D | unroll_novec.ll | 1 …opt < %s -loop-vectorize -force-vector-width=1 -force-target-num-scalar-regs=16 -force-target-max…
|
/external/python/cpython3/Lib/distutils/command/ |
D | install_lib.py | 55 self.force = 0 133 force=self.force, prefix=install_root, 137 force=self.force, prefix=install_root,
|
/external/python/cpython2/Lib/distutils/command/ |
D | install_lib.py | 59 self.force = 0 137 force=self.force, prefix=install_root, 141 force=self.force, prefix=install_root,
|
/external/v8/gypfiles/ |
D | vs_toolchain.py | 294 def Update(force=False): argument 299 if force != False and force != '--force': 300 print >>sys.stderr, 'Unknown parameter "%s"' % force 302 if force == '--force' or os.path.exists(json_data_file): 303 force = True 307 if ((sys.platform in ('win32', 'cygwin') or force) and 321 if force:
|
/external/e2fsprogs/resize/ |
D | main.c | 159 static void bigalloc_check(ext2_filsys fs, int force) in bigalloc_check() argument 161 if (!force && ext2fs_has_feature_bigalloc(fs->super)) { in bigalloc_check() 253 int force = 0; in main() local 293 force = 1; in main() 430 if (!force && !(mount_flags & EXT2_MF_MOUNTED)) { in main() 526 if (!force && new_size < min_size) { in main() 557 if (!force && (new_size > max_size)) { in main() 603 bigalloc_check(fs, force); in main() 606 bigalloc_check(fs, force); in main()
|
/external/autotest/site_utils/ |
D | set_tree_status.py | 34 def post_status(force, message): argument 35 if not force: 59 sys.exit(post_status(options.force, args[0]))
|
/external/webrtc/webrtc/base/ |
D | httpserver.cc | 67 HttpServer::Close(int connection_id, bool force) { in Close() argument 69 connection->InitiateClose(force); in Close() 74 HttpServer::CloseAll(bool force) { in CloseAll() argument 87 (*it)->InitiateClose(force); in CloseAll() 163 HttpServer::Connection::InitiateClose(bool force) { in InitiateClose() argument 165 if (!signalling_ && (force || !request_in_progress)) { in InitiateClose()
|
/external/syslinux/com32/modules/ |
D | pxechn.c | 117 uint32_t force; member 466 pxe->force = 0; in pxechn_init() 770 pxe->force = pxechn_parse_force(optarg); in pxechn_parse_args() 994 ((pxe.force) && ((pxe.force & (~PXECHN_FORCE_ALL)) == 0))) { in pxechn() 995 printf("Forcing behavior %08X\n", pxe.force); in pxechn() 998 (pxe.force & PXECHN_FORCE_PKT2)) { in pxechn() 1007 if (pxe.force & PXECHN_FORCE_PKT1) { in pxechn() 1014 ((pxe.force) && ((pxe.force & (~PXECHN_FORCE_ALL)) == 0))) { in pxechn() 1018 (pxe.force & PXECHN_FORCE_PKT2)) { in pxechn() 1021 } else if (pxe.force) { in pxechn() [all …]
|
/external/autotest/server/site_tests/provision_TestbedUpdate/ |
D | provision_TestbedUpdate.py | 35 def initialize(self, host, value, force=False, is_test_na=False, argument 59 def run_once(self, host, value=None, force=False, repair=False): argument 81 if not force:
|