Searched refs:load (Results 126 - 150 of 162) sorted by relevance

1234567

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp332 dump.appendFormat(INDENT "Interactive: %s\n", toString(mInteractive.load()));
878 bool interactive = mInteractive.load();
915 bool interactive = mInteractive.load();
1467 jniThrowRuntimeException(env, "Failed to load custom pointer icon.");
/frameworks/native/services/inputflinger/
H A DEventHub.cpp1260 // We do this now so that we can make sure to load the keymap if necessary.
1428 status_t status = PropertyMap::load(device->configurationFile,
1446 return VirtualKeyMap::load(path, &device->virtualKeyMap);
1450 return device->keyMap.load(device->identifier, device->configuration);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp113 mSDPLoader->load(
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java56 KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD);
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java716 mKeyCharacterMap = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java118 void load() { method in class:Owners
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java402 keystore.load(null);
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java116 if (command.equals("load")) {
248 postErrorToast("Failed to load " + modelInfo.name + ", UUID=" + soundModel.uuid + "!");
249 setModelState(modelInfo, "Failed to load");
432 properties.load(new FileInputStream(file));
436 Log.e(TAG, "Failed to load properties file " + file.getName());
440 // Create a few dummy models if we didn't load anything.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java213 // try to load the color state list from an int
299 "Failed lot load " + file.getAbsolutePath(), e, null /*data*/);
350 "Failed lot load " + bmpFile.getAbsolutePath(), e, null /*data*/);
380 NinePatch ninePatch = NinePatch.load(inputStream, true /*is9Patch*/,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java781 mSoundMap.put(sound, mSoundPool.load(context, sound, 1));
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DToolbarActionBar.java477 final KeyCharacterMap kmap = KeyCharacterMap.load(
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs445 "How to load and process bitmaps while keeping your user interface
450 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/load-bitmap.html">
1867 <a href="<?cs var:toroot ?>training/load-data-background/index.html"
1873 <li><a href="<?cs var:toroot ?>training/load-data-background/setup-loader.html">
1876 <li><a href="<?cs var:toroot ?>training/load-data-background/handle-results.html">
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs445 "How to load and process bitmaps while keeping your user interface
450 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/load-bitmap.html">
1823 <a href="<?cs var:toroot ?>training/load-data-background/index.html"
1829 <li><a href="<?cs var:toroot ?>training/load-data-background/setup-loader.html">
1832 <li><a href="<?cs var:toroot ?>training/load-data-background/handle-results.html">
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java557 // load current properties for carrier VZW
703 properties.load(stream);
2028 extraProp.load(new StringReader(extras));
2197 // load default GPS configuration
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java185 // load minorID from reflection
1381 System.load(rs.mNativeLibDir + "/librsjni.so");
1420 android.util.Log.v(LOG_TAG, "Unable to load libRS.so, falling back to compat mode");
1426 System.load(rssupportPath);
1447 android.util.Log.v(LOG_TAG, "Unable to load libRSSupportIO.so, USAGE_IO not supported");
1452 // For old APIs with dlopen bug, need to load blas lib in Java first.
1453 // Only try load to blasV8 when the desired API level includes IntrinsicBLAS.
1460 Log.v(LOG_TAG, "Unable to load BLAS lib, ONLY BNNM will be supported: " + e);
/frameworks/base/core/java/android/os/
H A DDebug.java1993 tp.load(r);
/frameworks/base/core/java/android/view/
H A DKeyEvent.java2523 * @see KeyCharacterMap#load
2526 return KeyCharacterMap.load(mDeviceId);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1536 status_t load(const ResTable_lib_header* const header);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp114 needsRedraw = Properties::load();
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp221 int SoundPool::load(int fd, int64_t offset, int64_t length, int priority __unused) function in class:android::SoundPool
223 ALOGV("load: fd=%d, offset=%" PRId64 ", length=%" PRId64 ", priority=%d",
667 ALOGE("Unable to load sample");
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java508 mCameraSound.load(MediaActionSound.SHUTTER_CLICK);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java96 mNoisemaker.load(MediaActionSound.SHUTTER_CLICK);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java778 KeyCharacterMap kcm = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp131 void (*load)(void); member in struct:android::renderscript::__anon1648
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java163 sStore = load(modelAnalyzer);
168 private static SetterStore load(ModelAnalyzer modelAnalyzer) { method in class:SetterStore

Completed in 838 milliseconds

1234567