Home
last modified time | relevance | path

Searched defs:Size (Results 1 – 25 of 4581) sorted by relevance

12345678910>>...184

/aosp_15_r20/out/target/product/shiba/
Dinstalled-files.json5 "Size": 87584768 number
10 "Size": 45890272 number
15 "Size": 36487168 number
20 "Size": 36079832 number
25 "Size": 32355424 number
30 "Size": 26273008 number
35 "Size": 25487120 number
40 "Size": 24838144 number
45 "Size": 22024192 number
50 "Size": 17059840 number
[all …]
Dinstalled-files-vendor-ramdisk-debug.json5 "Size": 3113616 number
10 "Size": 2856576 number
15 "Size": 2726120 number
20 "Size": 2412859 number
25 "Size": 2212288 number
30 "Size": 2212288 number
35 "Size": 2143520 number
40 "Size": 2120416 number
45 "Size": 1532072 number
50 "Size": 1424696 number
[all …]
Dinstalled-files-product.json5 "Size": 198833725 number
10 "Size": 26399084 number
15 "Size": 19544227 number
20 "Size": 18090307 number
25 "Size": 15193956 number
30 "Size": 14670554 number
35 "Size": 13082787 number
40 "Size": 12556425 number
45 "Size": 9438245 number
50 "Size": 8835949 number
[all …]
Dinstalled-files-recovery.json5 "Size": 3113616 number
10 "Size": 2856576 number
15 "Size": 2726120 number
20 "Size": 2212288 number
25 "Size": 2143520 number
30 "Size": 2120416 number
35 "Size": 1532072 number
40 "Size": 1424696 number
45 "Size": 1158152 number
50 "Size": 1053554 number
[all …]
Dinstalled-files-vendor-kernel-ramdisk.json5 "Size": 2533360 number
10 "Size": 2355824 number
15 "Size": 2051784 number
20 "Size": 1389200 number
25 "Size": 1312928 number
30 "Size": 580904 number
35 "Size": 539704 number
40 "Size": 441720 number
45 "Size": 356664 number
50 "Size": 347272 number
[all …]
Dinstalled-files-system_ext.json5 "Size": 82424774 number
10 "Size": 66914504 number
15 "Size": 36845007 number
20 "Size": 15466637 number
25 "Size": 12463001 number
30 "Size": 11500930 number
35 "Size": 11493663 number
40 "Size": 7268243 number
45 "Size": 4743680 number
50 "Size": 4037735 number
[all …]
Dinstalled-files-system_dlkm.json5 "Size": 4011169 number
10 "Size": 1402425 number
15 "Size": 839833 number
20 "Size": 281681 number
25 "Size": 263409 number
30 "Size": 254409 number
35 "Size": 239505 number
40 "Size": 237921 number
45 "Size": 236201 number
50 "Size": 161777 number
[all …]
Dinstalled-files-vendor-ramdisk.json5 "Size": 2212288 number
10 "Size": 1158152 number
15 "Size": 1034696 number
20 "Size": 399336 number
25 "Size": 265368 number
30 "Size": 219704 number
35 "Size": 117496 number
40 "Size": 101904 number
45 "Size": 101280 number
50 "Size": 85032 number
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
H A DSample.json27 "Size": 16862150656, number
94 "Size": 8573157376, number
169 {"Offset": 0, "Type": "IMAGE_OPTIMAL", "Size": 65536, "Usage": 6}, number
170 {"Offset": 65536, "Type": "BUFFER", "Size": 768, "Usage": 130}, number
171 {"Offset": 66304, "Type": "BUFFER", "Size": 60, "Usage": 66}, number
172 {"Offset": 66364, "Type": "UNKNOWN", "Size": 1024, "Usage": 0}, number
173 … {"Offset": 67388, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "CustomData": "0000000000F5D987"}, number
174 {"Offset": 68412, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "Name": "SHEPURD"}, number
175 …{"Offset": 69436, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "CustomData": "00000000018CE96A", "… number
176 {"Offset": 70460, "Type": "BUFFER", "Size": 1024, "Usage": 3}, number
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() argument
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() argument
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() argument
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() argument
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() argument
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() argument
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() argument
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]

12345678910>>...184