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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/tools/clang-format/
CMakeLists.txt 22 install(TARGETS clang-format RUNTIME DESTINATION bin)
  /external/iptables/include/libiptc/
libxtc.h 14 it, you'll also align to any crazy matches and targets someone
  /external/llvm/test/CodeGen/WinEH/
lit.local.cfg 10 if not 'X86' in config.root.targets:
  /external/llvm/test/CodeGen/X86/
lit.local.cfg 9 if not 'X86' in config.root.targets:
  /external/llvm/test/Transforms/InstCombine/
2006-12-05-fp-to-int-ext.ll 4 ; significantly more expensive than the two conversions on some targets
  /external/selinux/checkpolicy/
Makefile 9 TARGETS = checkpolicy checkmodule
26 all: $(TARGETS)
51 install -m 755 $(TARGETS) $(BINDIR)
60 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
  /external/skia/gyp/
angle.gyp 8 'targets': [
gputest.gyp 6 'targets': [
ktx.gyp 9 'targets': [
most.gyp 7 # This omits the following targets that many developers won't want to build:
14 'targets': [
  /external/valgrind/memcheck/tests/
badjump.c 8 uniform behaviour on all supported targets - a jump to an
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr22167.cpp 1 // Derived from PR22167, which failed on some RISC targets. The call to
  /ndk/tests/device/test-stlport_static-exception/jni/
pr22167.cpp 1 // Derived from PR22167, which failed on some RISC targets. The call to
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 35 targets = os.path.join(tmpdir, 'targets')
37 os.mkdir(targets)
41 four = os.path.join(targets, 'four')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 35 targets = os.path.join(tmpdir, 'targets')
37 os.mkdir(targets)
41 four = os.path.join(targets, 'four')
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/transition-v21/
fade.xml 20 <targets>
25 </targets>
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/transition-v21/
fade.xml 20 <targets>
25 </targets>
  /development/samples/ApiDemos/res/transition/
changebounds_fadeout_sequential.xml 21 <targets>
23 </targets>
  /development/samples/browseable/XYZTouristAttractions/Application/res/transition-v21/
fade.xml 20 <targets>
25 </targets>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bvgraph.h 110 // to any of the nodes in 'targets'.
111 bool isReachable(uptr from, const BV &targets) {
122 return targets.intersectsWith(visited);
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) {
132 if (targets.getBit(from))
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1))
145 uptr findShortestPath(uptr from, const BV &targets, uptr *path,
148 if (findPath(from, targets, path, p) == p)
  /external/libyuv/files/
libyuv_test.gyp 10 'targets': [
67 ], # targets
  /external/llvm/include/llvm/Support/
TargetSelect.h 10 // This file provides utilities to make sure that certain classes of targets are
24 #include "llvm/Config/Targets.def"
27 #include "llvm/Config/Targets.def"
31 #include "llvm/Config/Targets.def"
49 /// it wants access to all available targets that LLVM is configured to
55 #include "llvm/Config/Targets.def"
68 #include "llvm/Config/Targets.def"
78 #include "llvm/Config/Targets.def"
  /external/mesa3d/src/gallium/targets/gbm/
Makefile 1 # src/gallium/targets/gbm/Makefile
33 PIPE_SRC_DIR = $(TOP)/src/gallium/targets/pipe-loader
  /external/mesa3d/src/gallium/tests/trivial/
Makefile 31 PIPE_SRC_DIR = $(TOP)/src/gallium/targets/pipe-loader
33 ##### TARGETS #####
  /external/selinux/policycoreutils/semanage/
Makefile 12 TARGETS=semanage
16 all: $(TARGETS)

Completed in 6286 milliseconds

1 2 3 4 5 6 7 8 91011>>