/frameworks/native/libs/binder/ |
D | Debug.cpp | 211 ssize_t remain = length; in printHexData() local 225 if (remain > 0 && (size_t)remain <= align_offset) { in printHexData() 226 align_offset = remain - 1; in printHexData() 237 if (remain-- > 0) { in printHexData() 246 if (remain > 0) { in printHexData() 258 remain--; in printHexData() 267 remain = length; in printHexData() 272 if (remain-- > 0) { in printHexData() 283 if (remain > 0) *c++ = ','; in printHexData()
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | FastDataInput.java | 109 final int remain = mBufferLim - mBufferPos; in fill() local 110 System.arraycopy(mBuffer, mBufferPos, mBuffer, 0, remain); in fill() 112 mBufferLim = remain; in fill() 113 need -= remain; in fill() 146 final int remain = mBufferLim - mBufferPos; in readFully() local 147 System.arraycopy(mBuffer, mBufferPos, b, off, remain); in readFully() 148 mBufferPos += remain; in readFully() 149 off += remain; in readFully() 150 len -= remain; in readFully()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCarrierPrivilegeRules.java | 625 String remain = cpDo.parse(refDo.value, false); in parseRefArdo() local 627 || remain.isEmpty() || !remain.startsWith(TAG_DEVICE_APP_ID_REF_DO)) { in parseRefArdo() 630 tmp = deviceDo.parse(remain, false); in parseRefArdo() 653 String remain = arDo.value; in parseRefArdo() local 654 while (!remain.isEmpty() && !remain.startsWith(TAG_PERM_AR_DO)) { in parseRefArdo() 655 TLV tmpDo = new TLV(remain.substring(0, 2)); in parseRefArdo() 656 remain = tmpDo.parse(remain, false); in parseRefArdo() 658 if (remain.isEmpty()) { in parseRefArdo() 662 permDo.parse(remain, true); in parseRefArdo()
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 617 String8 remain = path; in makeDir() local 620 while (name = walkPath(remain, &remain), remain != "") { in makeDir() 911 String8 root, remain(filePath), partialPath; in addFile() local 912 while (remain.length() > 0) { in addFile() 913 root = walkPath(remain, &remain); in addFile() 918 if (remain.length() == 0) { in addFile() 1250 String8 remain; in slurpResourceZip() local 1251 if (walkPath(entryName, &remain) == kResourceDir) { in slurpResourceZip() 1253 kind.initFromDirName(walkPath(remain).c_str(), &resType); in slurpResourceZip()
|
/frameworks/base/ravenwood/ |
D | README.md | 16 …ing available to tests. When an API hasn’t opted-in, the API signatures remain available for test… 20 * **APIs supported under Ravenwood are tested to remain consistent with physical devices.** As tea…
|
D | api-maintainers.md | 11 …dding the bivalent tests to relevant `TEST_MAPPING` files to ensure they remain consistently passi…
|
/frameworks/base/ |
D | OWNERS | 1 # This top-level list should remain narrowly defined as team leads; individual
|
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 527 const auto remain = buffer->size() - fullBlocks * INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs() local 528 if (remain && eof) { in flashToIncFs() 534 .dataSize = static_cast<uint16_t>(remain), in flashToIncFs() 538 consumed += remain; in flashToIncFs()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 695 final int remain = LAST - idx; in remove_all_objects() local 696 if (remain > 0) { in remove_all_objects() 697 System.arraycopy(array, idx+1, array, idx, remain); in remove_all_objects()
|
/frameworks/base/cmds/hid/ |
D | README.md | 135 that remain unchanged. For example, if there are two events sent to the driver,
|
/frameworks/base/api/ |
D | ApiDocs.bp | 35 // They remain unsuppressed/active in the "main" stubs build (the jar stubs).
|
/frameworks/av/media/codec2/components/g711/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/media/jni/soundpool/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/module/service.mediatranscoding/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/cmds/abx/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/packages/WAPPushManager/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/packages/PrintRecommendationService/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/cmds/sm/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/module/extractors/ogg/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/codec2/components/mp3/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/cmds/appwidget/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/drm/drmserver/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|