HomeSort by relevance Sort by last modified time
    Searched refs:target (Results 1 - 25 of 11331) 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
  /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
  /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();
27 #define INITIALIZER1(target) \
28 CAMLprim value llvm_initialize_ ## target(value Unit) { \
29 LLVMInitialize ## target ## TargetInfo(); \
30 LLVMInitialize ## target ## Target(); \
31 LLVMInitialize ## target ## TargetMC();
    [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...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_redirect.h 22 int target; member in struct:ebt_redirect_info
  /development/ndk/platforms/android-L/include/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 6 int target; member in struct:ebt_redirect_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 7 int target; member in struct:ebt_redirect_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_redirect.h 22 int target; member in struct:ebt_redirect_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_redirect.h 22 int target; member in struct:ebt_redirect_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_redirect.h 22 int target; member in struct:ebt_redirect_info
  /external/chromium_org/remoting/host/installer/mac/Scripts/
keystone_install.sh 9 /usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target /
  /external/valgrind/main/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...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
PrimitiveFormat.java 28 public static MutableFrameFormat createByteFormat(int count, int target) {
29 return createFormat(FrameFormat.TYPE_BYTE, count, target);
32 public static MutableFrameFormat createInt16Format(int count, int target) {
33 return createFormat(FrameFormat.TYPE_INT16, count, target);
36 public static MutableFrameFormat createInt32Format(int count, int target) {
37 return createFormat(FrameFormat.TYPE_INT32, count, target);
40 public static MutableFrameFormat createFloatFormat(int count, int target) {
41 return createFormat(FrameFormat.TYPE_FLOAT, count, target);
44 public static MutableFrameFormat createDoubleFormat(int count, int target) {
45 return createFormat(FrameFormat.TYPE_DOUBLE, count, target);
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
serialization_test.h 24 bool VerifyHHEA(Table* original, Table* target);
25 bool VerifyGLYF(Table* original, Table* target);
26 bool VerifyHMTX(Table* original, Table* target);
27 bool VerifyLOCA(Table* original, Table* target);
28 bool VerifyMAXP(Table* original, Table* target);
29 bool VerifyNAME(Table* original, Table* target);
30 bool VerifyOS_2(Table* original, Table* target);
  /external/sfntly/cpp/src/test/
serialization_test.h 24 bool VerifyHHEA(Table* original, Table* target);
25 bool VerifyGLYF(Table* original, Table* target);
26 bool VerifyHMTX(Table* original, Table* target);
27 bool VerifyLOCA(Table* original, Table* target);
28 bool VerifyMAXP(Table* original, Table* target);
29 bool VerifyNAME(Table* original, Table* target);
30 bool VerifyOS_2(Table* original, Table* target);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
target.h 44 enum perf_target_errno perf_target__validate(struct perf_target *target);
45 enum perf_target_errno perf_target__parse_uid(struct perf_target *target);
47 int perf_target__strerror(struct perf_target *target, int errnum, char *buf,
50 static inline bool perf_target__has_task(struct perf_target *target)
52 return target->tid || target->pid || target->uid_str;
55 static inline bool perf_target__has_cpu(struct perf_target *target)
57 return target->system_wide || target->cpu_list
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind_low.h 32 /* defines the characteristics of the "low" valgrind target architecture.
60 /* Returns the target xml description of the set of registers.
65 If shadow_mode, returns a target xml description
68 Returns NULL if there is no target xml file*/
73 extern void x86_init_architecture (struct valgrind_target_ops *target);
74 extern void amd64_init_architecture (struct valgrind_target_ops *target);
75 extern void arm_init_architecture (struct valgrind_target_ops *target);
76 extern void arm64_init_architecture (struct valgrind_target_ops *target);
77 extern void ppc32_init_architecture (struct valgrind_target_ops *target);
78 extern void ppc64_init_architecture (struct valgrind_target_ops *target);
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 27 ResultSet target = null; field in class:OldResultSetTest
44 target = stForward.getResultSet();
45 assertNotNull(target);
57 target.close();
62 assertTrue(target.isBeforeFirst());
63 assertFalse(target.absolute(0));
64 assertTrue(target.absolute(1));
65 assertTrue(target.isFirst());
66 assertTrue(target.absolute(-1));
67 assertTrue(target.isLast())
    [all...]
  /external/chromium_org/cc/output/
compositor_frame.cc 13 void CompositorFrame::AssignTo(CompositorFrame* target) {
14 target->delegated_frame_data = delegated_frame_data.Pass();
15 target->gl_frame_data = gl_frame_data.Pass();
16 target->software_frame_data = software_frame_data.Pass();
17 target->metadata = metadata;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
standard.h 20 #define bis(target,mask) ((target) |= (mask))
21 #define bic(target,mask) ((target) &= ~(mask))
22 #define bit(target,mask) ((target) & (mask))

Completed in 944 milliseconds

1 2 3 4 5 6 7 8 91011>>