Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 141) sorted by relevance

123456

/art/test/utils/python/testgen/
Dmixins.py94 def __lt__(self, other): argument
97 def __gt__(self, other): argument
100 def __eq__(self, other): argument
103 def __le__(self, other): argument
106 def __ge__(self, other): argument
109 def __ne__(self, other): argument
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java229 public abstract boolean equals(Object other); in equals()
248 @Override public boolean equals(Object other) { in equals()
279 @Override public boolean equals(Object other) { in equals()
310 @Override public boolean equals(Object other) { in equals()
336 @Override public boolean equals(Object other) { in equals()
362 @Override public boolean equals(Object other) { in equals()
404 @Override public boolean equals(Object other) { in equals()
440 @Override public boolean equals(Object other) { in equals()
476 @Override public boolean equals(Object other) { in equals()
502 @Override public boolean equals(Object other) { in equals()
DSize.java91 public Size plus(Size other) { in plus()
113 @Override public boolean equals(Object other) { in equals()
/art/compiler/utils/
Dmanaged_register.h65 constexpr bool Equals(const ManagedRegister& other) const { in Equals()
95 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill()
98 explicit ManagedRegisterSpill(const ManagedRegister& other) in ManagedRegisterSpill()
101 ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill()
Dswap_space.h122 typedef SwapAllocator<U> other; typedef
128 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator()
158 typedef SwapAllocator<U> other; typedef
164 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator()
/art/openjdkjvmti/
Djvmti_allocator.h55 typedef JvmtiAllocator<U> other; typedef
62 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator()
92 typedef JvmtiAllocator<U> other; typedef
99 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator()
/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc68 HInstruction* other = nullptr; in TryGenerateResetLeastSetBit() local
102 HInstruction* other = nullptr; in TryGenerateMaskUptoLeastSetBit() local
123 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other) { in AreLeastSetBitInputs()
/art/libartbase/base/
Dscoped_arena_containers.h110 typedef ScopedArenaAllocatorAdapter<U> other; typedef
121 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
153 typedef ScopedArenaAllocatorAdapter<U> other; typedef
164 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
Ddebug_stack.h95 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl()
98 DebugStackReferenceImpl(DebugStackReferenceImpl&& other) in DebugStackReferenceImpl() function
125 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl()
Darena_containers.h137 typedef ArenaAllocatorAdapter<U> other; typedef
146 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
174 typedef ArenaAllocatorAdapter<U> other; typedef
182 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
Dmemory_type_table.h60 bool Overlaps(const MemoryTypeRange& other) const { in Overlaps()
65 bool Adjoins(const MemoryTypeRange& other) const { in Adjoins()
69 bool CombinableWith(const MemoryTypeRange& other) const { in CombinableWith()
/art/tools/checker/file_format/c1visualizer/
Dstruct.py33 def __eq__(self, other): argument
57 def __eq__(self, other): argument
/art/test/537-checker-inline-and-unverified/src/other/
DInaccessibleClass.java17 package other; package
/art/test/536-checker-needs-access-check/src2/other/
DInaccessibleClass.java17 package other; package
DInaccessibleClassProxy.java17 package other; package
/art/test/601-method-access/src/other/
DPublicClass.java17 package other; package
DProtectedClass.java17 package other; package
/art/test/536-checker-needs-access-check/src/other/
DInaccessibleClass.java17 package other; package
DInaccessibleClassProxy.java17 package other; package
/art/test/537-checker-inline-and-unverified/src2/other/
DInaccessibleClass.java17 package other; package
/art/test/956-methodhandles/src/other/
DChatty.java17 package other; package
/art/test/075-verification-error/src/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
/art/test/075-verification-error/src2/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package

123456