Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListWithHeaders.java49 Button footer = new Button(this); in onCreate() local
50 footer.setText("Footer View"); in onCreate()
51 listView.addFooterView(footer); in onCreate()
/frameworks/base/libs/androidfw/
DObbFile.cpp136 char footer[kFooterTagSize]; in parseObbFile() local
137 actual = TEMP_FAILURE_RETRY(read(fd, footer, kFooterTagSize)); in parseObbFile()
143 unsigned int fileSig = get4LE((unsigned char*)footer + sizeof(int32_t)); in parseObbFile()
150 footerSize = get4LE((unsigned char*)footer); in parseObbFile()
/frameworks/base/core/java/android/os/
DRecoverySystem.java186 byte[] footer = new byte[6]; in verifyPackage()
187 raf.readFully(footer); in verifyPackage()
189 if (footer[2] != (byte)0xff || footer[3] != (byte)0xff) { in verifyPackage()
193 final int commentSize = (footer[4] & 0xff) | ((footer[5] & 0xff) << 8); in verifyPackage()
194 final int signatureStart = (footer[0] & 0xff) | ((footer[1] & 0xff) << 8); in verifyPackage()
/frameworks/base/core/java/android/util/apk/
DApkSignatureSchemeV2Verifier.java876 ByteBuffer footer = ByteBuffer.allocate(24); in findApkSigningBlock() local
877 footer.order(ByteOrder.LITTLE_ENDIAN); in findApkSigningBlock()
878 apk.seek(centralDirOffset - footer.capacity()); in findApkSigningBlock()
879 apk.readFully(footer.array(), footer.arrayOffset(), footer.capacity()); in findApkSigningBlock()
880 if ((footer.getLong(8) != APK_SIG_BLOCK_MAGIC_LO) in findApkSigningBlock()
881 || (footer.getLong(16) != APK_SIG_BLOCK_MAGIC_HI)) { in findApkSigningBlock()
886 long apkSigBlockSizeInFooter = footer.getLong(0); in findApkSigningBlock()
887 if ((apkSigBlockSizeInFooter < footer.capacity()) in findApkSigningBlock()
/frameworks/native/docs/
DMakefile11 HTML_HEADER=header.jd HTML_FOOTER=footer.jd HTML_OUTPUT=jd doxygen
/frameworks/base/docs/html/design/patterns/
Dindex.jd2 footer.hide=1
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp306 struct camera3_jpeg_blob footer = { in produceFrame() local
311 size_t totalJpegSize = bufferLength + sizeof(footer); in produceFrame()
328 memcpy(img + totalSizeBytes - sizeof(footer), &footer, sizeof(footer)); in produceFrame()
/frameworks/base/docs/html/design/style/
Dindex.jd3 footer.hide=1
/frameworks/base/docs/html/design/
Ddevices.jd3 footer.hide=1
Dindex.jd7 footer.hide=1
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp124 uint32_t footer = (mNextIfd != NULL) ? offset + getSize() : 0; in writeData() local
125 BAIL_ON_FAIL(out->write(&footer, 0, 1), ret); in writeData()
/frameworks/base/docs/html/work/
Dindex.jd7 footer.hide=1
/frameworks/base/docs/html/ndk/
Dindex.jd7 footer.hide=1
/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd3 footer.hide=1
/frameworks/base/docs/html/topic/instant-apps/
Dfaqs.jd3 footer.hide=true
/frameworks/base/docs/html/about/versions/marshmallow/
Dindex.jd8 footer.hide=1
/frameworks/native/vulkan/api/templates/
Dasciidoc.tmpl146 Emits an AsciiDoc source footer.
/frameworks/base/docs/html/tv/
Dindex.jd15 .fullpage>#footer,
16 #jd-content>.content-footer.wrap {
/frameworks/base/docs/html/
Dlegal.jd33 must include footer attribution in your communications: "Android is a trademark of Google Inc."</p>
128 <!-- layout div, so auto-gen footer sits correctly; do not remove -->
/frameworks/base/docs/html/google/
Dindex.jd6 footer.hide=1
/frameworks/base/docs/html-intl/intl/ru/preview/
Dindex.jd7 footer.hide=1
/frameworks/base/docs/html-intl/intl/zh-tw/preview/
Dindex.jd7 footer.hide=1
/frameworks/base/docs/html/wear/preview/
Dindex.jd7 footer.hide=1
/frameworks/base/docs/html-intl/intl/zh-cn/preview/
Dindex.jd7 footer.hide=1
/frameworks/base/docs/html-intl/intl/ko/preview/
Dindex.jd7 footer.hide=1

12