HomeSort by relevance Sort by last modified time
    Searched full:equals (Results 976 - 1000 of 5621) sorted by null

<<31323334353637383940>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java 94 if (value.equals(ONE)) {
97 if (value.equals(ZERO)) {
124 if (value.equals(ONE)) {
127 if (value.equals(ZERO)) {
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
EqualFunction.java 31 return literalConstant(left.equals(right), left, right);
NotEqualFunction.java 31 return literalConstant(!left.equals(right), left, right);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java 134 if ("max".equals(name) || "min".equals(name) || "abs".equals(name) || "subcount".equals(name)) {
  /external/junit/src/junit/framework/
ComparisonFailure.java 4 * Thrown when an assert equals for Strings failed.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 210 extension_.equals(other.extension_) && italianLeadingZero_ == other.italianLeadingZero_ &&
211 rawInput_.equals(other.rawInput_) && countryCodeSource_ == other.countryCodeSource_ &&
212 preferredDomesticCarrierCode_.equals(other.preferredDomesticCarrierCode_) &&
217 public boolean equals(Object that) { method in class:Phonenumber.PhoneNumber
  /external/libvpx/examples/includes/HTML-Toc-0.91/
Changes 20 equals false.
  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 73 /** retruns true if the two Objects are equals , false otherwise.
78 public boolean equals(Object other) { method in class:Authority
84 if (!this.hostPort.equals(otherAuth.hostPort)) {
88 if (!this.userInfo.equals(otherAuth.userInfo)) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 102 if (s1.equals("") && s2.equals(""))
104 if (!s1.equals(""))
106 if (!s2.equals(""))
  /external/nist-sip/java/javax/sip/message/
Message.java 60 boolean equals(Object object); method in interface:Message
  /external/oauth/core/src/main/java/net/oauth/signature/
PLAINTEXT.java 36 return signature.equals(getSignature());
  /external/skia/src/animator/
SkDisplayInput.cpp 41 return string.equals(name) ? this : NULL;
  /external/skia/src/svg/
SkSVGPath.cpp 41 parser._addAttribute("fillType", fillRule.equals("evenodd") ? "evenOdd" : "winding");
SkSVGPolygon.cpp 39 parser._addAttribute("fillType", f_fillRule.equals("evenodd") ? "evenOdd" : "winding");
SkSVGPolyline.cpp 49 parser._addAttribute("fillType", f_fillRule.equals("evenodd") ? "evenOdd" : "winding");
  /external/webrtc/src/system_wrappers/interface/
atomic32_wrapper.h 37 // Sets the value atomically to newValue if the value equals compare value.
  /frameworks/base/core/java/android/appwidget/
AppWidgetProvider.java 56 if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) {
65 else if (AppWidgetManager.ACTION_APPWIDGET_DELETED.equals(action)) {
72 else if (AppWidgetManager.ACTION_APPWIDGET_ENABLED.equals(action)) {
75 else if (AppWidgetManager.ACTION_APPWIDGET_DISABLED.equals(action)) {
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 24 * Value type that represents a SyncAdapterType. This object overrides {@link #equals} and
155 public boolean equals(Object o) { method in class:SyncAdapterType
160 return authority.equals(other.authority) && accountType.equals(other.accountType);
  /frameworks/base/core/java/android/net/
ProxyProperties.java 109 if (urlDomain.equals(mParsedExclusionList[i]) ||
147 public boolean equals(Object o) { method in class:ProxyProperties
150 if (mExclusionList != null && !mExclusionList.equals(p.getExclusionList())) return false;
151 if (mHost != null && p.getHost() != null && mHost.equals(p.getHost()) == false) {
  /frameworks/base/core/java/android/util/
PrefixPrinter.java 36 if (prefix == null || prefix.equals("")) {
  /frameworks/base/core/java/android/view/animation/
AnticipateInterpolator.java 34 * @param tension Amount of anticipation. When tension equals 0.0f, there is
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 131 if ("text/plain".equals(mimeType) ||
132 "application/octet-stream".equals(mimeType)) {
148 } else if ("text/vnd.wap.wml".equals(mimeType)) {
154 if ("application/vnd.wap.xhtml+xml".equals(mimeType)) {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ClearTop.java 42 if (LocalScreen.CLEAR_TASK.equals(intent.getAction())) {
RemoteReceiver.java 34 if (LaunchpadActivity.BROADCAST_REPEAT.equals(intent.getAction())) {
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageListener.java 38 if (mTargetState.equals(newState)) {

Completed in 464 milliseconds

<<31323334353637383940>>