/frameworks/base/media/java/android/media/ |
MediaScanner.java | 63 * The way the scan currently works is: 472 // we don't process playlists in the main scan, so return null 508 // rescan for metadata if file was modified since last scan 1190 long scan = System.currentTimeMillis(); local [all...] |
/dalvik/vm/alloc/ |
MarkSweep.c | 61 #define LOG_SCAN(...) LOGV_GC("SCAN: " __VA_ARGS__) 66 #define LOGV_SCAN(...) LOGVV_GC("SCAN: " __VA_ARGS__) 226 * the finger won't be visited by the bitmap scan, so those objects 260 * Things we need to scan: 300 * different scan states internally. 350 //TODO: scan object references sitting in gDvm; use pointer begin & end 476 /* We scan these explicitly in case the only remaining 539 // else there's nothing else to scan 682 /* Scan anything that's on the mark stack. 729 * Walk across the bitmaps and scan each object [all...] |
/external/v8/src/ |
scanner.cc | 354 // after a newline and scan first token. 357 Scan(); 377 Scan(); 960 Scan(); 1150 // scan exponent, if any 1154 // scan exponent 1194 // Scan identifier start character. 1207 // Scan the rest of the identifier characters [all...] |
/external/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 283 * wpas_dbus_iface_scan - Request a wireless scan on an interface 289 * Handler function for "scan" method call of a network device. Requests 290 * that wpa_supplicant perform a wireless scan as soon as possible 303 * wpas_dbus_iface_scan_results - Get the results of a recent scan request 307 * a dbus error message if not scan results could be found 320 /* Ensure we've actually got scan results to return */ 324 "An error ocurred getting scan " 336 /* Loop through scan results and append each result's object path */ 346 "enough memory to send scan results " 374 * @res: wpa_supplicant scan result for which to get propertie [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 331 * wpas_dbus_iface_scan - Request a wireless scan on an interface 337 * Handler function for "scan" method call of a network device. Requests 338 * that wpa_supplicant perform a wireless scan as soon as possible 351 * wpas_dbus_iface_scan_results - Get the results of a recent scan request 355 * a dbus error message if not scan results could be found 368 /* Ensure we've actually got scan results to return */ 372 "An error ocurred getting scan " 384 /* Loop through scan results and append each result's object path */ 394 "enough memory to send scan results " 422 * @res: wpa_supplicant scan result for which to get propertie [all...] |
ctrl_iface_dbus.c | 431 /* Ensure we actually have scan data */ 438 /* Find the bssid's scan data */ 522 if (!strcmp(method, "scan")) 627 * wpa_supplicant_dbus_notify_scan_results - Send a scan results signal 631 * Notify listeners that this interface has updated scan results. 650 "scan result signal."); 659 "memory to send scan results signal."); 782 "enough memory to send scan results signal.", [all...] |
todo.txt | 12 present in scan results; would need to update scan results periodically..
|
/dalvik/vm/compiler/ |
Ralloc.c | 99 * Uses a variant of linear scan and produces a mapping between SSA names 158 //TODO: phi squash & linear scan promotion
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 333 * Inode scan definitions 811 extern errcode_t ext2fs_get_next_inode_full(ext2_inode_scan scan, 817 extern void ext2fs_close_inode_scan(ext2_inode_scan scan); 818 extern errcode_t ext2fs_get_next_inode(ext2_inode_scan scan, ext2_ino_t *ino, 820 extern errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, 823 (ext2_inode_scan scan, 825 ext2_inode_scan scan, 829 extern int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, [all...] |
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 217 int scan = 0; 226 c = methoddescriptor.charAt (scan++); 234 c = methoddescriptor.charAt (scan); 248 scan++; 254 scan++; 260 scan++; 280 c = methoddescriptor.charAt (scan++); 291 c = methoddescriptor.charAt (scan++);
|
/external/freetype/src/autofit/ |
afglobal.c | 104 /* scan each script in a Unicode charmap */ 115 * Scan all unicode points in the range and set the corresponding
|
/external/icu4c/test/perf/ustrperf/ |
stringperf.cpp | 244 return new StringPerfFunction(scan, filelines_, numLines, uselen); 246 return new StringPerfFunction(scan, StrBuffer, StrBufferLen, uselen);
|
/external/jpeg/ |
jcapistd.c | 95 * jpeg_write_scanlines. This lets output of the frame/scan headers be 140 * jpeg_write_raw_data. This lets output of the frame/scan headers be
|
/external/openssl/crypto/rsa/ |
rsa_pk1.c | 104 /* scan over padding data */ 197 /* scan over padding data */
|
/external/quake/quake/src/QW/client/ |
r_sky.c | 44 // of newsky on the left of each scan, 128 bytes 46 // drawers need 256-byte scan widths
|
/external/quake/quake/src/WinQuake/ |
r_sky.cpp | 44 // of newsky on the left of each scan, 128 bytes
46 // drawers need 256-byte scan widths
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
diffs | 349 ! "@(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/scan.l,v 2.9 90/06/27 23:48:34 vern Exp $ (LBL)"; 357 ! "@(#) $Header: scan.l,v 2.9 90/06/27 23:48:34 vern Exp $ (LBL)"; 727 diff -c ../scan.l ./scan.l 728 *** ../scan.l Thu Jun 28 00:44:41 1990 729 --- ./scan.l Mon Jul 16 13:57:37 1990 735 ! "@(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/scan.l,v 2.9 90/06/27 23:48:34 vern Exp $ (LBL)"; 749 ! "@(#) $Header: scan.l,v 2.9 90/06/27 23:48:34 vern Exp $ (LBL)";
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
scan_helpers.c | 2 * WPA Supplicant - Helper functions for scan result processing 129 /* Compare function for sorting scan results. Return >0 if @b is considered
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngrTypes.h | 117 TI_INT8 lowQualityForBackgroungScanCondition; /**< Indicator used to increase the background scan period when quality is low 120 TI_INT8 normalQualityForBackgroungScanCondition;/**< Indicator used to reduce the background scan period when quality is normal
|
/packages/apps/Phone/src/com/android/phone/ |
NetworkQueryService.java | 81 // if the scan is complete, broadcast the results. 84 if (DBG) log("scan completed, broadcasting results");
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/ |
measurementTypes.h | 90 * \brief enumerates the different scan modes available for beacon measurement 153 * \brief This structure contains single channel parameters for normal scan operation (inc. triggered)
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/ |
currBss.h | 66 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */ 67 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_event_mbox.h | 198 uint8 scheduledScanStatus; /* Status of scheduled scan. Refer to */ 202 uint16 scheduledScanAttendedChannels; /* Channels scanned by the Scheduled Scan. */
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngrTypes.h | 117 TI_INT8 lowQualityForBackgroungScanCondition; /**< Indicator used to increase the background scan period when quality is low 120 TI_INT8 normalQualityForBackgroungScanCondition;/**< Indicator used to reduce the background scan period when quality is normal
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
block.cpp | 155 idx = ZZ_SCAN_BLOCK[k]; /* map back to raster scan order */ 464 for (k = 0; k < 16; k++) /* in zigzag scan order */ 563 /* now zigzag scan ac coefs, quant, iquant and itrans */ 593 idx = ZZ_SCAN_BLOCK[k]; /* map back to raster scan order */ 628 currMB->nz_coeff[blkIdx2blkXY[b8][b4]] = ncoeff; /* in raster scan !!! */ 826 /* in zigzag scan order */ 898 /* now do AC zigzag scan, quant, iquant and itrans */ 924 for (k = 1; k < 16; k++) /* in zigzag scan order */ 926 idx = ZZ_SCAN_BLOCK[k]; /* map back to raster scan order */ 968 nz_temp[b4] = ncoeff; // raster scan [all...] |