/cts/common/util/src/com/android/compatibility/common/util/ |
D | Stacktrace.java | 60 StackTraceElement[] elements, int depth, boolean includeLineNumber) { in buildClassMethodName() argument 61 depth = Math.min(depth, elements.length - 1); in buildClassMethodName() 63 builder.append(elements[depth].getClassName()).append("#") in buildClassMethodName() 64 .append(elements[depth].getMethodName()); in buildClassMethodName() 66 builder.append(":").append(elements[depth].getLineNumber()); in buildClassMethodName()
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | DeviceReportLog.java | 35 public DeviceReportLog(int depth) { in DeviceReportLog() argument 36 mDepth = BASE_DEPTH + depth; in DeviceReportLog()
|
D | MediaUtils.java | 96 int depth = 1; in getTestName() local 97 while (index + depth < stack.length in getTestName() 98 && stack[index + depth].getMethodName().equals("invoke") in getTestName() 99 && stack[index + depth].getClassName().equals( in getTestName() 101 ++depth; in getTestName() 103 if (depth > 1) { in getTestName() 106 if (index + depth < stack.length) { in getTestName() 107 if (stack[index + depth].getClassName().startsWith("android.test.")) { in getTestName() 110 if (stack[index + depth].getMethodName().equals("runMethod")) { in getTestName()
|
/cts/libs/commonutil/src/com/android/cts/util/ |
D | ReportLog.java | 215 private static String getClassMethodNames(int depth, boolean addLineNumber) { in getClassMethodNames() argument 217 String names = elements[depth].getClassName() + "#" + elements[depth].getMethodName() + in getClassMethodNames() 218 (addLineNumber ? ":" + elements[depth].getLineNumber() : ""); in getClassMethodNames()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCopyToTest.java | 380 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Byte() local 388 int zcount = depth - zoff; in test_Allocationcopy3DRangeTo_Byte() 396 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Byte() 417 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Short() local 425 int zcount = depth - zoff; in test_Allocationcopy3DRangeTo_Short() 436 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Short() 457 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Int() local 465 int zcount = depth - zoff; in test_Allocationcopy3DRangeTo_Int() 476 typeBuilder.setX(width).setY(height).setZ(depth); in test_Allocationcopy3DRangeTo_Int() 497 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Float() local [all …]
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | splay.js | 49 function GeneratePayloadTree(depth, tag) { argument 50 if (depth == 0) { 57 left: GeneratePayloadTree(depth - 1, tag), 58 right: GeneratePayloadTree(depth - 1, tag)
|
D | raytrace.js | 709 rayTrace: function(info, ray, scene, depth){ argument 742 if(depth <= this.options.rayDepth){ 750 refl.color = this.rayTrace(refl, reflectionRay, scene, depth + 1);
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
D | WriteExternalStorageTest.java | 174 int depth = 0; in testMountStatusWalkingUpTree() local 175 while (depth++ < 32) { in testMountStatusWalkingUpTree()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 2254 public void debug(int depth) { in debug() argument 2255 debugDepth = depth; in debug() 2256 super.debug(depth); in debug()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 6274 depth = wrap[0], variable 6290 while ( depth-- ) {
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 81344 private int depth 81701 int depth 81763 final int depth 81881 private final int depth 105923 protected int depth 108040 private int depth 108363 private int depth 108777 private int depth 108994 int depth
|