Searched
full:now (Results
651 -
675 of
6977) sorted by null
<<21222324252627282930>>
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.graphics.PixelFormat.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/libs/rs/ |
rsProgramFragment.h | 45 // Hacks to create a program for now
|
/frameworks/base/native/include/android/ |
bitmap.h | 45 uint32_t flags; // 0 for now
|
/frameworks/base/services/java/com/android/server/am/ |
BroadcastRecord.java | 77 final long now = SystemClock.uptimeMillis(); local 95 TimeUtils.formatDuration(dispatchTime, now, pw); 97 pw.print(" finishTime="); TimeUtils.formatDuration(finishTime, now, pw); 99 pw.print(" receiverTime="); TimeUtils.formatDuration(receiverTime, now, pw);
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SimSmsTest.java | 30 @Suppress // TODO: suppress this test for now since it doesn't work on the emulator
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
SurfaceView.java | 29 * Methods that take an unknown class as parameter or as return object, have been removed for now.
|
/libcore/luni/src/test/java/libcore/java/security/ |
OldDHTest.java | 37 @BrokenTest("Suffers from DH slowness, disabling for now")
|
/ndk/build/core/ |
check-cygwin-make.mk | 35 # Now try to find it on the file system, a non-cygwin compatible
|
/packages/apps/Email/tests/src/com/android/exchange/ |
SyncManagerAccountTests.java | 77 // Now run the test with the "user" accounts in place 138 // There should now be only two EmailProvider accounts 141 // Ok, now we've got two of each; let's delete a provider account 151 // There should now be only one AccountManager account
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
MultiPartSmsTests.java | 57 +" As this which now I draw."; 65 // +" Thus to mine eyes. Now o'er the one halfworld" 76 // +" Which now suits with it. Whiles I threat, he lives:" 100 // and never received the number back. For now, I'm just hardwiring the number
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionUtils.java | 41 // Now build the Intent
|
/packages/apps/Tag/src/com/android/apps/tag/provider/ |
TagDBHelper.java | 59 // Drop everything and recreate it for now
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/android/ |
bitmap.h | 45 uint32_t flags; // 0 for now
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/android/ |
bitmap.h | 45 uint32_t flags; // 0 for now
|
/development/apps/NinePatchLab/src/com/android/ninepatch/ |
NinePatchLab.java | 119 long now = 0; local 121 now = SystemClock.uptimeMillis(); 147 mFPSTime += (int)(SystemClock.uptimeMillis() - now);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapPixels.java | 84 // now apply the alpha to r, g, b 88 // now pack it in the correct order 99 // now compute our step amounts per componenet (biased by 23 bits)
|
SensorTest.java | 105 long now = android.os.SystemClock.uptimeMillis(); 106 if (now - mLastGestureTime > 1000) { 128 mLastGestureTime = now;
|
TextAlign.java | 60 // now popuplate the array, interleaving spaces for the Y values 119 // now draw the positioned strings 139 // now draw the text on path
|
/external/bluetooth/glib/docs/reference/glib/ |
changes.sgml | 86 Sources are now exposed as <type>GSource *</type>, rather than simply as 126 are now safe against removal of the current item, not the next item. 137 <structname>GDate</structname> now works in UTF-8, not in the current locale.
|
/external/bluetooth/glib/gio/tests/ |
desktop-app-info.c | 126 /* now try adding something at the end */ 146 /* now remove info1 again */ 163 /* now clean it all up */
|
/external/chromium/base/ |
condition_variable.h | 9 // scenario is that additional tasks are now available for processing. It is 11 // a queue now has items (tasks) which need to be tended to. A related use 13 // thread in the pool to announce (signal) that there is now more room in a
|
perftimer.h | 32 // A simple wrapper around Now() 37 begin_ = base::TimeTicks::Now(); 42 return base::TimeTicks::Now() - begin_;
|
/external/chromium/net/proxy/ |
proxy_list.cc | 48 if (bad_proxy->second.bad_until >= TimeTicks::Now()) { 141 iter->second.bad_until = TimeTicks::Now() + iter->second.current_delay; 145 retry_info.bad_until = TimeTicks().Now() + retry_info.current_delay;
|
/external/chromium/net/third_party/nss/ssl/ |
sslt.h | 75 ssl_kea_fortezza = 3, /* deprecated, now unused */ 88 #define kt_fortezza ssl_kea_fortezza /* deprecated, now unused */ 114 ssl_calg_fortezza = 6, /* deprecated, now unused */
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_sign_hash.c | 83 /* now find 1/k mod q */ 86 /* now find r = g^k mod p mod q */ 92 /* now find s = (in + xr)/k mod q */
|
Completed in 1222 milliseconds
<<21222324252627282930>>