Home
last modified time | relevance | path

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

1234567

/frameworks/native/libs/binder/
DDebug.cpp211 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/
DFastDataInput.java109 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/
DUiccCarrierPrivilegeRules.java625 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/
DAaptAssets.cpp617 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/
DREADME.md16 …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…
Dapi-maintainers.md11 …dding the bivalent tests to relevant `TEST_MAPPING` files to ensure they remain consistently passi…
/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.cpp527 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/
DIntentResolver.java695 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/
DREADME.md135 that remain unchanged. For example, if there are two events sent to the driver,
/frameworks/base/api/
DApiDocs.bp35 // They remain unsuppressed/active in the "main" stubs build (the jar stubs).
/frameworks/av/media/codec2/components/g711/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/media/jni/soundpool/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/module/service.mediatranscoding/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/abx/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/WAPPushManager/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/PrintRecommendationService/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/sm/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/flac/dec/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/module/extractors/ogg/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/codec2/components/mp3/
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/drm/drmserver/
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/codec2/components/mpeg4_h263/
DNOTICE57 of this License, Derivative Works shall not include works that remain

1234567