Searched defs:real (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/provider/
H A DBrowser.java311 * @param real If true, this is an actual visit, and should add to the
316 String url, boolean real) {
315 updateVisitedHistory(ContentResolver cr, String url, boolean real) argument
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java36 public JournaledFile(File real, File temp) { argument
37 mReal = real;
43 * Prefers the real file. If it doesn't exist, uses the temp one, and then copies
44 * it to the real one. If there is both a real file and a temp one, assumes that the
76 // If the real one doesn't exist, it's either because this is the first time
80 // for real, which will we'll shortly delete.
/frameworks/native/cmds/lshal/libprocpartition/
H A Dprocpartition.cpp37 std::string real; local
41 if (!android::base::Realpath(exe, &real)) {
44 return real;
93 const auto& real = getExe(pid); local
94 if (real.empty() || real.front() != '/') {
97 return getPartitionFromRealpath(real);
/frameworks/native/libs/binder/
H A DParcel.cpp255 sp<IBinder> real = binder.promote(); local
256 if (real != NULL) {
257 IBinder *local = real->localBinder();
259 BpBinder *proxy = real->remoteBinder();
273 return finish_flatten_binder(real, obj, out);
/frameworks/native/libs/math/include/math/
H A DTQuatHelpers.h205 constexpr T PURE real(const QUATERNION<T>& q) { function in class:android::details::TQuatFunctions

Completed in 447 milliseconds