/cts/tests/tests/os/src/android/os/health/cts/ |
D | SystemHealthManagerTest.java | 39 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeMyUidSnapshot() 50 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeUidSnapshotWithMe() 61 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeMyUidSnapshotWithSystem() 79 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeUidSnapshotsWithEmptyArray() 91 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeUidSnapshotsWithMe() 108 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeMyUidSnapshotsWithSystem()
|
/cts/tools/dasm/src/dasm/ |
D | DasmCatchBuilder.java | 45 String from; field in DasmCatchBuilder.UnprocessedCatch 62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch() argument 64 this.from = from; in UnprocessedCatch() 153 if (uc.from.compareToIgnoreCase(start) == 0) { in add() 158 + uc.from in add() 178 LabelTableEntry lte = labels_table.get(uc.from); in build() 181 throw new RuntimeException("Label " + uc.from + " not defined"); in build() 182 CodeAddress from = lte.code_address; in build() local 214 CatchTable.Entry entry = new CatchTable.Entry(from.getAddress(), to in build()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 79 public static StrokeDescription swipe(PointF from, PointF to) { in swipe() argument 80 return swipe(from, to, ViewConfiguration.getTapTimeout()); in swipe() 83 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe() argument 84 return new StrokeDescription(path(from, to), 0, duration); in swipe() 87 public static StrokeDescription drag(StrokeDescription from, PointF to) { in drag() argument 88 return from.continueStroke( in drag() 89 path(lastPointOf(from), to), in drag() 90 endTimeOf(from), ViewConfiguration.getTapTimeout(), true); in drag()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/ |
D | T_monitor_enter_2.d | 78 .catch all from Label13 to Label14 using Label46 79 .catch all from Label16 to Label20 using Label46 80 .catch all from Label22 to Label23 using Label46 81 .catch all from Label35 to Label37 using Label46 82 .catch all from Label46 to Label53 using Label46
|
/cts/tests/tests/keystore/src/android/server/am/ |
D | UiDeviceUtils.java | 59 public static void dragPointer(Point from, Point to, int steps) { in dragPointer() argument 60 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer() 61 getDevice().drag(from.x, from.y, to.x, to.y, steps); in dragPointer()
|
/cts/tests/framework/base/activitymanager/util/src/android/server/am/ |
D | UiDeviceUtils.java | 59 public static void dragPointer(Point from, Point to, int steps) { in dragPointer() argument 60 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer() 61 getDevice().drag(from.x, from.y, to.x, to.y, steps); in dragPointer()
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
D | PingTest.java | 118 InetSocketAddress from = new InetSocketAddress(); in checkResponse() local 119 bytesRead = Os.recvfrom(s, responseBuffer, 0, from); in checkResponse() 122 assertTrue(from.getAddress() instanceof Inet6Address); in checkResponse() 123 Inet6Address fromAddress = (Inet6Address) from.getAddress(); in checkResponse()
|
/cts/libs/vogar-expect/ |
D | README | 1 Selected classes taken from http://code.google.com/p/vogar/
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | README | 1 This code is forked from (AndroidStudio Project) <branch>vendor/box/team/audio/AudioLibApp/audiolib
|
/cts/tests/tests/media/res/raw/ |
D | football_qvga_desc.txt | 2 Extracted from http://media.xiph.org/video/derf/y4m/football_cif.y4m.
|
/cts/hostsidetests/api/src/com/android/cts/api/ |
D | DexAnalyzer.java | 100 protected Ref(String from) { in Ref() argument 102 fromList.add(from); in Ref() 120 TypeRef(DexBackedTypeReference ref, String from) { in TypeRef() argument 121 super(from); in TypeRef() 158 protected MemberRef(String signature, String initialDefiningClass, String from) { in MemberRef() argument 159 super(from); in MemberRef() 203 MethodRef(DexBackedMethodReference ref, String from) { in MethodRef() argument 204 super(makeSignature(ref), toCanonicalName(ref.getDefiningClass()), from); in MethodRef() local 230 FieldRef(DexBackedFieldReference ref, String from) { in FieldRef() argument 231 super(makeSignature(ref), toCanonicalName(ref.getDefiningClass()), from); in FieldRef() local
|
/cts/tests/tests/graphics/assets/ |
D | ft45987.ttf.README.txt | 3 from http://savannah.nongnu.org/bugs/?func=detailitem&item_id=45987 and
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/ |
D | T_check_cast_2.d | 142 .catch java/lang/ClassCastException from Label10 to Label11 using Label12 143 .catch java/lang/ClassCastException from Label20 to Label21 using Label22 144 .catch java/lang/ClassCastException from Label30 to Label31 using Label32 145 .catch java/lang/ClassCastException from Label40 to Label41 using Label42 146 .catch java/lang/ClassCastException from Label50 to Label51 using Label52
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_f32_helper.rsh | 29 // Initializes the minimum distance from this pixel to the active pixels on 61 // Filters target layer when processing layers in pass one from the back-most to 70 // Extracts kernel matrix from kernel stack using kernel_info. 90 // bleeding from layers in front of this layer. Doing visibility test in a 114 // Filters target layer when processing layers in pass one from the back-most to 122 // Extracts kernel matrix from kernel stack using kernel_info. 150 // Filters the target layer when processing layers in pass two from the 158 // Extracts kernel matrix from kernel stack using kernel_info.
|
D | layered_filter_d1new_helper.rsh | 48 // Initializes the minimum distance from this pixel to the active pixels on 89 // Initializes the minimum distance from this pixel to the active pixels on 121 // Filters target layer when processing layers in pass one from the back-most to 123 // Use global allocation for filter from back most layer to focus layer 130 // Extracts kernel matrix from kernel stack using kernel_info. 150 // bleeding from layers in front of this layer. Doing visibility test in a 185 // Extracts kernel matrix from kernel stack using kernel_info. 211 // Use global allocation to filter layer from the 218 // Extracts kernel matrix from kernel stack using kernel_info.
|
D | pixel_format_f32.rsh | 16 // 3. After each layer is processed from back-most layer to focal depth layer, 20 // 4. After each layer is processed from front-most layer to focal depth layer,
|
/cts/tests/tests/icu/resources/android/icu/cts/expectations/ |
D | icu-known-failures.txt | 24 …description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.t… 29 description: "Collation rules data has been removed from ICU4J data on Android",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/ |
D | T_opc_throw_12.d | 38 .catch java/lang/RuntimeException from Label0 to Label1 using Label1 52 .catch java/lang/RuntimeException from Label0 to Label1 using Label1
|
/cts/tests/openglperf2/assets/fragment/ |
D | water | 24 // Get normal from bump map. 28 // Get a lighting direction vector from the light to the vertex.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/ |
D | T_move_exception_3.d | 30 .catch all from Label1 to Label2 using Label3
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEventStream.java | 74 public void skip(@IntRange(from = 0) int length) { in skip() 194 @IntRange(from = 0) int i) { in areEnterExitPairedMessages() argument 207 private static String getWhiteSpaces(@IntRange(from = 0) final int length) { in getWhiteSpaces()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/ |
D | T_aput_object_3.d | 127 .catch java/lang/ArrayStoreException from Label10 to Label11 using Label12 128 .catch java/lang/ArrayStoreException from Label20 to Label21 using Label22 129 .catch java/lang/ArrayStoreException from Label30 to Label31 using Label32
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 27 been the version made by Rick Richardson by another translation from 44 optimizing compilers should be prevented from removing significant 59 benchmark into something different from what has become known as 68 distributed as widely as possible. (Version 2.1 differs from version 73 format) from the author. 104 compilers should be prevented from moving code out of the measurement 105 loop, or from removing code altogether. Statements that are executed 149 Int_Glob makes the value of Int_Glob possibly dependent from the 154 prevent the division from just cancelling out the multiplication as 161 o In Proc_4, the second assignment has been changed from [all …]
|
/cts/hostsidetests/compilation/assets/ |
D | README.txt | 1 This APK and profile file are generated from CompilationTargetActivity.java and must be
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_utils.cpp | 95 auto from = mInfos.begin() + frameNumFrom; in getBitrateAverage() local 97 int64_t duration = (*std::max_element(from, to, comparePTS)).presentationTimeUs in getBitrateAverage() 98 - (*std::min_element(from, to, comparePTS)).presentationTimeUs; in getBitrateAverage()
|