HomeSort by relevance Sort by last modified time
    Searched full:other (Results 151 - 175 of 18848) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/cst/
CstAnnotation.java 45 public boolean equals(Object other) {
46 if (! (other instanceof CstAnnotation)) {
50 return annotation.equals(((CstAnnotation) other).annotation);
61 protected int compareTo0(Constant other) {
62 return annotation.compareTo(((CstAnnotation) other).annotation);
CstString.java 53 public boolean equals(Object other) {
54 if (!(other instanceof CstString)) {
58 return string.equals(((CstString) other).string);
69 protected int compareTo0(Constant other) {
70 return string.compareTo(((CstString) other).string);
  /dalvik/libcore/icu/src/test/java/com/ibm/icu4jni/util/
ResourcesTest.java 21 // Check that corrupting our array doesn't affect other callers.
28 // Check that corrupting our array doesn't affect other callers.
35 // Check that corrupting our array doesn't affect other callers.
42 // Check that corrupting our array doesn't affect other callers.
49 // Check that corrupting our array doesn't affect other callers.
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 34 event.data.other[0] = kSurfaceCreated_CustomEvent;
44 event.data.other[0] = kSurfaceChanged_CustomEvent;
45 event.data.other[1] = width;
46 event.data.other[2] = height;
56 event.data.other[0] = kSurfaceDestroyed_CustomEvent;
  /external/icu4c/i18n/
funcrepl.cpp 41 FunctionReplacer::FunctionReplacer(const FunctionReplacer& other) :
42 UnicodeFunctor(other),
43 UnicodeReplacer(other)
45 translit = other.translit->clone();
46 replacer = other.replacer->clone();
dtfmtsym.cpp 235 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other)
236 : UObject(other)
238 copyData(other);
306 * Copy all of the other's data to this.
309 DateFormatSymbols::copyData(const DateFormatSymbols& other) {
310 assignArray(fEras, fErasCount, other.fEras, other.fErasCount);
311 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount);
312 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount)
    [all...]
tmunit.cpp 74 TimeUnit::TimeUnit(const TimeUnit& other)
75 : MeasureUnit(other) {
76 *this = other;
87 TimeUnit::operator=(const TimeUnit& other) {
88 if (this == &other) {
91 fTimeUnitField = other.fTimeUnitField;
97 TimeUnit::operator==(const UObject& other) const {
98 return (other.getDynamicClassID() == TimeUnit::getStaticClassID()
99 && fTimeUnitField == ((TimeUnit*)&other)->fTimeUnitField);
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.h 38 inline bool JSDOMWindowBase::allowsAccessFrom(const JSGlobalObject* other) const
40 if (allowsAccessFromPrivate(other))
42 printErrorMessage(crossDomainAccessErrorMessage(other));
67 ALWAYS_INLINE bool JSDOMWindowBase::allowsAccessFromPrivate(const JSGlobalObject* other) const
69 const JSDOMWindow* originWindow = asJSDOMWindow(other);
  /external/webkit/WebCore/html/canvas/
WebGLArrayBuffer.cpp 11 * documentation and/or other materials provided with the distribution.
41 PassRefPtr<WebGLArrayBuffer> WebGLArrayBuffer::create(WebGLArrayBuffer* other)
43 RefPtr<WebGLArrayBuffer> buffer = adoptRef(new WebGLArrayBuffer(other->byteLength()));
44 memcpy(buffer->data(), other->data(), other->byteLength());
  /packages/apps/Camera/src/com/android/camera/gallery/
VideoObject.java 29 * two thumbnail bitmaps as well as other information such as the id, and the
48 public boolean equals(Object other) {
49 if (other == null || !(other instanceof VideoObject)) return false;
51 ((VideoObject) other).fullSizeImageUri());
  /packages/apps/Gallery3D/src/com/cooliris/media/
Pair.java 56 final Pair<S, T> other = (Pair) obj; local
57 if (first == null && other.first != null) {
59 } else if (!first.equals(other.first)) {
62 if (second == null && other.second != null) {
64 } else if (!second.equals(other.second)) {
  /external/webkit/JavaScriptCore/runtime/
PropertyDescriptor.cpp 11 * documentation and/or other materials provided with the distribution.
156 bool PropertyDescriptor::equalTo(ExecState* exec, const PropertyDescriptor& other) const
158 if (!other.m_value == m_value ||
159 !other.m_getter == m_getter ||
160 !other.m_setter == m_setter)
162 return (!m_value || JSValue::strictEqual(exec, other.m_value, m_value)) &&
163 (!m_getter || JSValue::strictEqual(exec, other.m_getter, m_getter)) &&
164 (!m_setter || JSValue::strictEqual(exec, other.m_setter, m_setter)) &&
165 attributesEqual(other);
168 bool PropertyDescriptor::attributesEqual(const PropertyDescriptor& other) cons
    [all...]
  /external/icu4c/test/testdata/
structLocale.txt 1489 other{""}
1497 other{""}
1505 other{""}
1513 other{""}
1521 other{""}
1529 other{""}
1537 other{""}
1545 other{""}
1553 other{""}
1561 other{""}
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterApiC.h 80 Return: TI_RESULT_OK on success. Any other value indicates an error.
90 Return: TI_RESULT_OK on success. Any other value indicates an error.
104 Return: TI_RESULT_OK on success. Any other value indicates an error.
118 Return: TI_RESULT_OK on success. Any other value indicates an error.
134 Return: TI_RESULT_OK on success. Any other value indicates an error.
146 Return: TI_RESULT_OK on success. Any other value indicates an error.
158 Return: TI_RESULT_OK on success. Any other value indicates an error.
172 Return: TI_RESULT_OK on success. Any other value indicates an error.
187 Return: TI_RESULT_OK on success. Any other value indicates an error.
202 Return: TI_RESULT_OK on success. Any other value indicates an error
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 33 * @param other indicates set we should copy from.
35 public lalr_item_set(lalr_item_set other)
38 not_null(other);
39 _all = (Hashtable)other._all.clone();
84 * @param other the other set in question.
86 public boolean is_subset_of(lalr_item_set other) throws internal_error
88 not_null(other);
90 /* walk down our set and make sure every element is in the other */
92 if (!other.contains((lalr_item)e.nextElement())
119 lalr_item other; local
    [all...]
  /external/quake/quake/src/QW/progs/
triggers.qc 83 if (other.classname != "player")
89 makevectors (other.angles);
94 self.enemy = other;
102 If notouch is set, the trigger is only fired by other entities, not by touching.
158 If notouch is set, the trigger is only fired by other entities, not by touching.
177 This fixed size trigger cannot be touched, it can only be fired by other events. It can contain killtargets, targets, delays, and messages.
323 if (other == self.owner)
327 if (other.classname == "player")
329 if (other.invincible_finished > time &&
332 other.invincible_finished = 0;
    [all...]
  /external/icu4c/i18n/unicode/
tmutamt.h 69 TimeUnitAmount(const TimeUnitAmount& other);
76 TimeUnitAmount& operator=(const TimeUnitAmount& other);
96 * @param other the object to compare to.
100 virtual UBool operator==(const UObject& other) const;
105 * @param other the object to compare to.
109 UBool operator!=(const UObject& other) const;
134 * other classes have different class IDs.
158 TimeUnitAmount::operator!=(const UObject& other) const {
159 return !operator==(other);
  /external/proguard/src/proguard/
MemberSpecification.java 96 MemberSpecification other = (MemberSpecification)object; local
98 (this.requiredSetAccessFlags == other.requiredSetAccessFlags ) &&
99 (this.requiredUnsetAccessFlags == other.requiredUnsetAccessFlags ) &&
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) );
  /frameworks/base/core/java/android/content/
SyncOperation.java 68 SyncOperation(SyncOperation other) {
69 this.account = other.account;
70 this.syncSource = other.syncSource;
71 this.authority = other.authority;
72 this.extras = new Bundle(other.extras);
73 this.expedited = other.expedited;
114 SyncOperation other = (SyncOperation)o; local
115 if (earliestRunTime == other.earliestRunTime) {
118 return (earliestRunTime < other.earliestRunTime) ? -1 : 1;
  /external/webkit/JavaScriptCore/wtf/
Vector.h 355 void swap(VectorBuffer<T, 0>& other)
357 std::swap(m_buffer, other.m_buffer);
358 std::swap(m_capacity, other.m_capacity);
415 void swap(VectorBuffer<T, inlineCapacity>& other)
417 if (buffer() == inlineBuffer() && other.buffer() == other.inlineBuffer()) {
418 WTF::swap(m_inlineBuffer, other.m_inlineBuffer);
419 std::swap(m_capacity, other.m_capacity);
421 m_buffer = other.m_buffer;
422 other.m_buffer = other.inlineBuffer()
    [all...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigParameterizedType.java 82 IParameterizedType other = (IParameterizedType) that; local
84 if (other.getOwnerType() != null) {
88 if (!Uninitialized.isInitialized(other.getOwnerType())) {
91 } else if (!thiz.getOwnerType().equals(other.getOwnerType())) {
94 if (!thiz.getRawType().equals(other.getRawType())) {
97 if (!thiz.getTypeArguments().equals(other.getTypeArguments())) {
  /dalvik/dx/src/com/android/dx/rop/annotation/
NameValuePair.java 68 public boolean equals(Object other) {
69 if (! (other instanceof NameValuePair)) {
73 NameValuePair otherPair = (NameValuePair) other;
85 public int compareTo(NameValuePair other) {
86 int result = name.compareTo(other.name);
92 return value.compareTo(other.value);
  /dalvik/dx/src/com/android/dx/util/
ListIntSet.java 61 public void merge(IntSet other) {
62 if (other instanceof ListIntSet) {
63 ListIntSet o = (ListIntSet) other;
87 } else if (other instanceof BitIntSet) {
88 BitIntSet o = (BitIntSet) other;
95 IntIterator iter = other.iterator();
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadOnlyCharArrayBuffer.java 34 static ReadOnlyCharArrayBuffer copy(CharArrayBuffer other, int markOfOther) {
35 ReadOnlyCharArrayBuffer buf = new ReadOnlyCharArrayBuffer(other
36 .capacity(), other.backingArray, other.offset);
37 buf.limit = other.limit();
38 buf.position = other.position();
ReadOnlyDoubleArrayBuffer.java 34 static ReadOnlyDoubleArrayBuffer copy(DoubleArrayBuffer other,
36 ReadOnlyDoubleArrayBuffer buf = new ReadOnlyDoubleArrayBuffer(other
37 .capacity(), other.backingArray, other.offset);
38 buf.limit = other.limit();
39 buf.position = other.position();

Completed in 261 milliseconds

1 2 3 4 5 67 8 91011>>