Searched defs:load (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp40 sDeviceInfo->load();
44 void DeviceInfo::load() { function in class:android::uirenderer::DeviceInfo
H A DProperties.cpp89 bool Properties::load() { function in class:android::uirenderer::Properties
/frameworks/base/test-runner/src/android/test/
H A DSimpleCache.java26 protected abstract V load(K key); method in class:SimpleCache
32 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/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DBuildInfoUtil.java31 public static BindingBuildInfo load(RoundEnvironment roundEnvironment) { method in class:BuildInfoUtil
/frameworks/rs/
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
59 load(&temp);
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
66 load(&temp);
/frameworks/support/v4/api24/android/support/v4/view/
H A DPointerIconCompatApi24.java33 public static Object load(Resources resources, int resourceId) { method in class:PointerIconCompatApi24
34 return PointerIcon.load(resources, resourceId);
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java91 public boolean load() { method in class:GestureLibraries.FileGestureLibrary
96 mStore.load(new FileInputStream(file), true);
99 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
101 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
127 public boolean load() { method in class:GestureLibraries.ResourceGestureLibrary
133 mStore.load(in, true);
136 Log.d(LOG_TAG, "Could not load the gesture library from raw resource " +
H A DGestureLibrary.java32 public abstract boolean load(); method in class:GestureLibrary
H A DGestureStore.java274 public void load(InputStream stream) throws IOException { method in class:GestureStore
275 load(stream, false);
278 public void load(InputStream stream, boolean closeStream) throws IOException { method in class:GestureStore
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp51 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) { function in class:android::SDPLoader
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp42 jmethodID load; member in struct:android::__anon943
69 gPointerIconClassInfo.load, contextObj));
149 gPointerIconClassInfo.load = GetMethodIDOrDie(env, gPointerIconClassInfo.clazz,
150 "load", "(Landroid/content/Context;)Landroid/view/PointerIcon;");
/frameworks/base/media/java/android/media/
H A DMediaActionSound.java93 * STATE_LOADING : sample being loaded: waiting for load completion callback
135 int id = mSoundPool.load(SOUND_FILES[sound.name], 1);
155 public void load(int soundName) { method in class:MediaActionSound
164 Log.e(TAG, "load() error loading sound: " + soundName);
168 Log.e(TAG, "load() called in wrong state: " + sound + " for sound: "+ soundName);
191 * <p>If the sound has not been loaded by {@link #load} before calling play,
192 * play will load the sound at the cost of some additional latency before
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java92 * @param src matrix to load the values from
94 public void load(Matrix2f src) { method in class:Matrix2f
155 load(tmp);
H A DMatrix3f.java98 * @param src matrix to load the values from
100 public void load(Matrix3f src) { method in class:Matrix3f
232 load(tmp);
H A DMatrix4f.java108 * @param src matrix to load the values from
110 public void load(Matrix4f src) { method in class:Matrix4f
117 * @param src matrix to load the values from
120 public void load(Matrix3f src) { method in class:Matrix4f
348 load(m1);
359 load(tmp);
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp49 status_t VirtualKeyMap::load(const String8& filename, VirtualKeyMap** outMap) { function in class:android::VirtualKeyMap
H A DKeyboard.cpp41 status_t KeyMap::load(const InputDeviceIdentifier& deviceIdenfifier, function in class:android::KeyMap
114 status_t status = KeyLayoutMap::load(path, &keyLayoutMap);
131 status_t status = KeyCharacterMap::load(path,
/frameworks/support/v8/renderscript/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);
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java173 load();
186 private void load() { method in class:PersistentDataStore
202 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
205 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
/frameworks/minikin/tools/
H A Dmk_hyb_file.py269 # load the ".pat" file, which contains patterns such as a1b2c3
270 def load(fn): function
279 # load the ".chr" file, which contains the alphabet and case pairs, eg "aA", "bB" etc.
295 # load exceptions with explicit hyphens
557 hyph = load(pat_fn)
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java393 * @param r The Reader to load properties from
397 public void load(Reader r) throws IOException { method in class:TypedProperties
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java217 load();
230 private void load() { method in class:PersistentDataStore
246 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
249 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);

Completed in 5801 milliseconds

12