OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equals
(Results
601 - 625
of
7227
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNamesCache.java
18
if (field.getType().
equals
(String.class) && Modifier.isStatic(field.getModifiers())) {
/external/okhttp/src/main/java/libcore/util/
Objects.java
27
return a == b || (a != null && a.
equals
(b));
/external/proguard/src/proguard/
MemberSpecification.java
88
public boolean
equals
(Object object)
method in class:MemberSpecification
100
(this.annotationType == null ? other.annotationType == null : this.annotationType.
equals
(other.annotationType)) &&
101
(this.name == null ? other.name == null : this.name.
equals
(other.name) ) &&
102
(this.descriptor == null ? other.descriptor == null : this.descriptor.
equals
(other.descriptor) );
/external/proguard/src/proguard/classfile/attribute/preverification/
FullFrame.java
120
public boolean
equals
(Object object)
method in class:FullFrame
122
if (!super.
equals
(object))
141
if (!thisType.
equals
(otherType))
152
if (!thisType.
equals
(otherType))
/external/skia/src/animator/
SkDisplayInput.cpp
33
return string.
equals
(name) ? this : NULL;
/external/skia/src/svg/
SkSVGGradient.cpp
40
if (first && stop->f_offset.
equals
("0") == false) {
45
if (lastOffset && thisOffset->
equals
(*lastOffset)) {
46
if (thisOffset->
equals
("1")) {
55
if (stop->f_offset.
equals
("1") == false) {
SkSVGPath.cpp
33
parser._addAttribute("fillType", fillRule.
equals
("evenodd") ? "evenOdd" : "winding");
SkSVGPolygon.cpp
31
parser._addAttribute("fillType", f_fillRule.
equals
("evenodd") ? "evenOdd" : "winding");
SkSVGPolyline.cpp
41
parser._addAttribute("fillType", f_fillRule.
equals
("evenodd") ? "evenOdd" : "winding");
/frameworks/base/core/java/android/os/
SystemService.java
94
return State.STOPPED.
equals
(getState(service));
101
return State.RUNNING.
equals
(getState(service));
113
if (state.
equals
(currentState)) {
137
if (State.STOPPED.
equals
(getState(service))) {
/frameworks/base/opengl/java/android/opengl/
EGLConfig.java
30
public boolean
equals
(Object o) {
method in class:EGLConfig
EGLContext.java
30
public boolean
equals
(Object o) {
method in class:EGLContext
EGLDisplay.java
30
public boolean
equals
(Object o) {
method in class:EGLDisplay
EGLSurface.java
30
public boolean
equals
(Object o) {
method in class:EGLSurface
/frameworks/base/telephony/java/android/telephony/
CellInfoCdma.java
73
public boolean
equals
(Object other) {
method in class:CellInfoCdma
74
if (!super.
equals
(other)) {
79
return mCellIdentityCdma.
equals
(o.mCellIdentityCdma)
80
&& mCellSignalStrengthCdma.
equals
(o.mCellSignalStrengthCdma);
CellInfoGsm.java
73
public boolean
equals
(Object other) {
method in class:CellInfoGsm
74
if (!super.
equals
(other)) {
79
return mCellIdentityGsm.
equals
(o.mCellIdentityGsm)
80
&& mCellSignalStrengthGsm.
equals
(o.mCellSignalStrengthGsm);
CellInfoLte.java
77
public boolean
equals
(Object other) {
method in class:CellInfoLte
78
if (!super.
equals
(other)) {
83
return mCellIdentityLte.
equals
(o.mCellIdentityLte)
84
&& mCellSignalStrengthLte.
equals
(o.mCellSignalStrengthLte);
/frameworks/base/test-runner/src/android/test/
ComparisonFailure.java
20
* Thrown when an assert
equals
for Strings failed.
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestMethod.java
103
return (params.length == 1) && (params[0].
equals
(String.class));
111
public boolean
equals
(Object o) {
method in class:TestMethod
122
? !enclosingClassname.
equals
(that.enclosingClassname)
127
? !testMethodName.
equals
(that.testMethodName)
/frameworks/compile/slang/
slang_rs_exportable.cpp
29
bool RSExportable::
equals
(const RSExportable *E) const {
function in class:slang::RSExportable
/frameworks/native/include/powermanager/
PowerManager.h
24
POWERMANAGER_PARTIAL_WAKE_LOCK = 1, //
equals
PowerManager.PARTIAL_WAKE_LOCK constant
/frameworks/native/opengl/tools/glgen/static/egl/
EGLConfig.java
30
public boolean
equals
(Object o) {
method in class:EGLConfig
EGLContext.java
30
public boolean
equals
(Object o) {
method in class:EGLContext
EGLDisplay.java
30
public boolean
equals
(Object o) {
method in class:EGLDisplay
EGLSurface.java
30
public boolean
equals
(Object o) {
method in class:EGLSurface
Completed in 881 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>