HomeSort by relevance Sort by last modified time
    Searched refs:target (Results 1 - 25 of 9780) 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
ebt_arpreply.h 24 int target; member in struct:ebt_arpreply_info
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_redirect.h 22 int target; member in struct:ebt_redirect_info
ebt_arpreply.h 24 int target; member in struct:ebt_arpreply_info
  /external/clang/test/CXX/except/except.spec/
p9-dynamic.cpp 5 void target() throw(int) function
p9-noexcept.cpp 5 void target() noexcept
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_redirect.h 6 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/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/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/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/tools/gn/
action_values.cc 8 #include "tools/gn/target.h"
17 const Target* target,
19 if (target->output_type() == Target::COPY_FILES ||
20 target->output_type() == Target::ACTION_FOREACH) {
23 target->settings(), outputs_, target->sources(), result);
  /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))
  /build/target/board/generic_armv5/
AndroidBoard.mk 17 -include build/target/board/generic/AndroidBoard.mk
device.mk 17 include build/target/board/generic/device.mk
  /development/samples/TicTacToeMain/
default.properties 27 # Project target. This requires the tools from SDK Froyo (API 8) to be used.
28 target=android-8
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
mount.c 8 int mount(const char* source, const char* target, const char* filesystemtype,
10 return ki_mount(source, target, filesystemtype, mountflags, data);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Transition.java 34 * transitions) and has a label/target pair. I have abstracted the notion
38 /** What label must be consumed to transition to target */
41 /** The target of this transition */
42 public State target; field in class:Transition
44 public Transition(Label label, State target) {
46 this.target = target;
49 public Transition(int label, State target) {
51 this.target = target;
    [all...]
  /external/chromium_org/tools/cr/cr/actions/
adb.py 19 # Tracks the set of killed target names, so we don't keep issuing kill
24 def GetPids(cls, target):
25 """Gets the set of running PIDs that match the specified target."""
27 with target:
37 def Run(cls, target, arguments):
38 """Invoke a target binary on the device."""
39 with target:
49 def Kill(cls, target, _):
50 """Kill all running processes for a target."""
51 target_name = target.build_targe
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_chromium_texture_mailbox_autogen.h 14 (GLenum target, const GLbyte* mailbox),
15 (target, mailbox))
18 (GLuint texture, GLenum target, const GLbyte* mailbox),
19 (texture, target, mailbox))
22 (GLenum target, const GLbyte* mailbox),
23 (target, mailbox))
26 (GLenum target, const GLbyte* mailbox),
27 (target, mailbox))

Completed in 1981 milliseconds

1 2 3 4 5 6 7 8 91011>>