HomeSort by relevance Sort by last modified time
    Searched full:now (Results 626 - 650 of 6977) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/dom/
MessageEvent.idl 42 // There's no good way to expose an array via the ObjC bindings, so for now just expose a single port.
  /external/webkit/WebCore/html/
HTMLSelectElement.idl 61 // In JS, we support both options index and options object parameters - this cannot be autogenerated now.
  /external/webkit/WebCore/manual-tests/
input-starved-by-timers.html 17 log("No more timers - UI should be responsive now.");
secure-keyboard-enabled-after-submit.html 29 <form method="post" action="data:text/html,Can you enter non-Roman characters in this field now? %3cinput%3e">
  /external/webkit/WebCore/platform/chromium/
DragImageRef.h 34 // FIXME: Need to support image drag-n-drop. For now, we just allow things
  /external/webkit/WebCore/platform/graphics/cairo/
rgb24-hacks.txt 13 + // FIXME: We'll go ahead and optimize this now and just assume we're ok if
  /external/webkit/WebCore/workers/
DedicatedWorkerContext.idl 46 // There's no good way to expose an array via the ObjC bindings, so for now just allow passing in a single port.
Worker.idl 42 // There's no good way to expose an array via the ObjC bindings, so for now just allow passing in a single port.
  /external/webkit/WebKit/android/plugins/
PluginViewBridgeAndroid.h 36 // (Dummy for now) WebCoreViewBridge associated with a PluginView Widget.
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.h 66 // FIXME: This should really be a HashMap of RetainPtrs, but that doesn't work right now.
  /external/webkit/WebKit/win/Interfaces/
IWebFrameLoadDelegatePrivate.idl 50 // Addresses 4192534. Private API for now.
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 122 struct os_time now; local
127 os_get_time(&now);
128 sec = now.sec + 2208988800U; /* Epoch to 1900 */
130 usec = now.usec;
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_common.c 243 struct os_time now; local
244 os_get_time(&now);
245 val = os_random() ^ now.sec ^ now.usec;
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 55 * state as it exists now.
  /frameworks/base/core/java/android/content/
ServiceConnection.java 38 * which you can now make calls on.
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 50 * used, but we don't use any bind mounts right now.
  /frameworks/base/core/java/android/webkit/
CookieManager.java 228 // Now we know that cookie2 does not have a null value, if
348 long now = System.currentTimeMillis(); local
360 if (cookie.expires < 0 || cookie.expires > now) {
366 cookieEntry.lastAcessTime = now;
367 cookieEntry.lastUpdateTime = now;
371 cookieEntry.lastUpdateTime = now;
381 if (!done && (cookie.expires < 0 || cookie.expires > now)) {
382 cookie.lastAcessTime = now;
383 cookie.lastUpdateTime = now;
387 toDelete.lastAcessTime = now;
446 long now = System.currentTimeMillis(); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/webkit/
WebkitTest.java 49 Log.i(LOGTAG, "now: " + dateSorter.getIndex(time));
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 51 fail("this app was signed by a different cert and should crash/fail to run by now");
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.telephony.gsm.SmsMessage.SubmitPdu.html 76 <p><b>Now deprecated</b>.<br>
90 <b>Now deprecated</b>.<br>
109 <b>Now deprecated</b>.<br>
118 <b>Now deprecated</b>.<br>
android.util.Config.html 90 <b>Now deprecated</b>.<br>
99 <b>Now deprecated</b>.<br>
108 <b>Now deprecated</b>.<br>
117 <b>Now deprecated</b>.<br>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.People.Extensions.html 76 <p><b>Now deprecated</b>.<br>
91 <b>Now deprecated</b>.<br>
100 <b>Now deprecated</b>.<br>
109 <b>Now deprecated</b>.<br>
android.provider.Contacts.Photos.html 76 <p><b>Now deprecated</b>.<br>
91 <b>Now deprecated</b>.<br>
100 <b>Now deprecated</b>.<br>
109 <b>Now deprecated</b>.<br>
android.provider.Contacts.PresenceColumns.html 76 <p><b>Now deprecated</b>.<br>
91 <b>Now deprecated</b>.<br>
100 <b>Now deprecated</b>.<br>
109 <b>Now deprecated</b>.<br>
android.provider.Contacts.SettingsColumns.html 76 <p><b>Now deprecated</b>.<br>
106 <b>Now deprecated</b>.<br>
115 <b>Now deprecated</b>.<br>
124 <b>Now deprecated</b>.<br>

Completed in 442 milliseconds

<<21222324252627282930>>