HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 126 - 150 of 300) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupNames.java 86 public void onTextChanged(CharSequence s, int start, int before, int count) {
138 * TODO: Validator should also trim the name string before checking it.
169 * TODO: Validator should also trim the description string before checking it.
184 // Before proceeding, launch an AsyncTask to test the account for any syncing problems,
199 * This async task is launched just before exiting. It's a last chance test, before leaving
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeInstrumentationTests.java 114 * so we do that here before every test.
159 * to run before other tests, as junit uses reflection to find the tests.
    [all...]
  /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...]
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 82 public void onTextChanged(CharSequence s, int start, int before, int count) {
RenamePlaylist.java 96 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 160 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /external/icu4c/test/intltest/
calregts.cpp 263 c->before(*d,status) ||
264 c->before(*c,status) ||
1105 UDate before = ADDROLL_date[i]; local
1956 int32_t before; \/\/ ms before cutover member in struct:__anon2374
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 76 so that intermediate nodes will be able to invalidate flow state before
100 It contradicts both to IETF spirit and the letter. Before RFC2553
126 before filling known fields is robust but stupid solution.
327 for this time, but it will not be destroyed before user released it explicitly
331 labels at stable storage and restore them back after reboot before the first
414 be reused before path state expires and all the intermediate
  /frameworks/base/core/java/android/widget/
TextView.java 242 * This flag is set if the TextView tries to display an error before it
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 24 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
170 ;;; deflate_state structure during the function's setup (before
382 ;;; strings match each other, and they can be safely passed over before
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 452 long before = lr.getMillis(); local
460 assertTrue(after-before>0);
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 54 The Vengeance Sphere. We'd like you to experience it before we let you in on
  /external/v8/test/mjsunit/
array-slice.js 106 // According to the spec (15.4.4.10), length is calculated before
debug-compile-event.js 122 // Number of before and after compile events should be the same.
string-match.js 113 // Global regexp (also check that capture from before are cleared)
  /external/webkit/WebCore/css/
CSSSelector.cpp 77 DEFINE_STATIC_LOCAL(AtomicString, before, ("before"));
175 else if (m_value == before) {
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 123 # and static libraries, but before any other library in the link
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 90 # and static libraries, but before any other library in the link
  /sdk/sdkmanager/app/etc/
android.bat 27 rem Grab current directory before we change it
  /build/core/
java.mk 47 # Define the intermediate targets before including base_rules so they get
205 # Keep a copy of the jar just before proguard processing.
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 66 do so before downloading the NDK. Also, please read <a href="#overview">What is
124 <p>The Android SDK has changed! If you've worked with the Android SDK before,
  /dalvik/libcore/luni/src/main/java/java/util/
Calendar.java 90 * designate the week before week 1 of a year as week <em>n</em> of the
181 * before the call to {@code getTime()} sets the calendar to September
193 * call minus the value of field {@code f} before the call is
490 * define the value of {@code WEEK_OF_YEAR} for days before the first
503 * define the value of {@code WEEK_OF_MONTH} for days before the
565 * {@code DAY_OF_WEEK_IN_MONTH 0} indicates the week before
581 * whether the {@code HOUR} is before or after noon. E.g., at
649 * from midnight to just before noon.
655 * from noon to just before midnight.
731 * Returns whether the {@code Date} specified by this {@code Calendar} instance is before th
742 public boolean before(Object calendar) { method in class:Calendar
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 383 print "totalcont before kbs: $totalcont\n";
  /external/zlib/contrib/masm686/
match.asm 144 ; deflate_state structure during the function's setup (before
299 ; * strings match each other, and they can be safely passed over before
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
AccountUnlockScreen.java 127 public void onTextChanged(CharSequence s, int start, int before, int count) {

Completed in 6742 milliseconds

1 2 3 4 56 7 8 91011>>