/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/frameworks/opt/net/voip/src/jni/rtp/ |
D | G711Codec.cpp | 37 int set(int sampleRate, const char */* fmtp */) { in set() function in __anon2f10da250111::UlawCodec 88 int set(int sampleRate, const char */* fmtp */) { in set() function in __anon2f10da250111::AlawCodec
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/frameworks/native/include/ui/ |
H A D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
D | equality_tests.cpp | 65 #define UNORDERED_SET_INSERT(r, set, item) set.insert(item); argument 137 typedef boost::unordered_set<int, mod_compare, mod_compare> set; in UNORDERED_AUTO_TEST() typedef
|
/aosp_15_r20/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/external/tink/go/integration/awskms/ |
H A D | aws_kms_client.go | 57 type ClientOption interface{ set(*awsClient) error } methodSpec 61 func (o option) set(a *awsClient) error { return o(a) } func
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | Sanitizers.h | 168 void set(SanitizerMask K, bool Value) { in set() function 173 void set(SanitizerMask K) { Mask = K; } in set() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/ |
D | SubtargetFeature.h | 57 FeatureBitset &set() { in set() function 62 constexpr FeatureBitset &set(unsigned I) { in set() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kapt/gen/stubs/com/android/server/permission/access/immutable/ |
D | IntReferenceMapExtensionsKt.java | 50 ….android.server.permission.access.immutable.Immutable<M>, M extends I>void set(@org.jetbrains.anno… in set() method in IntReferenceMapExtensionsKt 51 …com.android.server.permission.access.immutable.MutableIntReferenceMap<I, M> $this$set, int key, @o… in set()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | poll.cpp | 58 SigSetConverter set{ss}; in ppoll() local 108 SigSetConverter set{ss}; in pselect() local
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|
/aosp_15_r20/frameworks/native/libs/ui/include/ui/ |
H A D | Size.h | 59 void set(Size size) { *this = size; } in set() function 62 void set(T w, T h) { in set() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 74 void set(const Size& size) { *this = size; } in set() function 76 void set(T&& w, T&& h) { in set() function
|