HomeSort by relevance Sort by last modified time
    Searched full:stat (Results 126 - 150 of 2908) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bison/darwin-lib/sys/
stat.h 2 /* Provide a more complete sys/stat header file.
20 /* This file is supposed to be used on platforms where <sys/stat.h> is
32 #include_next <sys/stat.h>
47 #include_next <sys/stat.h>
384 # define stat _stati64
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
657 /* Above, we define stat to _stati64. */
675 (int fd, char const *name, struct stat *st, int flags
987 # undef stat macro
988 # define stat macro
994 # undef stat macro
    [all...]
  /external/bison/linux-lib/sys/
stat.h 2 /* Provide a more complete sys/stat header file.
20 /* This file is supposed to be used on platforms where <sys/stat.h> is
32 #include_next <sys/stat.h>
47 #include_next <sys/stat.h>
384 # define stat _stati64
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
657 /* Above, we define stat to _stati64. */
675 (int fd, char const *name, struct stat *st, int flags
994 # undef stat macro
    [all...]
  /external/oprofile/libutil/
op_file.c 12 #include <sys/stat.h>
28 struct stat st;
29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
35 struct stat st;
37 if (stat(file, &st))
90 struct stat * st_buf)
97 if (stat(name, st_buf) != 0)
99 struct stat lstat_buf;
105 fprintf(stderr, "stat failed for %s (%s)\n",
135 struct stat stat_buffer
    [all...]
  /external/srtp/test/
rtp.c 27 err_status_t stat; local
40 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len);
41 if (stat) {
43 fprintf(stderr, "error: srtp protection failed with code %d\n", stat);
67 err_status_t stat; local
87 stat = srtp_unprotect(receiver->srtp_ctx,
89 if (stat) {
91 "error: srtp unprotection failed with code %d%s\n", stat,
92 stat == err_status_replay_fail ? " (replay check failed)" :
93 stat == err_status_auth_fail ? " (auth check failed)" : "")
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeLlcpSocket.cpp 44 bool stat = PeerToPeer::getInstance().connectConnOriented (jniHandle, nSap); local
47 return stat ? JNI_TRUE : JNI_FALSE;
73 bool stat = PeerToPeer::getInstance().connectConnOriented(jniHandle, serviceName.c_str()); local
76 return stat ? JNI_TRUE : JNI_FALSE;
96 bool stat = PeerToPeer::getInstance().disconnectConnOriented (jniHandle); local
99 return JNI_TRUE; // TODO: stat?
123 bool stat = PeerToPeer::getInstance().send(jniHandle, raw_ptr, bytes.size()); local
126 return stat ? JNI_TRUE : JNI_FALSE;
150 bool stat = PeerToPeer::getInstance().receive(jniHandle, reinterpret_cast<UINT8*>(&bytes[0]), bytes.size(), actualLen); local
153 if (stat && (actualLen>0))
    [all...]
  /external/bison/lib/
sys_stat.in.h 1 /* Provide a more complete sys/stat header file.
19 /* This file is supposed to be used on platforms where <sys/stat.h> is
72 # define stat _stati64
338 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
339 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
341 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
345 /* Above, we define stat to _stati64. */
363 (int fd, char const *name, struct stat *st, int flags)
366 (int fd, char const *name, struct stat *st, int flags));
370 (int fd, char const *name, struct stat *st, int flags
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t047treeparser.html 81 '>declarator', '<declarator', '<variable', '>stat', '>forStat',
86 '>block', '>stat', '>expr', '>expr', '>atom', '<atom', '<expr',
87 '<expr', '<stat', '>stat', '>expr', '>expr', '>atom', '<atom',
88 '<expr', '<expr', '<stat', '<block', '<forStat', '<stat',
  /external/antlr/antlr-3.4/runtime/Python/tests/
t047treeparser.py 86 '>declarator', '<declarator', '<variable', '>stat', '>forStat',
91 '>block', '>stat', '>expr', '>expr', '>atom', '<atom', '<expr',
92 '<expr', '<stat', '>stat', '>expr', '>expr', '>atom', '<atom',
93 '<expr', '<expr', '<stat', '<block', '<forStat', '<stat',
  /frameworks/native/libs/utils/
Tokenizer.cpp 24 #include <sys/stat.h>
63 struct stat stat; local
64 if (fstat(fd, &stat)) {
68 size_t length = size_t(stat.st_size);
81 // The length we obtained from stat is wrong too (it will always be 4096)
  /development/ndk/platforms/android-3/include/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 30 // any rule that body calls such as stat. From other rules
38 : lcurly='{' stat* '}'
47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
predicates.rb 22 stat returns [enumIs]
56 parser.stat.should == 'keyword'
63 parser.stat.should == 'ID'
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 9 import stat namespace
35 statinfo = os.stat(abs_src)
39 if not stat.S_ISDIR(statinfo.st_mode):
  /external/e2fsprogs/lib/e2p/
fgetflags.c 29 #include <sys/stat.h>
45 struct stat buf;
48 if (stat (name, &buf) == -1)
  /external/llvm/test/Analysis/RegionInfo/
infinite_loop_3.ll 3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
44 ; STAT: 3 region - The # of regions
45 ; STAT: 2 region - The # of simple regions
infinite_loop_4.ll 3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
42 ; STAT: 2 region - The # of regions
43 ; STAT: 1 region - The # of simple regions
loop_with_condition.ll 3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
36 ; STAT: 4 region - The # of regions
37 ; STAT: 1 region - The # of simple regions
loops_2.ll 3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
43 ; STAT: 2 region - The # of regions
44 ; STAT: 1 region - The # of simple regions
next.ll 3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
39 ; STAT: 4 region - The # of regions
40 ; STAT: 1 region - The # of simple regions
  /external/openssh/
sftp-common.h 45 void stat_to_attrib(const struct stat *, Attrib *);
46 void attrib_to_stat(const Attrib *, struct stat *);
49 char *ls_file(const char *, const struct stat *, int, int);
  /external/skia/include/utils/win/
SkIStream.h 73 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
104 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
127 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
  /external/skia/legacy/include/utils/win/
SkIStream.h 73 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
104 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
127 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MemoryUsage.cpp 41 v8::HeapStatistics stat; local
42 v8::V8::GetHeapStatistics(&stat);
43 unsigned v8Usage = stat.total_heap_size() >> 20;
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 17 #include <sys/stat.h>
49 struct stat st;
50 if (0 == stat(_name, &st)) {
  /frameworks/native/libs/diskusage/
dirsize.c 20 #include <sys/stat.h>
24 int64_t stat_size(struct stat *s)
41 struct stat s;

Completed in 1605 milliseconds

1 2 3 4 56 7 8 91011>>