Searched refs:that (Results 1 - 25 of 1681) sorted by relevance

1234567891011>>

/external/chromium_org/dbus/
H A Dobject_path.cc2 // Use of this source code is governed by a BSD-style license that can be
17 bool ObjectPath::operator<(const ObjectPath& that) const {
18 return value_ < that.value_;
21 bool ObjectPath::operator==(const ObjectPath& that) const {
22 return value_ == that.value_;
25 bool ObjectPath::operator!=(const ObjectPath& that) const {
26 return value_ != that.value_;
/external/chromium-trace/trace-viewer/src/base/unittest/
H A Dtest_error.js2 // Use of this source code is governed by a BSD-style license that can be
9 var that = new Error(opt_message);
10 Error.captureStackTrace(that, TestError);
11 that.__proto__ = TestError.prototype;
12 return that;
/external/eigen/failtest/
H A Dfailtest_sanity_check.cpp2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/chromium_org/sync/syncable/
H A Dsyncable_id.h2 // Use of this source code is governed by a BSD-style license that can be
41 // 1. c<client only opaque id> for client items that have not been committed.
43 // 3. s<server provided opaque id> for items that the server knows about.
49 inline Id(const Id& that) { argument
50 Copy(that);
52 inline Id& operator = (const Id& that) { argument
53 Copy(that);
56 inline void Copy(const Id& that) { argument
57 this->s_ = that.s_;
74 inline int compare(const Id& that) cons
[all...]
/external/doclava/src/com/google/doclava/
H A DSourcePositionInfo.java28 public SourcePositionInfo(SourcePositionInfo that) { argument
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) { argument
41 if (that == null) {
44 int line = that.line;
53 return new SourcePositionInfo(that.file, line, 0);
56 public static SourcePositionInfo findBeginning(SourcePositionInfo that, Strin argument
[all...]
/external/chromium_org/base/mac/
H A Dscoped_block.h2 // Use of this source code is governed by a BSD-style license that can be
31 ScopedBlock(const ScopedBlock<B>& that) argument
32 : block_(that.block_) {
42 ScopedBlock& operator=(const ScopedBlock<B>& that) { argument
43 reset(that.get(), base::scoped_policy::RETAIN);
57 bool operator==(B that) const {
58 return block_ == that;
61 bool operator!=(B that) const {
62 return block_ != that;
73 void swap(ScopedBlock& that) { argument
[all...]
H A Dscoped_authorizationref.h2 // Use of this source code is governed by a BSD-style license that can be
40 bool operator==(AuthorizationRef that) const {
41 return authorization_ == that;
44 bool operator!=(AuthorizationRef that) const {
45 return authorization_ != that;
60 void swap(ScopedAuthorizationRef& that) { argument
61 AuthorizationRef temp = that.authorization_;
62 that.authorization_ = authorization_;
H A Dscoped_ioobject.h2 // Use of this source code is governed by a BSD-style license that can be
37 bool operator==(IOT that) const {
38 return object_ == that;
41 bool operator!=(IOT that) const {
42 return object_ != that;
53 void swap(ScopedIOObject& that) { argument
54 IOT temp = that.object_;
55 that.object_ = object_;
H A Dscoped_nsobject.h2 // Use of this source code is governed by a BSD-style license that can be
22 // ownership claim to that object. scoped_nsobject<> does not call -retain,
39 scoped_nsprotocol(const scoped_nsprotocol<NST>& that) argument
40 : object_([that.object_ retain]) {
47 scoped_nsprotocol& operator=(const scoped_nsprotocol<NST>& that) { argument
48 reset([that.get() retain]);
53 // We intentionally do not check that object != object_ as the caller must
55 // method, or call it with the |RETAIN| policy which will have ensured that
61 bool operator==(NST that) const { return object_ == that; }
72 swap(scoped_nsprotocol& that) argument
118 scoped_nsobject(const scoped_nsobject<NST>& that) argument
122 operator =(const scoped_nsobject<NST>& that) argument
134 scoped_nsobject(const scoped_nsobject<id>& that) argument
138 operator =(const scoped_nsobject<id>& that) argument
[all...]
H A Dscoped_launch_data.h2 // Use of this source code is governed by a BSD-style license that can be
40 bool operator==(launch_data_t that) const {
41 return object_ == that;
44 bool operator!=(launch_data_t that) const {
45 return object_ != that;
56 void swap(ScopedLaunchData& that) { argument
57 std::swap(object_, that.object_);
H A Dscoped_typeref.h2 // Use of this source code is governed by a BSD-style license that can be
16 // of a reference to any type that is maintained by Retain and Release methods.
29 // For the many types that have pass-by-pointer create functions, the function
61 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) argument
62 : object_(that.object_) {
72 ScopedTypeRef& operator=(const ScopedTypeRef<T, Traits>& that) { argument
73 reset(that.get(), base::scoped_policy::RETAIN);
77 // This is to be used only to take ownership of objects that are created
78 // by pass-by-pointer create functions. To enforce this, require that the
95 bool operator==(T that) cons
111 swap(ScopedTypeRef& that) argument
[all...]
/external/apache-http/src/org/apache/http/
H A DProtocolVersion.java41 * RFC 3261 specifies a message format that is identical to HTTP except
48 * Note that {@link #equals} and {@link #hashCode} are defined as
185 ProtocolVersion that = (ProtocolVersion) obj;
187 return ((this.protocol.equals(that.protocol)) &&
188 (this.major == that.major) &&
189 (this.minor == that.minor));
198 * @param that the protocol version to consider
203 public boolean isComparable(ProtocolVersion that) { argument
204 return (that != null) && this.protocol.equals(that
224 compareToVersion(ProtocolVersion that) argument
[all...]
/external/ltrace/testsuite/ltrace.main/
H A Dmain-internal.exp9 # This program is distributed in the hope that it will be useful, but
21 __attribute__((noinline)) void that(void) {}
25 that();
32 {that == 0}
/external/chromium_org/third_party/icu/source/common/
H A Dchariter.cpp68 CharacterIterator::CharacterIterator(const CharacterIterator &that) : argument
69 ForwardCharacterIterator(that),
70 textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end)
75 CharacterIterator::operator=(const CharacterIterator &that) { argument
76 ForwardCharacterIterator::operator=(that);
77 textLength = that.textLength;
78 pos = that
[all...]
/external/icu/icu4c/source/common/
H A Dchariter.cpp68 CharacterIterator::CharacterIterator(const CharacterIterator &that) : argument
69 ForwardCharacterIterator(that),
70 textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end)
75 CharacterIterator::operator=(const CharacterIterator &that) { argument
76 ForwardCharacterIterator::operator=(that);
77 textLength = that.textLength;
78 pos = that
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_metadata.cc2 // Use of this source code is governed by a BSD-style license that can be
27 bool SyncFileMetadata::operator==(const SyncFileMetadata& that) const {
28 return file_type == that.file_type &&
29 size == that.size &&
30 last_modified == that.last_modified;
/external/chromium_org/remoting/webapp/
H A Dmenu_button.js2 // Use of this source code is governed by a BSD-style license that can be
53 * anywhere. Note that adding this event handler to <body> is not enough,
64 var that = this;
67 that.button_.classList.remove(remoting.MenuButton.BUTTON_ACTIVE_CLASS_);
68 container.removeChild(that.clickTrap_);
69 if (that.onHide_) {
70 that.onHide_();
75 if (that.onShow_) {
76 that.onShow_();
78 that
[all...]
H A Dhost_installer.js2 // Use of this source code is governed by a BSD-style license that can be
118 var that = this;
131 if (that.downloadAndWaitForInstallPromise_ === null) {
132 that.downloadAndWaitForInstallPromise_ = new Promise(
135 that.download();
136 that.checkInstallIntervalId_ = window.setInterval(function() {
138 that.isInstalled().then(function(installed) {
140 that.cancel();
147 return that.downloadAndWaitForInstallPromise_;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.cpp4 * Use of this source code is governed by a BSD-style license that can be
12 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& that) { argument
13 fInterface.reset(SkSafeRef(that.fInterface.get()));
14 fGLVersion = that.fGLVersion;
15 fGLSLGeneration = that.fGLSLGeneration;
16 fVendor = that.fVendor;
17 fRenderer = that.fRenderer;
18 fIsMesa = that.fIsMesa;
19 fIsChromium = that.fIsChromium;
20 *fGLCaps = *that
[all...]
/external/skia/src/gpu/gl/
H A DGrGLContext.cpp4 * Use of this source code is governed by a BSD-style license that can be
12 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& that) { argument
13 fInterface.reset(SkSafeRef(that.fInterface.get()));
14 fGLVersion = that.fGLVersion;
15 fGLSLGeneration = that.fGLSLGeneration;
16 fVendor = that.fVendor;
17 fRenderer = that.fRenderer;
18 fIsMesa = that.fIsMesa;
19 fIsChromium = that.fIsChromium;
20 *fGLCaps = *that
[all...]

Completed in 516 milliseconds

1234567891011>>