/external/v8/test/mjsunit/regress/ |
regress-1099.js | 30 // Test that LApplyArguments lithium instruction restores context after the call.
|
regress-1166.js | 30 // Deoptimization after a short-circuit logical operation in an effect
|
regress-1210.js | 41 // immediately after the call to 'side_effect' (i.e., still in the key
|
regress-1237.js | 30 // Deoptimization after a conditional expression in an effect context should
|
regress-124594.js | 31 // after we deoptimize from an inlined constructor to a constructor stub
|
regress-1531.js | 38 // Regression test for lookup after delete of a dictionary-mode arguments
|
regress-842.js | 29 // changed (a property is added) after which freeze and seal would fail
|
regress-91120.js | 30 // catch block, after try/catch, and outside f, and verify that it has
|
regress-deopt-gc.js | 30 // This tests that we can correctly handle a GC immediately after a function
|
/frameworks/base/core/java/android/text/ |
BidiFormatter.java | 48 * string. Without "reset" after the string, the string will "stick" to a number or logically 52 * "reset" the direction only after each string, on the theory that if the preceding opposite- 53 * direction text is itself bidi-wrapped, the "reset" after it will prevent the sticking. (Doing 61 * would not bidi-wrap anyway. Thus, "reset" only after the string is the current default. In an 176 * a string being bidi-wrapped, not just after it. The default is false. 279 * bidi-wrapped, not just after it. 288 * Putting this after the string (including its directionality declaration wrapping) prevents it 289 * from "sticking" to other opposite-directionality text or a number appearing after it inline 294 * @param str String after which the mark may need to appear. 364 * surroundings. Currently, this is done by "resetting" the directionality after the string b [all...] |
SpannableStringBuilder.java | 138 final int after = oldLength - (mGapStart + mGapLength); local 139 System.arraycopy(mText, oldLength - after, newText, newLength - after, after); 499 // Span watchers need to be called after text watchers, which may update the layout 809 // Expensive test, should be performed after the previous tests 866 * Return the next offset after <code>start</code> but less than or [all...] |
/frameworks/support/v4/java/android/support/v4/text/ |
BidiFormatter.java | 44 * string. Without "reset" after the string, the string will "stick" to a number or logically 48 * "reset" the direction only after each string, on the theory that if the preceding opposite- 49 * direction text is itself bidi-wrapped, the "reset" after it will prevent the sticking. (Doing 57 * would not bidi-wrap anyway. Thus, "reset" only after the string is the current default. In an 172 * a string being bidi-wrapped, not just after it. The default is false. 275 * bidi-wrapped, not just after it. 284 * Putting this after the string (including its directionality declaration wrapping) prevents it 285 * from "sticking" to other opposite-directionality text or a number appearing after it inline 290 * @param str String after which the mark may need to appear. 356 * surroundings. Currently, this is done by "resetting" the directionality after the string b [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 111 after = grc(o) 112 self.assertEqual((after, o), (before, o))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 49 skip lines that are empty *after* stripping comments and 55 after stripping comments and whitespace, join the following line 167 'warn()' after 'readline()' emits a warning about the physical
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 111 after = grc(o) 112 self.assertEqual((after, o), (before, o))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 49 skip lines that are empty *after* stripping comments and 55 after stripping comments and whitespace, join the following line 167 'warn()' after 'readline()' emits a warning about the physical
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 285 String after = document.get(); local 286 String diff = getDiff(before, after);
|
/bionic/libc/arch-mips/string/ |
memcpy.S | 105 # t8 is the byte count after 64-byte chunks 108 # There will be at most 1 32-byte chunk after it 111 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks 250 subu a2,a2,a3 # bytes left after initial a3 bytes 260 # t8 is the byte count after 64-byte chunks 262 # There will be at most 1 32-byte chunk after it 265 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
ANTLRv3.g | 159 @after{ 289 @after { 397 @after {
|
/external/chromium/chrome/browser/resources/file_manager/css/ |
file_manager.css | 214 .table-header-cell:first-child .table-header-sort-image-desc:after, 215 .table-header-cell:first-child .table-header-sort-image-asc:after { 362 padding-after: 5px;
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
upload_page.js | 187 * Callback from picasa client after login. 219 * Callback from picasa client after getting albums list. 276 * Callback from picasa client after album created.
|
/external/chromium_org/content/test/data/indexeddb/ |
cursor_prefetch.js | 99 debug("Finished iterating after " + count + " steps."); 212 debug("Other request fired right after continue as expected."); 214 debug("Other request didn't fire right after continue as expected.");
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Deque.h | 132 T* after() const; 171 T& operator*() const { return *Base::after(); } 172 T* operator->() const { return Base::after(); } 204 const T& operator*() const { return *Base::after(); } 205 const T* operator->() const { return Base::after(); } 225 // other places that assume the index after capacity - 1 is 0. 626 inline T* DequeIteratorBase<T, inlineCapacity>::after() const
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf.c | 408 elf_symtab_entry *after = STAILQ_FIRST(symtab); local 411 while (after && (after->bind == STB_LOCAL)) { 412 before = after; 414 after = STAILQ_NEXT(after, qlink);
|
/external/chromium_org/v8/test/mjsunit/ |
undeletable-functions.js | 141 assertFalse(hasOwnProperty.call(type, prop), "still there after delete: " + prop); 154 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop); 166 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop);
|