Searched refs:load (Results 1 - 10 of 10) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCompressedTextureActivity.java86 * Demonstrate how to load a compressed texture from an APK resource.
90 public void load(GL10 gl) { method in class:CompressedTextureActivity.CompressedTextureLoader
97 Log.w(TAG, "Could not load texture: " + e);
112 public void load(GL10 gl) { method in class:CompressedTextureActivity.SyntheticCompressedTextureLoader
126 Log.w(TAG, "Could not load texture: " + e);
H A DStaticTriangleRenderer.java57 void load(GL10 gl); method in interface:StaticTriangleRenderer.TextureLoader
118 mTextureLoader.load(gl);
188 public void load(GL10 gl) { method in class:StaticTriangleRenderer.RobotTextureLoader
/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DSecureWebServer.java71 ks.load(fis, KeyChainDemoActivity.PKCS12_PASSWORD.toCharArray());
/development/samples/TtsEngine/src/com/example/android/ttsengine/
H A DRobotSpeakTtsService.java68 // We load the default language when we start up. This isn't strictly
160 int load = onLoadLanguage(request.getLanguage(), request.getCountry(),
165 if (load == TextToSpeech.LANG_NOT_SUPPORTED) {
/development/apps/OBJViewer/com/android/objviewer/
H A DOBJViewer.java295 object.load(objectFiles.get(objectIndex));
320 object.load(objectFiles.get(0));
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dsgiarcs.h190 LONG load; member in struct:linux_romvec
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DAdapters.java47 * <p>This class can be used to load {@link android.widget.Adapter adapters} defined in
392 * @param context The context to load the XML resource from.
416 adapter.load();
429 * @param context The context to load the XML resource from.
468 * @param context The context to load the XML resource from.
480 ((ManagedAdapter) adapter).load();
508 "Can't load adapter resource ID " +
514 "Can't load adapter resource ID " +
892 void load(); method in interface:Adapters.ManagedAdapter
954 public void load() { method in class:Adapters.XmlCursorAdapter
[all...]
/development/apps/GestureBuilder/src/com/android/gesture/builder/
H A DGestureBuilderActivity.java348 if (store.load()) {
/development/scripts/app_engine_server/
H A Dmemcache_zipserve.py288 data = yaml.load(f)
556 """Convenience method to load zip file.
558 Just a convenience method to load the zip file from the data store. This is
561 first, and then load and cache the file if there's a cache miss
564 zipfilename: the name of the zip file to load
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetwork.java304 load(KeyCharacterMap.VIRTUAL_KEYBOARD);

Completed in 544 milliseconds