/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 169 ExifInterface ei = new ExifInterface(); in loadInBackground() local 170 if (readExif(ei)) { in loadInBackground() 171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in loadInBackground() 219 public abstract boolean readExif(ExifInterface ei); in readExif() argument 244 public boolean readExif(ExifInterface ei) { in readExif() argument 246 ei.readExif(mPath); in readExif() 301 public boolean readExif(ExifInterface ei) { in readExif() argument 305 ei.readExif(is); in readExif() 353 public boolean readExif(ExifInterface ei) { in readExif() argument 356 ei.readExif(is); in readExif()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 746 final EditorInfo ei = getCurrentInputEditorInfo(); 748 if (ei != null && ic != null) { 749 if (ei.actionId != 0) { 750 ic.performEditorAction(ei.actionId); 751 } else if ((ei.imeOptions & EditorInfo.IME_MASK_ACTION) != EditorInfo.IME_ACTION_NONE) { 752 ic.performEditorAction(ei.imeOptions & EditorInfo.IME_MASK_ACTION); 3933 EditorInfo ei = getCurrentInputEditorInfo(); 3934 if (ei != null && 3935 (!fromEnterKey || (ei.imeOptions & 3937 (ei.imeOptions & EditorInfo.IME_MASK_ACTION) != [all …]
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2242 int32_t ei = c->getEntryIndex(); in getResId() local 2243 if (ei < 0) return 0; in getResId() 2246 getResId(p, t, ei)); in getResId() 2389 int32_t ei = c->getEntryIndex(); in getCustomResource() local 2390 if (ei < 0) return 0; in getCustomResource() 2391 return getResId(p, t, ei); in getCustomResource() 2616 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local 2617 sp<Entry> e = c->getEntries().valueAt(ei); in assignResourceIds() 2664 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local 2665 sp<ConfigList> c = t->getOrderedConfigs().itemAt(ei); in assignResourceIds() [all …]
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 798 ei = FeatureInfo(feature) 799 self.addElementInfo(feature, ei, 'extension', self.extdict) 1035 ei = self.extdict[key] 1036 extName = ei.name 1043 pat = '^(' + ei.elem.get('supported') + ')$' 1070 ei.emit = True 1071 features.append(ei)
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 279 ExifInterface ei = new ExifInterface(); in getRotationFromExifHelper() local 284 ei.readExif(path); in getRotationFromExifHelper() 288 ei.readExif(bis); in getRotationFromExifHelper() 292 ei.readExif(bis); in getRotationFromExifHelper() 294 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in getRotationFromExifHelper()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 451 size_t ei = endIndex % WIDTH; // End index in end element in any() local 454 size_t nBits = se == ee ? ei - si : WIDTH - si; in any() 468 if (ei > 0 && se <= ee) { in any() 470 Element mask = (1 << ei) - 1; in any()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | LoadedArsc.h | 148 iterator(const LoadedPackage* lp, size_t ti, size_t ei);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5250 const base::expected<size_t, NullOrIOError> ei = in findEntry() local 5252 if (!ei.has_value()) { in findEntry() 5267 if (entry->key() == (size_t) *ei) { in findEntry() 7361 for (auto ei = ti->second.cbegin(); ei != ti->second.cend(); ++ei) { in IdmapMatchingResources() local 7362 assert(lastSeen == 0xffffffff || lastSeen < ei->first); in IdmapMatchingResources() 7363 mEntryPadding[ei->first] = (lastSeen == 0xffffffff) ? 0 : ei->first - lastSeen - 1; in IdmapMatchingResources() 7364 lastSeen = ei->first; in IdmapMatchingResources() 7365 totalEntries += 1 + mEntryPadding[ei->first]; in IdmapMatchingResources() 7519 auto ei = ti->second.cbegin(); in createIdmap() local 7520 *typeData++ = htods(Res_GETTYPE(ei->first) + 1); // write: target type id in createIdmap() [all …]
|
D | LoadedArsc.cpp | 209 LoadedPackage::iterator::iterator(const LoadedPackage* lp, size_t ti, size_t ei) in iterator() argument 212 entryIndex_(ei), in iterator()
|
/frameworks/base/core/res/geoid_map_assets/ |
D | expiration-distance-disk-tile-9.textpb | 2 …^~\275*\321}m\363SB\346)\222$9\006\313eM]I\333\206\276]gq;\016\213I\265\232ei\257Wk.\215\a\265\332…
|
D | geoid-height-disk-tile-1.textpb | 2 …\253\010*x\3235n\030\371\025u\"\300\246I\362\232\221$\014\005Y\204\221W\003ei\303\024\216\231\025V…
|
D | geoid-height-disk-tile-3.textpb | 2 …252k\346\033\210\375\2532\3610\246\260\356\243\353YS\307\212\241*\363P2\324ei\215\021=\252{V1\214z…
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | audio | 141 …oiU�j�Fn#H) ���G�^���k������_~}5�-��� f�f!�/Ԁ�@���ϱ�fv�i�ĦZ�řei,�غ��Y��8AX=Ό�X�� ]
|
D | master_playlist | 163 …oiU�j�Fn#H) ���G�^���k������_~}5�-��� f�f!�/Ԁ�@���ϱ�fv�i�ĦZ�řei,�غ��Y��8AX=Ό�X�� ]
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |