Searched refs:change (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp58 m_pLast->change(m_AttrSet.front());
78 m_pLast->change(*cur);
89 m_pLast->change(m_AttrSet.back());
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DAndroid.mk24 # Disable it because the ISurface interface may change, and before we have a
/frameworks/base/services/java/com/android/server/
H A DRecognitionManagerService.java64 int change = isPackageDisappearing(comp.getPackageName());
65 if (change == PACKAGE_PERMANENT_CHANGE
66 || change == PACKAGE_TEMPORARY_CHANGE) {
H A DWallpaperManagerService.java383 int change = isPackageDisappearing(wallpaper.wallpaperComponent
385 if (change == PACKAGE_PERMANENT_CHANGE
386 || change == PACKAGE_TEMPORARY_CHANGE) {
396 int change = isPackageDisappearing(wallpaper.nextWallpaperComponent
398 if (change == PACKAGE_PERMANENT_CHANGE
399 || change == PACKAGE_TEMPORARY_CHANGE) {
646 if (mCurrentUserId != userId) return; // Don't change the properties now
1231 // mWallpaperObserver will notice the close and send the change broadcast
H A DTextServicesManagerService.java159 final int change = isPackageDisappearing(packageName);
161 change == PACKAGE_PERMANENT_CHANGE || change == PACKAGE_TEMPORARY_CHANGE
H A DInputMethodManagerService.java411 // Inform the current client of the change in active status
497 int change = isPackageDisappearing(imi.getPackageName());
501 if (change == PACKAGE_TEMPORARY_CHANGE
502 || change == PACKAGE_PERMANENT_CHANGE) {
515 int change = isPackageDisappearing(curIm.getPackageName());
516 if (change == PACKAGE_TEMPORARY_CHANGE
517 || change == PACKAGE_PERMANENT_CHANGE) {
1109 // be calling through here after that change happens.
1608 // See if we need to notify a subtype change within the same IME.
1841 // be calling through here after that change happen
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDAttribute.h175 * AttributeProxy hides the reality of sharing. An input file can change
221 void change(Attribute* pBase) function in class:mcld::AttributeProxy
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java218 int change = look - (where + after);
219 before += change;
220 after += change;
H A DSpannableStringBuilder.java261 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) { method in class:SpannableStringBuilder
477 change(start, end, tb, tbstart, tbend);
537 // No change if span start was already at replace interval boundaries before replace
556 // No change if span start was already at replace interval boundaries before replace
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java169 void change() { method in class:GcSnapshot.Layer
171 mBitmap.change();
614 layer.change();
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s51 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s55 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java193 public void change() { method in class:Bitmap_Delegate

Completed in 2639 milliseconds