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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
faccessat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (faccessat -P $NAME.sample); do not edit.
4 run_strace_match_diff -P $NAME.sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
openat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (openat -a36 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a36 -P $NAME.sample
umount.c 49 static const char sample[] = "umount.sample"; local
50 if (mkdir(sample, 0700))
51 perror_msg_and_fail("mkdir: %s", sample);
53 long rc = syscall(__NR_oldumount, sample);
55 TEST_SYSCALL_STR, sample, rc, errno2name());
57 if (rmdir(sample))
58 perror_msg_and_fail("rmdir: %s", sample);
umount2.c 45 static const char sample[] = "umount2.sample"; local
46 if (mkdir(sample, 0700))
47 perror_msg_and_fail("mkdir: %s", sample);
48 (void) syscall(__NR_umount2, sample, 31);
50 " = -1 EINVAL (%m)\n", TEST_SYSCALL_STR, sample);
51 if (rmdir(sample))
52 perror_msg_and_fail("rmdir: %s", sample);
swap.c 13 static const char sample[] = "swap.sample"; local
16 rc = syscall(__NR_swapon, sample, 0);
18 sample, "0", rc, errno2name());
20 rc = syscall(__NR_swapon, sample, 42);
22 sample, "42", rc, errno2name());
24 rc = syscall(__NR_swapon, sample, SWAP_FLAG_PREFER);
26 sample, "SWAP_FLAG_PREFER|0", rc, errno2name());
28 rc = syscall(__NR_swapon, sample, SWAP_FLAG_PREFER | 42);
30 sample, "SWAP_FLAG_PREFER|42", rc, errno2name())
    [all...]
fchmodat.c 43 static const char sample[] = "fchmodat_sample"; local
45 if (open(sample, O_RDONLY | O_CREAT, 0400) < 0)
48 long rc = syscall(__NR_fchmodat, -100, sample, 0600);
50 sample, sprintrc(rc));
52 if (unlink(sample))
55 rc = syscall(__NR_fchmodat, -100, sample, 051);
57 sample, sprintrc(rc));
59 rc = syscall(__NR_fchmodat, -100, sample, 004);
61 sample, sprintrc(rc));
  /external/strace/tests-m32/
faccessat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (faccessat -P $NAME.sample); do not edit.
4 run_strace_match_diff -P $NAME.sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
openat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (openat -a36 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a36 -P $NAME.sample
umount.c 49 static const char sample[] = "umount.sample"; local
50 if (mkdir(sample, 0700))
51 perror_msg_and_fail("mkdir: %s", sample);
53 long rc = syscall(__NR_oldumount, sample);
55 TEST_SYSCALL_STR, sample, rc, errno2name());
57 if (rmdir(sample))
58 perror_msg_and_fail("rmdir: %s", sample);
umount2.c 45 static const char sample[] = "umount2.sample"; local
46 if (mkdir(sample, 0700))
47 perror_msg_and_fail("mkdir: %s", sample);
48 (void) syscall(__NR_umount2, sample, 31);
50 " = -1 EINVAL (%m)\n", TEST_SYSCALL_STR, sample);
51 if (rmdir(sample))
52 perror_msg_and_fail("rmdir: %s", sample);
swap.c 13 static const char sample[] = "swap.sample"; local
16 rc = syscall(__NR_swapon, sample, 0);
18 sample, "0", rc, errno2name());
20 rc = syscall(__NR_swapon, sample, 42);
22 sample, "42", rc, errno2name());
24 rc = syscall(__NR_swapon, sample, SWAP_FLAG_PREFER);
26 sample, "SWAP_FLAG_PREFER|0", rc, errno2name());
28 rc = syscall(__NR_swapon, sample, SWAP_FLAG_PREFER | 42);
30 sample, "SWAP_FLAG_PREFER|42", rc, errno2name())
    [all...]
