/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | Size.h | 36 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 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() 84 void clear() { set(EMPTY); } in clear() [all …]
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Size.h | 36 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 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() 84 void clear() { set(EMPTY); } in clear() [all …]
|
/aosp12/frameworks/native/include/ui/ |
H A D | Size.h | 36 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 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() 84 void clear() { set(EMPTY); } in clear() [all …]
|
/aosp12/system/core/fs_mgr/libstorage_literals/storage_literals/ |
H A D | storage_literals.h | 24 struct Size { struct 26 explicit constexpr Size(uint64_t count) : value_(count) {} in Size() argument 36 using B = Size<0>; argument
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | size.h | 26 Size() {} in Size() function 28 Size(int bits) { in Size() function 33 Size(std::string dynamic) { in Size() function 38 Size(int bits, std::string dynamic) { in Size() function 44 Size(const Size& size) { in Size() function
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | Size.java | 29 public class Size { class 98 public Size(int width, int height) { in Size() method in Size 105 public Size(Size other) { in Size() method in Size 118 public Size(Camera.Size other) { in Size() method in Size 131 public Size(android.util.Size other) { in Size() method in Size 144 public Size(Point p) { in Size() method in Size
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | Size.java | 34 public class Size { class 40 public Size(Point point) { in Size() method in Size 46 public Size(android.util.Size size) { in Size() method in Size 51 public Size(int width, int height) { in Size() method in Size 65 public Size(Camera.Size other) { in Size() method in Size 70 public Size(com.android.ex.camera2.portability.Size size) { in Size() method in Size
|
/aosp12/system/bt/gd/packet/parser/fields/ |
H A D | body_field.h | 61 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() argument
|
H A D | padding_field.h | 60 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() argument
|
H A D | payload_field.h | 65 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() argument
|
H A D | reserved_field.h | 56 void GenBoundsCheck(std::ostream&, Size, Size, std::string) const override{}; in GenBoundsCheck() argument
|
H A D | padding_field.cc | 47 void PaddingField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument 69 void PaddingField::GenRustGetter(std::ostream&, Size, Size) const { in GenRustGetter() argument 72 void PaddingField::GenRustWriter(std::ostream&, Size, Size) const {} in GenRustWriter() argument
|
H A D | reserved_field.cc | 45 void ReservedField::GenGetter(std::ostream&, Size, Size) const { in GenGetter() argument 75 void ReservedField::GenRustGetter(std::ostream&, Size, Size) const { in GenRustGetter() argument 78 void ReservedField::GenRustWriter(std::ostream&, Size, Size) const {} in GenRustWriter() argument
|
H A D | group_field.cc | 56 void GroupField::GenGetter(std::ostream&, Size, Size) const { in GenGetter() argument 90 void GroupField::GenRustGetter(std::ostream&, Size, Size) const { in GenRustGetter() argument 93 void GroupField::GenRustWriter(std::ostream&, Size, Size) const {} in GenRustWriter() argument
|
H A D | checksum_field.cc | 39 void ChecksumField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument 67 void ChecksumField::GenRustGetter(std::ostream&, Size, Size) const { in GenRustGetter() argument 70 void ChecksumField::GenRustWriter(std::ostream&, Size, Size) const {} in GenRustWriter() argument
|
H A D | checksum_start_field.cc | 43 void ChecksumStartField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument 73 void ChecksumStartField::GenRustGetter(std::ostream&, Size, Size) const { in GenRustGetter() argument 76 void ChecksumStartField::GenRustWriter(std::ostream&, Size, Size) const {} in GenRustWriter() argument
|
H A D | body_field.cc | 53 void BodyField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument 83 void BodyField::GenRustGetter(std::ostream&, Size, Size) const { in GenRustGetter() argument 86 void BodyField::GenRustWriter(std::ostream&, Size, Size) const {} in GenRustWriter() argument
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Size.java | 24 public final class Size { class 31 public Size(int width, int height) { in Size() method in Size
|
/aosp12/system/nfc/src/fuzzers/ |
H A D | fuzz_utils.cc | 20 static std::vector<bytes_t> UnpackPackets(const uint8_t* Data, size_t Size) { in UnpackPackets() 68 extern "C" size_t LLVMFuzzerCustomMutator(uint8_t* Data, size_t Size, in LLVMFuzzerCustomMutator() 105 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | Size.java | 30 public class Size { class 46 public Size(long javaSize, long registeredNativeSize) { in Size() method in Size
|
/aosp12/hardware/interfaces/camera/common/1.0/default/include/ |
H A D | CameraParameters.h | 30 struct Size { struct 34 Size() { in Size() argument 39 Size(int w, int h) { in Size() function
|
/aosp12/frameworks/av/camera/include/camera/ |
H A D | CameraParameters.h | 25 struct Size { struct 29 Size() { in Size() argument 34 Size(int w, int h) { in Size() argument
|
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/ |
H A D | fuzz_a2dp_codec.cc | 21 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
H A D | fuzz_a2dp_codec_config.cc | 21 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
H A D | fuzz_a2dp_codec_info.cc | 21 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|