/external/chromium_org/v8/test/mjsunit/ |
substr.js | 71 /x/.exec(x); // Try to force a flatten. 89 /x/.exec(x); // Try to force a flatten. 102 // Keep creating strings to to force allocation failure on substring creation.
|
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/grub/util/ |
grub-install.in | 70 --force-lba force GRUB to use LBA mode even for a buggy 246 --force-lba) 247 force_lba="--force-lba" ;;
|
/external/v8/test/mjsunit/ |
substr.js | 71 /x/.exec(x); // Try to force a flatten. 89 /x/.exec(x); // Try to force a flatten. 102 // Keep creating strings to to force allocation failure on substring creation.
|
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.
|
/frameworks/base/libs/hwui/ |
Caches.cpp | 430 bool force = bindIndicesBuffer(mMeshIndices); local 435 return force; 476 void Caches::bindPositionVertexPointer(bool force, GLvoid* vertices, GLsizei stride) { 477 if (force || vertices != mCurrentPositionPointer || stride != mCurrentPositionStride) { 485 void Caches::bindTexCoordsVertexPointer(bool force, GLvoid* vertices, GLsizei stride) { 486 if (force || vertices != mCurrentTexCoordsPointer || stride != mCurrentTexCoordsStride) {
|
/frameworks/base/libs/storage/ |
IMountService.cpp | 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) 165 data.writeInt32(force ? 1 : 0); 310 int32_t unmountSecureContainer(const String16& id, const bool force) 315 data.writeInt32(force ? 1 : 0); 457 void unmountObb(const String16& filename, const bool force, 463 data.writeInt32(force ? 1 : 0);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NavigationBarView.java | 278 public void setNavigationIconHints(int hints, boolean force) { 279 if (!force && hints == mNavigationIconHints) return; 310 public void setDisabledFlags(int disabledFlags, boolean force) { 311 if (!force && mDisabledFlags == disabledFlags) return; 386 public void setMenuVisibility(final boolean show, final boolean force) { 387 if (!force && mShowMenu == show) return; 467 // force the low profile & disabled states into compliance 469 setDisabledFlags(mDisabledFlags, true /* force */); 470 setMenuVisibility(mShowMenu, true /* force */);
|
/bootable/diskinstaller/ |
installer.c | 119 do_fsck(const char *dst, int force) 122 const char *opts = force ? "-fy" : "-y"; 125 ALOGI("Running e2fsck... (force=%d) This MAY take a while.", force);
|
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.h | 202 // If |force| is true, the window region is reset to NULL even for native 204 void ResetWindowRegion(bool force); 219 void LockUpdates(bool force); 220 void UnlockUpdates(bool force);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
bcppcompiler.py | 56 force=0): 58 CCompiler.__init__ (self, verbose, dry_run, force) 385 if self.force or output_file is None or newer(source, output_file):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
bcppcompiler.py | 56 force=0): 58 CCompiler.__init__ (self, verbose, dry_run, force) 385 if self.force or output_file is None or newer(source, output_file):
|
/external/chromium/chrome/browser/ui/ |
browser_window.h | 154 virtual void UpdateReloadStopState(bool is_loading, bool force) = 0;
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 60 virtual void UpdateReloadStopState(bool is_loading, bool force);
|
/external/chromium/chrome/browser/ui/panels/ |
panel.h | 67 virtual void UpdateReloadStopState(bool is_loading, bool force);
|
/external/chromium_org/build/android/gyp/ |
apk_install.py | 92 force=force_install)
|
/external/chromium_org/chrome/browser/chromeos/login/ |
simple_web_view_dialog.h | 118 void UpdateReload(bool is_loading, bool force);
|
/external/chromium_org/content/browser/android/ |
touch_point.cc | 44 wtp.force = Java_TouchPoint_getPressure(env, pt);
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.h | 235 static void set_testing_force_is_angle(bool force);
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
update.py | 220 def Update(delegate, remote_manifest, local_manifest, bundle_names, force): 239 bundle_name, force) 279 bundle_name, force): 285 if not force and delegate.BundleDirectoryExists(bundle_name): 287 'Run update with the --force option to overwrite the '
|
/external/chromium_org/net/disk_cache/ |
disk_cache.h | 39 // If |force| is true, and there is a problem with the cache initialization, the 54 bool force,
|
/external/chromium_org/ui/base/events/ |
event.h | 477 float force); 485 float force() const { return force_; } function in class:ui::TouchEvent 510 void set_force(float force) { force_ = force; } 526 // Force (pressure) of the touch. Normalized to be [0, 1]. Default to be 0.0.
|
/external/clang/tools/clang-format/ |
git-clang-format | 96 p.add_argument('-f', '--force', action='store_true', 153 changed_files = apply_changes(old_tree, new_tree, force=opts.force, 420 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): 423 Bails if there are local changes in those files and not `force`. If 427 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/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);
|