fchmodat.c 43 static const char sample[] = "fchmodat_sample"; local
45 if (open(sample, O_RDONLY | O_CREAT, 0400) < 0)
48 long rc = syscall(__NR_fchmodat, -100, sample, 0600);
50 sample, sprintrc(rc));
52 if (unlink(sample))
55 rc = syscall(__NR_fchmodat, -100, sample, 051);
57 sample, sprintrc(rc));
59 rc = syscall(__NR_fchmodat, -100, sample, 004);
61 sample, sprintrc(rc));
  /external/strace/tests-mx32/
faccessat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (faccessat -P $NAME.sample); do not edit.
4 run_strace_match_diff -P $NAME.sample
open.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (open -a30 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a30 -P $NAME.sample
openat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (openat -a36 -P $NAME.sample); do not edit.
4 run_strace_match_diff -a36 -P $NAME.sample
umount.c 49 static const char sample[] = "umount.sample"; local
50 if (mkdir(sample, 0700))
51 perror_msg_and_fail("mkdir: %s", sample);
53 long rc = syscall(__NR_oldumount, sample);
55 TEST_SYSCALL_STR, sample, rc, errno2name());
57 if (rmdir(sample))
58 perror_msg_and_fail("rmdir: %s", sample);
umount2.c 45 static const char sample[] = "umount2.sample"; local
46 if (mkdir(sample, 0700))
47 perror_msg_and_fail("mkdir: %s", sample);
48 (void) syscall(__NR_umount2, sample, 31);
50 " = -1 EINVAL (%m)\n", TEST_SYSCALL_STR, sample);
51 if (rmdir(sample))
52 perror_msg_and_fail("rmdir: %s", sample);
swap.c 13 static const char sample[] = "swap.sample"; local
16 rc = syscall(__NR_swapon, sample, 0);
18 sample, "0", rc, errno2name());
20 rc = syscall(__NR_swapon, sample, 42);
22 sample, "42", rc, errno2name());
24 rc = syscall(__NR_swapon, sample, SWAP_FLAG_PREFER);
26 sample, "SWAP_FLAG_PREFER|0", rc, errno2name());
28 rc = syscall(__NR_swapon, sample, SWAP_FLAG_PREFER | 42);
30 sample, "SWAP_FLAG_PREFER|42", rc, errno2name())
    [all...]
fchmodat.c 43 static const char sample[] = "fchmodat_sample"; local
45 if (open(sample, O_RDONLY | O_CREAT, 0400) < 0)
48 long rc = syscall(__NR_fchmodat, -100, sample, 0600);
50 sample, sprintrc(rc));
52 if (unlink(sample))
55 rc = syscall(__NR_fchmodat, -100, sample, 051);
57 sample, sprintrc(rc));
59 rc = syscall(__NR_fchmodat, -100, sample, 004);
61 sample, sprintrc(rc));
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.h 93 __inline int16 saturate16(int32 sample)
99 mov a, sample, asr#15 local
100 teq a, sample, asr b local
101 eorne sample, MAX_16BITS_INT, sample, asr#31 local
103 return sample ;
108 inline int16 saturate16(int32 sample)
111 if ((sample >> 15) ^(sample >> 31))
113 sample = MAX_16BITS_INT ^(sample >> 31)
    [all...]
  /device/sample/products/
backup_overlay.mk 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/backup
location_overlay.mk 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/location
  /external/webrtc/webrtc/system_wrappers/include/
metrics.h 24 // RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count);
27 // The boundary should be above the max enumerator sample.
28 // RTC_HISTOGRAM_ENUMERATION(name, sample, boundary);
38 // const std::string& name, int sample, int min, int max,
41 // const std::string& name, int sample, int boundary);
43 // Histogram* histogram_pointer, const std::string& name, int sample);
65 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \
66 RTC_HISTOGRAM_COUNTS(name, sample, 1, 100, 50)
68 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \
69 RTC_HISTOGRAM_COUNTS(name, sample, 1, 200, 50
    [all...]

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>