HomeSort by relevance Sort by last modified time
    Searched defs:other (Results 326 - 350 of 3919) sorted by null

<<11121314151617181920>>

  /frameworks/support/compat/src/androidTest/java/androidx/core/text/
PrecomputedTextCompatTest.java 119 Params other = new Params.Builder(PAINT) local
123 assertTrue(base.equals(other));
124 assertTrue(other.equals(base));
125 assertEquals(base.hashCode(), other.hashCode());
127 other = new Params.Builder(PAINT)
131 assertFalse(base.equals(other));
132 assertFalse(other.equals(base));
134 other = new Params.Builder(PAINT)
138 assertFalse(base.equals(other));
139 assertFalse(other.equals(base))
168 Params other = new Params.Builder(PAINT).build(); local
    [all...]
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
SelectionTest.java 106 Selection<String> other = new Selection<>(); local
108 other.add(mIds[i]);
110 assertEquals(mSelection.size(), other.size());
120 Selection<String> other = new Selection<>(); local
121 other.add(mIds[0]);
122 other.add(mIds[1]);
123 other.add(mIds[2]);
124 assertEquals(mSelection, other);
125 assertEquals(mSelection.hashCode(), other.hashCode());
130 Selection<String> other = new Selection<>() local
138 Selection<String> other = new Selection<>(); local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java 150 * @param other GeneralSubtrees to compare to this
160 GeneralSubtrees other = (GeneralSubtrees)obj; local
161 return this.trees.equals(other.trees);
237 * name type that widens all other names of that type.
289 * intersect this GeneralSubtrees with other. This function
293 * <li>If a name in other narrows all names of the same type in this,
296 * <li>If a name in other widens all names of the same type in this,
298 * <li>If a name in other does not share the same subtree with any name
305 * <li>If a name in this has no name of the same type in other, then
308 * <li>If a name in other has no name of the same type in this, the
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
SelectionTest.java 87 Selection other = new Selection(); local
89 other.add(ids[i]);
91 assertEquals(selection.size(), other.size());
101 Selection other = new Selection(); local
102 other.add(ids[0]);
103 other.add(ids[1]);
104 other.add(ids[2]);
105 assertEquals(selection, other);
106 assertEquals(selection.hashCode(), other.hashCode());
111 Selection other = new Selection() local
119 Selection other = new Selection(); local
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /test/vti/dashboard/src/main/java/com/android/vts/proto/
VtsReportMessage.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DoubleBufferTest.java 184 DoubleBuffer other = DoubleBuffer.allocate(buf.capacity()); local
185 loadTestData1(other);
186 assertEquals(0, buf.compareTo(other));
187 assertEquals(0, other.compareTo(buf));
189 assertTrue(buf.compareTo(other) > 0);
190 assertTrue(other.compareTo(buf) < 0);
191 other.position(2);
192 assertTrue(buf.compareTo(other) < 0);
193 assertTrue(other.compareTo(buf) > 0);
195 other.limit(5)
529 DoubleBuffer other = DoubleBuffer.allocate(buf.capacity()); local
    [all...]
FloatBufferTest.java 174 FloatBuffer other = FloatBuffer.allocate(buf.capacity()); local
175 loadTestData1(other);
176 assertEquals(0, buf.compareTo(other));
177 assertEquals(0, other.compareTo(buf));
179 assertTrue(buf.compareTo(other) > 0);
180 assertTrue(other.compareTo(buf) < 0);
181 other.position(2);
182 assertTrue(buf.compareTo(other) < 0);
183 assertTrue(other.compareTo(buf) > 0);
185 other.limit(5)
534 FloatBuffer other = FloatBuffer.allocate(buf.capacity()); local
    [all...]
