/external/guava/guava-tests/benchmark/com/google/common/collect/ |
SortedCopyBenchmark.java | 46 @Override void arrange(List<Integer> list) { method 51 @Override void arrange(List<Integer> list) { method 60 @Override void arrange(List<Integer> list) {} method 63 abstract void arrange(List<Integer> list); method in class:SortedCopyBenchmark.InputOrder 78 inputOrder.arrange(list);
|
/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug-ckovw.mk | 5 # These arrange for a simple warning to be issued if -fcompare-debug
|
/frameworks/compile/mclinker/include/mcld/MC/ |
SymbolCategory.h | 39 SymbolCategory& arrange(LDSymbol& pSymbol, const ResolveInfo& pSourceInfo); 155 SymbolCategory& arrange(LDSymbol& pSymbol,
|
/frameworks/compile/mclinker/lib/MC/ |
SymbolCategory.cpp | 71 // use non-stable bubble sort to arrange the order of symbols. 98 SymbolCategory& SymbolCategory::arrange(LDSymbol& pSymbol, function in class:mcld::SymbolCategory 103 // in the same category, do not need to re-arrange 190 SymbolCategory& SymbolCategory::arrange(LDSymbol& pSymbol, function in class:mcld::SymbolCategory 193 return arrange(pSymbol, 224 return arrange(pSymbol,
|
/prebuilts/go/darwin-x86/src/sync/ |
mutex.go | 98 // arrange for another goroutine to unlock it.
|
rwmutex.go | 101 // arrange for another goroutine to RUnlock (Unlock) it.
|
/prebuilts/go/linux-x86/src/sync/ |
mutex.go | 98 // arrange for another goroutine to unlock it.
|
rwmutex.go | 101 // arrange for another goroutine to RUnlock (Unlock) it.
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
markov.go | 17 Our Markov chain algorithm would arrange this text into this set of prefixes
|
/prebuilts/go/darwin-x86/src/runtime/ |
mem_linux.go | 93 // pages to back our heap if the kernel can arrange that.
|
panic1.go | 16 // after a panic. Then arrange to continue running as though
|
signal_arm.go | 62 // We arrange lr, and pc to pretend the panicking
|
proc.go | 54 // Those can arrange for main.main to run in the main thread
|
signal1_unix.go | 184 // Because of the way we arrange the address space on 64-bit systems,
|
signal_arm64.go | 75 // We arrange lr, and pc to pretend the panicking
|
signal_ppc64x.go | 79 // We arrange link, and pc to pretend the panicking
|
/prebuilts/go/linux-x86/doc/codewalk/ |
markov.go | 17 Our Markov chain algorithm would arrange this text into this set of prefixes
|
/prebuilts/go/linux-x86/src/runtime/ |
mem_linux.go | 93 // pages to back our heap if the kernel can arrange that.
|
panic1.go | 16 // after a panic. Then arrange to continue running as though
|
signal_arm.go | 62 // We arrange lr, and pc to pretend the panicking
|
proc.go | 54 // Those can arrange for main.main to run in the main thread
|
signal1_unix.go | 184 // Because of the way we arrange the address space on 64-bit systems,
|
signal_arm64.go | 75 // We arrange lr, and pc to pretend the panicking
|
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 465 ResolveInfo old_info; // used for arrange output symbols 686 m_Module.getSymbolTable().arrange(*output_sym, old_info); 738 m_Module.getSymbolTable().arrange(*output_sym, old_info); 790 // arrange the output position 794 m_Module.getSymbolTable().arrange(*output_sym, old_info);
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
doc.go | 50 // On both ARM and x86-32, it is the caller's responsibility to arrange for 64-bit
|