/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
D | BrokenKeyDerivationActivity.java | 158 byte[] data, SecretKey key, byte[] iv, boolean isEncrypt) { in encryptOrDecrypt() argument 162 new IvParameterSpec(iv)); in encryptOrDecrypt() 169 private static byte[] encryptData(byte[] data, byte[] iv, SecretKey key) { in encryptData() argument 170 return encryptOrDecrypt(data, key, iv, true); in encryptData() 173 private static byte[] decryptData(byte[] data, byte[] iv, SecretKey key) { in decryptData() argument 174 return encryptOrDecrypt(data, key, iv, false); in decryptData() 208 byte[] iv = new byte[IV_SIZE]; in retrieveIv() 211 readFromFileOrCreateRandom("iv", iv); in retrieveIv() 212 return iv; in retrieveIv()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | DialogActivity.java | 70 ImageView iv = new ImageView(DialogActivity.this); 71 iv.setImageDrawable(getResources().getDrawable(R.drawable.icon48x48_1)); 72 iv.setPadding(4, 4, 4, 4); 73 layout.addView(iv);
|
/development/ndk/platforms/android-3/include/linux/ |
D | seqlock.h | 41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local… argument
|
/development/samples/browseable/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/ |
D | MainActivity.java | 142 ImageView iv = (ImageView) mInflater 146 iv.setImageURI(item.getContentUri()); 149 container.addView(iv); 150 return iv;
|
/development/samples/Vault/src/com/example/android/vault/ |
D | EncryptedDocument.java | 277 final IvParameterSpec ivSpec = new IvParameterSpec(section.iv); in readSection() 317 mRandom.nextBytes(section.iv); in writeSection() 319 final IvParameterSpec ivSpec = new IvParameterSpec(section.iv); in writeSection() 360 final byte[] iv = new byte[DATA_KEY_LENGTH]; field in EncryptedDocument.Section 365 f.readFully(iv); in read() 371 f.write(iv); in write()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | RecipeListAdapter.java | 123 ImageView iv = (ImageView) view.findViewById(R.id.imageView); in getView() local 128 iv.setImageBitmap(item.image); in getView() 130 iv.setImageDrawable(mContext.getResources().getDrawable(R.drawable.ic_noimage)); in getView()
|
D | RecipeActivity.java | 119 ImageView iv = (ImageView) view.findViewById(R.id.stepImageView); in displayRecipe() local 121 iv.setVisibility(View.GONE); in displayRecipe() 124 iv.setImageBitmap(stepImage); in displayRecipe()
|
/development/ndk/platforms/android-21/include/linux/ |
D | if_alg.h | 34 __u8 iv[0]; member
|
/development/ndk/platforms/android-21/include/media/ |
D | NdkMediaDrm.h | 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
D | NdkMediaCodec.h | 189 uint8_t iv[16],
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
D | NavigationDrawerActivity.java | 238 ImageView iv = ((ImageView) rootView.findViewById(R.id.image)); in onCreateView() local 239 iv.setImageResource(imageId); in onCreateView()
|
/development/perftests/panorama/input/ |
D | test_008.ppm | 784 " 7���������J*5D%/}[g(tV[����}}������������������������ͫ�d#3I m0k.Q#�iv����… 3767 '([Y'wuC��C��_{}0su(pu&}�3qx(t{*u}4s{1?L`m#`m#iv-w�;��Enw5W`IP6= OQ5VT50/TW… 3822 )56B -;.<;MFY'8E5B;C/7FK!bg=*,FHWW%TT"z|=��a}�:bfbg��=��:�6}�:�<eo&al"iv,t�6p}3t�6fo*…
|
D | test_007.ppm | 4105 …MQ==C#7=CI)V[<|~bLO3glO[`Cw~VgnEXa)fo7oz;`k,T`OZCPXex�;mz/��CMZBOWdiv-Q^am)bn*5=JRV^"JR… 4140 …n{xR_]������dfXLOA;?'hmTZ_BQV8eiObgLIQ0EM-gtFivI^m3bq7Vb%MZ`n*Sa8DR^Wdiv-t�7HT1AKZq8^l%LZ…
|
D | test_006.ppm | 3124 4'&`:F�iv�~��eoM*46o^a˺���RaM'���˾�˾����������������������������������½�����������������… 4165 …AKJV^TQYPan`/<.ZdV;D6[`HTYATZ8PV4gmMIO/MS4OT5RT8adHIP'W^5[e-hq:uA^h)bn*Ye!iv-{�>x�7��K��Ws3Vbhu…
|
D | test_003.ppm | 2255 1���һ������������Ï{}H)1�iqͼ�������̹�����}�[)6�iv�dpp>Ka.?D"*#"
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 213 iv) states that source code for the Program is available from 10062 iv) states that source code for the Program is available from such 11911 …iv) states that source code for the Program is available from such Contributor, and informs licens… 13306 iv) states that source code for the Program is available from such Contributor, and informs license…
|