Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/native/cmds/lshal/libprocpartition/
Dprocpartition.cpp37 std::string real; in getExe() local
41 if (!android::base::Realpath(exe, &real)) { in getExe()
44 return real; in getExe()
93 const auto& real = getExe(pid); in getPartitionFromExe() local
94 if (real.empty() || real.front() != '/') { in getPartitionFromExe()
97 return getPartitionFromRealpath(real); in getPartitionFromExe()
/frameworks/base/libs/WindowManager/Shell/tests/
DREADME.md7 require UI automation nor real device to run
10 involves mocking the window manager service or even talking to the real one.
12 @LargeTest and runs with UI automation on real device
/frameworks/base/core/java/com/android/internal/util/
DJournaledFile.java40 public JournaledFile(File real, File temp) { in JournaledFile() argument
41 mReal = real; in JournaledFile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsPopupMenuTest.kt130 private fun setupActivity(real: Activity): Activity { in <lambda>()
132 spy(real.resources).apply { in <lambda>()
144 return spy(real).also { whenever(it.resources).thenReturn(resources) } in <lambda>()
/frameworks/av/media/libeffects/hapticgenerator/
DProcessors.cpp203 const auto [real, img] = getComplexPoleZ(ringingFrequency, q, sampleRate); in bpfCoefs()
208 coefficient[3] = -2 * real; in bpfCoefs()
209 coefficient[4] = real * real + img * img; in bpfCoefs()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DDumpableContainerImplTest.java222 CustomDumpable real = new CustomDumpable("Slim Shade", "Please stand up!"); in testRemoveDumpable_sameNameButDifferentDumpable() local
225 mImpl.addDumpable(real); in testRemoveDumpable_sameNameButDifferentDumpable()
228 assertWithMessage("removeDumpable(real)").that(mImpl.removeDumpable(real)).isTrue(); in testRemoveDumpable_sameNameButDifferentDumpable()
/frameworks/base/ravenwood/
DREADME.md22real” code.** As API owners progressively opt-in their code, they have the freedom to provide eit…
23 …* _Contrasted with Robolectric, where support for “real” code ends at the app process boundary, su…
/frameworks/av/media/module/service.mediatranscoding/tests/
DREADME.txt5 Tests media transcoding service with real transcoder. Uses the same test assets
DAndroid.bp54 // MediaTranscodingService unit test using real transcoder
/frameworks/base/services/fakes/
DAndroid.bp12 // artifacts for physical devices, as they already supply "real" services
/frameworks/libs/modules-utils/
DTEST_MAPPING55 // Run these on real devices in postsubmit while they're
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto54 /* offset between real-time clock and elapsed time clock in nanoseconds.
104 /* offset between real-time clock and elapsed time clock in nanoseconds.
141 /* offset between real-time clock and elapsed time clock in nanoseconds.
/frameworks/opt/telephony/tests/telephonytests/
Djarjar-rules-tests.txt5 # real device, except that in the test they have different package names.
/frameworks/hardware/interfaces/schedulerservice/1.0/
DISchedulingPolicyService.hal25 * Request real-time priority for a specific thread in a process.
/frameworks/proto_logging/stats/enums/stats/sysui/
Dnotification_enums.proto23 IMPORTANCE_UNSPECIFIED = -1000; // Should not occur for real notifications.
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc155 // of cache. (a real end)
175 // meet real end
/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java338 final ArrayList<AudioDeviceAttributes> real = in getDevicesForAttributesImpl() local
340 if (res.equals(real)) { in getDevicesForAttributesImpl()
346 + " CACHE ERROR real:" + attrDeviceToDebugString(attributes, real)); in getDevicesForAttributesImpl()
/frameworks/base/packages/FusedLocation/
DAndroid.bp50 "src/**/*.java", // include real sources because we're forced to test this directly
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/
DAndroid.bp18 // and this is more representative of a real caller. It also uses Mockito extended, and this
/frameworks/ex/camera2/extensions/service_based_sample/
DREADME.txt18 … A sample implementation of extensions service is provided. You should add your real implementation
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc186 // of cache. (a real end)
201 case 0: // meet real end
/frameworks/base/libs/WindowManager/Shell/proto/
Dwm_shell_transition_trace.proto40 /* offset between real-time clock and elapsed time clock in nanoseconds.
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto42 /* offset between real-time clock and elapsed time clock in nanoseconds.
Dwindowmanagertransitiontrace.proto43 /* offset between real-time clock and elapsed time clock in nanoseconds.
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto38 /* offset between real-time clock and elapsed time clock in nanoseconds.

123