HomeSort by relevance Sort by last modified time
    Searched refs:that (Results 1 - 25 of 5043) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/base/
auth.cc 2 // Use of this source code is governed by a BSD-style license that can be
12 bool AuthChallengeInfo::operator==(const AuthChallengeInfo& that) const {
13 return (this->is_proxy == that.is_proxy &&
14 this->host_and_port == that.host_and_port &&
15 this->scheme == that.scheme &&
16 this->realm == that.realm);
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 2 // Use of this source code is governed by a BSD-style license that can be
37 // 1. c<client only opaque id> for client items that have not been committed.
39 // 3. s<server provided opaque id> for items that the server knows about.
51 inline Id(const Id& that) {
52 Copy(that);
54 inline Id& operator = (const Id& that) {
55 Copy(that);
58 inline void Copy(const Id& that) {
59 this->s_ = that.s_;
76 inline int compare(const Id& that) const
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER.S 13 mov r3, #0 @ Record that we're not returning
TEMPLATE_MONITOR_ENTER_DEBUG.S 13 mov r3, #0 @ Record that we're not returning
  /external/eigen/failtest/
failtest_sanity_check.cpp 2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
  /external/doclava/src/com/google/doclava/
SourcePositionInfo.java 28 public SourcePositionInfo(SourcePositionInfo that) {
29 this.file = that.file;
30 this.line = that.line;
31 this.column = that.column;
35 * Given this position and str which occurs at that position, as well as str an index into str,
40 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) {
41 if (that == null) {
44 int line = that.line;
53 return new SourcePositionInfo(that.file, line, 0);
56 public static SourcePositionInfo findBeginning(SourcePositionInfo that, String str)
78 SourcePositionInfo that = (SourcePositionInfo) o; local
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 47 * An element that is returned by {@link ImapList#getElementOrNone} to indicate an index
69 public boolean equalsForTest(ImapElement that) {
70 return super.equalsForTest(that);
102 * Return a string that represents this object; it's purely for the debug purpose. Don't
111 * The equals implementation that is intended to be used only for unit testing.
114 public boolean equalsForTest(ImapElement that) {
115 if (that == null) {
118 return this.getClass() == that.getClass(); // Has to be the same class.
  /external/chromium/base/mac/
scoped_cftyperef.h 2 // Use of this source code is governed by a BSD-style license that can be
18 // of a CoreFoundation object: any object that can be represented as a
25 // an ownership claim to that object. ScopedCFTypeRef<> does not call
47 bool operator==(CFT that) const {
48 return object_ == that;
51 bool operator!=(CFT that) const {
52 return object_ != that;
63 void swap(ScopedCFTypeRef& that) {
64 CFT temp = that.object_;
65 that.object_ = object_
    [all...]
  /external/chromium/chrome/browser/cocoa/
scoped_authorizationref.h 2 // Use of this source code is governed by a BSD-style license that can be
38 bool operator==(AuthorizationRef that) const {
39 return authorization_ == that;
42 bool operator!=(AuthorizationRef that) const {
43 return authorization_ != that;
58 void swap(scoped_AuthorizationRef& that) {
59 AuthorizationRef temp = that.authorization_;
60 that.authorization_ = authorization_;
  /external/chromium/base/memory/
scoped_nsobject.h 2 // Use of this source code is governed by a BSD-style license that can be
21 // an ownership claim to that object. scoped_nsobject<> does not call
43 // We intentionally do not check that object != object_ as the caller must
46 // in a call to reset(). In either case, it relinquishes that claim and
52 bool operator==(NST* that) const { return object_ == that; }
53 bool operator!=(NST* that) const { return object_ != that; }
63 void swap(scoped_nsobject& that) {
64 NST* temp = that.object_
    [all...]
  /external/apache-http/src/org/apache/http/
ProtocolVersion.java 41 * RFC 3261 specifies a message format that is identical to HTTP except
48 * Note that {@link #equals} and {@link #hashCode} are defined as
180 ProtocolVersion that = (ProtocolVersion) obj; local
182 return ((this.protocol.equals(that.protocol)) &&
183 (this.major == that.major) &&
184 (this.minor == that.minor));
193 * @param that the protocol version to consider
198 public boolean isComparable(ProtocolVersion that) {
199 return (that != null) && this.protocol.equals(that.protocol)
    [all...]
  /external/icu4c/common/
chariter.cpp 68 CharacterIterator::CharacterIterator(const CharacterIterator &that) :
69 ForwardCharacterIterator(that),
70 textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end)
75 CharacterIterator::operator=(const CharacterIterator &that) {
76 ForwardCharacterIterator::operator=(that);
77 textLength = that.textLength;
78 pos = that.pos
    [all...]
  /external/llvm/include/llvm/Support/
TimeValue.h 106 /// This is a static constructor that returns a TimeValue that represents
115 /// Add \p that to \p this.
118 TimeValue& operator += (const TimeValue& that ) {
119 this->seconds_ += that.seconds_ ;
120 this->nanos_ += that.nanos_ ;
125 /// Subtract \p that from \p this.
128 TimeValue& operator -= (const TimeValue &that ) {
129 this->seconds_ -= that.seconds_ ;
130 this->nanos_ -= that.nanos_
    [all...]
  /bionic/libc/arch-mips/bionic/
crtbegin.S 6 * modification, are permitted provided that the following conditions
34 # this is the small startup code that is first run when
35 # any executable that is statically-linked with Bionic
  /dalvik/vm/compiler/template/mips/
TEMPLATE_MONITOR_ENTER.S 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
TEMPLATE_MONITOR_ENTER_DEBUG.S 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_dynamic.S 6 * modification, are permitted provided that the following conditions
34 # this is the small startup code that is first run when
35 # any executable that is dynamically-linked with Bionic
crtbegin_static.S 6 * modification, are permitted provided that the following conditions
34 # this is the small startup code that is first run when
35 # any executable that is statically-linked with Bionic
  /external/webkit/Source/WebCore/
DerivedSources.cpp 5 * modification, are permitted provided that the following conditions
481 #error Do not include any file in DerivedSources.cpp that includes StaticConstructors.h
  /frameworks/base/opengl/java/android/opengl/
EGLConfig.java 34 EGLConfig that = (EGLConfig) o;
35 return getHandle() == that.getHandle();
EGLContext.java 34 EGLContext that = (EGLContext) o;
35 return getHandle() == that.getHandle();
EGLDisplay.java 34 EGLDisplay that = (EGLDisplay) o;
35 return getHandle() == that.getHandle();
EGLSurface.java 34 EGLSurface that = (EGLSurface) o;
35 return getHandle() == that.getHandle();
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLConfig.java 34 EGLConfig that = (EGLConfig) o;
35 return getHandle() == that.getHandle();
EGLContext.java 34 EGLContext that = (EGLContext) o;
35 return getHandle() == that.getHandle();

Completed in 1403 milliseconds

1 2 3 4 5 6 7 8 91011>>