Searched refs:footer (Results 1 – 25 of 44) sorted by relevance
12
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListWithHeaders.java | 49 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/ |
D | ObbFile.cpp | 136 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/ |
D | RecoverySystem.java | 186 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/ |
D | ApkSignatureSchemeV2Verifier.java | 876 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/ |
D | Makefile | 11 HTML_HEADER=header.jd HTML_FOOTER=footer.jd HTML_OUTPUT=jd doxygen
|
/frameworks/base/docs/html/design/patterns/ |
D | index.jd | 2 footer.hide=1
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 306 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/ |
D | index.jd | 3 footer.hide=1
|
/frameworks/base/docs/html/design/ |
D | devices.jd | 3 footer.hide=1
|
D | index.jd | 7 footer.hide=1
|
/frameworks/av/media/img_utils/src/ |
D | TiffIfd.cpp | 124 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/ |
D | index.jd | 7 footer.hide=1
|
/frameworks/base/docs/html/ndk/ |
D | index.jd | 7 footer.hide=1
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 3 footer.hide=1
|
/frameworks/base/docs/html/topic/instant-apps/ |
D | faqs.jd | 3 footer.hide=true
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | index.jd | 8 footer.hide=1
|
/frameworks/native/vulkan/api/templates/ |
D | asciidoc.tmpl | 146 Emits an AsciiDoc source footer.
|
/frameworks/base/docs/html/tv/ |
D | index.jd | 15 .fullpage>#footer, 16 #jd-content>.content-footer.wrap {
|
/frameworks/base/docs/html/ |
D | legal.jd | 33 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/ |
D | index.jd | 6 footer.hide=1
|
/frameworks/base/docs/html-intl/intl/ru/preview/ |
D | index.jd | 7 footer.hide=1
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/ |
D | index.jd | 7 footer.hide=1
|
/frameworks/base/docs/html/wear/preview/ |
D | index.jd | 7 footer.hide=1
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | index.jd | 7 footer.hide=1
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | index.jd | 7 footer.hide=1
|
12