/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/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/opt/net/wifi/tests/wifitests/apex/ |
D | Android.bp | 16 // It has a version code that should beat a "real" APEX and enables end-to-end 17 // installation testing on devices with the latests real data.
|
/frameworks/base/tests/FlickerTests/ |
D | TEST_MAPPING | 3 // Run tests on real device
|
/frameworks/base/startop/scripts/app_startup/ |
D | parse_metrics | 30 To get a list of metrics without doing real parsing, use --simulate. 40 -s, --simulate prints dummy values instead of real metrics
|
/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/base/core/proto/android/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/tests/PackageManagerComponentOverrideTests/ |
D | Android.bp | 18 // and this is more representative of a real caller. It also uses Mockito extended, and this
|
/frameworks/base/packages/FusedLocation/ |
D | Android.bp | 30 "src/**/*.java", // include real sources because we're forced to test this directly
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 186 // of cache. (a real end) 201 case 0: // meet real end
|
/frameworks/base/core/proto/android/server/ |
D | protolog.proto | 62 /* offset between real-time clock and elapsed system time clock in miliseconds.
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 10 app statically or dynamically, the real classes are loaded from the shared
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 12 app statically or dynamically, the real classes are loaded from the shared
|
/frameworks/base/core/java/android/provider/ |
D | Browser.java | 314 String url, boolean real) { in updateVisitedHistory() argument
|
/frameworks/base/core/proto/android/os/ |
D | cpuinfo.proto | 78 …ing pr = 4; // priority of each task, using string type is because special value RT (real time)
|
D | ps.proto | 48 // process; real memory usage, in KiB.
|
D | batterystats.proto | 97 // The estimated real battery capacity, which may be less than the declared 573 // These are real CPU time measurement from the kernel, so their sum can
|
/frameworks/native/libs/math/include/math/ |
D | TQuatHelpers.h | 205 constexpr T PURE real(const QUATERNION<T>& q) { in real() function
|
/frameworks/base/tools/protologtool/ |
D | README.md | 37 …returns false the log statement is removed entirely from the resultant code. The real generated co…
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 51 // Not a real process state.
|
D | tvsettings_enums.proto | 368 // real all TV listings 372 // real instant messages
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 84 // Statistics about a real value
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 205 * A tensor of 8 bit unsigned integers that represent real numbers. 208 * 8 bit integer to the real value and vice versa. These two numbers are: 2888 * A tensor of 16 bit signed integers that represent real numbers. 2890 * Attached to this tensor is a number representing real value scale that is 2891 * used to convert the 16 bit number to a real value in the following way: 2917 * A tensor of 8 bit signed integers that represent real numbers. 2920 * be used to convert the 8 bit signed integer to the real value and vice versa. 2944 * A tensor of 16 bit unsigned integers that represent real numbers. 2947 * 16 bit integer to the real value and vice versa. These two numbers are: 2957 * A tensor of 8 bit signed integers that represent real numbers. [all …]
|