Home
last modified time | relevance | path

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

1234567

/frameworks/native/libs/binder/
DDebug.cpp211 long 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/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java662 String remain = cpDo.parse(refDo.value, false); in parseRefArdo() local
664 || remain.isEmpty() || !remain.startsWith(TAG_DEVICE_APP_ID_REF_DO)) { in parseRefArdo()
667 tmp = deviceDo.parse(remain, false); in parseRefArdo()
690 String remain = arDo.value; in parseRefArdo() local
691 while (!remain.isEmpty() && !remain.startsWith(TAG_PERM_AR_DO)) { in parseRefArdo()
692 TLV tmpDo = new TLV(remain.substring(0, 2)); in parseRefArdo()
693 remain = tmpDo.parse(remain, false); in parseRefArdo()
695 if (remain.isEmpty()) { in parseRefArdo()
699 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()
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp540 const auto remain = buffer->size() - fullBlocks * INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs() local
541 if (remain && eof) { in flashToIncFs()
547 .dataSize = static_cast<uint16_t>(remain), in flashToIncFs()
551 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.java642 final int remain = caps & ~(PROCESS_CAPABILITY_FOREGROUND_LOCATION in printCapabilitiesFull() local
645 if (remain != 0) { in printCapabilitiesFull()
647 pw.print(remain); in printCapabilitiesFull()
/frameworks/av/media/codec2/components/amr_nb_wb/
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/base/libs/hwui/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/native/cmds/cmd/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/native/cmds/rawbu/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/dpm/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/app_process/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/bmgr/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/telecom/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md115 The layers that are visible at the end of the trace will remain on screen until the program
/frameworks/av/media/libstagefright/codecs/mp3dec/
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/base/cmds/bu/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libeffects/lvm/wrapper/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/codec2/components/aac/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/extractors/mkv/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/InputDevices/
DNOTICE57 of this License, Derivative Works shall not include works that remain

1234567