HomeSort by relevance Sort by last modified time
    Searched full:arrange (Results 1 - 25 of 820) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
2002-08-30-StructureOrderingTest.ll 3 ; This testcase fails because the C backend does not arrange to output the
  /toolchain/binutils/binutils-2.27/zlib/
acinclude.m4 3 dnl The lines below arrange for aclocal not to bring libtool.m4
  /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.27/config/
bootstrap-debug-ckovw.mk 5 # These arrange for a simple warning to be issued if -fcompare-debug
  /packages/apps/PhoneCommon/res/layout/
dialpad_key.xml 25 because we want them to line up vertically when we arrange them in an MxN grid -->
dialpad_key_zero.xml 27 because we want them to line up vertically when we arrange them in an MxN grid -->
  /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,
  /external/tensorflow/tensorflow/contrib/tensorrt/shape_fn/
trt_shfn.cc 58 // Arrange input here
62 // Arrange output here
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 39 SymbolCategory& arrange(LDSymbol& pSymbol, const ResolveInfo& pSourceInfo);
155 SymbolCategory& arrange(LDSymbol& pSymbol,
  /external/compiler-rt/test/tsan/
stack_sync_reuse.cc 10 // not introduce other synchronization, and to arrange the vars in different
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
JpaPersistServiceTest.java 52 // arrange an exception on sut.end(), which invokes entityManager.close()
  /external/llvm/test/Transforms/SLPVectorizer/X86/
crash_binaryop.ll 29 ; after vectorization to re-arrange instructions.
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AppInfoComparator.java 29 * A comparator to arrange items based on user profiles.
  /packages/apps/PhoneCommon/res/layout-land/
dialpad_key.xml 28 because we want them to line up vertically when we arrange them in an MxN grid -->
dialpad_key_zero.xml 30 because we want them to line up vertically when we arrange them in an MxN grid -->
  /prebuilts/go/darwin-x86/src/runtime/cgo/
signal_darwin_arm.s 34 // The goal is to arrange the stack so it looks like the runtime
  /prebuilts/go/linux-x86/src/runtime/cgo/
signal_darwin_arm.s 34 // The goal is to arrange the stack so it looks like the runtime
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/lns/
lns.exp 25 # Perhaps we could arrange for an include file or something that
  /toolchain/binutils/binutils-2.27/gold/testsuite/
justsyms_1.cc 45 // The linker script should arrange for this symbol to be exactly at
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
list7.go 63 func arrange(a int) string { func
186 return fmt.Sprintf("V%d.%s", r&31, arrange((r>>5)&15))
188 return fmt.Sprintf("V%d.%s", r&31, arrange((r>>5)&15))
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
list7.go 63 func arrange(a int) string { func
186 return fmt.Sprintf("V%d.%s", r&31, arrange((r>>5)&15))
188 return fmt.Sprintf("V%d.%s", r&31, arrange((r>>5)&15))
  /art/runtime/arch/arm/
instruction_set_features_assembly_tests.S 23 // (bad_instr_handle(), in instruction_set_features_arm.cc) must arrange to set
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenableFutureTask.java 58 * given {@code Runnable}, and arrange that {@code get} will return the
  /external/libcap/libcap/
cap_extint.c 22 * note, we arrange these so the caps are stacked with byte-size
  /external/llvm/lib/Support/
ToolOutputFile.cpp 21 // Arrange for the file to be deleted if the process is killed.

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>