HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 276 - 300 of 498) sorted by null

<<11121314151617181920

  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 222 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 99 * After unsuccessful KeyStore.unlock, the number of unlock
158 * case after unlocking with an old-style password).
164 // will return to onResume after Activity
393 @Override public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 81 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 234 int after) {
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java     [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 75 * something to occur until after a transition has completed.
101 // invoked at some point after this function returns.
237 // TODO(rbyers): It might be nice to preserve animation of dots after an
239 // unfortunate to have Chrome send us the entire apps list after an
399 * The element that was originally after the app currently being dragged (or
510 // But if it's after the current container position then we'll need to
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 75 * something to occur until after a transition has completed.
100 // invoked at some point after this function returns.
251 // TODO(rbyers): It might be nice to preserve animation of dots after an
253 // unfortunate to have Chrome send us the entire apps list after an
509 * The element that was originally after the app currently being dragged (or
620 // But if it's after the current container position then we'll need to
  /external/freetype/src/autofit/
afhints.c 921 /* interpolate it after all strong points have been processed */
949 /* is the point after the last edge? */
1008 AF_Edge after = edges + min + 0; local
1011 /* assert( before && after && before != after ) */
1013 before->scale = FT_DivFix( after->pos - before->pos,
1014 after->fpos - before->fpos );
  /external/quake/quake/src/WinQuake/
common.cpp 122 void InsertLinkAfter (link_t *l, link_t *after)
124 l->next = after->next;
125 l->prev = after;
    [all...]
  /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/Source/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
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 358 int after = index + component.length(); local
360 (after == classList.length() || classList.charAt(after) == ' ')) return;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 50 % Sometimes one run after texindex suffices, and sometimes you need more
214 % Append this vertical mode material after the current line in the output.
296 % one after. I won't pretend I can describe this better than DEK...
309 % \topmark doesn't work for the very first chapter (after the title
543 % actual body; @end closes the group after calling \Efoo. \envdef also
711 % @frenchspacing on|off says whether to put extra space after punctuation.
759 % end-of-line in the output. We don't want the end-of-line after
768 % \lineskip glue after it. Thus, space below is not quite equal to space
833 % page after the empty box. So we use a penalty of 9999.
847 % Do not allow a page break right after this kern
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 353 final ContentValues after = new ContentValues();
356 after.put(Data.MIMETYPE, kind.mimeType);
360 after.putAll(kind.defaultValues);
365 after.put(kind.typeColumn, type.rawValue);
368 final ValuesDelta child = ValuesDelta.fromAfter(after);
    [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...]
  /external/v8/src/
hydrogen.cc 246 // Only loop header blocks can have a predecessor added after
4740 HInstruction* after = BuildIncrement(before, inc); local
4792 HInstruction* after = BuildIncrement(before, inc); local
4828 HInstruction* after = BuildIncrement(before, inc); local
    [all...]
lithium-allocator.cc 115 UseInterval* after = new UseInterval(pos, end_); local
116 after->next_ = next_;
117 next_ = after;
321 UseInterval* after = before->next(); local
323 ? after // Only interval in the range after split.
325 result->first_interval_ = after;
329 // position after it.
    [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...]
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 95 // Make sure we don't append things after :after-generated content if we have it.
1087 int after = (style()->isHorizontalWritingMode() ? localRepaintRect.maxY() : localRepaintRect.maxX()) + os; local
    [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/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/libvpx/
configure 348 # The write_common_config (config.mk) logic is deferred until after the
427 # magic happens after the command line has been parsed.
489 check_add_cflags -Wdeclaration-after-statement
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 179 (* Make the new basic block for the loop header, inserting after current
224 (* Create the "after loop" block and insert it. *)

Completed in 1360 milliseconds

<<11121314151617181920