Home
last modified time | relevance | path

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

1234567

/frameworks/native/libs/binder/
DDebug.cpp211 long remain = length; in printHexData() local
233 if (remain-- > 0) { in printHexData()
242 if (remain > 0) { in printHexData()
254 remain--; in printHexData()
263 remain = length; in printHexData()
268 if (remain-- > 0) { in printHexData()
279 if (remain > 0) *c++ = ','; in printHexData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java611 String remain = cpDo.parse(refDo.value, false); in parseRefArdo() local
613 || remain.isEmpty() || !remain.startsWith(TAG_DEVICE_APP_ID_REF_DO)) { in parseRefArdo()
616 tmp = deviceDo.parse(remain, false); in parseRefArdo()
639 String remain = arDo.value; in parseRefArdo() local
640 while (!remain.isEmpty() && !remain.startsWith(TAG_PERM_AR_DO)) { in parseRefArdo()
641 TLV tmpDo = new TLV(remain.substring(0, 2)); in parseRefArdo()
642 remain = tmpDo.parse(remain, false); in parseRefArdo()
644 if (remain.isEmpty()) { in parseRefArdo()
648 permDo.parse(remain, true); in parseRefArdo()
/frameworks/base/tools/aapt/
DAaptAssets.cpp616 String8 remain = path; in makeDir() local
619 while (name = remain.walkPath(&remain), remain != "") { in makeDir()
910 String8 root, remain(filePath), partialPath; in addFile() local
911 while (remain.length() > 0) { in addFile()
912 root = remain.walkPath(&remain); in addFile()
917 if (remain.length() == 0) { in addFile()
1249 String8 remain; in slurpResourceZip() local
1250 if (entryName.walkPath(&remain) == kResourceDir) { in slurpResourceZip()
1252 kind.initFromDirName(remain.walkPath().string(), &resType); in slurpResourceZip()
/frameworks/support/core/ktx/src/androidTest/
Dfont_licenses.txt25 requirement for fonts to remain under this license does not apply
77 remain under this license does not apply to any document created
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h42 struct timespec *remain);
DHWComposer_hwc1.h39 struct timespec *remain);
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java697 final int remain = LAST - idx; in remove_all_objects() local
698 if (remain > 0) { in remove_all_objects()
699 System.arraycopy(array, idx+1, array, idx, remain); in remove_all_objects()
/frameworks/base/cmds/hid/
DREADME.md130 that remain unchanged. For example, if there are two events sent to the driver,
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/support/
DLICENSE.txt45 of this License, Derivative Works shall not include works that remain
/frameworks/support/lifecycle/compiler/src/main/resources/
DNOTICE.txt50 of this License, Derivative Works shall not include works that remain
287 of this License, Derivative Works shall not include works that remain
497 of this License, Derivative Works shall not include works that remain
707 of this License, Derivative Works shall not include works that remain
917 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/base/cmds/am/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/backup/
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/base/cmds/media/
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/base/cmds/wm/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/omx/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/libs/storage/
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/services/camera/libcameraservice/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/FusedLocation/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/keystore/
DNOTICE57 of this License, Derivative Works shall not include works that remain

1234567