/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
D | BasicAndroidKeyStoreFragment.java | 93 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 95 Log.w(TAG, "No such provider: AndroidKeyStore"); in onOptionsItemSelected() 97 Log.w(TAG, "Invalid Algorithm Parameter Exception", e); in onOptionsItemSelected() 104 Log.w(TAG, "KeyStore not Initialized", e); in onOptionsItemSelected() 106 Log.w(TAG, "KeyPair not recovered", e); in onOptionsItemSelected() 108 Log.w(TAG, "RSA not supported", e); in onOptionsItemSelected() 110 Log.w(TAG, "Invalid Key", e); in onOptionsItemSelected() 112 Log.w(TAG, "Invalid Signature", e); in onOptionsItemSelected() 114 Log.w(TAG, "IO Exception", e); in onOptionsItemSelected() 116 Log.w(TAG, "Error occurred while loading certificates", e); in onOptionsItemSelected() [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/security/ |
D | KeyStoreUsage.java | 276 Log.w(TAG, "Could not list keys", e); in doInBackground() 279 Log.w(TAG, "Could not list keys", e); in doInBackground() 282 Log.w(TAG, "Could not list keys", e); in doInBackground() 285 Log.w(TAG, "Could not list keys", e); in doInBackground() 325 Log.w(TAG, "Could not generate key", e); in doInBackground() 328 Log.w(TAG, "Could not generate key", e); in doInBackground() 331 Log.w(TAG, "Could not generate key", e); in doInBackground() 364 Log.w(TAG, "Not an instance of a PrivateKeyEntry"); in doInBackground() 374 Log.w(TAG, "Could not generate key", e); in doInBackground() 377 Log.w(TAG, "Could not generate key", e); in doInBackground() [all …]
|
/development/vndk/tools/elfcheck/bpflatten/ |
D | main.go | 116 func printBash(flatModules []FlatModule, w io.Writer) { 122 fmt.Fprintf(w, "declare -a MODULE_NAMES\n") 123 fmt.Fprintf(w, "declare -A MODULE_TYPE_DICT\n") 124 fmt.Fprintf(w, "declare -A MODULE_PROP_KEYS_DICT\n") 125 fmt.Fprintf(w, "declare -A MODULE_PROP_VALUES_DICT\n") 126 fmt.Fprintf(w, "\n") 134 fmt.Fprintf(w, "MODULE_TYPE_DICT[%q]=%q\n", name, quoteBashString(module.Type)) 135 fmt.Fprintf(w, "MODULE_PROP_KEYS_DICT[%q]=%q\n", name, 149 fmt.Fprintf(w, "MODULE_PROP_VALUES_DICT[%q]=%q\n", key, quoteBashString(propValue)) 151 fmt.Fprintf(w, "\n") [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/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/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/samples/browseable/RuntimePermissions/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/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/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 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/DisplayingBitmaps/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/ElevationBasic/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/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 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/DragAndDropAcrossApps/DropTarget/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/NfcProvisioning/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/BeamLargeFiles/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/MediaEffects/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/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/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()
|
/development/samples/browseable/CardEmulation/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/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 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/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 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()
|