/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()
|
D | Android.bp | 31 "libprotobuf-cpp-full",
|
/frameworks/rs/ |
D | Android.mk | 4 .PHONY: rs-prebuilts-full 5 rs-prebuilts-full: \ 22 rs-prebuilts-full: \
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | Android.bp | 22 type: "full", 25 shared_libs: ["libprotobuf-cpp-full"], 40 "libprotobuf-cpp-full", 61 shared_libs: ["libprotobuf-cpp-full"], 76 shared_libs: ["libprotobuf-cpp-full"],
|
/frameworks/base/tools/stats_log_api_gen/ |
D | Android.bp | 40 "libprotobuf-cpp-full", 45 type: "full", 73 "libprotobuf-cpp-full", 77 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/base/cmds/incident_helper/ |
D | Android.bp | 59 "libprotobuf-cpp-full" 62 type: "full",
|
/frameworks/av/drm/libmediadrm/ |
D | Android.bp | 105 // This is the version of the drm metrics library configured for full protobuf. 120 type: "full", 134 "libprotobuf-cpp-full",
|
/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/core/java/com/android/server/am/ |
D | ContentProviderRecord.java | 178 void dump(PrintWriter pw, String prefix, boolean full) { in dump() argument 179 if (full) { in dump() 188 if (full) { in dump() 196 if (full) { in dump() 203 if (full) { in dump() 224 if (full) { in dump()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PreferredActivity.java | 48 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { in writeToXml() argument 49 mPref.writeToXml(serializer, full); in writeToXml()
|
/frameworks/base/libs/protoutil/ |
D | Android.bp | 60 "libprotobuf-cpp-full", 68 type: "full",
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 420 private static String subtag(String full, String attribute) { in subtag() argument 421 int start = full.indexOf(attribute); in subtag() 427 int end = full.indexOf(';', start); in subtag() 430 return full.substring(start); in subtag() 432 return full.substring(start, end); in subtag()
|
/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/cmds/am/ |
D | Android.bp | 9 type: "full",
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 133 "libprotobuf-cpp-full", 142 type: "full",
|
/frameworks/base/tests/net/java/android/net/ |
D | NetworkStatsHistoryTest.java | 380 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordIn() local 384 full.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordIn() 386 partial.recordEntireHistory(full); in testIgnoreFieldsRecordIn() 393 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordOut() local 399 full.recordEntireHistory(partial); in testIgnoreFieldsRecordOut() 401 assertFullValues(full, MINUTE_IN_MILLIS, 0L, 10L, 0L, 0L, 4L); in testIgnoreFieldsRecordOut()
|
/frameworks/base/ |
D | StubLibraries.bp | 66 name: "metalava-full-api-stubs-default", 102 defaults: ["metalava-full-api-stubs-default"], 160 defaults: ["metalava-full-api-stubs-default"], 205 defaults: ["metalava-full-api-stubs-default"], 234 defaults: ["metalava-full-api-stubs-default"],
|
/frameworks/av/drm/libmediadrm/tests/ |
D | Android.bp | 29 "libprotobuf-cpp-full",
|
/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 | 31 // providing a fake implementation without full compatibility.
|
/frameworks/libs/native_bridge_support/libandroid_runtime/ |
D | Android.bp | 31 // providing a fake implementation without full compatibility.
|
/frameworks/base/tools/bit/ |
D | Android.bp | 44 shared_libs: ["libprotobuf-cpp-full"],
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 7 The program clears the screen to blue, then draws a full screen white quad that
|