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

<<11121314151617181920>>

  /external/v8/test/mjsunit/
string-compare-alignment.js 32 var base = "Now is the time for all good men to come to the aid of the party. " +
33 "Now is the time for all good men to come to the aid of the party."
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.13-1.js 47 var now = (new Date()).valueOf();
49 addTestCase( now );
15.9.5.14.js 46 var now = (new Date()).valueOf();
57 addTestCase( now );
15.9.5.15.js 47 var now = (new Date()).valueOf();
58 addTestCase( now );
15.9.5.16.js 46 var now = (new Date()).valueOf();
57 addTestCase( now );
15.9.5.17.js 47 var now = (new Date()).valueOf();
58 addTestCase( now );
15.9.5.18.js 47 var now = (new Date()).valueOf();
58 addTestCase( now );
15.9.5.19.js 47 var now = (new Date()).valueOf();
58 addTestCase( now );
15.9.5.20.js 47 var now = (new Date()).valueOf();
58 addTestCase( now );
15.9.5.21-1.js 47 var now = (new Date()).valueOf();
58 addTestCase( now );
15.9.5.22-1.js 48 var now = (new Date()).valueOf();
59 // addTestCase( now );
  /external/webkit/WebCore/history/qt/
HistoryItemQt.cpp 28 // we only support version 1 for now
95 // we only support version 1 for now.
  /external/zlib/contrib/ada/
readme.txt 12 for Read_Last parameter now. It is a bit incompartible with previous version,
14 Flush now.
  /frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl 53 * to the restoreStarting() callback, of the package now being restored.
54 * @param currentPackage The name of the package now being restored.
RestoreObserver.java 59 * to the {@link #restoreStarting(int)} callback, of the package now being
62 * @param currentPackage The name of the package now being restored.
  /frameworks/base/core/java/android/os/storage/
OnObbStateChangeListener.java 26 * The OBB container is now mounted and ready for use. Returned in status
32 * The OBB container is now unmounted and not usable. Returned in status
  /frameworks/base/docs/html/sdk/
android-2.2-highlights.jd 80 <p>The Phone, applications Launcher, and Browser now have <span class="green">dedicated
99 <p><span class="green">Exchange Calendars are now supported</span> in the Calendar application.</p>
102 <p><span class="green">Global Address Lists look-up</span> is now available in the Email
125 <p>With the <span class="green">LED flash</span> now enabled for the Camcorder, videos can be shot
176 to Android 2.2 using various benchmark tests. For example, LinPack is now more than 5 times
246 <p>Applications can now request installation on the shared external storage (such as an SD
259 <p>New preview API doubles the frame rate from ~10FPS to ~20FPS. Camera now supports portrait
287 events. Applications can now customize the bottom strip of a TabWidget.</p>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Groups.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>
118 <b>Now deprecated</b>.<br>
127 <b>Now deprecated</b>.<br>
136 <b>Now deprecated</b>.<br>
145 <b>Now deprecated</b>.<br>
android.provider.Contacts.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>
118 <b>Now deprecated</b>.<br>
127 <b>Now deprecated</b>.<br>
136 <b>Now deprecated</b>.<br>
145 <b>Now deprecated</b>.<br>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DateView.java 69 Date now = new Date(); local
70 setText(DateFormat.getDateInstance(DateFormat.LONG).format(now));
  /hardware/ti/omap3/dspbridge/libbridge/
dsptrap.c 28 *! 02-Dec-1999 rr: DeviceIOControl now returns BOOL Value so !fSuccess
31 *! 01-Oct-1999 ag: DSPTRAP_Trap() now returns correct status.
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
Platform.java 38 // Note: for now, we're always wrapping the filesystem with
45 // now they do: ThreadLocal lookups will be done on most VFS
  /ndk/sources/android/stlport/src/
lock_free_slist.h 75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
109 * they're now "owned" by the calling thread.
123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
256 * they're now "owned" by the calling thread.
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /packages/apps/Calendar/src/com/android/calendar/
MonthActivity.java 161 Time now = new Time(Utils.getTimeZone(this, mUpdateTZ)); local
162 now.set(System.currentTimeMillis());
163 now.minute = 0;
164 now.second = 0;
165 now.normalize(false);
168 title.setText(Utils.formatMonthYear(this, now));
169 mTime = now;
172 view.setSelectedTime(now);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
ProjectHelperTest.java 41 // pass for now
46 // pass for now

Completed in 381 milliseconds

<<11121314151617181920>>