Searched defs:map (Results 126 - 129 of 129) sorted by relevance

123456

/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java5711 private boolean isThumbnail(HashMap map) throws IOException { argument
5712 ExifAttribute imageLengthAttribute = (ExifAttribute) map.get(TAG_IMAGE_LENGTH);
5713 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp307 ALOGE("idmap: invalid type map (%u -> %u)", targetTypeId, overlayTypeId);
3694 const uint32_t attrRes = bag->map.name.ident;
3746 attrRes, bag->map.value.dataType, bag->map.value.data,
3753 curEntry->value = bag->map.value;
4573 ALOGI("Found map: size=%x parent=%x count=%d\n", entrySize, parent, count);
4575 // If this map inherits from another, we need to start
4633 const ResTable_map* map; local
4651 map = (const ResTable_map*)(((const uint8_t*)entry.type) + curOff);
4654 uint32_t newName = htodl(map
7053 KeyedVector<uint8_t, IdmapTypeMap> map; local
7207 const uint32_t* map = (const uint32_t*)idmap; local
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1685 * Stores a map of process name -> agent string. When a process is started and mAgentAppMap
1686 * is not null, this map is checked and the mapped agent installed during bind-time. Note:
3487 private static void addServiceToMap(ArrayMap<String, IBinder> map, String name) { argument
3490 map.put(name, service);
4211 checkTime(startTime, "startProcess: removing from pids map");
4216 checkTime(startTime, "startProcess: done removing from pids map");
4585 checkTime(app.startTime, "startProcess: starting to update pids map");
4607 checkTime(app.startTime, "startProcess: done updating pids map");
13646 // Limit the size of the map, to avoid OOMEs.
13647 Slog.e(TAG, "App agent map ha
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 140 milliseconds

123456