HomeSort by relevance Sort by last modified time
    Searched full:target (Results 51 - 75 of 13874) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/qt/tests/qwebview/
qwebview.pro 3 exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc
  /ndk/tests/build/project-properties/jni/
Android.mk 3 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM)))
6 $(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFORM))
  /external/clang/utils/C++Tests/LLVM-Code-Compile/
lit.local.cfg 19 '-I%s/lib/Target/ARM' % root.llvm_src_root,
20 '-I%s/lib/Target/CellSPU' % root.llvm_src_root,
21 '-I%s/lib/Target/CppBackend' % root.llvm_src_root,
22 '-I%s/lib/Target/Mips' % root.llvm_src_root,
23 '-I%s/lib/Target/MSIL' % root.llvm_src_root,
24 '-I%s/lib/Target/MSP430' % root.llvm_src_root,
25 '-I%s/lib/Target/PIC16' % root.llvm_src_root,
26 '-I%s/lib/Target/PowerPC' % root.llvm_src_root,
27 '-I%s/lib/Target/Sparc' % root.llvm_src_root,
28 '-I%s/lib/Target/X86' % root.llvm_src_root
    [all...]
  /external/clang/utils/C++Tests/LLVM-Code-Symbols/
lit.local.cfg 19 '-I%s/lib/Target/ARM' % root.llvm_src_root,
20 '-I%s/lib/Target/CellSPU' % root.llvm_src_root,
21 '-I%s/lib/Target/CppBackend' % root.llvm_src_root,
22 '-I%s/lib/Target/Mips' % root.llvm_src_root,
23 '-I%s/lib/Target/MSIL' % root.llvm_src_root,
24 '-I%s/lib/Target/MSP430' % root.llvm_src_root,
25 '-I%s/lib/Target/PIC16' % root.llvm_src_root,
26 '-I%s/lib/Target/PowerPC' % root.llvm_src_root,
27 '-I%s/lib/Target/Sparc' % root.llvm_src_root,
28 '-I%s/lib/Target/X86' % root.llvm_src_root
    [all...]
  /external/webkit/LayoutTests/fast/events/touch/
touch-target-limited-expected.txt 1 Tests that the target of touches match the element where the event originated, not where the touch is currently occurring. This is a limited version of test touch-target.html that avoids the situation where one touch point is released while another is maintained.
8 PASS event.touches[0].target.id is "targetA"
9 PASS event.touches[1].target.id is "targetB"
12 PASS event.touches[0].target.id is "targetA"
13 PASS event.touches[1].target.id is "targetB"
16 PASS event.touches[0].target.id is "targetA"
17 PASS event.touches[1].target.id is "targetB"
20 PASS event.touches[0].target.id is "targetA"
21 PASS event.touches[1].target.id is "targetB
    [all...]
  /development/ide/xcode/SampleCode/
SampleCode_Prefix.pch 2 // Prefix header for all source files of the 'SampleCode' target in the 'SampleCode' project.
  /development/ide/xcode/animatorTest/
animatorTest_Prefix.pch 2 // Prefix header for all source files of the 'animatorTest' target in the 'animatorTest' project.
  /external/antlr/antlr-3.4/runtime/ActionScript/
AUTHORS 1 George Scott <george dot scott dash antlr at gmail dot com>: Main developer of ActionScript target.
  /external/clang/test/CodeGenObjCXX/
refence-assign-write-barrier.mm 9 void NSAssignArray(NSArray*& target, NSArray* newValue)
11 if (target == newValue)
14 NSArray* oldValue = target;
16 target = [newValue retain];
  /external/clang/test/Driver/
x86_features.c 1 // RUN: %clang -target i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2> %t
2 // RUN: grep '"pentium4" "-target-feature" "+sse4" "-target-feature" "-mmx" "-target-feature" "+sse"' %t
  /external/libvpx/
vpx_config.c 1 static const char* const cfg = "--target=generic-gnu";
  /external/valgrind/main/coregrind/m_gdbserver/
