/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-misprediction.js | 47 // A pointless loop to force the first compilation to occur before the division got
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractBiMap.java | 104 private V putInBothMaps(@Nullable K key, @Nullable V value, boolean force) { 109 if (force) {
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
DynamicLoaderPOSIXDYLD.cpp | 76 DynamicLoaderPOSIXDYLD::CreateInstance(Process *process, bool force) 78 bool create = force;
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.cpp | 32 PlatformFreeBSD::CreateInstance (bool force, const lldb_private::ArchSpec *arch) 38 bool create = force; 120 // Force a host flag to true for the default platform object.
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformRemoteiOS.cpp | 87 PlatformRemoteiOS::CreateInstance (bool force, const ArchSpec *arch) 89 bool create = force;
|
/external/lldb/source/Plugins/Process/POSIX/ |
POSIXThread.cpp | 86 // Invalidate all registers in our register context. We don't set "force" to 96 const bool force = false; local 97 GetRegisterContext()->InvalidateIfNeeded (force);
|
/external/lldb/tools/debugserver/source/MacOSX/ |
MachThread.cpp | 308 MachThread::GetRegisterState(int flavor, bool force) 310 return m_arch_ap->GetRegisterState(flavor, force) == KERN_SUCCESS;
|
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | 479 * <code>force</code> flag is true, it will kill any application needed to 492 * @param force whether to kill any programs using this in order to unmount 497 public boolean unmountObb(String rawPath, boolean force, OnObbStateChangeListener listener) { 503 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce);
|
/frameworks/base/core/java/android/view/ |
IWindowManager.aidl | 107 void stopAppFreezingScreen(IBinder token, boolean force); 166 * @param alwaysSendConfiguration Flag to force a new configuration to
|
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 603 // force matrix/clip isolation for layer 1811 bool force = mCaches.bindMeshBuffer(); local 1839 bool force = false; local 1856 bool force = mCaches.unbindMeshBuffer(); local 1874 bool force = false; local 1892 bool force = mCaches.unbindMeshBuffer(); local 2357 bool force = mCaches.unbindMeshBuffer(); local [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
InputMonitor.java | 229 public void updateInputWindowsLw(boolean force) { 230 if (!force && !mUpdateInputWindowsNeeded) { 428 updateInputWindowsLw(false /*force*/); 453 updateInputWindowsLw(true /*force*/); 464 updateInputWindowsLw(true /*force*/);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 456 private static int countAsciiSeptets(CharSequence msg, boolean force) { 458 if (force) return msgLen; 522 private static byte[] encode7bitAscii(String msg, boolean force) 531 if (force) { 561 private static Gsm7bitCodingResult encode7bitGsm(String msg, int septetOffset, boolean force) 581 byte[] fullData = GsmAlphabet.stringToGsm7BitPacked(msg, septetOffset, !force, 0, 0); 592 private static void encode7bitEms(UserData uData, byte[] udhData, boolean force) 597 Gsm7bitCodingResult gcr = encode7bitGsm(uData.payloadStr, udhSeptets, force); [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTitleStrip.java | 332 void updateTextPositions(int position, float positionOffset, boolean force) { 335 } else if (!force && positionOffset == mLastKnownPositionOffset) {
|
/packages/apps/Browser/src/com/android/browser/ |
TabControl.java | 609 // back all the clients so force it to be the current tab. 642 * If force is true, this method skips the check for newTab == current. 644 private boolean setCurrentTab(Tab newTab, boolean force) { 646 if (current == newTab && !force) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
SearchIndexManager.java | 250 public void updateIndex(boolean force) { 251 if (force) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 379 public void initUiRootNode(boolean force) { 381 mDelegate.delegateInitUiRootNode(force);
|
/external/chromium_org/build/android/ |
adb_gdb | 90 FORCE= 123 --force) 124 FORCE=true 266 but if this fails, will default to 'arm'. Use --target-arch=<name> to force 289 and will re-pull the libraries only in this case. You can however force it 308 --force Kill any previous debugging session, if any. 325 --pull-libs Force system libraries extraction. 636 # we force it to print it as '%%<status>' in the temporary output file, 658 # If --force is specified, try to kill any gdbserver process started by the 662 if [ "$FORCE" ]; the [all...] |
/external/chromium_org/chrome/browser/extensions/api/autotest_private/ |
autotest_private_api.cc | 87 DVLOG(1) << "AutotestPrivateShutdownFunction " << params->force;
|
/external/chromium_org/chrome/browser/ui/ |
browser_command_controller.cc | 340 bool force) { 341 UpdateReloadStopState(is_loading, force); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 89 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
caching_file_system.py | 28 # updates are picked up by the stat, so it doesn't need the force-refresh
|
/external/chromium_org/chrome/installer/mac/ |
dmgdiffer.sh | 100 hdiutil detach "${mount_point}" -force >& /dev/null || true
|
/external/chromium_org/chrome/test/base/ |
test_browser_window.h | 81 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE {}
|
/external/chromium_org/storage/browser/database/ |
database_tracker.h | 228 // connections within this origin are open, or if |force| is true, delete 230 bool DeleteOrigin(const std::string& origin_identifier, bool force);
|
/external/chromium_org/tools/perf/measurements/ |
page_cycler.py | 109 tab.ClearCache(force=True)
|