Searched refs:other (Results 401 - 409 of 409) sorted by relevance

<<11121314151617

/frameworks/rs/api/
H A Drs_math.spec494 to all entries of the value, the other where the min and max are also vectors.
3345 See @rint() and @round() for other rounding options.
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/core/java/android/app/
H A DActivityThread.java160 * broadcasts, and other operations on it as the activity
279 final ProviderKey other = (ProviderKey) o;
280 return Objects.equals(authority, other.authority) && userId == other.userId;
353 // can be compared with other lifecycle operations.
2208 // Heap info - other areas
3930 // have a chance for any other pending work (in particular memory
3990 // one place and missing the other.
4253 // unregister and other cleanup.
5683 // There was a race! Some other clien
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java314 * and other related state. It is a fine-grained lock that should only be held
422 * This backstops other fstrim scheduling: if the device is alive at midnight+idle,
424 * no-fstrim check kicks in only of the other scheduling criteria is never met.
570 // Lock for state used when installing and doing other long running
2602 // clear only after permissions and other defaults have been updated
2613 // early on (before the package manager declares itself as early) because other
5441 /* ResolveInfo for IntentForwarderActivity to send the intent to the other profile */
5443 /* Best domain verification status of the activities found in the other profile */
5628 // Maybe add one for the other profile.
5657 // to that (but only if there is no other highe
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java203 // 3 : introduced "_meta" metadata file; no other format change per se
613 // Where we keep our journal files and other bookkeeping
666 public int compareTo(FullBackupEntry other) { argument
667 if (lastBackup < other.lastBackup) return -1;
668 else if (lastBackup > other.lastBackup) return 1;
932 // Like other async operations, this is entered with the wakelock held
2819 // In case of any other error, it's backup transport error.
3380 // Any other error here indicates a transport-level failure. That means
3615 * or one of the other BackupTransport.* error codes as appropriate
3855 // boolean: "1" if archive includes .apk; any other strin
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1321 // TODO: need to take care other possible output sections
2698 /// isSymbolPreemtible - whether the symbol can be preemted by other
2701 if (pSym.other() != ResolveInfo::Default)
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java403 // here so that while the job scheduler can depend on AMS, the other way around
734 * Tracking long-term execution of processes to look for abuse and other
1051 GrantUri other = (GrantUri) o;
1052 return uri.equals(other.uri) && (sourceUserId == other.sourceUserId)
1053 && prefix == other.prefix;
1298 * This is set to false when we are killing processes for reasons other than
1306 * processes are going away for other reasons.
2614 // handlers to other threads. So take care to be explicit about the looper.
3263 // to move it. It should be kept in the front of the list with other
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 1005 milliseconds

<<11121314151617