Searched refs:full (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/rs/
H A DAndroid.mk4 .PHONY: rs-prebuilts-full
5 rs-prebuilts-full: \
22 rs-prebuilts-full: \
/frameworks/rs/rsov/compiler/spirit/
H A Dtest_utils.h43 // Returns a caller owned string for the full path to the relative path inside
46 std::string full(getenv("ANDROID_BUILD_TOP"));
47 return full.append("/").append(relativePath);
/frameworks/base/tools/incident_report/
H A Dformatter.cpp56 compare_name(const char* full, const char* package, const char* clazz) argument
59 int cmp = strncmp(full, package, packageLen);
61 cmp = full[packageLen] - '.';
63 return strcmp(full + packageLen, clazz);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivity.java48 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { argument
49 mPref.writeToXml(serializer, full);
H A DPreferredComponent.java179 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { argument
182 if (full) {
/frameworks/wilhelm/src/android/
H A Dandroid_AudioToCbRenderer.cpp64 size_t full = mDecodeBuffer->range_length(); local
67 while (offset < full) {
74 //SL_LOGV("consumed=%u, offset=%u, full=%u", consumed, offset, full);
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsDurationTimerTest.java145 // Write full
150 // Read full - Should be the same as the summary as far as DurationTimer is concerned.
151 final BatteryStatsImpl.DurationTimer full = new BatteryStatsImpl.DurationTimer(clocks,
154 assertFalse(full.isRunningLocked());
156 assertEquals(1200, full.getCurrentDurationMsLocked(6300));
157 assertEquals(1200, full.getMaxDurationMsLocked(6301));
158 assertEquals(1200, full.getTotalDurationMsLocked(6302));
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DAndroid.mk49 LOCAL_PROTOC_OPTIMIZE_TYPE := full
/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java146 void dump(PrintWriter pw, String prefix, boolean full) { argument
147 if (full) {
156 if (full) {
164 if (full) {
171 if (full) {
192 if (full) {
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java382 private static String subtag(String full, String attribute) { argument
383 int start = full.indexOf(attribute);
389 int end = full.indexOf(';', start);
392 return full.substring(start);
394 return full.substring(start, end);
/frameworks/base/cmds/statsd/
H A DAndroid.mk229 LOCAL_PROTOC_OPTIMIZE_TYPE := full
235 libprotobuf-cpp-full
285 LOCAL_PROTOC_OPTIMIZE_TYPE := full
291 libprotobuf-cpp-full
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk48 ## The application with a full main dex
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc53 // set cache is full, then Directory::begin() can return end().
/frameworks/base/lowpan/tests/
H A DAndroid.mk33 # Transform java file names into full class names.
/frameworks/base/wifi/tests/
H A DAndroid.mk33 # Transform java file names into full class names.
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc68 // set cache is full, then Directory::begin() can return end().
/frameworks/rs/script_api/
H A Drs_io.spec63 message queue is full.
/frameworks/base/tests/net/java/android/net/
H A DNetworkStatsHistoryTest.java379 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL);
383 full.recordData(0, MINUTE_IN_MILLIS,
385 partial.recordEntireHistory(full);
392 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL);
398 full.recordEntireHistory(partial);
400 assertFullValues(full, MINUTE_IN_MILLIS, 0L, 10L, 0L, 0L, 4L);
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
H A DAndroid.mk33 # Transform java file names into full class names.
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk34 # Transform java file names into full class names.
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
H A DConstructorTest.java56 void insertFull(FullConstructor... full); argument
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java1219 public void dump(PrintWriter pw, String prefix, boolean full, long elapsedRealtimeMillis) { argument
1226 if (full) {
1327 if (full) {
1414 public void dump(ProtoOutputStream proto, long fieldId, boolean full, long elapsedRealtimeMillis) { argument
1424 if (full) {
1497 if (full) {
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk101 # Transform java file names into full class names.
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java252 void dump(String prefix, PrintWriter writer, boolean full) { argument
253 if (full) {
349 if (full) {
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DBackStackRecord.java254 public void dump(String prefix, PrintWriter writer, boolean full) { argument
255 if (full) {
314 if (full) {

Completed in 483 milliseconds

12