/frameworks/base/tools/incident_report/ |
D | formatter.cpp | 56 compare_name(const char* full, const char* package, const char* clazz) in compare_name() argument 59 int cmp = strncmp(full, package, packageLen); in compare_name() 61 cmp = full[packageLen] - '.'; in compare_name() 63 return strcmp(full + packageLen, clazz); in compare_name()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/ |
D | BatteryLayersDrawable.kt | 181 val full = Metrics.AttrFullCanvasInsets in setAttrRects() constant 188 if (rtl) full.right else full.left, in setAttrRects() 189 full.top, in setAttrRects() 190 vw - if (rtl) full.left else full.right, in setAttrRects() 191 vh - full.bottom, in setAttrRects()
|
/frameworks/av/media/utils/tests/ |
D | mediautils_fixedstring_tests.cpp | 41 ASSERT_TRUE(s1.full()); in TEST() 47 ASSERT_TRUE(s2.full()); in TEST() 75 ASSERT_FALSE(s0.full()); in TEST() 89 ASSERT_TRUE(s0.full()); in TEST()
|
/frameworks/base/api/coverage/tools/ |
D | Android.bp | 28 static_libs: ["libprotobuf-java-full"], 30 type: "full", 40 "libprotobuf-java-full",
|
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/ |
D | Android.bp | 25 shared_libs: ["libprotobuf-cpp-full"], 27 type: "full", 45 "libprotobuf-cpp-full",
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsDurationTimerTest.java | 215 final BatteryStatsImpl.DurationTimer full = new BatteryStatsImpl.DurationTimer(clocks, in testParceling() local 218 assertFalse(full.isRunningLocked()); in testParceling() 220 assertEquals(1200, full.getCurrentDurationMsLocked(6300)); in testParceling() 221 assertEquals(1200, full.getMaxDurationMsLocked(6301)); in testParceling() 222 assertEquals(1200, full.getTotalDurationMsLocked(6302)); in testParceling()
|
/frameworks/base/packages/SystemUI/plugin_core/ |
D | proguard.flags | 1 # R8's full mode is a bit more aggressive in stripping annotations, but the 5 # https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode
|
/frameworks/wilhelm/src/android/ |
D | android_AudioToCbRenderer.cpp | 64 size_t full = mDecodeBuffer->range_length(); in onRender() local 67 while (offset < full) { in onRender()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | README | 9 after a full platform build. 13 full platform build.
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | PackageManagerServiceTest.java | 231 Timeouts full = Timeouts.parse("10000:10001:10002"); in testTimeouts() local 232 Assert.assertEquals(10000L, full.minTimeUs); in testTimeouts() 233 Assert.assertEquals(10001L, full.minPendingTimeUs); in testTimeouts() 234 Assert.assertEquals(10002L, full.maxPendingTimeUs); in testTimeouts() 354 PerPackageReadTimeouts full = PerPackageReadTimeouts.parse( in testPerPackageReadTimeouts() local 356 Assert.assertEquals("package.com", full.packageName); in testPerPackageReadTimeouts() 357 Assert.assertEquals(sha256, bytesToHexString(full.sha256certificate)); in testPerPackageReadTimeouts() 358 Assert.assertEquals(191000070, full.versionCodes.minVersionCode); in testPerPackageReadTimeouts() 359 Assert.assertEquals(201000070, full.versionCodes.maxVersionCode); in testPerPackageReadTimeouts() 360 Assert.assertEquals(10001L, full.timeouts.minTimeUs); in testPerPackageReadTimeouts() [all …]
|
/frameworks/base/ |
D | TestProtoLibraries.bp | 22 "libprotobuf-java-full", 29 type: "full",
|
D | ProtoLibraries.bp | 134 type: "full", 231 type: "full", 276 // This is the full proto version of libplatformprotos. It may only 286 type: "full",
|
/frameworks/proto_logging/stats/express/libexpresscatalog/ |
D | Android.bp | 48 "libprotobuf-cpp-full", 51 type: "full",
|
/frameworks/proto_logging/stats/express/expresscatalogvalidator/ |
D | Android.bp | 39 "libprotobuf-cpp-full", 42 type: "full",
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderRecord.java | 228 void dump(PrintWriter pw, String prefix, boolean full) { in dump() argument 229 if (full) { in dump() 238 if (full) { in dump() 246 if (full) { in dump() 253 if (full) { in dump() 274 if (full) { in dump()
|
/frameworks/av/drm/libmediadrm/ |
D | Android.bp | 131 // This is the version of the drm metrics library configured for full protobuf. 146 type: "full", 158 "libprotobuf-cpp-full",
|
/frameworks/hardware/interfaces/stats/aidl/vts/java/ |
D | Android.bp | 35 "host-libprotobuf-java-full", 47 type: "full",
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
D | ParcelableComponentTest.kt | 35 import kotlin.reflect.full.allSuperclasses in <lambda>() 36 import kotlin.reflect.full.createInstance in <lambda>() 37 import kotlin.reflect.full.isSubclassOf in <lambda>() 38 import kotlin.reflect.full.memberFunctions in <lambda>() 39 import kotlin.reflect.full.memberProperties in <lambda>() 40 import kotlin.reflect.full.staticProperties in <lambda>()
|
/frameworks/av/drm/libmediadrm/protos/ |
D | Android.bp | 15 // This is the version of the drm metrics configured for protobuf full on host. 39 type: "full",
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | Android.bp | 47 "libprotobuf-cpp-full", 52 type: "full", 117 "libprotobuf-cpp-full", 122 type: "full",
|
/frameworks/base/libs/protoutil/ |
D | Android.bp | 76 "libprotobuf-cpp-full", 88 type: "full",
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PreferredActivity.java | 78 public void writeToXml(TypedXmlSerializer serializer, boolean full) throws IOException { 79 mPref.writeToXml(serializer, full);
|
/frameworks/base/cmds/incident_helper/ |
D | Android.bp | 93 "libprotobuf-cpp-full" 96 type: "full",
|
/frameworks/native/libs/ftl/ |
D | static_vector_test.cpp | 40 EXPECT_TRUE(vector.full()); in TEST() 250 EXPECT_TRUE(pairs.full()); in TEST() 261 EXPECT_TRUE(sums.full()); in TEST() 329 EXPECT_FALSE(strings.full()); in TEST() 341 EXPECT_FALSE(strings.full()); in TEST()
|
/frameworks/av/services/mediametrics/benchmarks/ |
D | README.md | 1 This benchmark may fail occasionally, probably due to the binder queue being full.
|