IntBufferTest.java 166 IntBuffer other = IntBuffer.allocate(buf.capacity()); local
167 loadTestData1(other);
168 assertEquals(0, buf.compareTo(other));
169 assertEquals(0, other.compareTo(buf));
171 assertTrue(buf.compareTo(other) > 0);
172 assertTrue(other.compareTo(buf) < 0);
173 other.position(2);
174 assertTrue(buf.compareTo(other) < 0);
175 assertTrue(other.compareTo(buf) > 0);
177 other.limit(5)
510 IntBuffer other = IntBuffer.allocate(buf.capacity()); local
    [all...]
LongBufferTest.java 166 LongBuffer other = LongBuffer.allocate(buf.capacity()); local
167 loadTestData1(other);
168 assertEquals(0, buf.compareTo(other));
169 assertEquals(0, other.compareTo(buf));
171 assertTrue(buf.compareTo(other) > 0);
172 assertTrue(other.compareTo(buf) < 0);
173 other.position(2);
174 assertTrue(buf.compareTo(other) < 0);
175 assertTrue(other.compareTo(buf) > 0);
177 other.limit(5)
517 LongBuffer other = LongBuffer.allocate(buf.capacity()); local
    [all...]
ShortBufferTest.java 165 ShortBuffer other = ShortBuffer.allocate(buf.capacity()); local
166 loadTestData1(other);
167 assertEquals(0, buf.compareTo(other));
168 assertEquals(0, other.compareTo(buf));
170 assertTrue(buf.compareTo(other) > 0);
171 assertTrue(other.compareTo(buf) < 0);
172 other.position(2);
173 assertTrue(buf.compareTo(other) < 0);
174 assertTrue(other.compareTo(buf) > 0);
176 other.limit(5)
497 ShortBuffer other = ShortBuffer.allocate(buf.capacity()); local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
PrecomputedTextTest.java 118 Params other = new Params.Builder(PAINT) local
122 assertTrue(base.equals(other));
123 assertTrue(other.equals(base));
124 assertEquals(base.hashCode(), other.hashCode());
126 other = new Params.Builder(PAINT)
130 assertFalse(base.equals(other));
131 assertFalse(other.equals(base));
133 other = new Params.Builder(PAINT)
137 assertFalse(base.equals(other));
138 assertFalse(other.equals(base))
    [all...]
  /art/compiler/utils/
