/external/llvm/test/MC/ARM/ |
eh-directive-multiple-offsets.s | 9 @ TEST1: Check .pad before .setfp directive.
|
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 122 the swap is committed before target_msc, and is greater than or equal to 139 synchronizes with the next frame vertical sync before it returns.
|
/external/sfntly/ |
Android.mk | 132 # Include paths placed before CFLAGS/CPPFLAGS 215 # Include paths placed before CFLAGS/CPPFLAGS
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
/external/v8/test/mjsunit/ |
array-elements-from-array-prototype-chain.js | 136 // Side-effects: everything before 4 is kept intact: 164 // Side-effects: everything before 4 is kept intact:
|
array-elements-from-array-prototype.js | 136 // Side-effects: everything before 4 is kept intact: 164 // Side-effects: everything before 4 is kept intact:
|
array-elements-from-object-prototype.js | 136 // Side-effects: everything before 4 is kept intact: 164 // Side-effects: everything before 4 is kept intact:
|
array-slice.js | 117 // According to the spec (15.4.4.10), length is calculated before 130 // Note: that is important that this test runs before the next one
|
array-tostring.js | 75 // Check that we don't read, e.g., length before calling join. 104 // Test that ToObject is called before getting "join", so the instance
|
const-redecl.js | 56 // Collect the global properties before the call. 74 // Get rid of any introduced global properties before
|
elements-transition-hoisting.js | 48 // Make sure that a simple elements array transitions inside a loop before 89 // depend on an elements transition before them and it's not possible to hoist
|
/frameworks/base/core/java/android/text/method/ |
PasswordTransformationMethod.java | 77 int before, int count) {
|
/frameworks/base/core/java/android/webkit/ |
FindActionModeCallback.java | 264 int before,
|
/frameworks/base/core/tests/coretests/src/android/text/ |
SpannedTest.java | 177 public void onTextChanged(CharSequence s, int start, int before,
|
/frameworks/base/keystore/java/android/security/ |
KeyPairGeneratorSpec.java | 126 * {@code endDate} is before {@code startDate}. 144 } else if (endDate.before(startDate)) { 467 * screen (e.g., PIN, password) before creating or using the generated
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardAccountView.java | 120 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZonePickerView.java | 135 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/libcore/luni/src/main/java/java/sql/ |
Timestamp.java | 149 public boolean before(Timestamp theTimestamp) { method in class:Timestamp 184 * a value {@code < 0} if this {@code Timestamp} object is before 211 * <li>{@code < 0}, if this {@code Timestamp} object is before the 328 * negative, since then the time value is the time before the Epoch but
|
/packages/apps/Browser/src/com/android/browser/ |
NavigationBarBase.java | 269 public void onTextChanged(CharSequence s, int start, int before, int count) { }
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
DateUtils.java | 201 * determine whether the month field should be displayed before the day field, and returns 252 // If the anniversary's date is before the start of today and there is no year set, 258 if (anniversary.before(today) ||
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupNames.java | 95 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 447 // These must be set before start(). 645 // only get here when the user lets go of the center key before the 818 int before = mStartRow - d; local 819 if (after >= mRows && before < 0) { 823 if (before >= 0 && scanOne(before)) return; [all...] |