Searched refs:load (Results 1 - 25 of 117) sorted by last modified time

12345

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java66 KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD);
/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);
H A DScriptIntrinsicColorMatrix.java71 mMatrix.load(m);
82 mMatrix.load(m);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeMath.cpp141 m->load(f);
144 m->load(f);
147 m->load(f);
151 m->load(s);
154 m->load(s);
157 m->load(s);
160 m->load(s);
163 m->load(s);
269 // We didn't write the value and need to load the "previous" value.
/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 DrsMatrix2x2.h37 void load(const float *);
38 void load(const rs_matrix2x2 *);
47 load(&tmp);
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 DrsMatrix3x3.h37 void load(const float *);
38 void load(const rs_matrix3x3 *);
47 load(&tmp);
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
H A DrsMatrix4x4.h37 void load(const float *);
38 void load(const rs_matrix4x4 *);
39 void load(const rs_matrix3x3 *);
40 void load(const rs_matrix2x2 *);
63 load(&tmp);
/frameworks/rs/driver/
H A DrsdRuntimeMath.cpp138 m->load(f);
141 m->load(f);
144 m->load(f);
148 m->load(s);
151 m->load(s);
154 m->load(s);
157 m->load(s);
160 m->load(s);
266 // We didn't write the value and need to load the "previous" value.
/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 DrsFileA3D.h61 bool load(FILE *f);
62 bool load(Asset *asset);
63 bool load(const void *data, size_t length);
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 DrsMatrix2x2.h37 void load(const float *);
38 void load(const rs_matrix2x2 *);
47 load(&tmp);
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 DrsMatrix3x3.h37 void load(const float *);
38 void load(const rs_matrix3x3 *);
47 load(&tmp);
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
H A DrsMatrix4x4.h37 void load(const float *);
38 void load(const rs_matrix4x4 *);
39 void load(const rs_matrix3x3 *);
40 void load(const rs_matrix2x2 *);
63 load(&tmp);
H A DrsProgramVertex.cpp52 mvp.load(&f[RS_PROGRAM_VERTEX_PROJECTION_OFFSET]);
54 t.load(&f[RS_PROGRAM_VERTEX_MODELVIEW_OFFSET]);
/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/include/utils/
H A DPropertyMap.h81 static status_t load(const String8& filename, PropertyMap** outMap);
/frameworks/native/libs/utils/
H A DPropertyMap.cpp118 status_t PropertyMap::load(const String8& filename, PropertyMap** outMap) { function in class:android::PropertyMap

Completed in 168 milliseconds

12345