Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 108) sorted by relevance

12345

/frameworks/base/tools/incident_report/
Dformatter.cpp56 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/
DAndroid.mk4 .PHONY: rs-prebuilts-full
5 rs-prebuilts-full: \
22 rs-prebuilts-full: \
/frameworks/proto_logging/stats/stats_log_api_gen/
DAndroid.bp42 "libprotobuf-cpp-full",
47 type: "full",
75 "libprotobuf-cpp-full",
79 type: "full",
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsDurationTimerTest.java215 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/
Dandroid_AudioToCbRenderer.cpp64 size_t full = mDecodeBuffer->range_length(); in onRender() local
67 while (offset < full) { in onRender()
/frameworks/opt/setupwizard/tools/docs/
DREADME9 after a full platform build.
13 full platform build.
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerServiceTest.java231 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/
DTestProtoLibraries.bp24 "libprotobuf-java-full",
31 type: "full",
DProtoLibraries.bp97 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/
DContentProviderRecord.java228 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/
DAndroid.bp121 // 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/
DAndroid.bp15 // 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/
DPreferredActivity.java78 public void writeToXml(TypedXmlSerializer serializer, boolean full) throws IOException {
79 mPref.writeToXml(serializer, full);
/frameworks/base/libs/protoutil/
DAndroid.bp75 "libprotobuf-cpp-full",
83 type: "full",
/frameworks/native/libs/ftl/
Dstatic_vector_test.cpp40 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/
DAndroid.bp93 "libprotobuf-cpp-full"
96 type: "full",
/frameworks/av/services/mediametrics/benchmarks/
DREADME.md1 This benchmark may fail occasionally, probably due to the binder queue being full.
/frameworks/native/services/surfaceflinger/tests/
DAndroid.bp73 "libprotobuf-cpp-full",
115 "libprotobuf-cpp-full",
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal96 * 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/
DStringBlock.java447 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/
DAndroid.bp26 type: "full",
/frameworks/base/cmds/incidentd/
DAndroid.bp142 "libprotobuf-cpp-full",
151 type: "full",
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto34 * 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/
DConfig.h.in83 /* 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/
DAndroid.bp35 // providing a fake implementation without full compatibility.

12345