Searched defs:rest (Results 1 – 11 of 11) sorted by relevance
149 int rest = bufferSize - bufferIndex; in write() local203 int rest = bufferSize - bufferIndex; in write() local275 int rest = bufferIndex - i; in removeFromBuffer() local
40 optional VectorProto rest = 3; field
155 Animator rest = ViewAnimationUtils in animateOpen() local192 Animator rest = ViewAnimationUtils in animateOpen() local
93 const char** varargs(const char* first, va_list rest) { in varargs()
109 public Standard(int first, int rest) { in Standard()
57 char* rest = (end != -1) ? (start + end) : (start + tagNames.size()); in parseTagsToMonitor() local
259 string rest, compressedRest; in mangleType() local
1322 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1328 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1540 final Bundle rest = new Bundle(); in testApplicationRestrictionsManagingApp() local
458 String rest = cooked[2].substring(index); in handleNativeEvent() local
107 StringPiece rest = json.substr(split); in RunTest() local
55 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v()