OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equality
(Results
1 - 25
of
510
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/Script/
switch-001.js
29
Verify that switches do not use strict
equality
in
49
result = "fail: for backwards compatibility, version 130 use strict
equality
";
60
"switch / case should use strict
equality
in version of JS < 1.4",
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/regress/
switch-001.js
29
Verify that switches do not use strict
equality
in
51
result = "fail: version 130 should force strict
equality
";
62
"switch / case should use strict
equality
in version of JS < 1.4",
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/
template.js
8
Verify that switches do not use strict
equality
in
/external/guava/src/com/google/common/collect/
ForwardingObject.java
32
* Custom definitions of
equality
are usually based on an interface, such as
34
* cast the object being tested for
equality
to the custom interface. {@code
42
* ForwardingList}, to preserve
equality
behavior, or override {@code equals}
AbstractSetMultimap.java
84
* Compares the specified object to this multimap for
equality
.
87
* contain the same values.
Equality
does not depend on the ordering of keys
SetMultimap.java
88
* Compares the specified object to this multimap for
equality
.
91
* contain the same values.
Equality
does not depend on the ordering of keys
/dalvik/libcore/security/src/main/java/java/security/
Principal.java
27
* Compares the specified object with this {@code Principal} for
equality
32
* object to be compared for
equality
with this {@code
AllPermission.java
63
*
equality
and returns {@code true} if the specified object is equal,
68
* object to be compared for
equality
with this {@code
/external/clearsilver/cs/
test_joo.cs.gold
92
Testing ? and == '' - boolean vs.
equality
? um... boolean is a number,
107
Testing ? and != '' - boolean vs. in-
equality
? um...
/external/icu4c/i18n/unicode/
tmunit.h
80
*
Equality
operator.
87
* Non-
Equality
operator.
measunit.h
52
*
Equality
operator. Return true if this object is equal
tmutamt.h
95
*
Equality
operator.
104
* Not-
equality
operator.
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/operator/
equality.js
23
Filename:
equality
.js
35
writeHeaderToLog('Executing script:
equality
.js');
/frameworks/base/core/java/android/util/
Pair.java
40
* Checks the two objects for
equality
by delegating to their respective equals() methods.
41
* @param o the Pair to which this one is to be checked for
equality
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java
27
* Test source
equality
after normalizing all whitespace.
/external/icu4c/common/unicode/
dtintrv.h
104
*
Equality
operator.
111
* Non-
equality
operator
/frameworks/base/tests/CoreTests/android/core/
TreeMapTest.java
76
// Check for
equality
97
// Check for
equality
/system/core/include/cutils/
hashmap.h
39
* @param equals function which compares keys for
equality
128
* Compares two int keys for
equality
.
/cts/tools/dx-tests/src/dxc/junit/opcodes/astore_0/
Test_astore_0.java
34
* @title
equality
of astore_<n> and astore <n>
/cts/tools/dx-tests/src/dxc/junit/opcodes/astore_1/
Test_astore_1.java
34
* @title
equality
of astore_<n> and astore <n>
/cts/tools/dx-tests/src/dxc/junit/opcodes/astore_2/
Test_astore_2.java
34
* @title
equality
of astore_<n> and astore <n>
/cts/tools/dx-tests/src/dxc/junit/opcodes/astore_3/
Test_astore_3.java
34
* @title
equality
of astore_<n> and astore <n>
/cts/tools/dx-tests/src/dxc/junit/opcodes/dstore_0/
Test_dstore_0.java
34
* @title
equality
of dstore_<n> and dstore <n>
/cts/tools/dx-tests/src/dxc/junit/opcodes/dstore_1/
Test_dstore_1.java
34
* @title
equality
of dstore_<n> and dstore <n>
/cts/tools/dx-tests/src/dxc/junit/opcodes/dstore_2/
Test_dstore_2.java
34
* @title
equality
of dstore_<n> and dstore <n>
Completed in 210 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>