Searched refs:remain (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/binder/
H A DDebug.cpp210 long remain = length; local
232 if (remain-- > 0) {
241 if (remain > 0) {
253 remain--;
262 remain = length;
267 if (remain-- > 0) {
278 if (remain > 0) *c++ = ',';
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp616 String8 remain = path; local
619 while (name = remain.walkPath(&remain), remain != "") {
910 String8 root, remain(filePath), partialPath;
911 while (remain.length() > 0) {
912 root = remain.walkPath(&remain);
917 if (remain.length() == 0) {
1249 String8 remain; local
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h45 struct timespec *remain);
H A DHWComposer_hwc1.h37 struct timespec *remain);
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java662 final int remain = LAST - idx;
663 if (remain > 0) {
664 System.arraycopy(array, idx+1, array, idx, remain);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 457 milliseconds