/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/rs/ |
D | Android.mk | 4 .PHONY: rs-prebuilts-full 5 rs-prebuilts-full: \ 22 rs-prebuilts-full: \
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | Android.bp | 42 "libprotobuf-cpp-full", 47 type: "full", 75 "libprotobuf-cpp-full", 79 type: "full",
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
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/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/servicestests/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 | 24 "libprotobuf-java-full", 31 type: "full",
|
D | ProtoLibraries.bp | 97 type: "full", 191 type: "full", 236 // This is the full proto version of libplatformprotos. It may only 246 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 | 121 // This is the version of the drm metrics library configured for full protobuf. 136 type: "full", 148 "libprotobuf-cpp-full",
|
/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/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/libs/protoutil/ |
D | Android.bp | 75 "libprotobuf-cpp-full", 83 type: "full",
|
/frameworks/native/libs/ftl/ |
D | static_vector_test.cpp | 40 EXPECT_TRUE(vector.full()); in TEST() 192 EXPECT_TRUE(pairs.full()); in TEST() 203 EXPECT_TRUE(sums.full()); in TEST() 271 EXPECT_FALSE(strings.full()); in TEST() 283 EXPECT_FALSE(strings.full()); in TEST()
|
/frameworks/base/cmds/incident_helper/ |
D | Android.bp | 93 "libprotobuf-cpp-full" 96 type: "full",
|
/frameworks/av/services/mediametrics/benchmarks/ |
D | README.md | 1 This benchmark may fail occasionally, probably due to the binder queue being full.
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Android.bp | 73 "libprotobuf-cpp-full", 115 "libprotobuf-cpp-full",
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 96 * the battery has charged past equal-sized fractions of full capacity. 98 * has charged past 1/8th full 12 times, 2/8ths full 11 times, etc. 140 /* Level Battery Level, as % of full. */
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 447 private static String subtag(String full, String attribute) { in subtag() argument 448 int start = full.indexOf(attribute); in subtag() 454 int end = full.indexOf(';', start); in subtag() 457 return full.substring(start); in subtag() 459 return full.substring(start, end); in subtag()
|
/frameworks/base/cmds/am/ |
D | Android.bp | 26 type: "full",
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 142 "libprotobuf-cpp-full", 151 type: "full",
|
/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputmethodeditortrace.proto | 34 * Represents a file full of trace entries for clients that use InputMethod. 80 * Represents a file full of InputMethodService trace entries. 113 * Represents a file full of InputMethodManagerService trace entries.
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 83 /* Define to the full name of this package. */ 86 /* Define to the full name and version of this package. */
|
/frameworks/libs/native_bridge_support/libwebviewchromium_plat_support/ |
D | Android.bp | 35 // providing a fake implementation without full compatibility.
|