HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 151 - 175 of 289) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/core/
SkStroke.cpp 53 static bool set_normal_unitnormal(const SkPoint& before, const SkPoint& after,
56 if (!unitNormal->setNormalize(after.fX - before.fX, after.fY - before.fY)) {
549 // we need the top 3 bits clear (after abs) to avoid overflow
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 62 # You should set any customization variables *after* calling init.
584 variables should be set I<after> calling Getopt::Mixed::init and
672 be changed after nextOption is called, because the pattern is compiled
681 variables, this cannot be changed after nextOption is called, because
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 204 if (RenderTableCell* after = table()->cellAfter(this)) {
205 top = max(top, after->borderHalfTop(true));
206 bottom = max(bottom, after->borderHalfBottom(true));
226 // FIXME: layoutDelta needs to be applied in parts before/after transforms and
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java     [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 360 int after = index + component.length(); local
362 (after == classList.length() || classList.charAt(after) == ' ')) return;
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 143 matched search to put after the replacement */
488 * each tag is closed before and reopened after each linefeed.
3100 $after = ''; variable
3137 $after = '<\/a>'; variable
3171 $after = $this->_hmr_after; variable
3181 $after = str_replace($search, $matches, $after); variable
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/blktrace/doc/
blktrace.tex 114 \item Manually mount after each boot:
120 each boot\footnote{Note: after adding the entry to /etc/fstab, you
215 in parenthesis after the data length. The completion event shows shows
567 after plugging the queue, Linux will automatically unplug it after a
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c     [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 73 u64 after; member in struct:nfs4_change_info
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 73 u64 after; member in struct:nfs4_change_info
  /external/chromium/third_party/icu/public/i18n/unicode/
calendar.h 14 * 05/01/97 aliu Made equals(), before(), after() arguments const.
485 * Returns true if this Calendar's current time is after "when"'s current time.
493 * @return True if the current time of this Calendar is after the time of
497 UBool after(const Calendar& when, UErrorCode& status) const;
639 * positive. If this calendar is set <em>after</em> the given
696 * positive. If this calendar is set <em>after</em> the given
    [all...]
  /external/chromium/third_party/icu/source/i18n/
zstrfmt.cpp 356 // size of character may grow after fold operation
729 // Resource bundle will be cleaned up after end of the loop.
1236 TimeZoneTransition after; local
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 14 * 05/01/97 aliu Made equals(), before(), after() arguments const.
491 * Returns true if this Calendar's current time is after "when"'s current time.
499 * @return True if the current time of this Calendar is after the time of
503 UBool after(const Calendar& when, UErrorCode& status) const;
645 * positive. If this calendar is set <em>after</em> the given
702 * positive. If this calendar is set <em>after</em> the given
    [all...]
  /external/icu4c/i18n/
zstrfmt.cpp 426 // size of character may grow after fold operation
825 // Resource bundle will be cleaned up after end of the loop.
1351 TimeZoneTransition after; local
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 430 /* full inf pron after conversion */
505 correspond the the thing after the quote ('s' or 't'). This keeps
607 // put 1 space after digits
  /external/v8/src/
regexp.js 268 // last pair (after the first pair) of elements of the capture array even if
364 // boolean false (ie, the value after coercion), while in V8 it is the value
  /external/v8/tools/
stats-viewer.py 166 self.root.after(UPDATE_INTERVAL_MS, lambda: self.UpdateCounters())
198 # Group together the names whose suffix after a ':' are the same.
  /external/webkit/WebKitTools/Scripts/
resolve-ChangeLogs 103 -c|--[no-]continue run "git rebase --continue" after fixing ChangeLog
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl 126 * done when it reached the ';' after the yyless() call.
180 * instead of fread(), to make sure we stop fetching input after
288 /* Done after the current pattern has been matched and before the
301 /* Macros after this point can all be overridden by user definitions in
402 /* No semi-colon after return; correct usage is to write "yyterminate();" -
403 * we don't want an extra ';' after the "return" because that will cause
435 /* Code executed at the beginning of each rule, after yytext and yyleng
600 * call the scanner after we return the
1096 * is looked at is after yywrap() is called, so it's safe
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 27 * a moment in time, specified with second precision. It is modelled after
398 * fields, call {@link #normalize(boolean)} after parsing.
518 * after adding or subtracting days or explicitly setting the "monthDay"
526 * or {@link #set(Time)} or after parsing a date string.
531 * Sets the fields in this Time object given the UTC milliseconds. After
619 * Returns true if the time represented by this Time object occurs after
625 public boolean after(Time that) { method in class:Time
738 * After this method returns all the fields will be normalized and the time
  /libcore/luni/src/main/java/java/util/
Calendar.java 172 * return {@code value} after the fields have been recomputed. The
183 * 30, 1999, since no recomputation occurs after {@code set()} itself.
193 * <strong>Add rule 1</strong>. The value of field {@code f} after the
203 * changes in its minimum or maximum after field {@code f} is changed,
234 * <strong>Roll rule</strong>. Larger fields are unchanged after the call. A
594 * whether the {@code HOUR} is before or after noon. E.g., at
744 * Returns whether the {@code Date} specified by this {@code Calendar} instance is after the {@code Date}
750 * @return {@code true} when this Calendar is after calendar, {@code false} otherwise.
755 public boolean after(Object calendar) { method in class:Calendar
886 * Gets the value of the specified field after computing the field values b
    [all...]
Date.java 152 * Returns if this {@code Date} is after the specified Date.
156 * @return {@code true} if this {@code Date} is after the specified {@code Date},
159 public boolean after(Date date) { method in class:Date
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
GenericEditorView.java 250 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
281 * and after the input text is removed.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 166 public void beforeTextChanged(CharSequence s, int start, int count, int after) {

Completed in 1560 milliseconds

1 2 3 4 5 67 8 91011>>