/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
IndexedDBViews.js | 297 * @param {boolean} force 299 _updateData: function(force) 307 if (!force && this._lastKey === key && this._lastPageSize === pageSize && this._lastSkipCount === skipCount)
|
/external/chromium_org/v8/ |
Makefile | 414 svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \ 416 svn checkout --force \
|
/external/chromium_org/v8/test/mjsunit/ |
const-eval-init.js | 98 // Introduce 100 properties on the context extension object to force
|
string-externalize.js | 43 externalizeString(twoByteExternalWithAsciiData, true /* force two-byte */); 58 // Force flattening of the string. 79 // Force flattening of the string.
|
/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/v8/test/mjsunit/ |
const-eval-init.js | 98 // Introduce 100 properties on the context extension object to force
|
string-externalize.js | 43 externalizeString(twoByteExternalWithAsciiData, true /* force two-byte */); 58 // Force flattening of the string. 79 // Force flattening of the string.
|
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | [all...] |
/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/libs/hwui/ |
OpenGLRenderer.cpp | 1943 bool force = mCaches.bindMeshBuffer(); local 1970 bool force = false; local 1986 bool force = mCaches.unbindMeshBuffer(); local 2003 bool force = false; local 2021 bool force = mCaches.unbindMeshBuffer(); local 2535 bool force = mCaches.unbindMeshBuffer(); local [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewManager.java | 263 private void maybeCreateKeyguardLocked(boolean enableScreenRotation, boolean force, 306 if (force || mKeyguardView == null) {
|
/frameworks/base/services/java/com/android/server/wm/ |
InputMonitor.java | 227 public void updateInputWindowsLw(boolean force) { 228 if (!force && !mUpdateInputWindowsNeeded) { 414 updateInputWindowsLw(false /*force*/); 439 updateInputWindowsLw(true /*force*/); 450 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; 507 private static byte[] encode7bitAscii(String msg, boolean force) 516 if (force) { 546 private static Gsm7bitCodingResult encode7bitGsm(String msg, int septetOffset, boolean force) 566 byte[] fullData = GsmAlphabet.stringToGsm7BitPacked(msg, septetOffset, !force, 0, 0); 577 private static void encode7bitEms(UserData uData, byte[] udhData, boolean force) 582 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/android/autofill/ |
profile_android.h | 203 virtual void ReinitializeSpellCheckHost(bool force) { NOTREACHED(); }
|
/external/chromium/chrome/browser/profiles/ |
profile.h | 225 // Variant of GetTopSites that doesn't force creation. 485 // If |force| is false, and the spellchecker is already initialized (or is in 488 virtual void ReinitializeSpellCheckHost(bool force) = 0;
|
profile_impl.h | 114 virtual void ReinitializeSpellCheckHost(bool force);
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 82 virtual void UpdateReloadStopState(bool is_loading, bool force);
|
/external/chromium/chrome/browser/ui/panels/ |
panel.cc | 146 void Panel::UpdateReloadStopState(bool is_loading, bool force) {
|
/external/chromium/net/disk_cache/ |
backend_impl.h | 54 static int CreateBackend(const FilePath& full_path, bool force,
|
/external/chromium_org/build/ |
install-build-deps.sh | 380 --yes --download-only --force-yes --reinstall install \
|