/external/chromium_org/v8/test/mjsunit/ |
keyed-call-generic.js | 56 // Use a non-symbol key to force inline cache to generic case. 90 // Use a non-symbol key to force inline cache to generic case.
|
/external/clang/tools/clang-format/ |
git-clang-format | 99 p.add_argument('-f', '--force', action='store_true', 156 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): 426 Bails if there are local changes in those files and not `force`. If 430 if not force:
|
/external/libmtp/src/ |
libusb-glue.h | 70 int open_device (int busn, int devn, short force, PTP_USB *ptp_usb, PTPParams *params, struct usb_device **dev);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
session.h | 53 bool force, bool repipe,
|
/external/lldb/include/lldb/Target/ |
RegisterContext.h | 36 InvalidateIfNeeded (bool force);
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.h | 28 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformDarwinKernel.h | 34 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
|
PlatformRemoteiOS.h | 29 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
|
/external/lldb/tools/debugserver/source/MacOSX/ |
MachThread.h | 59 bool GetRegisterState(int flavor, bool force);
|
/external/qemu/ |
blockdev.c | 515 static int eject_device(Monitor *mon, BlockDriverState *bs, int force) 517 if (!force) { 535 int force = qdict_get_try_bool(qdict, "force", 0); local 543 return eject_device(mon, bs, force);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallAudioManager.java | 84 setInitialAudioState(null, false /* force */); 298 setInitialAudioState(call, true /* force */); 303 setSystemAudioState(false /* force */, isMuted, route, supportedRouteMask); 307 boolean force, boolean isMuted, int route, int supportedRouteMask) { 314 if (!force && Objects.equals(oldAudioState, mAudioState)) { 513 private void setInitialAudioState(Call call, boolean force) { 517 force, audioState.isMuted(), audioState.getRoute(),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 84 self.force = None 201 # force it into conformance (eg. if we expect a list but have a string, 202 # split the string on comma and/or whitespace). If we can't force the 356 """Copy a file respecting verbose, dry-run and force flags. (The 363 not self.force, 371 and force flags. 376 not self.force, 400 files listed in 'infiles'. If the command defined 'self.force', [all...] |
util.py | 351 optimize=0, force=0, 362 If 'force' is true, all files are recompiled regardless of 387 # First, if the caller didn't force us into direct or indirect mode, 437 byte_compile(files, optimize=%r, force=%r, 441 """ % (optimize, force, prefix, base_dir, verbose)) 483 if force or newer(file, cfile):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build.py | 42 ('force', 'f', 48 boolean_options = ['debug', 'force'] 67 self.force = 0
|
build_scripts.py | 23 ('force', 'f', "forcibly build everything (ignore file timestamps"), 27 boolean_options = ['force'] 33 self.force = None 40 ('force', 'force'), 68 if not self.force and not newer(script, outfile):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 128 compiler=self.compiler, dry_run=self.dry_run, force=self.force 240 force=True, dry_run=self.dry_run) 244 force=True, dry_run=self.dry_run)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 84 self.force = None 201 # force it into conformance (eg. if we expect a list but have a string, 202 # split the string on comma and/or whitespace). If we can't force the 356 """Copy a file respecting verbose, dry-run and force flags. (The 363 not self.force, 371 and force flags. 376 not self.force, 400 files listed in 'infiles'. If the command defined 'self.force', [all...] |
util.py | 351 optimize=0, force=0, 362 If 'force' is true, all files are recompiled regardless of 387 # First, if the caller didn't force us into direct or indirect mode, 437 byte_compile(files, optimize=%r, force=%r, 441 """ % (optimize, force, prefix, base_dir, verbose)) 483 if force or newer(file, cfile):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build.py | 42 ('force', 'f', 48 boolean_options = ['debug', 'force'] 67 self.force = 0
|
build_scripts.py | 23 ('force', 'f', "forcibly build everything (ignore file timestamps"), 27 boolean_options = ['force'] 33 self.force = None 40 ('force', 'force'), 68 if not self.force and not newer(script, outfile):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 128 compiler=self.compiler, dry_run=self.dry_run, force=self.force 240 force=True, dry_run=self.dry_run) 244 force=True, dry_run=self.dry_run)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlDelegate.java | 111 public abstract void delegateInitUiRootNode(boolean force);
|
/dalvik/ |
Android.mk | 49 # The "touch -c $(DX)" is a hack that we know will force
|
/device/common/ |
generate-blob-lists.sh | 32 # Syntax: device/common/generate-blob-lists.sh -f|--force [<server> <branch>] 38 if test "$1" != "-f" -a "$1" != "--force" 40 echo This script must be run with the --force option
|
/external/chromium_org/chrome/browser/signin/ |
signin_promo.cc | 299 void ForceWebBasedSigninFlowForTesting(bool force) { 300 g_force_web_based_signin_flow = force;
|