HomeSort by relevance Sort by last modified time
    Searched refs:target (Results 1 - 25 of 12600) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/training/InteractiveChart/
project.properties 26 # Project target.
27 target=android-17
  /external/clang/test/CodeGen/
attr-target-ppc.c 3 long __attribute__((target("power8-vector,no-vsx"))) foo (void) { return 0; } // expected-error {{option '-mpower8-vector' cannot be specified with '-mno-vsx'}}
attr-target-x87-softfp.c 1 // RUN: %clang_cc1 -triple x86_64-linux-gnu -target-cpu x86-64 -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK -check-prefix=HARD
2 // RUN: %clang_cc1 -msoft-float -triple x86_64-linux-gnu -target-cpu x86-64 -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK -check-prefix=SOFT
4 int __attribute__((target("x87"))) foo(int a) { return 4; }
5 int __attribute__((target("no-x87"))) bar(int a) { return 4; }
10 // CHECK: #0 = {{.*}}"target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87"
14 // CHECK: #1 = {{.*}}"target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,-x87"
  /external/clang/test/Sema/
attr-target.c 3 int __attribute__((target("avx,sse4.2,arch=ivybridge"))) foo() { return 4; }
4 int __attribute__((target())) bar() { return 4; } //expected-error {{'target' attribute takes one argument}}
5 int __attribute__((target("tune=sandybridge"))) baz() { return 4; } //expected-warning {{Ignoring unsupported 'tune=' in the target attribute string}}
6 int __attribute__((target("fpmath=387"))) walrus() { return 4; } //expected-warning {{Ignoring unsupported 'fpmath=' in the target attribute string}}
  /external/toolchain-utils/go/chromeos/
target_sh 4 # Run a command on the target ChromeOS device.
8 target="$1"
11 ssh ${target} "$*"
  /bionic/libc/bionic/
umount.cpp 31 int umount(const char* target) {
32 return umount2(target, 0);
  /development/samples/TicTacToeLib/
default.properties 27 # Project target.
28 target=android-3
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
branch-target.s 3 .globl target
4 target: ldk r0,#4 label
calr-opcode.s 3 calr target
jr-opcode.s 3 jr target
  /external/llvm/bindings/ocaml/backends/
backend_ocaml.c 18 #include "llvm-c/Target.h"
23 * LLVMInitialize ## target ## AsmPrinter();
24 * LLVMInitialize ## target ## AsmParser();
25 * LLVMInitialize ## target ## Disassembler();
28 #define INITIALIZER1(target) \
29 CAMLprim value llvm_initialize_ ## target(value Unit) { \
30 LLVMInitialize ## target ## TargetInfo(); \
31 LLVMInitialize ## target ## Target(); \
32 LLVMInitialize ## target ## TargetMC();
    [all...]
  /external/clang/test/OpenMP/
target_if_messages.cpp 14 #pragma omp target if // expected-error {{expected '(' after 'if'}}
16 #pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp target if () // expected-error {{expected expression}}
20 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target' are ignored}}
24 #pragma omp target if (argc > 0 ? argv[1] : argv[2])
26 #pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target' cannot contain more than one 'if' clause}}
28 #pragma omp target if (S) // expected-error {{'S' does not refer to a value}
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
InvocationTargetException.java 33 * the general purpose exception-chaining mechanism. The "target exception"
49 * This field holds the target if the
50 * InvocationTargetException(Throwable target) constructor was
56 private Throwable target; field in class:InvocationTargetException
60 * {@code null} as the target exception.
67 * Constructs a InvocationTargetException with a target exception.
69 * @param target the target exception
71 public InvocationTargetException(Throwable target) {
73 this.target = target
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
JniInstanceTest.java 27 private InstanceNonce target; field in class:JniInstanceTest
31 target = new InstanceNonce();
38 target.nop();
45 assertEquals(false, target.returnBoolean());
52 assertEquals(123, target.returnByte());
59 assertEquals(-12345, target.returnShort());
66 assertEquals(34567, target.returnChar());
73 assertEquals(12345678, target.returnInt());
80 assertEquals(-1098765432109876543L, target.returnLong());
87 assertEquals(-98765.4321F, target.returnFloat())
    [all...]
  /art/test/921-hello-failure/src/
CommonClassDefinition.java 18 public final Class<?> target; field in class:CommonClassDefinition
22 CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) {
23 this.target = target;
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_redirect.h 22 int target; member in struct:ebt_redirect_info
  /external/clang/test/CXX/except/except.spec/
p9-dynamic.cpp 5 void target() throw(int) function
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_redirect.h 7 int target; member in struct:ebt_redirect_info
  /external/vogar/src/vogar/target/
TargetRunner.java 17 package vogar.target;
  /external/vogar/test/vogar/target/junit4/
NoMethodTest.java 17 package vogar.target.junit4;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 6 int target; member in struct:ebt_redirect_info
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
emit-relocs1.s 5 b target
6 b target+16
  /dalvik/dx/tests/132-invoke-polymorphic/
build 17 $JAVAC -source 1.7 -target 1.7 -g -d . *.java
  /external/valgrind/none/tests/s390x/
ex.c 4 char target[] ="XXXXXXXXXXXXXXXX"; variable
10 printf("------- Copy 10+1 bytes from buffer to target\n");
13 printf("before: target = |%s|\n", target);
21 : : "a" (target), "a" (buffer): "1", "2", "memory");
23 printf("after: target = |%s|\n", target);
26 printf("------- EX 0,... has no effect (writes out target)\n");
27 printf(" target = |");
31 "lgr 3, %0\n\t" // target
    [all...]
exrl.c 4 char target[] ="XXXXXXXXXXXXXXXX"; variable
10 printf("------- Copy 10+1 bytes from buffer to target\n");
13 printf("before: target = |%s|\n", target);
20 : : "a" (target), "a" (buffer) : "1", "2", "memory");
22 printf("after: target = |%s|\n", target);
25 printf("------- EXRL 0,... has no effect (writes out target)\n");
26 printf(" target = |");
29 "lgr 3, %0\n\t" // target
    [all...]

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>