Searched refs:entry (Results 176 - 200 of 223) sorted by relevance

123456789

/frameworks/av/media/mtp/
H A DMtpServer.cpp1002 struct dirent* entry; local
1003 while ((entry = readdir(dir))) {
1004 const char* name = entry->d_name;
1018 int type = entry->d_type;
1019 if (entry->d_type == DT_DIR) {
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java67 * and text to be synthesized) are dropped and replaced by the new entry.
73 * Queue mode where the new entry is added at the end of the playback queue.
1133 for (Map.Entry<String, String> entry : params.entrySet()) {
1134 final String key = entry.getKey();
1136 bundle.putString(key, entry.getValue());
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java216 for (Entry<String, Object> entry : valueSet) {
217 keys[i] = entry.getKey();
218 values[i] = entry.getValue();
/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java184 * the replaced entry to the front of the queue.
496 for (Map.Entry<T, T> entry : cache.snapshot().entrySet()) {
497 actualKeysAndValues.add(entry.getKey());
498 actualKeysAndValues.add(entry.getValue());
/frameworks/base/tools/aapt/
H A DAaptAssets.h543 const AaptGroupEntry& entry,
553 void addGroupEntry(const AaptGroupEntry& entry) { mGroupEntries.add(entry); } argument
H A DResourceTable.h328 // Index of the entry's name string in the key pool.
377 // Index of this entry in its Type.
386 void addEntry(const ResTable_config& config, const sp<Entry>& entry) { argument
387 mEntries.add(config, entry);
440 sp<Entry> getEntry(const String16& entry,
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java615 for (Entry<String, Object> entry : values.entrySet()) {
616 setInputValue(entry.getKey(), entry.getValue());
/frameworks/base/core/java/android/content/res/
H A DResources.java218 * entry. The value 0 is an invalid identifier.
243 * entry. The value 0 is an invalid identifier.
306 * entry. The value 0 is an invalid identifier.
332 * entry. The value 0 is an invalid identifier.
358 * entry. The value 0 is an invalid identifier.
383 * entry. The value 0 is an invalid identifier.
403 * entry. The value 0 is an invalid identifier.
420 * entry. The value 0 is an invalid identifier.
440 * entry. The value 0 is an invalid identifier.
460 * entry
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java331 * Scan the dir tree (if it actually exists) and process each entry we find. If the
364 for (File entry : contents) {
365 scanQueue.add(0, entry);
417 * Only specialized platform agents should overload this entry point to support
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java264 RecipientEntry entry = getRecipientEntry(position);
270 imageView.setImageURI(entry.getPhotoThumbnailUri());
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1277 // longer need the entry.
1352 // and no states have since the last recorded entry changed and
1359 // longer need the entry.
1447 NetworkStats.Entry entry = null;
1453 entry = uidStats.getValues(i, entry);
1455 final Uid u = mUidStats.get(entry.uid);
1458 u.mStartedTcpBytesReceived = entry.rxBytes;
1459 u.mStartedTcpBytesSent = entry.txBytes;
1470 entry
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp609 struct dirent* entry; local
610 while ((entry=readdir(dirp)) != NULL) {
611 const char* p = entry->d_name;
619 int pid = strtol(entry->d_name, &end, 10);
620 //ALOGI("File %s pid=%d\n", entry->d_name, pid);
H A Dandroid_util_AssetManager.cpp733 const ResTable::bag_entry* entry = NULL; local
735 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags);
738 if (((uint32_t)bagEntryId) == entry->map.name.ident) {
739 block = entry->stringBlock;
740 value = entry->map.value;
742 entry++;
/frameworks/base/include/androidfw/
H A DAssetManager.h244 const ZipEntryRO entry, AccessMode mode, const String8& entryName);
360 * filesystem when searching for loose assets. Each entry is the
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java943 FileA3D.IndexEntry entry = model.getIndexEntry(0);
944 if(entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
947 return (Mesh) entry.getObject();
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java777 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
778 assertNotNull("Entry should exist", entry);
780 assertTrue("Should be a PrivateKeyEntry", entry instanceof PrivateKeyEntry);
782 PrivateKeyEntry keyEntry = (PrivateKeyEntry) entry;
834 assertNull("A non-existent entry should return null",
870 assertNull("A non-existent entry should return null", mKeyStore.getKey(TEST_ALIAS_1, null));
905 assertFalse("Should return false for non-existent entry",
931 assertFalse("Should return false for non-existent entry",
981 fail("Should throw when trying to overwrite a PrivateKey entry with a Certificate");
1003 assertNotNull("Retrieved entry shoul
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java602 NetworkStats.Entry entry = null;
604 entry = networkLayer.getValues(i, entry);
605 entry.iface = IFACE_ALL;
606 dataLayer.combineValues(entry);
/frameworks/base/services/input/
H A DEventHub.cpp1369 for (Device* entry = mOpeningDevices; entry != NULL; ) {
1370 if (entry == device) {
1374 pred = entry;
1375 entry = entry->next;
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java2019 for (Map.Entry<String, ArrayList<UpdateRecord>> entry : mRecordsByProvider.entrySet()) {
2020 pw.println(" " + entry.getKey() + ":");
2021 for (UpdateRecord record : entry.getValue()) {
2026 for (Map.Entry<String, Location> entry : mLastLocation.entrySet()) {
2027 String provider = entry.getKey();
2028 Location location = entry.getValue();
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp353 if (mFileMetadata != 0 && vce->entry != NULL) {
354 parseVorbisComment(mFileMetadata, (const char *) vce->entry,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java623 Map.Entry<String, ArrayList<Long>> entry = iter.next();
624 ArrayList<Long> oldList = entry.getValue();
/frameworks/wilhelm/src/
H A DAndroid.mk76 entry.c \
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h157 /// entry - the symbol name of the entry point
158 virtual const char* entry() const function in class:mcld::GNULDBackend
308 /// symbolNeedsPLT - return whether the symbol needs a PLT entry
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1919 for (Map.Entry<OnAccountsUpdateListener, Handler> entry :
1921 postToHandler(entry.getValue(), entry.getKey(), accounts);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1262 for (Map.Entry<String, PreparedStatement> entry : cache.entrySet()) {
1263 PreparedStatement statement = entry.getValue();
1265 String sql = entry.getKey();

Completed in 525 milliseconds

123456789