Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 8 of 8) sorted by relevance

/cts/tools/signature-tools/src/signature/io/html/
DExecutableMemberComparator.java53 int returnValue = aMember.getName().compareTo(bMember.getName()); in compare() local
54 return returnValue != 0 ? returnValue : compareParameterLists(aMember in compare()
64 int returnValue = 0; in compareParameterLists() local
66 returnValue += getTypeName(aIt.next().getType()).compareTo( in compareParameterLists()
69 return returnValue; in compareParameterLists()
/cts/tools/signature-tools/src/signature/model/impl/
DSigParameterizedType.java42 ITypeReference returnValue = ownerType; in getOwnerType() local
43 if (returnValue == null) { in getOwnerType()
45 returnValue = new SigClassReference(rawType in getOwnerType()
49 return returnValue; in getOwnerType()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBaseRenderScriptComparer.java48 float[] returnValue = new float[mHeight]; in sum1DFloatAllocation() local
49 rowOutputs.copyTo(returnValue); in sum1DFloatAllocation()
53 sum += returnValue[i]; in sum1DFloatAllocation()
/cts/libs/deviceutil/jni/
Dandroid_cts_FileUtils.cpp107 jint returnValue = chmod(fileStr, mode) == 0 ? 0 : errno; in android_cts_FileUtils_setPermissions() local
109 return returnValue; in android_cts_FileUtils_setPermissions()
/cts/tests/tests/content/src/android/content/cts/
DContextWrapperTest.java694 int returnValue = mContextWrapper.checkPermission(PERMISSION_HARDWARE_TEST, 1, 0); in testCheckPermission() local
695 assertEquals(PackageManager.PERMISSION_GRANTED, returnValue); in testCheckPermission()
698 returnValue = mContextWrapper.checkPermission(PERMISSION_HARDWARE_TEST, 1, 1); in testCheckPermission()
699 assertEquals(PackageManager.PERMISSION_DENIED, returnValue); in testCheckPermission()
703 returnValue = mContextWrapper.checkPermission(null, 0, 0); in testCheckPermission()
709 returnValue = mContextWrapper.checkPermission("android.permission.SET_WALLPAPER", 1, -11); in testCheckPermission()
710 assertEquals(PackageManager.PERMISSION_DENIED, returnValue); in testCheckPermission()
/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java832 IClassDefinition returnValue = null;
834 returnValue = ((IClassReference) type).getClassDefinition();
836 returnValue = ((IParameterizedType) type).getRawType()
839 return returnValue;
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js3431 this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
3475 e.returnValue = false;
/cts/tools/signature-tools/lib/
Dantlr-2.7.7.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...