HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 1876 - 1900 of 2355) sorted by null

<<71727374757677787980>>

  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 480 * <p>Returns the number of characters the user must type before the drop
495 * edit box before the drop down list is shown.</p>
500 * @param threshold the number of characters to type before the drop down
750 public void onTextChanged(CharSequence s, int start, int before, int count) {
760 if (DEBUG) Log.v(TAG, "before text changed: open=" + mOpenBefore);
766 // if the list was open before the keystroke, but closed afterwards,
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java 489 * that JREs before 1.4 can deserialize this object without any
637 * compliance with JREs before 1.4.
1012 * so that JREs before 1.4 can deserialize this object without any
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 709 long before = System.currentTimeMillis(); local
728 assertTrue("date should be after start time: " + date.getTime() + " >= " + before,
729 before <= date.getTime());
730 assertTrue("date should be before expiry time: " + date.getTime() + " <= " + after,
742 assertTrue(before <= date.getTime());
    [all...]
  /ndk/build/core/
build-binary.mk 403 # before, so don't add Make dependencies to them.
461 # before the module itself too.
definitions-graph.mk 129 # Call this before tree traversal.
459 # before calling this.
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 375 * Prepare dialog for entering a custom label. The input value is trimmed: white spaces before
430 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 93 // Set to false before shipping, logs PII
384 public void onTextChanged(CharSequence s, int start, int before, int count) {
501 // Exit immediately if the user left before we finished
AccountSetupIncomingFragment.java 98 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
160 public void onTextChanged(CharSequence s, int start, int before, int count) { }
538 // Make sure delete policy is an valid option before using it; otherwise, the results are
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 400 // Send any queued messages that were waiting from before the reboot.
632 if (nowDate.before(buildDate)) {
634 // is before an arbitrary time we made this build. Instead of inserting a bogus
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPassword.java 495 public void onTextChanged(CharSequence s, int start, int before, int count) {
CryptKeeper.java 116 /** Number of calls to {@link #notifyUser()} to ignore before notifying. */
162 // so this activity animates to black before the devices starts. Note
660 * radio to whatever it was before it restarted. This also happens when rebooting a
771 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /art/compiler/dex/
mir_graph.cc 1011 static const struct { const char before; const char after; } match[] = { member in struct:art::__anon3
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 35 // arguments are functions that will be invoked before and after
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 476 # $rule.start = the first token seen before matching
627 /** Optional blocks (x)? are translated to (x|) by before code
975 <if(semPredState)> <! return input cursor to state before we rewound !>
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 92 * but before getting any new ones.
logviewpainter.js 72 // Avoid printing the END for a BEGIN that was immediately before, unless
util.js 139 * setTitle() can optionally be used to set a title that is displayed before
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 120 // Note: If you want to perform other operations before opening the popup, but
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 213 // a touchStart without any real dragging before touchEnd - we can allow
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 120 // Note: If you want to perform other operations before opening the popup, but
  /external/chromium_org/chrome_frame/
CFInstall.js 42 // Look for CF in the User Agent before trying more expensive checks
  /external/chromium_org/remoting/webapp/
client_screen.js 299 // before the password field gets hidden, to work around a Blink
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 319 iframe.sandbox = ''; // Prevent external loads which could cause write() to return before completing the parse.
  /external/chromium_org/v8/benchmarks/
base.js 35 // arguments are functions that will be invoked before and after
  /external/chromium_org/v8/test/mjsunit/
array-splice.js 225 // According to the spec (15.4.4.12), length is calculated before

Completed in 2597 milliseconds

<<71727374757677787980>>