HomeSort by relevance Sort by last modified time
    Searched defs:target (Results 176 - 200 of 3598) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/
d8.js 87 target: JSProxyGetTarget(proxy),
  /external/v8/test/mjsunit/harmony/
proxies-get.js 8 var target = {
15 var proxy = new Proxy(target, handler);
26 var proxy2 = new Proxy(target, handler2);
39 var target = {property:"value"};
40 var proxy = new Proxy(target, {});
47 var target = {property:"value"};
48 var proxy = new Proxy(target, handler);
54 var target = {};
56 var proxy = new Proxy(target, handler);
62 // Define a non-configurable, non-writeable property on the target fo
    [all...]
  /external/valgrind/none/tests/s390x/
mvst.c 14 char target[512]; variable
40 printf("CC:%d\n", mvst(target, buffer));
41 printf("%s\n", target);
42 printf("CC:%d\n",mvst_full(target, bigbuf));
43 printf("%s\n", target);
  /external/vixl/benchmarks/
bench-branch-masm.cc 63 Label target; local
64 __ B(&target);
65 __ B(eq, &target);
66 __ Cbz(x2, &target);
67 __ Tbz(x3, 2, &target);
68 __ Bind(&target);
bench-branch.cc 63 Label target; local
64 __ b(&target);
65 __ bind(&target);
75 Label target; local
76 __ b(&target);
77 __ bind(&target);
  /external/vogar/src/vogar/target/
Profiler.java 17 package vogar.target;
  /external/vogar/src/vogar/target/junit/
ConfigurationError.java 17 package vogar.target.junit;
  /external/vogar/src/vogar/tasks/
RetrieveFilesTask.java 45 for (File file : run.target.ls(source)) {
49 run.target.pull(file, destination);
  /external/vogar/test/vogar/target/
TestRunnerProperties.java 16 package vogar.target;
21 import java.lang.annotation.Target;
26 @Target(ElementType.METHOD)
  /external/vogar/test/vogar/target/junit4/
ParameterizedTest.java 17 package vogar.target.junit4;
  /frameworks/base/tools/aapt2/filter/
ConfigFilter.cpp 49 const ConfigDescription& target = entry.first; local
51 uint32_t diff = target.diff(config);
60 memcmp(config.language, target.language, sizeof(config.language)) == 0) {
69 config.smallestScreenWidthDp < target.smallestScreenWidthDp) {
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the
5 * value of the real target is -1 to -NUM_STANDARD_TARGETS.
7 * but let's play it safe) are kept to designate this target.
20 int target; member in struct:ebt_mark_t_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the
5 * value of the real target is -1 to -NUM_STANDARD_TARGETS.
7 * but let's play it safe) are kept to designate this target.
19 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 29 int target; member in struct:ebt_mark_t_info

Completed in 631 milliseconds

1 2 3 4 5 6 78 91011>>