Searched refs:that (Results 1 – 15 of 15) sorted by relevance
/cts/tools/signature-tools/src/signature/model/impl/ |
D | SigClassReference.java | 42 public static boolean equals(IClassReference thiz, Object that) { in equals() argument 43 if (that instanceof IClassReference) { in equals() 45 ((IClassReference) that).getClassDefinition()); in equals()
|
D | SigWildcardType.java | 69 IWildcardType that = (IWildcardType) obj; in equals() 71 if (that.getLowerBound() != null) return false; in equals() 72 } else if (!thiz.getLowerBound().equals(that.getLowerBound())) in equals() 74 if (!thiz.getUpperBounds().equals(that.getUpperBounds())) return false; in equals()
|
D | SigArrayType.java | 50 public static boolean equals(IArrayType thiz, Object that) { in equals() argument 51 if (!(that instanceof IArrayType)) { in equals() 54 IArrayType other = (IArrayType) that; in equals()
|
D | SigParameterizedType.java | 78 public static boolean equals(IParameterizedType thiz, Object that) { in equals() argument 79 if (!(that instanceof IParameterizedType)) { in equals() 82 IParameterizedType other = (IParameterizedType) that; in equals()
|
D | SigClassDefinition.java | 204 IClassDefinition that = (IClassDefinition) obj; in equals() local 205 return thiz.getName().equals(that.getName()) in equals() 206 && thiz.getPackageName().equals(that.getPackageName()); in equals()
|
/cts/hostsidetests/theme/ |
D | README | 18 The Android theme tests ensure that the Holo and Material themes have not been 20 specific themes and widgets that must be identical across devices. To pass the 21 theme tests, a device must be able to generate images that are identical to the 35 1. Connect one device for each DPI bucket (ldpi, xxxhdpi, etc.) that you wish 36 to generate references images for. Confirm that all devices are connected 48 a set for each possible DPI bucket (tvdpi, xxhdpi, etc.) that may be tested. 65 1. Connect the device that you wish to test. Confirm that is is connected with:
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | bootstrap-collapse.js | 96 var that = this 98 if (startEvent.type == 'show') that.reset() 99 that.transitioning = 0 100 that.$element.trigger(completeEvent)
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
D | README | 5 the setup that they require. 7 If a test requires that the camera be in any particular orientaion, it will
|
/cts/tests/tests/location/ |
D | README.txt | 1 Location CTS tests that require "android.permission.ACCESS_FINE_LOCATION".
|
/cts/apps/CameraITS/ |
D | .gitignore | 1 # Ignore files that are created asa result of running the ITS tests.
|
/cts/tests/tests/location2/ |
D | README.txt | 1 Location CTS tests that require "android.permission.ACCESS_COARSE_LOCATION", but not
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 21 This section provides code that is included with the class encapsulating 24 data structures that the semantic actions use. 31 These sections provide small bits of code that initialize, then 36 and the types of objects that they will be represented by at runtime, 205 an error after that, we recover inside symbol_list or 387 /* verify that the name has been declared as a non terminal */ 493 /* if that fails, symbol is undeclared */
|
/cts/tests/tests/os/jni/seccomp-tests/ |
D | LICENSE | 4 // modification, are permitted provided that the following conditions are
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android_LICENSE | 11 are permitted provided that the following conditions are met:
|
/cts/tests/expectations/ |
D | knownfailures.txt | 189 …description: "This test failed on devices that use effect off loading. In addition it uses hidden … 196 …description: "This test failed on hw decoder that doesn't output frame with the configured format.… 300 description: "New assist tests that do not yet have a track record.",
|