arm-with-vfpv3.xml 8 <!DOCTYPE target SYSTEM "gdb-target.dtd">
9 <target>
12 </target>
  /frameworks/compile/slang/tests/F_root_11_ox/
root_11_ox.rs 1 // -target-api 11
  /frameworks/compile/slang/tests/F_root_graphics_13/
root_graphics_13.rs 1 // -target-api 13
  /frameworks/compile/slang/tests/F_set_target_api_foo/
set_target_api_foo.rs 1 // -target-api foo
  /frameworks/compile/slang/tests/P_root_11_i/
root_11_i.rs 1 // -target-api 11
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 7 int target; member in struct:ebt_redirect_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 7 int target; member in struct:ebt_redirect_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 7 int target; member in struct:ebt_redirect_info
  /external/llvm/include/llvm/Support/
TargetRegistry.h 1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===//
11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.)
14 // Target specific class implementations should register themselves using the
60 /// Target - Wrapper for Target specific information.
68 class Target {
74 typedef MCAsmInfo *(*MCAsmInfoCtorFnTy)(const Target &T,
86 typedef TargetMachine *(*TargetMachineCtorTy)(const Target &T,
96 typedef MCAsmBackend *(*MCAsmBackendCtorTy)(const Target &T, StringRef TT);
97 typedef MCTargetAsmLexer *(*MCAsmLexerCtorTy)(const Target &T
    [all...]
  /external/clang/include/clang/Driver/
CMakeLists.txt 3 TARGET ClangDriverOptions)
7 TARGET ClangCC1Options)
11 TARGET ClangCC1AsOptions)
  /external/mesa3d/docs/
contents.html 26 <li><a href="intro.html" target="MainFrame">Introduction</a>
27 <li><a href="news.html" target="MainFrame">News</a>
28 <LI><A HREF="developers.html" target="MainFrame">Developers</A>
29 <li><a href="systems.html" target="MainFrame">Platforms and Drivers</a>
30 <li><a href="license.html" target="MainFrame">License & Copyright</a>
31 <li><a href="faq.html" target="MainFrame">FAQ</a>
32 <li><a href="relnotes.html" target="MainFrame">Release Notes</a>
33 <li><a href="thanks.html" target="MainFrame">Acknowledgements</a>
34 <li><a href="conform.html" target="MainFrame">Conformance Testing</a>
40 <li><a href="download.html" target="MainFrame">Downloading / Unpacking</a
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
qscriptengine.pro 2 TARGET = tst_bench_qscriptengine
11 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
12 TARGET.EPOCSTACKSIZE = 0x14000
  /external/guava/guava/src/com/google/common/io/
AppendableWriter.java 25 * Writer that places all output on an {@link Appendable} target. If the target
27 * be delegated to the target.
34 private final Appendable target; field in class:AppendableWriter
38 * Creates a new writer that appends everything it writes to {@code target}.
40 * @param target target to which to append output
42 AppendableWriter(Appendable target) {
43 this.target = target;
    [all...]
  /ndk/docs/
sidenav.html 7 <li><a href="OVERVIEW.html" target="content">Android NDK Overview</a></li>
8 <li><a href="INSTALL.html" target="content">Installation Guide</a></li>
12 <li><a href="DEVELOPMENT.html" target="content">Development</a></li>
13 <li><a href="HOWTO.html" target="content">How To</a></li>
14 <li><a href="ANDROID-MK.html" target="content">Android.mk File</a></li>
15 <li><a href="APPLICATION-MK.html" target="content">Application.mk File</a></li>
16 <li><a href="CPU-ARCH-ABIS.html" target="content">CPU Arch ABIs</a></li>
17 <li><a href="CPU-ARM-NEON.html" target="content">CPU ARM Neon</a></li>
18 <li><a href="CPU-FEATURES.html" target="content">CPU Features</a></li>
19 <li><a href="IMPORT-MODULE.html" target="content">Import Module</a></li
    [all...]

Completed in 395 milliseconds

1 23 4 5 6 7 8 91011>>