/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
H A D | UnionWithFd.h | 69 static UnionWithFd make(_Tp&&... _args) { in make() function 74 static UnionWithFd make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
H A D | Union.h | 77 static Union make(_Tp&&... _args) { in make() function 82 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/ |
H A D | EnumUnion.h | 71 static EnumUnion make(_Tp&&... _args) { in make() function 76 static EnumUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
H A D | UnionInUnion.h | 71 static UnionInUnion make(_Tp&&... _args) { in make() function 76 static UnionInUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
H A D | Union.h | 69 static Union make(_Tp&&... _args) { in make() function 74 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
H A D | UnionWithFd.h | 56 static UnionWithFd make(_Tp&&... _args) { in make() function 61 static UnionWithFd make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
H A D | Union.h | 62 static Union make(_Tp&&... _args) { in make() function 67 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/unions/ |
H A D | EnumUnion.h | 59 static EnumUnion make(_Tp&&... _args) { in make() function 64 static EnumUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
H A D | UnionInUnion.h | 58 static UnionInUnion make(_Tp&&... _args) { in make() function 63 static UnionInUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
H A D | Union.h | 56 static Union make(_Tp&&... _args) { in make() function 61 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/ |
H A D | Union.h | 56 static Union make(_Tp&&... _args) { in make() function 61 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientStateMachineFactory.java | 27 public HeadsetClientStateMachine make(HeadsetClientService context, HandlerThread t, in make() method in HeadsetClientStateMachineFactory
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | CallOrderStateMachineHelper.h | 102 static CurrentStateType make(InstanceType* instance) { in make() function
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/mockable/ |
H A D | MediaControllerFactory.java | 38 static MediaController make(Context context, MediaSession.Token token) { in make() method in MediaControllerFactory
|
H A D | MediaBrowserFactory.java | 39 static MediaBrowser make(Context context, ComponentName serviceComponent, in make() method in MediaBrowserFactory
|
/aosp12/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/ |
H A D | MainActivity.java | 27 static Map<String,?> make(String name) { in make() method in MainActivity
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | ConvertMakeToGenericConfig.java | 34 public GenericConfig convert(Map<String, MakeConfig> make) { in convert()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | AlteredCharSequence.java | 36 public static AlteredCharSequence make(CharSequence source, char[] sub, in make() method in AlteredCharSequence
|
H A D | BoringLayout.java | 54 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, in make() method in BoringLayout 80 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, in make() method in BoringLayout
|
/aosp12/system/core/libutils/include/utils/ |
H A D | StrongPointer.h | 218 sp<T> sp<T>::make(Args&&... args) { in make() function
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/cam/ |
H A D | Frame.java | 128 public static Frame make(@NonNull float[] whitepoint, float adaptingLuminance, in make() method in Frame
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
H A D | IncomingCallNotifier.java | 55 IncomingCallNotifier make(Context context, CallsManagerProxy mCallsManagerProxy); in make() method
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_interface_utils.h | 84 static std::shared_ptr<T> make(Args&&... args) { in make() function
|
/aosp12/frameworks/native/libs/binder/ |
H A D | RpcServer.cpp | 42 sp<RpcServer> RpcServer::make() { in make() function in android::RpcServer
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
H A D | MediaView.java | 153 String make = tags.getString(ExifInterface.TAG_MAKE); in showExifData() local
|