Home
last modified time | relevance | path

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

1234567

/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.java234 public abstract boolean equals(Object other); in equals()
257 @Override public boolean equals(Object other) { in equals()
292 @Override public boolean equals(Object other) { in equals()
327 @Override public boolean equals(Object other) { in equals()
357 @Override public boolean equals(Object other) { in equals()
387 @Override public boolean equals(Object other) { in equals()
433 @Override public boolean equals(Object other) { in equals()
473 @Override public boolean equals(Object other) { in equals()
513 @Override public boolean equals(Object other) { in equals()
543 @Override public boolean equals(Object other) { in equals()
DSize.java93 public Size plus(Size other) { in plus()
120 @Override public boolean equals(Object other) { in equals()
/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/
Ddebug_stack.h95 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl()
98 DebugStackReferenceImpl(DebugStackReferenceImpl&& other) in DebugStackReferenceImpl() function
125 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl()
Dscoped_arena_containers.h112 typedef ScopedArenaAllocatorAdapter<U> other; typedef
123 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
155 typedef ScopedArenaAllocatorAdapter<U> other; typedef
166 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
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()
/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/075-verification-error/src2/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
DMutant.java17 package other; package
/art/test/075-verification-error/src/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
/art/test/956-methodhandles/src/other/
DChatty.java17 package other; package
/art/compiler/utils/
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/tools/checker/file_format/c1visualizer/
Dstruct.py38 def __eq__(self, other): argument
63 def __eq__(self, other): argument
/art/test/570-checker-osr/src/
DMain.java148 Main other = m.inlineCache(); in $noinline$inlineCache() local
178 Main other = m.inlineCache2(); in $noinline$inlineCache2() local
207 Main other = m.inlineCache3(); in $noinline$inlineCache3() local

1234567