Searched refs:stops (Results 1 – 14 of 14) sorted by relevance
39 std::vector<int> stops; in stridedSliceGeneric() local58 stops.emplace_back(end); in stridedSliceGeneric()64 stops.emplace_back(1); in stridedSliceGeneric()77 starts, stops, strides, in stridedSliceGeneric()85 starts, stops, strides, in stridedSliceGeneric()
58 @NonNull @ColorInt int colors[], @Nullable float stops[], in RadialGradient() argument66 if (stops != null && colors.length != stops.length) { in RadialGradient()74 mPositions = stops != null ? stops.clone() : null; in RadialGradient()
28 public TabStops(@Nullable int[] stops, int defaultTabWidth) { in TabStops() argument30 mStops = stops; in TabStops()
56 TabStops(const int32_t* stops, size_t nStops, int32_t tabWidth) in TabStops() argument57 : mStops(stops), mStopsSize(nStops), mTabWidth(tabWidth) {} in TabStops()
2140 int[] stops = this.mStops;2143 if (stops == null) {2144 stops = new int[10];2145 } else if (ns == stops.length) {2148 nstops[i] = stops[i];2150 stops = nstops;2152 stops[ns++] = ((TabStopSpan) o).getTabStop();2156 Arrays.sort(stops, 0, ns);2158 if (stops != this.mStops) {2159 this.mStops = stops;[all …]
733 int[] stops = new int[spans.length]; in generate()735 stops[i] = spans[i].getTabStop(); in generate()737 Arrays.sort(stops, 0, stops.length); in generate()738 variableTabStops = stops; in generate()
469 std::vector<SecureStop> stops; in getSecureStops() local478 stops.push_back(stop); in getSecureStops()480 _hidl_cb(Status::OK, stops); in getSecureStops()
2062 final ArrayList<ActivityRecord> stops = processStoppingActivitiesLocked(r, in activityIdleInternalLocked() local2064 NS = stops != null ? stops.size() : 0; in activityIdleInternalLocked()2078 r = stops.get(i); in activityIdleInternalLocked()3893 ArrayList<ActivityRecord> stops = null; in processStoppingActivitiesLocked() local3929 if (stops == null) { in processStoppingActivitiesLocked()3930 stops = new ArrayList<>(); in processStoppingActivitiesLocked()3932 stops.add(s); in processStoppingActivitiesLocked()3938 return stops; in processStoppingActivitiesLocked()
94 Recents tracks all the data needed for recents and starts/stops the recents
1458 * Logs foreground service starts and stops.1459 * Note that this is not when a service starts or stops, but when it is1895 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
1896 // Settings -> Accessibility -> Click after pointer stops moving
9669 the instant that your cab stops, dash through the Arcade, timing9801 "By no means. This train stops at Canterbury; and there is always at
4178 us stay here until a train stops."
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...