Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 38) sorted by relevance

12

/development/vndk/tools/
Dsystem_image_diff.py63 module_info = json.load(module_info_json)
95 module_info = json.load(module_info_json)
139 module_info = json.load(module_info_json)
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DDetailActivity.java93 .load(mItem.getThumbnailUrl()) in loadThumbnail()
103 .load(mItem.getPhotoUrl()) in loadFullSizeImage()
DMainActivity.java120 Picasso.with(image.getContext()).load(item.getThumbnailUrl()).into(image); in getView()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/config/
DGlideConfiguration.java23 import com.bumptech.glide.load.DecodeFormat;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DStaticTriangleRenderer.java57 void load(GL10 gl); in load() method
118 mTextureLoader.load(gl); in onSurfaceCreated()
188 public void load(GL10 gl) { in load() method in StaticTriangleRenderer.RobotTextureLoader
DCompressedTextureActivity.java90 public void load(GL10 gl) { in load() method in CompressedTextureActivity.CompressedTextureLoader
112 public void load(GL10 gl) { in load() method in CompressedTextureActivity.SyntheticCompressedTextureLoader
/development/samples/browseable/DisplayingBitmaps/
D_index.jd12 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
/development/samples/ApiDemos/src/com/example/android/apis/view/
DResourcePointerIconButton.java49 mCustomIcon = PointerIcon.load(getResources(), R.drawable.custom_pointer_icon); in onResolvePointerIcon()
/development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
DMainActivity.java101 keyStore.load(null); in tryEncrypt()
142 keyStore.load(null); in createKey()
/development/vndk/tools/sourcedr/ninja/
Dlist_installed_module_under_source.py18 self._json = json.load(module_info_file)
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DHistory.java46 public void load() { in load() method in History
/development/vndk/tools/definition-tool/
DREADME.md86 a dependency file and load the dependency file with `--load-extra-deps`. The
100 --load-extra-deps dlopen.dep
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailFragment.java36 import com.bumptech.glide.load.engine.DiskCacheStrategy;
100 .load(mAttraction.imageUrl) in onCreateView()
DAttractionListFragment.java35 import com.bumptech.glide.load.engine.DiskCacheStrategy;
163 .load(attraction.imageUrl) in onBindViewHolder()
/development/samples/TtsEngine/src/com/example/android/ttsengine/
DRobotSpeakTtsService.java160 int load = onLoadLanguage(request.getLanguage(), request.getCountry(), in onSynthesizeText() local
165 if (load == TextToSpeech.LANG_NOT_SUPPORTED) { in onSynthesizeText()
/development/samples/ApiDemos/src/com/example/android/apis/security/
DKeyStoreUsage.java271 ks.load(null); in doInBackground()
361 ks.load(null); in doInBackground()
432 ks.load(null); in doInBackground()
497 ks.load(null); in doInBackground()
/development/samples/Vault/src/com/example/android/vault/
DSecretKeyWrapper.java58 keyStore.load(null); in SecretKeyWrapper()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java33 import com.bumptech.glide.load.engine.DiskCacheStrategy;
338 .load(attractions.get(i).imageUrl) in showNotification()
432 .load(attraction.imageUrl) in sendDataToWearable()
439 .load(attraction.secondaryImageUrl) in sendDataToWearable()
/development/apps/OBJViewer/com/android/objviewer/
DOBJViewer.java295 object.load(objectFiles.get(objectIndex)); in nextObject()
320 object.load(objectFiles.get(0)); in onCreate()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java231 ks.load(null); in signData()
316 ks.load(null); in verifyData()
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DMainActivity.java163 mKeyStore.load(null); in initCipher()
238 mKeyStore.load(null); in createKey()
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServer.java71 ks.load(fis, KeyChainDemoActivity.PKCS12_PASSWORD.toCharArray()); in SecureWebServer()
/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py37 modules = json.load(json_file)
/development/scripts/
Dboardconfig_usage_analysis.py77 module_info = json.load(module_info_json)
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java208 mCommandHistory.load(); in onCreate()
210 mRegexpHistory.load(); in onCreate()
212 mSearchHistory.load(); in onCreate()

12