Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/aosp12/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp161 Operator& Operator::create<Operator::MUL>() { in create() function in mcld::Operator
167 Operator& Operator::create<Operator::DIV>() { in create() function in mcld::Operator
173 Operator& Operator::create<Operator::MOD>() { in create() function in mcld::Operator
179 Operator& Operator::create<Operator::ADD>() { in create() function in mcld::Operator
185 Operator& Operator::create<Operator::SUB>() { in create() function in mcld::Operator
203 Operator& Operator::create<Operator::LT>() { in create() function in mcld::Operator
209 Operator& Operator::create<Operator::LE>() { in create() function in mcld::Operator
215 Operator& Operator::create<Operator::GT>() { in create() function in mcld::Operator
221 Operator& Operator::create<Operator::GE>() { in create() function in mcld::Operator
227 Operator& Operator::create<Operator::EQ>() { in create() function in mcld::Operator
[all …]
H A DOperand.cpp52 SymOperand* SymOperand::create(const std::string& pName) { in create() function in mcld::SymOperand
85 IntOperand* IntOperand::create(uint64_t pValue) { in create() function in mcld::IntOperand
117 SectOperand* SectOperand::create(const std::string& pName) { in create() function in mcld::SectOperand
152 SectDescOperand* SectDescOperand::create( in create() function in mcld::SectDescOperand
191 FragOperand* FragOperand::create(Fragment& pFragment) { in create() function in mcld::FragOperand
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DDetailsDialog.java54 public static Dialog create(Context context, MediaDetails mediaDetails) { in create() method in DetailsDialog
67 }).create(); in create() method
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DParserFactory.java47 public static XmlPullParser create(@NonNull String filePath) in create() method in ParserFactory
53 public static XmlPullParser create(@NonNull String filePath, boolean isLayout) in create() method in ParserFactory
67 public static XmlPullParser create(@NonNull InputStream stream, @Nullable String name) in create() method in ParserFactory
78 public static XmlPullParser create() throws XmlPullParserException { in create() method in ParserFactory
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java37 public static MutableFrameFormat create(int width, in create() method in ImageFormat
53 public static MutableFrameFormat create(int width, in create() method in ImageFormat
65 public static MutableFrameFormat create(int colorspace, int target) { in create() method in ImageFormat
74 public static MutableFrameFormat create(int colorspace) { in create() method in ImageFormat
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp27 X86_32GOTEntry* X86_32GOT::create() { in create() function in mcld::X86_32GOT
40 X86_64GOTEntry* X86_64GOT::create() { in create() function in mcld::X86_64GOT
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DHandlerFactory.java31 public Handler create(Lifetime lifetime, String threadName) { in create() method in HandlerFactory
51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create() method in HandlerFactory
H A DMainThread.java33 public static MainThread create() { in create() method in MainThread
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeAccountType.java77 public static FakeAccountType create(String accountType, String label) { in create() method in FakeAccountType
84 public static FakeAccountType create(String accountType, String label, Drawable icon) { in create() method in FakeAccountType
92 public static AccountType create(AccountWithDataSet account, String label, Drawable icon) { in create() method in FakeAccountType
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLoadWallpaperErrorDialogFragment.java54 .create(); in onCreateDialog() method
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDragHoverListener.java97 public static DragHoverListener create( in create() method in DragHoverListener
103 public static DragHoverListener create( in create() method in DragHoverListener
114 static DragHoverListener create( in create() method
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DIconFactory.java63 public Icon create(@NonNull DialerShortcut shortcut) { in create() method in IconFactory
72 public Icon create(@NonNull ShortcutInfo shortcutInfo) { in create() method in IconFactory
82 private Icon create( in create() method in IconFactory
/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils_test.cpp64 bool create = false; in TEST() local
74 bool create = false; in TEST() local
84 bool create = false; in TEST() local
94 bool create = false; in TEST() local
104 bool create = false; in TEST() local
127 bool create = false; in TEST() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEnv.java128 public static TestEnv create(Features features) { in create() method in TestEnv
132 public static TestEnv create() { in create() method in TestEnv
136 public static TestEnv create(Features features, String authority) { in create() method in TestEnv
141 public static TestEnv create(String authority) { in create() method in TestEnv
147 private static TestEnv create(Context context, Features features, String authority) { in create() method in TestEnv
H A DTestMenu.java40 public static TestMenu create() { in create() method in TestMenu
91 public static TestMenu create(int... ids) { in create() method in TestMenu
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp46 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(const sp<RS>& rs, const sp<const Element>& e)… in create() function in ScriptIntrinsic3DLUT
80 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(const sp<RS>& rs, const sp<const Element>& e)… in create() function in ScriptIntrinsicBlend
215 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(const sp<RS>& rs, const sp<const Element>& e) { in create() function in ScriptIntrinsicBlur
255 sp<ScriptIntrinsicColorMatrix> ScriptIntrinsicColorMatrix::create(const sp<RS>& rs) { in create() function in ScriptIntrinsicColorMatrix
348 sp<ScriptIntrinsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(const sp<RS>& rs, const sp<const … in create() function in ScriptIntrinsicConvolve3x3
389 sp<ScriptIntrinsicConvolve5x5> ScriptIntrinsicConvolve5x5::create(const sp<RS>& rs, const sp<const … in create() function in ScriptIntrinsicConvolve5x5
431 sp<ScriptIntrinsicHistogram> ScriptIntrinsicHistogram::create(const sp<RS>& rs, const sp<const Elem… in create() function in ScriptIntrinsicHistogram
516 sp<ScriptIntrinsicLUT> ScriptIntrinsicLUT::create(const sp<RS>& rs, const sp<const Element>& e) { in create() function in ScriptIntrinsicLUT
581 sp<ScriptIntrinsicResize> ScriptIntrinsicResize::create(const sp<RS>& rs) { in create() function in ScriptIntrinsicResize
618 sp<ScriptIntrinsicYuvToRGB> ScriptIntrinsicYuvToRGB::create(const sp<RS>& rs, const sp<const Elemen… in create() function in ScriptIntrinsicYuvToRGB
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.java361 public static CellInfo create(android.hardware.radio.V1_0.CellInfo ci) { in create() method in CellInfo
374 public static CellInfo create(android.hardware.radio.V1_2.CellInfo ci) { in create() method in CellInfo
387 public static CellInfo create(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in create() method in CellInfo
401 public static CellInfo create(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in create() method in CellInfo
427 public static CellInfo create(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in create() method in CellInfo
/aosp12/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DGuardingProfiler.java43 public Profile create(String name) { in create() method in GuardingProfiler
49 public Profile create(String name, int maxDurationMillis) { in create() method in GuardingProfiler
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DFragmentController.java59 public FragmentController<F> create(final Bundle bundle) { in create() method in FragmentController
72 public FragmentController<F> create() { in create() method in FragmentController
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/widget/
H A DCarUiTextView.java51 public static CarUiTextView create(@NonNull Context context) { in create() method in CarUiTextView
62 public static CarUiTextView create(@NonNull Context context, @Nullable AttributeSet attrs) { in create() method in CarUiTextView
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DTaskViewFactoryController.java48 public void create(@UiContext Context context, Executor executor, Consumer<TaskView> onCreate) { in create() method in TaskViewFactoryController
57 public void create(@UiContext Context context, in create() method in TaskViewFactoryController.TaskViewFactoryImpl
/aosp12/frameworks/base/mime/java/android/content/type/
H A DDefaultMimeMapFactory.java48 public static MimeMap create() { in create() method in DefaultMimeMapFactory
60 public static MimeMap create(Function<String, InputStream> resourceSupplier) { in create() method in DefaultMimeMapFactory
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
H A DConfirmActionDialogFragment.java50 .create(); in onCreateDialog() method in ConfirmActionDialogFragment
/aosp12/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java42 public View create(Context context, String name, int size) { in create() method in AbstractLayoutTest
53 public abstract ViewGroup create(Context context); in create() method in AbstractLayoutTest
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DClickableSpanFactory.java47 public @NonNull ClickableSpan create(@NonNull Intent intent) { in create() method in ClickableSpanFactory

12345678910>>...35