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

1 23 4 5 6 7 8 91011>>

  /external/strace/tests-m32/
oldfstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (oldfstat -a18 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a18 -v -P stat.sample
fstatat.c 31 # define TEST_SYSCALL_INVOKE(sample, pst) \
32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
33 # define PRINT_SYSCALL_HEADER(sample) \
36 printf("%s(AT_FDCWD, \"%s\", ", TEST_SYSCALL_STR, sample)
lstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
30 syscall(TEST_SYSCALL_NR, sample, pst)
31 #define PRINT_SYSCALL_HEADER(sample) \
34 printf("%s(\"%s\", ", TEST_SYSCALL_STR, sample)
fchownat.c 42 static const char sample[] = "fchownat_sample"; local
46 if (open(sample, O_RDONLY | O_CREAT, 0400) == -1)
49 long rc = syscall(__NR_fchownat, AT_FDCWD, sample, uid, gid, 0);
51 sample, uid, gid, sprintrc(rc));
53 if (unlink(sample))
57 sample, -1, -1L, AT_SYMLINK_NOFOLLOW);
59 sample, sprintrc(rc));
open.c 41 static const char sample[] = "open.sample"; local
43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
45 sample, sprintrc(fd));
49 if (unlink(sample))
52 fd = syscall(__NR_open, sample, O_RDONLY);
53 printf("open(\"%s\", O_RDONLY) = %s\n", sample, sprintrc(fd));
55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
57 sample, sprintrc(fd));
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600)
    [all...]
  /external/strace/tests-mx32/
fstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat -a15 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a15 -v -P stat.sample
fstat64.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat64 -a17 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a17 -v -P stat.sample
oldfstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (oldfstat -a18 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a18 -v -P stat.sample
fstatat.c 31 # define TEST_SYSCALL_INVOKE(sample, pst) \
32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
33 # define PRINT_SYSCALL_HEADER(sample) \
36 printf("%s(AT_FDCWD, \"%s\", ", TEST_SYSCALL_STR, sample)
lstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
30 syscall(TEST_SYSCALL_NR, sample, pst)
31 #define PRINT_SYSCALL_HEADER(sample) \
34 printf("%s(\"%s\", ", TEST_SYSCALL_STR, sample)
fchownat.c 42 static const char sample[] = "fchownat_sample"; local
46 if (open(sample, O_RDONLY | O_CREAT, 0400) == -1)
49 long rc = syscall(__NR_fchownat, AT_FDCWD, sample, uid, gid, 0);
51 sample, uid, gid, sprintrc(rc));
53 if (unlink(sample))
57 sample, -1, -1L, AT_SYMLINK_NOFOLLOW);
59 sample, sprintrc(rc));
open.c 41 static const char sample[] = "open.sample"; local
43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
45 sample, sprintrc(fd));
49 if (unlink(sample))
52 fd = syscall(__NR_open, sample, O_RDONLY);
53 printf("open(\"%s\", O_RDONLY) = %s\n", sample, sprintrc(fd));
55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
57 sample, sprintrc(fd));
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600)
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
AbstractDateTimeTest.java 80 * Sample {@code Temporal} objects.
102 for (TemporalAccessor sample : samples()) {
104 assertEquals(sample.isSupported(field), true, "Failed on " + sample + " " + field);
111 for (TemporalAccessor sample : samples()) {
113 assertEquals(sample.isSupported(field), false, "Failed on " + sample + " " + field);
120 for (TemporalAccessor sample : samples()) {
121 assertEquals(sample.isSupported(null), false, "Failed on " + sample); local
    [all...]
  /external/strace/tests/
fstatat.c 31 # define TEST_SYSCALL_INVOKE(sample, pst) \
32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
33 # define PRINT_SYSCALL_HEADER(sample) \
36 printf("%s(AT_FDCWD, \"%s\", ", TEST_SYSCALL_STR, sample)
lstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
30 syscall(TEST_SYSCALL_NR, sample, pst)
31 #define PRINT_SYSCALL_HEADER(sample) \
34 printf("%s(\"%s\", ", TEST_SYSCALL_STR, sample)
fchownat.c 42 static const char sample[] = "fchownat_sample"; local
46 if (open(sample, O_RDONLY | O_CREAT, 0400) == -1)
49 long rc = syscall(__NR_fchownat, AT_FDCWD, sample, uid, gid, 0);
51 sample, uid, gid, sprintrc(rc));
53 if (unlink(sample))
57 sample, -1, -1L, AT_SYMLINK_NOFOLLOW);
59 sample, sprintrc(rc));
open.c 41 static const char sample[] = "open.sample"; local
43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
45 sample, sprintrc(fd));
49 if (unlink(sample))
52 fd = syscall(__NR_open, sample, O_RDONLY);
53 printf("open(\"%s\", O_RDONLY) = %s\n", sample, sprintrc(fd));
55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
57 sample, sprintrc(fd));
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600)
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/lib/
Makefile 1 ##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===##
11 DIRS=sample
  /external/swiftshader/third_party/LLVM/projects/sample/lib/sample/
