/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
D | BasicAndroidKeyStoreFragment.java | 89 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 91 Log.w(TAG, "No such provider: AndroidKeyStore"); in onOptionsItemSelected() 93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e); in onOptionsItemSelected() 100 Log.w(TAG, "KeyStore not Initialized", e); in onOptionsItemSelected() 102 Log.w(TAG, "KeyPair not recovered", e); in onOptionsItemSelected() 104 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 106 Log.w(TAG, "Invalid Key", e); in onOptionsItemSelected() 108 Log.w(TAG, "Invalid Signature", e); in onOptionsItemSelected() 110 Log.w(TAG, "IO Exception", e); in onOptionsItemSelected() 112 Log.w(TAG, "Error occurred while loading certificates", e); in onOptionsItemSelected() [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | Vertices.java | 58 float w = bm.getWidth(); in SampleView() local 61 setXY(mTexs, 0, w/2, h/2); in SampleView() 63 setXY(mTexs, 2, w, 0); in SampleView() 64 setXY(mTexs, 3, w, h); in SampleView() 67 setXY(mVerts, 0, w/2, h/2); in SampleView() 69 setXY(mVerts, 2, w, 0); in SampleView() 70 setXY(mVerts, 3, w, h); in SampleView()
|
D | BitmapDecode.java | 91 int w = mBitmap2.getWidth(); in SampleView() local 93 int[] pixels = new int[w*h]; in SampleView() 94 mBitmap2.getPixels(pixels, 0, w, 0, 0, w, h); in SampleView() 95 mBitmap3 = Bitmap.createBitmap(pixels, 0, w, w, h, in SampleView() 97 mBitmap4 = Bitmap.createBitmap(pixels, 0, w, w, h, in SampleView()
|
/development/samples/ApiDemos/src/com/example/android/apis/security/ |
D | KeyStoreUsage.java | 274 Log.w(TAG, "Could not list keys", e); in doInBackground() 277 Log.w(TAG, "Could not list keys", e); in doInBackground() 280 Log.w(TAG, "Could not list keys", e); in doInBackground() 283 Log.w(TAG, "Could not list keys", e); in doInBackground() 329 Log.w(TAG, "Could not generate key", e); in doInBackground() 332 Log.w(TAG, "Could not generate key", e); in doInBackground() 335 Log.w(TAG, "Could not generate key", e); in doInBackground() 368 Log.w(TAG, "Not an instance of a PrivateKeyEntry"); in doInBackground() 378 Log.w(TAG, "Could not generate key", e); in doInBackground() 381 Log.w(TAG, "Could not generate key", e); in doInBackground() [all …]
|
/development/samples/Snake/src/com/example/android/snake/ |
D | BackgroundView.java | 77 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() argument 78 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged() 82 w / 2, h / 2, in onSizeChanged() 84 w, 0, in onSizeChanged() 85 w, h, in onSizeChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | Sensors.java | 87 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() argument 88 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.RGB_565); in onSizeChanged() 94 mWidth = w; in onSizeChanged() 97 mMaxX = w; in onSizeChanged() 99 mMaxX = w-50; in onSizeChanged() 102 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged() 131 float w = w0 - 32; in onDraw() local 135 canvas.translate(x, w*0.5f + 4.0f); in onDraw() 138 canvas.scale(w, w); in onDraw() 141 canvas.scale(w-5, w-5); in onDraw()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/ |
D | Logger.java | 84 public void w(String msg) { in w() method in Logger 85 Log.w(APP_TAG, getMsg(msg)); in w() 88 public void w(String msg, Throwable t) { in w() method in Logger 89 Log.w(APP_TAG, getMsg(msg), t); in w()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | Grid.java | 32 public Grid(int w, int h) { in Grid() argument 33 if (w < 0 || w >= 65536) { in Grid() 39 if (w * h >= 65536) { in Grid() 43 mW = w; in Grid() 45 int size = w * h; in Grid()
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | app-android.c | 56 Java_com_example_SanAngeles_DemoRenderer_nativeResize( JNIEnv* env, jobject thiz, jint w, jint h ) in Java_com_example_SanAngeles_DemoRenderer_nativeResize() argument 58 sWindowWidth = w; in Java_com_example_SanAngeles_DemoRenderer_nativeResize() 60 __android_log_print(ANDROID_LOG_INFO, "SanAngeles", "resize w=%d h=%d", w, h); in Java_com_example_SanAngeles_DemoRenderer_nativeResize()
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | TouchHighlightImageButton.java | 103 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() argument 104 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged() 107 mCachedBounds.set(0, 0, w, h); in onSizeChanged()
|
/development/samples/browseable/BasicNetworking/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/BorderlessButtons/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/BasicGestureDetect/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/CustomChoiceList/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/StorageProvider/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/BasicAccessibility/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/NetworkConnect/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/BasicSyncAdapter/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/BasicAndroidKeyStore/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/ImmersiveMode/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/development/samples/browseable/repeatingAlarm/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|
/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 168 w(tag, msg, null); in w() 178 public static void w(String tag, Throwable tr) { in w() method in Log 179 w(tag, null, tr); in w()
|