Searched refs:other (Results 276 - 286 of 286) sorted by relevance

<<1112

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp221 /// section and all other reference to this symbol should refer to this
269 (ResolveInfo::Visibility)pSym.other());
271 // output all other alias symbols if any
287 (ResolveInfo::Visibility)alias->other());
1550 // All other dynamic relocations may lead to run-time relocation
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h346 bool equals(const sp<DeviceDescriptor>& other) const;
846 // when something other than STREAM_TTS (a.k.a. "Transmitted Through Speaker") is playing
H A DAudioPolicyManager.cpp1247 // cannot start playback of STREAM_TTS if any other output is being used
1257 // some playback other than beacon starts
1285 // force a device change if any other output is managed by the same hw
1288 // change the device currently selected by the other active output.
1293 // wait for audio on other active outputs to be presented when starting
1386 // force restoring the device selection on other active outputs if it differs from the
1635 // virtual input devices are compatible with other input devices
1650 ALOGE("startInput(%d) failed: other input %d already started", input, activeInput);
2774 // TODO: check from routing capabilities in config file and other conflicting patches
4005 // and as they were also referenced on the other outpu
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java645 final Slider other = mOtherSlider;
/frameworks/base/core/java/android/app/
H A DActivityThread.java146 * broadcasts, and other operations on it as the activity
249 final ProviderKey other = (ProviderKey) o;
250 return Objects.equals(authority, other.authority) && userId == other.userId;
773 * sharing its runtime with other packages:
776 * indicating a request to share a VM with other
1956 // Heap info - other areas
3440 // have a chance for any other pending work (in particular memory
4830 // There was a race! Some other client managed to acquire
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp383 /// section and all other reference to this symbol should refer to this
430 (ResolveInfo::Visibility)pSym.other());
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java493 * Tracking long-term execution of processes to look for abuse and other
851 GrantUri other = (GrantUri) o;
852 return uri.equals(other.uri) && (sourceUserId == other.sourceUserId)
853 && prefix == other.prefix;
1053 * This is set to false when we are killing processes for reasons other than
1061 * processes are going away for other reasons.
2059 // handlers to other threads. So take care to be explicit about the looper.
2501 // to move it. It should be kept in the front of the list with other
2522 if (DEBUG_LRU) Slog.d(TAG, "Not moving, already top other
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java292 * This backstops other fstrim scheduling: if the device is alive at midnight+idle,
294 * no-fstrim check kicks in only of the other scheduling criteria is never met.
382 // Lock for state used when installing and doing other long running
1505 // by other system apps.
4893 // just result in an error again. Also, don't bother dexopting for other
4907 // just result in an error again. Also, don't bother dexopting for other
4915 // We're deciding to defer a needed dexopt. Don't bother dexopting for other
5571 PackageParser.Provider other = mProvidersByAuthority.get(names[j]);
5573 ((other != null && other
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java114 * The other set of position related methods are in the form of
160 * widgets that snap to a page or other coarse-grained barrier.
685 * <p>In contrast to other adapter-backed views such as {@link android.widget.ListView}
1831 // On the other hand, this will prevent the layout manager from resizing properly.
1997 * screen as a side-effect of other changes)
2000 * screen as a side-effect of other changes)
2855 * adapter changes that may not be reflected to the layout yet. On the other hand, if
4681 * <p>This is a structural change event. Representations of other existing items in the
4697 * <p>This is a structural change event. Representations of other existing items in the
4714 * <p>This is a structural change event. Representations of other existin
7968 copyFrom(SavedState other) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java185 // 3 : introduced "_meta" metadata file; no other format change per se
540 // Where we keep our journal files and other bookkeeping
593 public int compareTo(FullBackupEntry other) { argument
594 if (lastBackup < other.lastBackup) return -1;
595 else if (lastBackup > other.lastBackup) return 1;
837 // Like other async operations, this is entered with the wakelock held
2900 // Any other error here indicates a transport-level failure. That means
3291 // boolean: "1" if archive includes .apk; any other string means not
4046 // it to indicate EOD to the other end.
6806 // Allow unsigned apps, but not signed on one device and unsigned on the other
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1382 // TODO: need to take care other possible output sections
2819 /// isSymbolPreemtible - whether the symbol can be preemted by other
2824 if (pSym.other() != ResolveInfo::Default)

Completed in 745 milliseconds

<<1112