Home
last modified time | relevance | path

Searched refs:__constructor__ (Results 1 – 25 of 67) sorted by relevance

123

/external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
DShadowImplementationWithIncorrectVisibility.java10 public void __constructor__(int i0) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
14 protected void __constructor__(int i0, int i1) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
18 void __constructor__(int i0, int i1, int i2) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
22 private void __constructor__(int i0, int i1, int i2, int i3) { in __constructor__() method in ShadowImplementationWithIncorrectVisibility
DShadowWithImplementationlessShadowMethods.java8 public void __constructor__() {} in __constructor__() method in ShadowWithImplementationlessShadowMethods
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPicture.java19 protected void __constructor__() {} in __constructor__() method in ShadowPicture
22 protected void __constructor__(long nativePicture) {} in __constructor__() method in ShadowPicture
25 protected void __constructor__(int nativePicture, boolean fromStream) {} in __constructor__() method in ShadowPicture
28 protected void __constructor__(Picture src) { in __constructor__() method in ShadowPicture
DShadowColorMatrixColorFilter.java14 protected void __constructor__(ColorMatrix matrix) { in __constructor__() method in ShadowColorMatrixColorFilter
19 protected void __constructor__(float[] array) { in __constructor__() method in ShadowColorMatrixColorFilter
DShadowContentProviderResult.java15 protected void __constructor__(Uri uri) in __constructor__() method in ShadowContentProviderResult
24 protected void __constructor__(int count) in __constructor__() method in ShadowContentProviderResult
DShadowDatePickerDialog.java26 protected void __constructor__( in __constructor__() method in ShadowDatePickerDialog
48 protected void __constructor__( in __constructor__() method in ShadowDatePickerDialog
DShadowTime.java36 protected void __constructor__() { in __constructor__() method in ShadowTime
37 __constructor__(getCurrentTimezone()); in __constructor__()
41 protected void __constructor__(String timezone) { in __constructor__() method in ShadowTime
52 protected void __constructor__(Time other) { in __constructor__() method in ShadowTime
DShadowToast.java30 protected void __constructor__(Context context) {} in __constructor__() method in ShadowToast
34 protected void __constructor__(Context context, Looper looper) {} in __constructor__() method in ShadowToast
DShadowCornerPathEffect.java13 protected void __constructor__(float radius) { in __constructor__() method in ShadowCornerPathEffect
DShadowZoomButtonsController.java14 protected void __constructor__(View ownerView) {} in __constructor__() method in ShadowZoomButtonsController
DShadowTouchDelegate.java17 protected void __constructor__(Rect bounds, View delegateView) { in __constructor__() method in ShadowTouchDelegate
DShadowLegacyApkAssets.java18 protected void __constructor__(String path, boolean system, boolean forceSharedLib, in __constructor__() method in ShadowLegacyApkAssets
DShadowCountDownTimer.java17 protected void __constructor__(long millisInFuture, long countDownInterval) { in __constructor__() method in ShadowCountDownTimer
DShadowSurface.java17 protected void __constructor__(SurfaceTexture surfaceTexture) { in __constructor__() method in ShadowSurface
DShadowColorDisplayManager.java19 protected void __constructor__(Context context) { in __constructor__() method in ShadowColorDisplayManager
DShadowLinearGradient.java20 protected void __constructor__( in __constructor__() method in ShadowLinearGradient
DShadowAppWidgetManager.java42 protected void __constructor__(Context context) { in __constructor__() method in ShadowAppWidgetManager
47 protected void __constructor__(Context context, IAppWidgetService service) { in __constructor__() method in ShadowAppWidgetManager
DShadowNetwork.java30 protected void __constructor__(int netId) { in __constructor__() method in ShadowNetwork
DShadowScaleGestureDetector.java20 protected void __constructor__( in __constructor__() method in ShadowScaleGestureDetector
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DShadowFoo.java16 protected void __constructor__(String name) { in __constructor__() method in ShadowFoo
17 super.__constructor__(name); in __constructor__()
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DRobolectricInternalsTest.java131 protected void __constructor__() { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
136 protected void __constructor__(String param) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
141 protected void __constructor__(String param1, Byte param2) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
147 protected void __constructor__(String param1, Byte param2, Long param3) { in __constructor__() method in RobolectricInternalsTest.ShadowConstructors
DShadowingTest.java119 protected void __constructor__() { in __constructor__() method in ShadowingTest.ShadowForClassWithNoDefaultConstructor
189 protected void __constructor__(String s) { in __constructor__() method in ShadowingTest.ShadowOfClassWithSomeConstructors
DShadowWranglerIntegrationTest.java293 protected void __constructor__(String s) { in __constructor__() method in ShadowWranglerIntegrationTest.WithEquals
313 protected void __constructor__(String s) { in __constructor__() method in ShadowWranglerIntegrationTest.WithToString
341 protected void __constructor__(String name) { in __constructor__() method in ShadowWranglerIntegrationTest.ShadowFooParent
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirector.java57 protected void __constructor__( in __constructor__() method in ShadowDefaultRequestDirector
107 protected void __constructor__( in __constructor__() method in ShadowDefaultRequestDirector
120 __constructor__( in __constructor__()
/external/llvm-project/compiler-rt/lib/builtins/
Dcpu_model.c17 #define CONSTRUCTOR_ATTRIBUTE __attribute__((__constructor__ 101))
18 #elif __has_attribute(__constructor__)
19 #define CONSTRUCTOR_ATTRIBUTE __attribute__((__constructor__))

123