/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities.cpp | 23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f() 36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u() 50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f() 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u() 89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_alloca… in db_CopyImage_u() 102 inline void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, i… in db_WarpImageLutFast_u() 123 …id db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutBilinear_u() 143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 29 PgmImage::PgmImage(int w, int h, int format) : in PgmImage() 35 PgmImage::PgmImage(unsigned char *data, int w, int h) : in PgmImage() 41 PgmImage::PgmImage(std::vector<unsigned char> &data, int w, int h) : in PgmImage()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/ |
D | Logger.java | 84 public void w(String msg) { in w() method in Logger 88 public void w(String msg, Throwable t) { in w() method in Logger
|
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/ |
D | DemoActivity.java | 119 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() 129 private static native void nativeResize(int w, int h); in nativeResize()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | Xfermodes.java | 37 static Bitmap makeDst(int w, int h) { in makeDst() 48 static Bitmap makeSrc(int w, int h) { in makeSrc()
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
D | LogHelper.java | 62 public static void w(String tag, Object... messages) { in w() method in LogHelper 66 public static void w(String tag, Throwable t, Object... messages) { in w() method in LogHelper
|
/development/samples/browseable/Interpolator/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/RecyclerView/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/ScreenCapture/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/ClippingBasic/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/MediaRouter/src/com.example.android.common.logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/CardReader/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/ActiveNotifications/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/ |
D | Log.java | 157 public static void w(String tag, String msg, Throwable tr) { in w() method in Log 167 public static void w(String tag, String msg) { in w() method in Log 178 public static void w(String tag, Throwable tr) { in w() method in Log
|