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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
faultstatus.c 53 static int testsig(int sig, int want)
55 if (sig != want) {
56 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
62 static int testcode(int code, int want)
64 if (code != want) {
65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
71 static int testaddr(void *addr, volatile void *want)
76 if (addr != (void *) ((unsigned long) want & ~0xffful)) {
78 if (addr != want) {
80 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr)
    [all...]
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 30 static int testsig(int sig, int want)
32 if (sig != want) {
33 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
39 static int testcode(int code, int want)
41 if (code != want) {
42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
48 static int testaddr(void *addr, volatile void *want)
50 if (addr != want) {
51 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
  /external/valgrind/main/none/tests/x86/
faultstatus.c 33 static int testsig(int sig, int want)
35 if (sig != want) {
36 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
42 static int testcode(int code, int want)
44 if (code != want) {
45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
51 static int testaddr(void *addr, volatile void *want)
53 if (addr != want) {
54 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
  /external/openssl/crypto/asn1/
a_d2i_fp.c 148 size_t want=HEADER_SIZE; local
163 if (want >= (len-off))
165 want-=(len-off);
167 if (len + want < len || !BUF_MEM_grow_clean(b,len+want))
172 i=BIO_read(in,&(b->data[len]),want);
216 want=HEADER_SIZE;
225 want=HEADER_SIZE;
230 want=c.slen;
231 if (want > (len-off)
    [all...]
  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 1 # We want to build support for all ARM ABIs
  /frameworks/base/core/java/android/text/style/
StyleSpan.java 91 int want = oldStyle | style; local
95 tf = Typeface.defaultFromStyle(want);
97 tf = Typeface.create(old, want);
100 int fake = want & ~tf.getStyle();
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java 136 int want = -1, got; local
140 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE;
142 deflater.setInput(inBuf, inPosn, want);
144 inCount -= want;
145 inPosn += want;
157 //System.out.println("Compressed " + want + ", output " + compCount);
175 int want = -1, got; local
179 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE;
181 inflater.setInput(inBuf, inPosn, want);
183 inCount -= want;
    [all...]
  /frameworks/base/graphics/tests/graphicstests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/keystore/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/location/tests/locationtests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/media/mca/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/sax/tests/saxtests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/tests/ImfTest/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/tests/permission/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Calculator/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Contacts/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/DeskClock/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Gallery/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Gallery2/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/LegacyCamera/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Music/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Settings/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/VoiceDialer/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/providers/CalendarProvider/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/providers/DownloadProvider/tests/permission/
Android.mk 4 # We only want this apk build for tests.

Completed in 674 milliseconds

1 2 3 4 5 6 7 8 91011>>