Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 162) 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.java637 String remain = cpDo.parse(refDo.value, false); in parseRefArdo() local
639 || remain.isEmpty() || !remain.startsWith(TAG_DEVICE_APP_ID_REF_DO)) { in parseRefArdo()
642 tmp = deviceDo.parse(remain, false); in parseRefArdo()
665 String remain = arDo.value; in parseRefArdo() local
666 while (!remain.isEmpty() && !remain.startsWith(TAG_PERM_AR_DO)) { in parseRefArdo()
667 TLV tmpDo = new TLV(remain.substring(0, 2)); in parseRefArdo()
668 remain = tmpDo.parse(remain, false); in parseRefArdo()
670 if (remain.isEmpty()) { in parseRefArdo()
674 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/java/com/android/server/
DIntentResolver.java696 final int remain = LAST - idx; in remove_all_objects() local
697 if (remain > 0) { in remove_all_objects()
698 System.arraycopy(array, idx+1, array, idx, remain); in remove_all_objects()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto115 // must remain string or message fields to make the test valid.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc1731 #define GET_INPUT(label, remain) \ in Base64UnescapeInternal() argument
1737 if (ascii_isspace(ch) && szsrc >= remain) \ in Base64UnescapeInternal()
1739 state = 4 - remain; \ in Base64UnescapeInternal()
/frameworks/base/cmds/hid/
DREADME.md130 that remain unchanged. For example, if there are two events sent to the driver,
/frameworks/av/drm/libdrmframework/plugins/passthru/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/vr/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/mediaserver/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/native/libs/binder/ndk/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/SettingsProvider/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/requestsync/
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
/frameworks/av/media/libstagefright/omx/tests/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/cmds/stagefright/
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/services/audioflinger/
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/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
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/native/libs/nativebase/
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/av/media/codec2/components/gsm/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/core/res/
DNOTICE57 of this License, Derivative Works shall not include works that remain

1234567