HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 201 - 225 of 342) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 169 public void onTextChanged(CharSequence s, int start, int before, int count) {
AccountSetupIncoming.java 166 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 771 Date before = new Date(millisAtTransition - MINUTES); local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 121 public void onTextChanged(CharSequence input, int start, int before, int changeCount) {
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 72 u64 before; member in struct:nfs4_change_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 72 u64 before; member in struct:nfs4_change_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 72 u64 before; member in struct:nfs4_change_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 72 u64 before; member in struct:nfs4_change_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 72 u64 before; member in struct:nfs4_change_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 72 u64 before; member in struct:nfs4_change_info
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 234 if (expirationCalendar.before(today)) {
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 224 method = "before",
233 assertFalse(b.before(a));
234 assertTrue(a.before(b));
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java     [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 91 // we're on the current statement. update it in the history before doing
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 226 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
416 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
588 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
794 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
  /external/v8/src/
date.js 185 // before it. Adjust the increment to avoid a linear search for
234 // DaylightSavingsOffset called before local_time_offset used.
241 // before local_time_offset is used.
254 // local_time_offset is needed before the call to DaylightSavingsOffset,
    [all...]
  /external/v8/test/mjsunit/
array-splice.js 209 // According to the spec (15.4.4.12), length is calculated before
object-create.js 164 // before we got all the values out.
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 585 I<before> calling nextOption.
593 variables, you'll need to call init before calling getOptions, like
692 variables, this must be set I<before> calling init(), and cannot be
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 130 // Do this before the object test, since null is of type 'object'.
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 190 // if the day is three days before newyears eve,
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 190 // if the day is three days before newyears eve,
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 487 - (void)add:(DOMHTMLElement *)element :(DOMHTMLElement *)before;
489 HRESULT add([in] IDOMHTMLElement* element, [in] IDOMHTMLElement* before);
  /ndk/build/core/
add-application.mk 17 # NDK build system, before performing any build whatsoever.
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 178 // Add the separator before showing the detailed group list.
399 public static GroupDelta fromBefore(ContentValues before) {
401 entry.mBefore = before;
469 // When has changes and "before" exists, then "update"
    [all...]

Completed in 1600 milliseconds

1 2 3 4 5 6 7 891011>>