/frameworks/native/cmds/lshal/libprocpartition/ |
D | procpartition.cpp | 37 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/ |
D | README.md | 7 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/ |
D | JournaledFile.java | 40 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/ |
D | ControlsPopupMenuTest.kt | 130 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/ |
D | Processors.cpp | 203 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/ |
D | DumpableContainerImplTest.java | 222 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/ |
D | README.md | 22 …real” 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/ |
D | README.txt | 5 Tests media transcoding service with real transcoder. Uses the same test assets
|
D | Android.bp | 54 // MediaTranscodingService unit test using real transcoder
|
/frameworks/base/services/fakes/ |
D | Android.bp | 12 // artifacts for physical devices, as they already supply "real" services
|
/frameworks/libs/modules-utils/ |
D | TEST_MAPPING | 55 // Run these on real devices in postsubmit while they're
|
/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputmethodeditortrace.proto | 54 /* 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/ |
D | jarjar-rules-tests.txt | 5 # real device, except that in the test they have different package names.
|
/frameworks/hardware/interfaces/schedulerservice/1.0/ |
D | ISchedulingPolicyService.hal | 25 * Request real-time priority for a specific thread in a process.
|
/frameworks/proto_logging/stats/enums/stats/sysui/ |
D | notification_enums.proto | 23 IMPORTANCE_UNSPECIFIED = -1000; // Should not occur for real notifications.
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 155 // of cache. (a real end) 175 // meet real end
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioSystemAdapter.java | 338 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/ |
D | Android.bp | 50 "src/**/*.java", // include real sources because we're forced to test this directly
|
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/ |
D | Android.bp | 18 // and this is more representative of a real caller. It also uses Mockito extended, and this
|
/frameworks/ex/camera2/extensions/service_based_sample/ |
D | README.txt | 18 … A sample implementation of extensions service is provided. You should add your real implementation
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 186 // of cache. (a real end) 201 case 0: // meet real end
|
/frameworks/base/libs/WindowManager/Shell/proto/ |
D | wm_shell_transition_trace.proto | 40 /* offset between real-time clock and elapsed time clock in nanoseconds.
|
/frameworks/base/core/proto/android/server/ |
D | windowmanagertrace.proto | 42 /* offset between real-time clock and elapsed time clock in nanoseconds.
|
D | windowmanagertransitiontrace.proto | 43 /* offset between real-time clock and elapsed time clock in nanoseconds.
|
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/ |
D | view_capture.proto | 38 /* offset between real-time clock and elapsed time clock in nanoseconds.
|