Searched refs:partial (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkStatsHistoryTest.java | 358 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/ |
D | CREDITS.TXT | 1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
|
/frameworks/base/core/java/android/os/ |
D | Debug.java | 1263 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/ |
D | EventLogTags.logtags | 29 # This is logged when the partial wake lock (keeping the device awake
|
D | BackupManagerService.java | 3607 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/ |
D | BackupHelpers.cpp | 701 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/ |
D | data-element.jd | 98 {@code pathPrefix} attribute specifies a partial path that is matched against
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | stopping.jd | 56 which identifies a partial UI obstruction, the stopped state guarantees that the UI is no longer
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1-highlights.jd | 374 <li>The UI framework now supports partial invalidates in hardware-accelerated
|
/frameworks/base/docs/html/guide/topics/text/ |
D | creating-input-method.jd | 350 can replace the partial composition with the completed text. You may give special treatment to
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 24 <p>A partial list of available widgets includes {@link android.widget.Button Button},
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | overview.jd | 162 the <code><ndk>/docs/</code> directory. Included are these files (partial listing):</p>
|
D | index.jd | 1505 the <code><ndk>/docs/</code> directory. Included are these files (partial listing):</p>
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 99 be allowed. The Device Administration API does not currently allow partial
|
/frameworks/base/docs/html/guide/components/ |
D | intents-filters.jd | 565 contain wildcards to require only a partial match of the path.
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 1351 /sdcard/android/layout_tests/fast/tokenizer/write-partial-entity.html
|
D | layout_tests_nontext.txt | 1644 /sdcard/android/layout_tests/fast/text/atsui-partial-selection.html
|