HomeSort by relevance Sort by last modified time
    Searched full:targets (Results 101 - 125 of 3570) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/tools/llvm-objdump/X86/
lit.local.cfg 1 if not 'X86' in config.root.targets:
  /external/llvm/test/tools/llvm-readobj/ARM/
lit.local.cfg 1 if not 'ARM' in config.root.targets:
  /external/lzma/CPP/7zip/
SubBuild.mak 2 $(MAKE) -nologo $(TARGETS)
  /external/llvm/test/Bindings/llvm-c/
lit.local.cfg 1 if not "X86" in config.root.targets:
3 if not "ARM" in config.root.targets:
  /external/llvm/test/ExecutionEngine/MCJIT/
lit.local.cfg 2 targets = root.targets
3 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \
4 ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
lit.local.cfg 2 targets = root.targets
3 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \
4 ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):
  /external/llvm/test/tools/gold/
lit.local.cfg 2 not 'X86' in config.root.targets or
3 not 'PowerPC' in config.root.targets):
  /frameworks/base/tests/TransitionTests/res/transition/
colorizer_transition.xml 2 <targets>
5 </targets>
my_transition.xml 5 <targets>
8 </targets>
11 <targets>
14 </targets>
login_slider_transition.xml 3 <targets>
6 </targets>
9 <targets>
12 </targets>
  /external/mesa3d/src/gallium/
SConscript 119 # Targets
123 'targets/graw-null/SConscript',
129 'targets/egl-static/SConscript'
134 'targets/graw-xlib/SConscript',
135 'targets/libgl-xlib/SConscript',
140 'targets/graw-gdi/SConscript',
141 'targets/libgl-gdi/SConscript',
146 'targets/SConscript.dri',
147 'targets/dri-swrast/SConscript',
148 'targets/dri-vmwgfx/SConscript'
    [all...]
  /external/skia/
skia.gyp 3 # Projects that use Skia should depend on one or more of the targets
6 # More targets are defined within the gyp/ directory, but those are
12 'targets': [
  /art/test/501-regression-packed-switch/
info.txt 2 to trip when compiled code contained a packed switch with no targets.
  /external/iptables/extensions/
.gitignore 9 /targets.man
  /external/llvm/test/Transforms/LoopStrengthReduce/AArch64/
lit.local.cfg 3 if not 'AArch64' in config.root.targets:
  /external/llvm/test/Transforms/LoopVectorize/AArch64/
lit.local.cfg 3 if not 'AArch64' in config.root.targets:
  /external/selinux/libsepol/utils/
Makefile 9 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
11 all: $(TARGETS)
15 install -m 755 $(TARGETS) $(BINDIR)
18 -rm -f $(TARGETS) *.o
  /external/skia/platform_tools/android/gyp/
skia_launcher.gypi 2 'targets': [{
  /external/clang/cmake/modules/
ClangConfig.cmake 1 # This file allows users to call find_package(Clang) and pick up our targets.
7 # Provide all our library targets to users.
  /external/clang/test/CodeGen/
pr18235.c 3 // CHECK: error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
  /dalvik/dx/src/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) {
41 if (keys.length != targets.length) {
42 throw new IllegalArgumentException("keys/targets length mismatch");
46 this.targets = targets;
59 return targets;
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) {
41 if (keys.length != targets.length) {
42 throw new IllegalArgumentException("keys/targets length mismatch");
46 this.targets = targets;
59 return targets;
  /external/skia/src/animator/
SkHitClear.cpp 15 SK_MEMBER_ARRAY(targets, Displayable)
23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
  /external/clang/test/Misc/
win32-macho.c 1 // Check that basic use of win32-macho targets works.
  /external/clang/tools/clang-check/
CMakeLists.txt 20 install(TARGETS clang-check

Completed in 102 milliseconds

1 2 3 45 6 7 8 91011>>