Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 12 of 12) sorted by relevance

/cts/common/util/src/com/android/compatibility/common/util/
DStacktrace.java60 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/
DDeviceReportLog.java35 public DeviceReportLog(int depth) { in DeviceReportLog() argument
36 mDepth = BASE_DEPTH + depth; in DeviceReportLog()
DMediaUtils.java96 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/
DReportLog.java215 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/
DAllocationCopyToTest.java380 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/
Dsplay.js49 function GeneratePayloadTree(depth, tag) { argument
50 if (depth == 0) {
57 left: GeneratePayloadTree(depth - 1, tag),
58 right: GeneratePayloadTree(depth - 1, tag)
Draytrace.js709 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/
DWriteExternalStorageTest.java174 int depth = 0; in testMountStatusWalkingUpTree() local
175 while (depth++ < 32) { in testMountStatusWalkingUpTree()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2254 public void debug(int depth) { in debug() argument
2255 debugDepth = depth; in debug()
2256 super.debug(depth); in debug()
/cts/apps/CtsVerifier/libs/
Dopencv-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js6274 depth = wrap[0], variable
6290 while ( depth-- ) {
/cts/tools/dex-tools/dex/
Dclasses0.out.dex81344 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