managed_register.h 53 constexpr ManagedRegister(const ManagedRegister& other) = default; member in class:art::ManagedRegister
55 ManagedRegister& operator=(const ManagedRegister& other) = default; member in class:art::ManagedRegister
65 constexpr bool Equals(const ManagedRegister& other) const {
66 return id_ == other.id_;
95 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset)
96 : ManagedRegister(other), size_(size), spill_offset_(spill_offset) { }
98 explicit ManagedRegisterSpill(const ManagedRegister& other)
99 : ManagedRegister(other), size_(-1), spill_offset_(-1) { }
101 ManagedRegisterSpill(const ManagedRegister& other, int32_t size)
102 : ManagedRegister(other), size_(size), spill_offset_(-1) {
    [all...]
  /art/libartbase/base/
debug_stack.h 59 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) = default; member in class:art::DebugStackReferenceImpl
60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; member in class:art::DebugStackReferenceImpl
68 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) = default; member in class:art::DebugStackIndirectTopRefImpl
69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; member in class:art::DebugStackIndirectTopRefImpl
95 DebugStackReferenceImpl(const DebugStackReferenceImpl& other)
96 : counter_(other.counter_), ref_count_(counter_->IncrementRefCount()) {
98 DebugStackReferenceImpl(DebugStackReferenceImpl&& other)
99 : counter_(other.counter_), ref_count_(other.ref_count_) {
100 other.counter_ = nullptr
    [all...]
transform_array_ref.h 67 TransformArrayRef(const TransformArrayRef& other) = default;
75 TransformArrayRef(const TransformArrayRef<OtherBT, Function>& other)
76 : TransformArrayRef(other.base(), other.GetFunction()) { }
80 TransformArrayRef& operator=(const TransformArrayRef& other) = default; member in class:art::TransformArrayRef
84 TransformArrayRef& operator=(const TransformArrayRef<OtherBT, Function>& other) {
85 return *this = TransformArrayRef(other.base(), other.GetFunction());
  /art/openjdkjvmti/
jvmti_allocator.h 55 typedef JvmtiAllocator<U> other; typedef in struct:openjdkjvmti::JvmtiAllocator::rebind
62 JvmtiAllocator(const JvmtiAllocator<U>& other)
63 : env_(other.env_) {}
65 JvmtiAllocator(const JvmtiAllocator& other) = default; member in class:openjdkjvmti::JvmtiAllocator
66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; member in class:openjdkjvmti::JvmtiAllocator
92 typedef JvmtiAllocator<U> other; typedef in struct:openjdkjvmti::JvmtiAllocator::rebind
99 JvmtiAllocator(const JvmtiAllocator<U>& other)
100 : env_(other.env_) {}
102 JvmtiAllocator(const JvmtiAllocator& other) = default; member in class:openjdkjvmti::JvmtiAllocator
103 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default member in class:openjdkjvmti::JvmtiAllocator
    [all...]
  /art/runtime/base/
arena_containers.h 137 typedef ArenaAllocatorAdapter<U> other; typedef in struct:art::ArenaAllocatorAdapter::rebind
146 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other)
147 : ArenaAllocatorAdapterKind(other),
148 allocator_(other.allocator_) {
174 typedef ArenaAllocatorAdapter<U> other; typedef in struct:art::ArenaAllocatorAdapter::rebind
182 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other)
183 : ArenaAllocatorAdapterKind(other),
184 allocator_(other.allocator_) {
scoped_arena_containers.h 102 typedef ScopedArenaAllocatorAdapter<U> other; typedef in struct:art::ScopedArenaAllocatorAdapter::rebind
113 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other)
114 : DebugStackReference(other),
115 DebugStackIndirectTopRef(other),
116 ArenaAllocatorAdapterKind(other),
117 arena_stack_(other.arena_stack_) {
145 typedef ScopedArenaAllocatorAdapter<U> other; typedef in struct:art::ScopedArenaAllocatorAdapter::rebind
156 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other)
157 : DebugStackReference(other),
158 DebugStackIndirectTopRef(other),
    [all...]
  /art/runtime/
subtype_check.h 65 * Given the above `path-label` we can express if any two nodes are an offspring of the other
82 * - The alphabet A can be a subset, superset, equal, or unique with respect to the other alphabets
573 SubtypeCheck(const SubtypeCheck& other) = default; member in struct:art::SubtypeCheck
574 SubtypeCheck(SubtypeCheck&& other) = default; member in struct:art::SubtypeCheck
  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 59 BuildFile other = (BuildFile) obj; local
60 return fileName.equals(other.fileName);
D8BuildStep.java 82 D8BuildStep other = (D8BuildStep) obj; local
84 return inputFile.equals(other.inputFile) && outputFile.equals(other.outputFile);
JavacBuildStep.java 103 JavacBuildStep other = (JavacBuildStep) obj; local
104 return destPath.equals(other.destPath)
105 && classPath.equals(other.classPath)
106 && sourceFiles.equals(other.sourceFiles);
  /dalvik/dx/src/com/android/dx/dex/file/
CallSiteIdItem.java 87 CallSiteIdItem other = (CallSiteIdItem) o; local
88 return invokeDynamicRef.compareTo(other.invokeDynamicRef);
  /device/google/cuttlefish_common/host/libs/ivserver/
vsocsharedmem.cc 60 VSoCSharedMemoryImpl &operator=(const VSoCSharedMemoryImpl &other) = delete; member in class:ivserver::__anon2044::VSoCSharedMemoryImpl

Completed in 796 milliseconds

<<11121314151617181920>>