Searched refs:rest (Results 1 – 20 of 20) sorted by relevance
149 int rest = bufferSize - bufferIndex; in write() local150 appendToBuffer(buf, off, rest); in write()153 off += rest; in write()154 len -= rest; in write()203 int rest = bufferSize - bufferIndex; in write() local204 appendToBuffer(s, off, rest); in write()207 off += rest; in write()208 len -= rest; in write()275 int rest = bufferIndex - i; in removeFromBuffer() local276 if (rest > 0) { in removeFromBuffer()[all …]
32 // True if the device is thought to be at rest on a wireless charger.34 // The gravity vector most recently observed while at rest.35 VectorProto rest = 3; field40 // True if the rest position should be updated if at rest.44 // The number of samples collected that showed evidence of not being at rest.
36 public static <T> T[] concatAll(T[] first, T[]... rest) { in concatAll() argument38 for (T[] array : rest) { in concatAll()43 for (T[] array : rest) { in concatAll()
172 final String rest; in applyImports() local175 rest = null; in applyImports()178 rest = className.substring(dotIndex); // includes dot in applyImports()183 result = rest == null ? expandedQualifier : expandedQualifier + rest; in applyImports()
109 public Standard(int first, int rest) { in Standard() argument111 mRest = rest; in Standard()
258 string rest, compressedRest; in mangleType() local259 if (!mangleType(vectorSize, tokens, previousManglings, &rest, &compressedRest)) { in mangleType()262 *mangling = delta + rest; in mangleType()
225 If loading from a matrix and the source is smaller than the destination, the rest
54 char* rest = (end != -1) ? (start + end) : (start + tagNames.size()); in parseTagsToMonitor() local55 tagNames = String8::format("%s%s%s", start, k3aTags, rest); in parseTagsToMonitor()
44 // Assume the rest of the structure is vectors.
371 int rest = ((int) ((n - midDigit) >>> 1)) * 0xCCCCCCCD; local372 cursor = intIntoCharArray(buf, cursor, rest);
851 String rest = line.substring(arrowAt + 3)853 int spaceAt = rest.indexOf(' ');854 String end = spaceAt > 0 ? rest.substring(0, spaceAt) : rest;855 rest = spaceAt > 0 ? rest.substring(spaceAt + 1) : "";859 for (String setting: rest.split(" +")) {
117 # if cmd is not 'runtest', just take the rest of the args
1190 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1191 rest.putString("KEY_STRING", "Foo1"); in testSetGetApplicationRestriction()1192 dpm.setApplicationRestrictions(admin1, "pkg1", rest); in testSetGetApplicationRestriction()1196 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1197 rest.putString("KEY_STRING", "Foo2"); in testSetGetApplicationRestriction()1198 dpm.setApplicationRestrictions(admin1, "pkg2", rest); in testSetGetApplicationRestriction()1415 Bundle rest = new Bundle(); in testApplicationRestrictionsManagingApp() local1416 rest.putString("KEY_STRING", "Foo1"); in testApplicationRestrictionsManagingApp()1418 dpm.setApplicationRestrictions(null, "pkg1", rest); in testApplicationRestrictionsManagingApp()1458 dpm.setApplicationRestrictions(null, "pkg1", rest); in testApplicationRestrictionsManagingApp()[all …]
461 String rest = cooked[2].substring(index); in handleNativeEvent() local462 String type = rest.replace(".local.", ""); in handleNativeEvent()
233 - **Running** - The worker is running again and finishing the rest of its work.
204 replacement version of Paint which will be used by the rest of the Android stack. The replacement
228 * If loading from a matrix and the source is smaller than the destination, the rest
403 be a consequence of the rest of this License.
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...