Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsHistoryTest.java358 final NetworkStatsHistory partial = new NetworkStatsHistory( in testIgnoreFieldsRecordIn() local
363 partial.recordEntireHistory(full); in testIgnoreFieldsRecordIn()
365 assertFullValues(partial, UNKNOWN, UNKNOWN, 10L, UNKNOWN, UNKNOWN, 4L); in testIgnoreFieldsRecordIn()
370 final NetworkStatsHistory partial = new NetworkStatsHistory( in testIgnoreFieldsRecordOut() local
373 partial.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordOut()
375 full.recordEntireHistory(partial); in testIgnoreFieldsRecordOut()
/frameworks/compile/libbcc/runtime/
DCREDITS.TXT1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
/frameworks/base/core/java/android/os/
DDebug.java1263 public static void setFieldsOn(Class<?> cl, boolean partial) { in setFieldsOn() argument
1270 if (!partial || field.getAnnotation(DebugProperty.class) != null) { in setFieldsOn()
/frameworks/base/services/java/com/android/server/
DEventLogTags.logtags29 # This is logged when the partial wake lock (keeping the device awake
DBackupManagerService.java3607 long partial = (size + 512) % 512; in skipTarPadding() local
3608 if (partial > 0) { in skipTarPadding()
3609 final int needed = 512 - (int)partial; in skipTarPadding()
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp701 ssize_t partial = (nRead+512) % 512; in write_tarfile() local
702 if (partial > 0) { in write_tarfile()
703 ssize_t remainder = 512 - partial; in write_tarfile()
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd98 {@code pathPrefix} attribute specifies a partial path that is matched against
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstopping.jd56 which identifies a partial UI obstruction, the stopped state guarantees that the UI is no longer
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd374 <li>The UI framework now supports partial invalidates in hardware-accelerated
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd350 can replace the partial composition with the completed text. You may give special treatment to
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd24 <p>A partial list of available widgets includes {@link android.widget.Button Button},
/frameworks/base/docs/html/tools/sdk/ndk/
Doverview.jd162 the <code>&lt;ndk&gt;/docs/</code> directory. Included are these files (partial listing):</p>
Dindex.jd1505 the <code>&lt;ndk&gt;/docs/</code> directory. Included are these files (partial listing):</p>
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd99 be allowed. The Device Administration API does not currently allow partial
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd565 contain wildcards to require only a partial match of the path.
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1351 /sdcard/android/layout_tests/fast/tokenizer/write-partial-entity.html
Dlayout_tests_nontext.txt1644 /sdcard/android/layout_tests/fast/text/atsui-partial-selection.html