HomeSort by relevance Sort by last modified time
    Searched refs:st (Results 226 - 250 of 2989) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 82 struct stat st; local
84 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
91 *couldbetty = S_ISCHR(st.st_mode);
92 if (st.st_blksize == 0) {
102 *bufsize = st.st_blksize;
103 fp->_blksize = st.st_blksize;
104 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
  /external/ImageMagick/config/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/curl/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/google-benchmark/test/
fixture_test.cc 28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) {
31 for (auto _ : st) {
35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) {
36 if (st.thread_index == 0) {
40 for (auto _ : st) {
44 st.SetItemsProcessed(st.range(0));
  /external/google-breakpad/autotools/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/google-breakpad/src/common/linux/
memory_mapped_file.cc 70 struct kernel_stat st; local
71 if (sys_fstat(fd, &st) == -1 || st.st_size < 0) {
73 struct kernel_stat64 st;
74 if (sys_fstat64(fd, &st) == -1 || st.st_size < 0) {
81 size_t file_len = static_cast<size_t>(st.st_size);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
STZInfo.java 16 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) {
20 this.st = st;
40 stz.setStartRule(sm, sdwm, sdw, st);
42 stz.setStartRule(sm, sdm, st);
44 stz.setStartRule(sm, sdm, sdw, st, sa);
64 stz.setStartRule(sm, sdwm, sdw, st);
66 stz.setStartRule(sm, sdm, st);
68 stz.setStartRule(sm, sdm, sdw, st, sa);
83 int sm = -1, sdwm, sdw, st, sdm field in class:STZInfo
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
STZInfo.java 15 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) {
19 this.st = st;
39 stz.setStartRule(sm, sdwm, sdw, st);
41 stz.setStartRule(sm, sdm, st);
43 stz.setStartRule(sm, sdm, sdw, st, sa);
63 stz.setStartRule(sm, sdwm, sdw, st);
65 stz.setStartRule(sm, sdm, st);
67 stz.setStartRule(sm, sdm, sdw, st, sa);
82 int sm = -1, sdwm, sdw, st, sdm field in class:STZInfo
    [all...]
  /external/libcxx/utils/google-benchmark/test/
fixture_test.cc 28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) {
31 for (auto _ : st) {
35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) {
36 if (st.thread_index == 0) {
40 for (auto _ : st) {
44 st.SetItemsProcessed(st.range(0));
  /external/libedit/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/libevent/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/libmicrohttpd/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/libnetfilter_conntrack/build-aux/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/libpng/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 55 struct stat st; local
56 st.st_size = 0;
57 if (stat(file_name.c_str(), &st) == 0) {
59 struct _stat st;
60 st.st_size = 0;
61 if (_stat(file_name.c_str(), &st) == 0) {
63 file_size = st.st_size;
  /external/libxkbcommon/xkbcommon/build-aux/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/lmfit/build-aux/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/mesa3d/src/mesa/state_tracker/
st_atom_image.c 48 st_bind_images(struct st_context *st, struct gl_program *prog,
55 if (!prog || !st->pipe->set_shader_images)
58 c = &st->ctx->Const.Program[prog->info.stage];
62 &st->ctx->ImageUnits[prog->sh.ImageUnits[i]];
66 if (!_mesa_is_image_unit_valid(st->ctx, u) ||
67 !st_finalize_texture(st->ctx, st->pipe, u->TexObj, 0) ||
74 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat);
121 cso_set_shader_images(st->cso_context, shader_type, 0,
126 st->cso_context, shader_type, prog->info.num_images
    [all...]
  /external/pcre/dist2/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/protobuf/gtest/build-aux/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/protobuf/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/python/cpython2/Modules/_ctypes/libffi/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/python/cpython3/Modules/_ctypes/libffi/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/strace/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st
  /external/valgrind/
missing 81 "$@"; st=$?
84 test $st -eq 0 && exit 0
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
101 exit $st
207 exit $st

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>