/frameworks/base/core/java/com/android/internal/util/ |
D | FastDataInput.java | 73 final int remain = mBufferLim - mBufferPos; in fill() local 74 System.arraycopy(mBuffer, mBufferPos, mBuffer, 0, remain); in fill() 76 mBufferLim = remain; in fill() 77 need -= remain; in fill() 109 final int remain = mBufferLim - mBufferPos; in readFully() local 110 System.arraycopy(mBuffer, mBufferPos, b, off, remain); in readFully() 111 mBufferPos += remain; in readFully() 112 off += remain; in readFully() 113 len -= remain; in readFully()
|
/frameworks/native/libs/binder/ |
D | Debug.cpp | 228 ssize_t remain = length; in printHexData() local 242 if (remain > 0 && (size_t)remain <= align_offset) { in printHexData() 243 align_offset = remain - 1; in printHexData() 254 if (remain-- > 0) { in printHexData() 263 if (remain > 0) { in printHexData() 275 remain--; in printHexData() 284 remain = length; in printHexData() 289 if (remain-- > 0) { in printHexData() 300 if (remain > 0) *c++ = ','; in printHexData()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCarrierPrivilegeRules.java | 674 String remain = cpDo.parse(refDo.value, false); in parseRefArdo() local 676 || remain.isEmpty() || !remain.startsWith(TAG_DEVICE_APP_ID_REF_DO)) { in parseRefArdo() 679 tmp = deviceDo.parse(remain, false); in parseRefArdo() 702 String remain = arDo.value; in parseRefArdo() local 703 while (!remain.isEmpty() && !remain.startsWith(TAG_PERM_AR_DO)) { in parseRefArdo() 704 TLV tmpDo = new TLV(remain.substring(0, 2)); in parseRefArdo() 705 remain = tmpDo.parse(remain, false); in parseRefArdo() 707 if (remain.isEmpty()) { in parseRefArdo() 711 permDo.parse(remain, true); in parseRefArdo()
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 617 String8 remain = path; in makeDir() local 620 while (name = remain.walkPath(&remain), remain != "") { in makeDir() 911 String8 root, remain(filePath), partialPath; in addFile() local 912 while (remain.length() > 0) { in addFile() 913 root = remain.walkPath(&remain); in addFile() 918 if (remain.length() == 0) { in addFile() 1250 String8 remain; in slurpResourceZip() local 1251 if (entryName.walkPath(&remain) == kResourceDir) { in slurpResourceZip() 1253 kind.initFromDirName(remain.walkPath().string(), &resType); in slurpResourceZip()
|
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/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 | 529 const auto remain = buffer->size() - fullBlocks * INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs() local 530 if (remain && eof) { in flashToIncFs() 536 .dataSize = static_cast<uint16_t>(remain), in flashToIncFs() 540 consumed += remain; in flashToIncFs()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 700 final int remain = LAST - idx; in remove_all_objects() local 701 if (remain > 0) { in remove_all_objects() 702 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/core/java/android/app/ |
D | ActivityManager.java | 680 final int remain = caps & ~(PROCESS_CAPABILITY_FOREGROUND_LOCATION in printCapabilitiesFull() local 684 if (remain != 0) { in printCapabilitiesFull() 686 pw.print(remain); in printCapabilitiesFull()
|
/frameworks/av/media/libstagefright/foundation/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/drm/libdrmframework/ |
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/media/libstagefright/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/cmds/pm/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/libstagefright/id3/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/codec2/components/g711/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/data/fonts/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/libeffects/loudness/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/codecs/amrwb/enc/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|
/frameworks/base/packages/ExtShared/ |
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/libstagefright/flac/dec/ |
D | NOTICE | 57 of this License, Derivative Works shall not include works that remain
|