Searched refs:entry (Results 201 - 225 of 255) sorted by relevance

1234567891011

/frameworks/base/include/androidfw/
H A DResourceTypes.h98 * color the array entry will contain that color value; otherwise it
208 #define Res_MAKEID(package, type, entry) \
209 (((package+1)<<24) | (((type+1)&0xFF)<<16) | (entry&0xFFFF))
215 #define Res_MAKEINTERNAL(entry) (0x01000000 | (entry&0xFFFF))
216 #define Res_MAKEARRAY(entry) (0x02000000 | (entry&0xFFFF))
237 // table entry.
336 * This is a reference to a unique entry (a ResTable_entry structure)
339 * package, and eeee is the entry inde
[all...]
H A DAssetManager.h244 const ZipEntryRO entry, AccessMode mode, const String8& entryName);
360 * filesystem when searching for loose assets. Each entry is the
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp845 result = String8::format(" Queue entry %d:\n", i);
1444 QueueEntry entry; local
1445 entry.handle = handle;
1446 entry.releaseListener = releaseListener;
1447 mQueue.push_back(entry);
1487 QueueEntry &entry = *(stream->mQueue.begin()); local
1489 *buffer = entry.handle;
1491 stream->mInFlightQueue.push_back(entry);
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java1239 // Should not throw when a non-existent entry is requested for delete.
1256 // Should not throw when a non-existent entry is requested for delete.
1492 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1493 assertNotNull("Entry should exist", entry);
1495 assertTrue("Should be a PrivateKeyEntry", entry instanceof PrivateKeyEntry);
1497 PrivateKeyEntry keyEntry = (PrivateKeyEntry) entry;
1513 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1514 assertNotNull("Entry should exist", entry);
1516 assertTrue("Should be a PrivateKeyEntry", entry instanceof PrivateKeyEntry);
1518 PrivateKeyEntry keyEntry = (PrivateKeyEntry) entry;
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.cpp1003 struct dirent* entry; local
1004 while ((entry = readdir(dir))) {
1005 const char* name = entry->d_name;
1019 int type = entry->d_type;
1020 if (entry->d_type == DT_DIR) {
/frameworks/base/core/java/android/util/
H A DArrayMap.java28 * avoid having to create an extra object for every entry put in to the map, and it
68 * The first entry in the array is a pointer to the next array in the
69 * list; the second entry is a pointer to the int[] hash code array for it.
96 // If the hash code wasn't found, then we have no entry for this key.
118 // new entry for this key should go. We use the end of the
134 // If the hash code wasn't found, then we have no entry for this key.
156 // new entry for this key should go. We use the end of the
750 * @return Returns true if this array map contains a key for every entry
764 for (Map.Entry<? extends K, ? extends V> entry : map.entrySet()) {
765 put(entry
[all...]
/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/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/services/java/com/android/server/pm/
H A DKeySetManager.java423 for (Map.Entry<String, Long> entry : pkg.keySetData.getAliases().entrySet()) {
430 pw.print(entry.getKey());
432 pw.print(Long.toString(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/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java127 for (Map.Entry<String, String> entry : mFields.entrySet()) {
128 dest.writeString(entry.getKey());
129 dest.writeString(entry.getValue());
475 * <p>A default name is automatically assigned to the key entry and used
477 * key entry when the config is saved and removing the key entry when
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java389 * Scan the dir tree (if it actually exists) and process each entry we find. If the
422 for (File entry : contents) {
423 scanQueue.add(0, entry);
475 * Only specialized platform agents should overload this entry point to support
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java1812 for (Entry<Integer, DataConnection> entry : mDcSet) {
1813 pw.printf(" *** mDataConnection[%d] \n", entry.getKey());
1814 entry.getValue().dump(fd, pw, args);
1825 for (Entry<String, Integer> entry : apnToDcIdSet) {
1826 pw.printf(" mApnToDataConnectonId[%s]=%d\n", entry.getKey(), entry.getValue());
1837 for (Entry<String, ApnContext> entry : apnCtxsSet) {
1838 entry.getValue().dump(fd, pw, args);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp728 // number of entries in symbol tables starts from 1 to hold the special entry
985 HashTableType::entry_type* entry = NULL; local
987 entry = m_pSymIndexMap->insert(LDSymbol::Null(), sym_exist);
988 entry->setValue(0);
1000 entry = m_pSymIndexMap->insert(*symbol, sym_exist);
1001 entry->setValue(symIdx);
1026 HashTableType::entry_type* entry = 0; local
1081 entry = m_pSymIndexMap->insert(*symbol, sym_exist);
1082 entry->setValue(symIdx);
1120 // set pointer to SONAME entry i
1515 HashTableType::iterator entry = m_pSymIndexMap->find(const_cast<LDSymbol *>(pSymbol)); local
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp629 struct dirent* entry; local
630 while ((entry=readdir(dirp)) != NULL) {
631 const char* p = entry->d_name;
639 int pid = strtol(entry->d_name, &end, 10);
640 //ALOGI("File %s pid=%d\n", entry->d_name, pid);
H A Dandroid_util_AssetManager.cpp746 const ResTable::bag_entry* entry = NULL; local
748 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags);
751 if (((uint32_t)bagEntryId) == entry->map.name.ident) {
752 block = entry->stringBlock;
753 value = entry->map.value;
755 entry++;
/frameworks/base/media/java/android/media/
H A DAudioService.java1422 Map.Entry entry = (Map.Entry)i.next();
1423 if ((Integer)entry.getValue() == 0) {
1424 entry.setValue(10);
2941 Map.Entry entry = (Map.Entry)i.next();
2942 int device = ((Integer)entry.getKey()).intValue();
2947 index = ((Integer)entry.getValue() + 5)/10;
2996 // there is always an entry for AudioSystem.DEVICE_OUT_DEFAULT
3015 Map.Entry entry = (Map.Entry)i.next();
3016 entry.setValue(index);
3022 Map.Entry entry
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h93 const std::string& entry() const function in class:mcld::GeneralOptions
/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/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1406 // status and remove the in-flight entry if all result data has been
1487 camera_metadata_entry entry = local
1489 if (entry.count == 0) {
1492 } else if (timestamp != entry.data.i64[0]) {
1495 frameNumber, timestamp, entry.data.i64[0]);
2046 // must have an entry now.
2142 camera_metadata_entry entry = metadata.find(tag); local
2144 if (entry.count > 0) {
2146 * Already has an entry for this trigger in the request.
2151 oldTrigger.entryValue = entry
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java600 NetworkStats.Entry entry = null;
602 entry = networkLayer.getValues(i, entry);
603 entry.iface = IFACE_ALL;
604 dataLayer.combineValues(entry);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java2350 for (Map.Entry<String, ArrayList<UpdateRecord>> entry : mRecordsByProvider.entrySet()) {
2351 pw.println(" " + entry.getKey() + ":");
2352 for (UpdateRecord record : entry.getValue()) {
2357 for (Map.Entry<String, Location> entry : mLastLocation.entrySet()) {
2358 String provider = entry.getKey();
2359 Location location = entry.getValue();
2364 for (Map.Entry<String, Location> entry : mLastLocationCoarseInterval.entrySet()) {
2365 String provider = entry.getKey();
2366 Location location = entry.getValue();
/frameworks/base/core/java/android/content/res/
H A DResources.java232 * entry. The value 0 is an invalid identifier.
259 * entry. The value 0 is an invalid identifier.
322 * entry. The value 0 is an invalid identifier.
348 * entry. The value 0 is an invalid identifier.
377 * entry. The value 0 is an invalid identifier.
404 * entry. The value 0 is an invalid identifier.
424 * entry. The value 0 is an invalid identifier.
441 * entry. The value 0 is an invalid identifier.
461 * entry. The value 0 is an invalid identifier.
481 * entry
[all...]

Completed in 4104 milliseconds

1234567891011