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

<<11121314

  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 250 // for a second before showing the sent message. But we'd
401 private void updateCounter(CharSequence text, int start, int before, int count) {
407 final boolean textRemoved = (before > count);
549 public void onTextChanged(CharSequence s, int start, int before, int count) {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 356 support this so please check the source before you rely on it doing that.
361 the PRNG themselves so it is the responsibility of the calling function to initialize the PRNG before calling them.
594 For a plugin to be compliant it must provide at least each function listed before the accelerators begin. Accelerators are optional,
703 /* you must register a cipher before you use it */
723 A good safety would be to check the return value of \textit{find\_cipher()} before accessing the desired function. In order
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 580 // update document layout once before removing styles
581 // so that we avoid the expense of updating before each and every call
695 // If the end node is before the start node (can only happen if the end node is
708 // Store away font size before making any changes to the document.
791 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, RefPtr<CSSPrimitiveValue> allowedDirection)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java 320 // Move to the next day if the end time is before the start time.
321 if (endTime.before(startTime)) {
393 // Do not allow an event to have an end time before the start time.
394 if (endTime.before(startTime)) {
498 // tries to save the event before the calendars have finished loading.
779 // Do not allow an event to have an end time before the start time.
780 if (mEndTime.before(mStartTime)) {
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 573 var before = match[1] || '';
574 if (before == '\\') return match[2];
579 if (match == null) return before;
589 return before + String.interpret(ctx);
    [all...]
concat-jquery-mootools-prototype.js 266 before: function() {
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 35 ; the value before using it.
922 ; Note, that when using b6 and b7, the code must save these before
    [all...]
pa-risc2W.s 29 ; the value before using it.
909 ; Note, that when using b6 and b7, the code must save these before
    [all...]
  /external/v8/include/
v8.h 258 // that the handle isn't empty before doing the checked cast.
292 // that the handle isn't empty before doing the checked cast.
365 // that the handle isn't empty before doing the checked cast.
3070 internal::Object** before = reinterpret_cast<internal::Object**>(*value); local
    [all...]
  /external/v8/src/
debug-debugger.js 965 function MakeCompileEvent(exec_state, script, before) {
966 return new CompileEvent(exec_state, script, before);
970 function CompileEvent(exec_state, script, before) {
973 this.before_ = before;
    [all...]
regexp.js 365 // null (ie, the value before coercion).
debug.cc 112 // Always update the position as we don't want that to be before the
765 // Make sure we mark the debugger as not loading before we might
    [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 2559 QObject* before = ptr; local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 479 int before, int after) { }
482 int before, int count) {
505 // determine if the characters before the new space fit the pattern
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /build/core/
main.mk 62 # environment setup is done, but before we generate any dependencies. This
154 # (must be defined before including definitions.make)
  /external/zlib/contrib/masmx86/
gvmat32.asm 697 ;;; deflate_state structure during the function's setup (before
846 ;;; strings match each other, and they can be safely passed over before
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 470 * <p>Returns the number of characters the user must type before the drop
483 * edit box before the drop down list is shown.</p>
488 * @param threshold the number of characters to type before the drop down
780 public void onTextChanged(CharSequence s, int start, int before, int count) {
790 if (DEBUG) Log.v(TAG, "before text changed: open=" + mOpenBefore);
796 // if the list was open before the keystroke, but closed afterwards,
    [all...]
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 40 * this correctly. Before the Gregorian cutover, {@code GregorianCalendar}
53 * 4 AD onward, when modern Julian calendar rules were adopted. Before this
54 * date, leap year rules were applied irregularly, and before 45 BC the Julian
88 * contiguous days in that month, ending on the day before
92 * previous month. Days of a month before week 1 have a
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 167 public void onTextChanged(CharSequence input, int start, int before, int changeCount) {
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 800 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/dropbear/libtommath/
bn.tex 746 Both functions work like the previous counterparts except they first mp\_init $a$ before setting the values.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 901 % before the first topic whose initial is c
    [all...]

Completed in 577 milliseconds

<<11121314