Makefile 1 ##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
11 LIBRARYNAME=sample
  /external/swiftshader/third_party/LLVM/projects/sample/tools/
Makefile 1 ##===- projects/sample/tools/Makefile ----------------------*- Makefile -*-===##
11 DIRS=sample
  /frameworks/opt/net/voip/src/jni/rtp/
G711Codec.cpp 51 int sample = samples[i]; local
52 int sign = (sample >> 8) & 0x80;
53 if (sample < 0) {
54 sample = -sample;
56 sample += 132;
57 if (sample > 32767) {
58 sample = 32767;
60 int exponent = gExponents[sample >> 8];
61 int mantissa = (sample >> (exponent + 3)) & 0x0F
77 int sample = (((mantissa << 3) + 132) << exponent) - 132; local
102 int sample = samples[i]; local
127 int sample = (exponent == 0 ? (mantissa << 4) + 8 : local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_validate.cc 21 static LIBYUV_BOOL ScanEOI(const uint8* sample, size_t sample_size) {
23 const uint8* end = sample + sample_size - 1;
24 const uint8* it = sample;
42 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) {
46 if (sample_size < 64 || sample_size > kMaxJpegSize || !sample) {
50 if (sample[0] != 0xff || sample[1] != 0xd8) { // SOI marker
57 if (ScanEOI(sample + sample_size - kBackSearchSize, kBackSearchSize)) {
64 return ScanEOI(sample + 2, sample_size - 2);
  /external/libyuv/files/source/
mjpeg_validate.cc 21 static LIBYUV_BOOL ScanEOI(const uint8* sample, size_t sample_size) {
23 const uint8* end = sample + sample_size - 1;
24 const uint8* it = sample;
42 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) {
46 if (sample_size < 64 || sample_size > kMaxJpegSize || !sample) {
50 if (sample[0] != 0xff || sample[1] != 0xd8) { // SOI marker
57 if (ScanEOI(sample + sample_size - kBackSearchSize, kBackSearchSize)) {
64 return ScanEOI(sample + 2, sample_size - 2);
  /external/toolchain-utils/binary_search_tool/ndk/
boot_test.sh 18 adb shell am start -n com.sample.teapot/com.sample.teapot.TeapotNativeActivity
22 adb shell ps | grep com.sample.teapot
  /developers/build/templates/create/_MODULE_/src/androidTest/java/_PACKAGE_/test/
SampleTests.java.ftl 16 package ${sample.package}.test;
18 import ${sample.package}.*;
23 * Tests for ${sample.name} sample.
28 private ${sample.name?cap_first}Fragment mTestFragment;
43 mTestFragment = (${sample.name?cap_first}Fragment)

Completed in 488 milliseconds

1 23 4 5 6 7 8 91011>>