Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 160) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/util/
DFastDataInput.java73 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/
DDebug.cpp228 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/
DUiccCarrierPrivilegeRules.java674 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/
DAaptAssets.cpp617 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()
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/
DOWNERS1 # This top-level list should remain narrowly defined as team leads; individual
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp529 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/
DIntentResolver.java700 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/
DREADME.md135 that remain unchanged. For example, if there are two events sent to the driver,
/frameworks/base/core/java/android/app/
DActivityManager.java680 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/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/drm/libdrmframework/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/appwidget/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/pm/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/id3/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/codec2/components/g711/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/g711/dec/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/data/fonts/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libeffects/loudness/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/codecs/amrwb/enc/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/common/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/ExtShared/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/flac/dec/
DNOTICE57 of this License, Derivative Works shall not include works that remain

1234567