HomeSort by relevance Sort by last modified time
    Searched defs:makeSlice (Results 1 - 5 of 5) sorted by null

  /system/netd/libnetdutils/include/netdutils/
Slice.h 71 inline const Slice makeSlice(const T& ref) {
78 inline const Slice makeSlice(const std::string& s) {
85 inline const Slice makeSlice(const std::vector<T>& v) {
91 inline const Slice makeSlice(const std::array<U, V>& a) {
121 return copy(makeSlice(head), src);
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 144 buf := makeSlice(2*c + n)
221 // makeSlice allocates a slice of size n. If the allocation fails, it panics
223 func makeSlice(n int) []byte {
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 144 buf := makeSlice(2*c + n)
221 // makeSlice allocates a slice of size n. If the allocation fails, it panics
223 func makeSlice(n int) []byte {
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
PieRenderer.java 297 Path path = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap, outer, inner, center);
321 private Path makeSlice(float start, float end, int outer, int inner, Point center) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 296 Path path = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap,
322 private Path makeSlice(float start, float end, int outer, int inner, Point center) {

Completed in 298 milliseconds