Home
last modified time | relevance | path

Searched refs:that (Results 1 – 15 of 15) sorted by relevance

/cts/tools/signature-tools/src/signature/model/impl/
DSigClassReference.java42 public static boolean equals(IClassReference thiz, Object that) { in equals() argument
43 if (that instanceof IClassReference) { in equals()
45 ((IClassReference) that).getClassDefinition()); in equals()
DSigWildcardType.java69 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()
DSigArrayType.java50 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()
DSigParameterizedType.java78 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()
DSigClassDefinition.java204 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/
DREADME18 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/
Dbootstrap-collapse.js96 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/
DREADME5 the setup that they require.
7 If a test requires that the camera be in any particular orientaion, it will
/cts/tests/tests/location/
DREADME.txt1 Location CTS tests that require "android.permission.ACCESS_FINE_LOCATION".
/cts/apps/CameraITS/
D.gitignore1 # Ignore files that are created asa result of running the ITS tests.
/cts/tests/tests/location2/
DREADME.txt1 Location CTS tests that require "android.permission.ACCESS_COARSE_LOCATION", but not
/cts/tools/dasm/src/java_cup/
Dparser.cup21 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/
DLICENSE4 // modification, are permitted provided that the following conditions are
/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE11 are permitted provided that the following conditions are met:
/cts/tests/expectations/
Dknownfailures.txt189 …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.",