HomeSort by relevance Sort by last modified time
    Searched refs:SY (Results 1 - 15 of 15) sorted by null

  /external/valgrind/main/memcheck/tests/darwin/
scalar_fork.c 8 SY(__NR_fork);
scalar_vfork.c 9 SY(__NR_vfork);
scalar.c 31 SY(__NR_read+(int)x0, x0, x0, x0+1); FAILx(EFAULT);
34 SY(__NR_write, x0, x0, x0+1); FAIL;
38 SY(__NR_open, x0, x0); FAIL;
43 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
46 SY(__NR_close, x0-1); FAIL;
49 SY(__NR_wait4, x0, x0+1, x0, x0+1); FAIL;
54 SY(__NR_link, x0, x0); FAIL;
57 SY(__NR_unlink, x0); FAIL;
62 SY(__NR_chdir, x0); FAIL;
65 SY(__NR_fchdir, x0-1); FAIL
    [all...]
scalar_nocancel.c 52 SY(__NR_sem_wait_nocancel, x0); FAIL;
scalar.h 31 #define SY(__NR_xxx, args...) res = syscall(__NR_xxx, ##args);
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_fork.c 11 SY(__NR_fork);
scalar_vfork.c 11 SY(__NR_vfork);
scalar.c 36 //SY(__NR_restart_syscall); // (Not yet handled by Valgrind) FAIL;
49 SY(__NR_read+x0, x0, x0, x0+1); FAILx(EFAULT);
53 SY(__NR_write, x0, x0, x0+1); FAIL;
57 SY(__NR_open, x0, x0); FAIL;
63 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
67 SY(__NR_close, x0-1); FAIL;
71 SY(__NR_waitpid, x0, x0+1, x0); FAIL;
75 SY(__NR_creat, x0, x0); FAIL;
79 SY(__NR_link, x0, x0); FAIL;
83 SY(__NR_unlink, x0); FAIL
    [all...]
scalar_exit_group.c 14 SY(__NR_exit_group, x0);
scalar.h 28 #define SY res = syscall
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 211 final int SY = 15;
220 Image image = new Image(display, SX, SY);
241 gc.fillRectangle(0, 0, SX, SY);
245 gc.fillOval(0, 0, SX - 1, SY - 1);
247 gc.fillRoundRectangle(0, 0, SX - 1, SY - 1, RX, RY);
253 gc.drawOval(0, 0, SX - 1, SY - 1);
255 gc.drawRoundRectangle(0, 0, SX - 1, SY - 1, RX, RY);
266 fds[0].setHeight((int) ((SY + 1) * 3./4. * 72./display.getDPI().y));
292 int ty = (SY + ofy - p.y) / 2;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
ShellSizeAndPos.java 43 private static final String SY = "_sy"; //$NON-NLS-1$
52 int sy = Integer.parseInt(props.getProperty(prefix + SY)); local
55 Point p2 = new Point(px + sx, py + sy);
56 Rectangle r = new Rectangle(px, py, sy, sy);
85 sy = Math.min(sy, area.height);
87 py = area.y + (area.height - sy) / 2;
91 shell.setSize(sx, sy);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 123 SY = 15,
136 case SY: return "sy";
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 203 milliseconds