/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
android.telephony.gsm.SmsMessage.html | 76 <p><b>Now deprecated</b>.<br> 90 <b>Now deprecated</b>.<br> 109 <b>Now deprecated</b>.<br> 119 <b>Now deprecated</b>.<br> 129 <b>Now deprecated</b>.<br> 139 <b>Now deprecated</b>.<br> 149 <b>Now deprecated</b>.<br> 159 <b>Now deprecated</b>.<br> 169 <b>Now deprecated</b>.<br> 179 <b>Now deprecated</b>.<br [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndbdic.c | 101 NJ_UINT8 *now, NJ_UINT16 idx_no, 109 static NJ_INT16 get_node_bottom(NJ_CHAR *yomi, NJ_UINT8 *now, NJ_UINT8 *node_mid, 552 NJ_UINT8 *root, *now, *node, *node_mid; local 589 now = node_mid; 692 while (now < data_top) { 693 if (NODE_IDX_EXIST(now)) { 695 idx_cnt = NODE_IDX_CNT(now); 703 if (NODE_LEFT_EXIST(now)) { 708 if (NODE_DATA_EXIST(now)) { 720 data = (NJ_UINT16)(NJ_INT16_READ(now + pos)) 1541 NJ_UINT8 *root, *now, *node, *node_mid; local [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.provider.Contacts.Intents.Insert.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> 127 <b>Now deprecated</b>.<br> 136 <b>Now deprecated</b>.<br> 145 <b>Now deprecated</b>.<br> 154 <b>Now deprecated</b>.<br> 163 <b>Now deprecated</b>.<br> 172 <b>Now deprecated</b>.<br [all...] |
android.provider.Contacts.ContactMethods.html | 76 <p><b>Now deprecated</b>.<br> 91 <b>Now deprecated</b>.<br> 101 <b>Now deprecated</b>.<br> 111 <b>Now deprecated</b>.<br> 121 <b>Now deprecated</b>.<br> 131 <b>Now deprecated</b>.<br> 149 <b>Now deprecated</b>.<br> 158 <b>Now deprecated</b>.<br> 167 <b>Now deprecated</b>.<br> 176 <b>Now deprecated</b>.<br [all...] |
/bionic/libc/bionic/ |
pthread-timers.c | 222 * right now to prevent another thread to 419 struct timespec now; local 421 clock_gettime( timer->clock, &now ); 422 timespec_sub(&diff, &now); 475 struct timespec expires, now; local 493 clock_gettime( timer->clock, &now ); 495 timespec_add(&expires, &now); 497 if (timespec_cmp(&expires, &now) < 0) 498 expires = now; 547 struct timespec now; local [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.2-1.js | 52 var now = new Date(); 58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000", 60 Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000 ); 63 "typeof now.toString()", 65 typeof now.toString() );
|
15.9.5.2.js | 52 var now = new Date(); 58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000", 60 Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000 ); 63 "typeof now.toString()", 65 typeof now.toString() );
|
15.9.5.23-15.js | 49 var now = "now"; 50 addTestCase( now, 0 ); 52 addTestCase( now, String( TIME_1900 ) ); 53 addTestCase( now, String( TZ_DIFF* msPerHour ) ); 54 addTestCase( now, String( TIME_2000 ) ); 59 if ( startTime == "now" ) {
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 91 // Now see if we can pull 2 rows from the adapter 113 // Now see if we can pull 2 rows from the adapter 116 // now put in a different cursor (5 rows) 121 // Now see if we can pull 5 rows from the adapter 132 // Now see if we can pull 2 rows from the adapter 135 // now put in null 157 // Now make a new cursor with similar data but rearrange the columns 163 // check columns to see if rearrangement tracked (should be swapped now) 212 // Now create a new configuration with same cursor and just one column mapped
|
/libcore/luni/src/main/java/java/util/concurrent/ |
AbstractExecutorService.java | 158 long now = System.nanoTime(); local 159 nanos -= now - lastTime; 160 lastTime = now; 254 long now = System.nanoTime(); local 255 nanos -= now - lastTime; 256 lastTime = now; 272 long now = System.nanoTime(); local 273 nanos -= now - lastTime; 274 lastTime = now;
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteClosableTest.java | 78 // the reference count is 0 now. 108 // the reference count is 1 now. 111 // the reference count is 0 now.
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_decode_integer.c | 47 /* now decode the len stuff */ 71 /* now read it in */ 77 /* now will reading y bytes overrun? */
|
/external/skia/src/views/ |
SkProgressView.cpp | 66 percent = (SkFixed)x; // now its 16.8 67 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned 68 percent = SkFixedDiv(percent, fMax << 8); // now its 0.16
|
/external/webkit/WebCore/manual-tests/ |
bugzilla-6821.html | 24 After a second, you should see “Only green now” over a green background. 29 “Only green now” will appear over a yellow background with a red 54 Only green now
|
/frameworks/base/core/java/android/widget/ |
DigitalClock.java | 90 long now = SystemClock.uptimeMillis(); 91 long next = now + (1000 - now % 1000);
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAppWidgetService.java | 118 long now = -1; local 135 now = AppWidgetShared.sLastRequest; 141 if (LOGD) Log.d(TAG, "processing requested update now=" + now); 142 performUpdate(this, appWidgetIds, changedEventIds, now); 153 * @param now System clock time to use during this update. 156 Set<Long> changedEventIds, long now) { 184 cursor = getUpcomingInstancesCursor(resolver, SEARCH_DURATION, now); 186 MarkedEvents events = buildMarkedEvents(cursor, changedEventIds, now); 230 // update about six hours from now [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
PHP Markdown Extra Readme.text | 55 WordPress. In the "Plugins" section you will now find Markdown. 57 same line than Markdown. Your entries will now be formatted by 138 can now be used as a modifier for your templates. Rename "markdown.php" 150 Many web applications now ship with PHP Markdown, or have plugins to 210 now automatically applied with the current post ID to avoid clashes 234 * Lists can now have empty items. 261 * Footnotes may now be referenced from within another footnote. 274 * Now removing the UTF-8 BOM at the start of a document, if present. 276 * Now accepting capitalized URI schemes (such as HTTP:) in automatic 334 external before markdown.php is included is now possible without [all...] |
/dalvik/vm/alloc/ |
HeapWorker.c | 127 u8 now = dvmGetRelativeTimeUsec(); local 128 u8 delta = now - heapWorkerInterpStartTime; 142 gDvm.gcHeap->heapWorkerInterpStartTime = now; /* reset timer */ 163 gDvm.gcHeap->heapWorkerInterpStartTime = now; 342 /* We're done running interpreted code for now. */ 351 struct timespec now; local 354 clock_gettime(CLOCK_MONOTONIC, &now); // relative time 358 now.tv_sec = tvnow.tv_sec; 359 now.tv_nsec = tvnow.tv_usec * 1000; 362 if (trimtime.tv_sec < now.tv_sec | [all...] |
/external/dnsmasq/src/ |
lease.c | 24 void lease_init(time_t now) 96 lease->expires = (time_t)ei + now; 141 lease_prune(NULL, now); 173 void lease_update_file(time_t now) 231 if (next_event == 0 || difftime(next_event, LEASE_RETRY + now) > 0.0) 232 next_event = LEASE_RETRY + now; 236 (unsigned int)difftime(next_event, now)); 240 alarm((unsigned)difftime(next_event, now)); 264 void lease_prune(struct dhcp_lease *target, time_t now) 271 if ((lease->expires != 0 && difftime(now, lease->expires) > 0) || lease == target [all...] |
forward.c | 113 static unsigned short search_servers(time_t now, struct all_addr **addrpp, 188 if (flags == F_NXDOMAIN && check_for_local_domain(qdomain, now)) 206 HEADER *header, size_t plen, time_t now, struct frec *forward) 237 flags = search_servers(now, &addrp, gotname, daemon->namebuff, &type, &domain); 239 if (!flags && !(forward = get_new_frec(now, NULL))) 267 difftime(now, daemon->forwardtime) > FORWARD_TIME) 272 daemon->forwardtime = now; 380 static size_t process_reply(HEADER *header, time_t now, 415 check_for_bogus_wildcard(header, n, daemon->namebuff, daemon->bogus_addr, now)) 425 check_for_local_domain(daemon->namebuff, now)) [all...] |
/frameworks/base/services/java/com/android/server/ |
Watchdog.java | 250 long now; local 253 now = System.currentTimeMillis(); 254 realStartTime = computeCalendarTime(mCalendar, now, 259 (now-mBootTime) >= (rebootIntervalMillis-rebootWindowMillis)) { 262 EventLog.writeEvent(EventLogTags.WATCHDOG_SCHEDULED_REBOOT, now, 270 if (now < realStartTime) { 273 now, rebootStartTime); 274 } else if (now < (realStartTime+rebootWindowMillis)) { 275 String doit = shouldWeBeBrutalLocked(now); 276 EventLog.writeEvent(EventLogTags.WATCHDOG_SCHEDULED_REBOOT, now, [all...] |
/external/dropbear/libtomcrypt/ |
changes | 3 so the code should be considered frozen now. 56 -- Fixed LTC_ECC_TIMING_RESISTANT so it once again builds properly (pt add/dbl are through the plugin now) 72 Decoder [non-flexi decoder that is] is more strict now and requires a match. 95 -- Made it so many functions which return CRYPT_BUFFER_OVERFLOW now also indicate the required buffer size, note that not all functions 100 v1.12 -- Fixed OID encoder/decoder/length to properly handle the first two parts of an OID, matches 2002 X.690 now. 101 -- [Wesley Shields] Allows both GMP/LTM and TFM to be defined now. 102 -- [Wesley Shields] GMP pluggin is cleaner now and doesn't use deprecated symbols. Yipee 118 -- lrw_process now checks the return of the cipher ecb encrypt/decrypt calls 187 -- ecc_decrypt_key() now uses find_hash_oid() to clean up the code ;-) 191 -- ECC timing demo now capable of detecting which curves have been define [all...] |
/build/core/combo/arch/arm/ |
armv4t.mk | 10 $(warning ARMv4t support is currently a work in progress. It does not work right now!)
|
/dalvik/vm/mterp/c/ |
OP_NEW_INSTANCE.c | 32 * Verifier now tests for interface/abstract class.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 77 // now opts.outWidth and opts.outHeight are the dimension of the 125 long now = android.os.SystemClock.uptimeMillis(); local 127 mMovieStart = now; 134 int relTime = (int)((now - mMovieStart) % dur);
|