Searched defs:load (Results 1 - 25 of 42) sorted by last modified time

12

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix2f.java95 * @param src matrix to load the values from
97 public void load(Matrix2f src) { method in class:Matrix2f
158 load(tmp);
H A DMatrix3f.java101 * @param src matrix to load the values from
103 public void load(Matrix3f src) { method in class:Matrix3f
235 load(tmp);
H A DMatrix4f.java109 * @param src matrix to load the values from
111 public void load(Matrix4f src) { method in class:Matrix4f
118 * @param src matrix to load the values from
121 public void load(Matrix3f src) { method in class:Matrix4f
349 load(m1);
360 load(tmp);
/frameworks/support/renderscript/v8/rs_support/
H A DrsMatrix2x2.cpp36 void Matrix2x2::load(const float *v) { function in class:Matrix2x2
40 void Matrix2x2::load(const rs_matrix2x2 *v) { function in class:Matrix2x2
H A DrsMatrix3x3.cpp40 void Matrix3x3::load(const float *v) { function in class:Matrix3x3
44 void Matrix3x3::load(const rs_matrix3x3 *v) { function in class:Matrix3x3
H A DrsMatrix4x4.cpp153 void Matrix4x4::load(const float *v) { function in class:Matrix4x4
157 void Matrix4x4::load(const rs_matrix4x4 *v) { function in class:Matrix4x4
161 void Matrix4x4::load(const rs_matrix3x3 *v) { function in class:Matrix4x4
180 void Matrix4x4::load(const rs_matrix2x2 *v) { function in class:Matrix4x4
/frameworks/rs/
H A DrsFileA3D.cpp91 bool FileA3D::load(Asset *asset) { function in class:FileA3D
94 return load(asset->getBuffer(false), asset->getLength());
100 bool FileA3D::load(const void *data, size_t length) { function in class:FileA3D
154 bool FileA3D::load(FILE *f) { function in class:FileA3D
385 ALOGE("Can't load entry. No valid file");
410 ALOGE("Can't load index entries. No valid file");
416 ALOGE("Can't load index entries. Invalid number requested");
429 ALOGE("File load failed. Asset stream is NULL");
437 fa3d->load(data, len);
448 fa3d->load(asse
[all...]
H A DrsMatrix2x2.cpp36 void Matrix2x2::load(const float *v) { function in class:Matrix2x2
40 void Matrix2x2::load(const rs_matrix2x2 *v) { function in class:Matrix2x2
H A DrsMatrix3x3.cpp40 void Matrix3x3::load(const float *v) { function in class:Matrix3x3
44 void Matrix3x3::load(const rs_matrix3x3 *v) { function in class:Matrix3x3
H A DrsMatrix4x4.cpp153 void Matrix4x4::load(const float *v) { function in class:Matrix4x4
157 void Matrix4x4::load(const rs_matrix4x4 *v) { function in class:Matrix4x4
161 void Matrix4x4::load(const rs_matrix3x3 *v) { function in class:Matrix4x4
180 void Matrix4x4::load(const rs_matrix2x2 *v) { function in class:Matrix4x4
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java186 // These map are used for convenience in persist() and load().
366 Log.v(TAG, "loadParts(" + msgId + "): no part to load.");
455 Log.e(TAG, "Failed to load part data", e);
523 * @throws MmsException Failed to load some fields of a PDU.
525 public GenericPdu load(Uri uri) throws MmsException { method in class:PduPersister
534 Log.v(TAG, "load: " + uri + " blocked by isUpdating()");
539 Log.e(TAG, "load: ", e);
606 // load multiparts and put them into the body of the PDU.
769 * into storage, otherwise load source data from the dataUri and then
/frameworks/native/libs/utils/
H A DPropertyMap.cpp118 status_t PropertyMap::load(const String8& filename, PropertyMap** outMap) { function in class:android::PropertyMap
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp135 vpt.transform.matrix.load(vpt.matrix);
236 void matrixx_t::load(const matrixf_t& rhs) { function in class:android::matrixx_t
288 load(rhs);
292 load(rhs);
295 void matrixf_t::load(const GLfixed* rhs) { function in class:android::matrixf_t
303 void matrixf_t::load(const GLfloat* rhs) { function in class:android::matrixf_t
307 void matrixf_t::load(const matrixf_t& rhs) { function in class:android::matrixf_t
406 void matrix_stack_t::load(const GLfixed* rhs) function in class:android::matrix_stack_t
409 stack[depth].load(rhs);
413 void matrix_stack_t::load(cons function in class:android::matrix_stack_t
[all...]
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp32 bool ELFObjectLoaderImpl::load(const void *pMem, size_t pMemSize) { function in class:ELFObjectLoaderImpl
38 ALOGE("Unable to load the ELF object!");
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTexture2D.java74 void load() { method in class:Texture2D
99 load();
H A DTextureBase.java35 tex.load();
51 abstract void load(); method in class:TextureBase
H A DTextureCube.java75 void load() { method in class:TextureCube
100 load();
H A DTextureRenderTarget.java47 void load() { method in class:TextureRenderTarget
/frameworks/base/services/java/com/android/server/display/
H A DPersistentDataStore.java178 load();
191 private void load() { method in class:PersistentDataStore
207 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
210 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java165 load();
178 private void load() { method in class:PersistentDataStore
194 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
197 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
/frameworks/base/test-runner/src/android/test/
H A DSimpleCache.java25 protected abstract V load(K key); method in class:SimpleCache
31 V value = load(key);
/frameworks/base/test-runner/src/junit/runner/
H A DReloadingTestSuiteLoader.java9 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix2f.java95 * @param src matrix to load the values from
97 public void load(Matrix2f src) { method in class:Matrix2f
158 load(tmp);
H A DMatrix3f.java101 * @param src matrix to load the values from
103 public void load(Matrix3f src) { method in class:Matrix3f
235 load(tmp);
H A DMatrix4f.java109 * @param src matrix to load the values from
111 public void load(Matrix4f src) { method in class:Matrix4f
118 * @param src matrix to load the values from
121 public void load(Matrix3f src) { method in class:Matrix4f
349 load(m1);
360 load(tmp);

Completed in 256 milliseconds

12