HomeSort by relevance Sort by last modified time
    Searched defs:stat (Results 376 - 400 of 571) sorted by null

<<11121314151617181920>>

  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 31 #include <sys/stat.h>
198 struct stat st = {};
200 MYLOGW("Unable to stat dump file %s: %s\n", abs_path.c_str(), strerror(errno));
323 struct stat st;
339 if (stat(trace_path, &st) == 0) {
356 stat(trace_path, &st);
360 MYLOGE("Failed to stat %s or trace creation timeout\n", trace_path);
374 if (stat(path, &st) == 0) {
388 if (stat(path, &st) == 0) {
397 MYLOGE("Cant stat() %s anymore\n", path)
493 static const char stat[] = "\/stat"; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 38 #include <sys/stat.h>
3246 status_t stat = camera[i]->openCamera(); local
3352 status_t stat = NO_ERROR; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
pkt_stats.h 248 struct ppdu_status stat; member in struct:tx_ppdu_end
  /libcore/luni/src/main/java/android/system/
Os.java 563 * See <a href="http://man7.org/linux/man-pages/man2/stat.2.html">stat(2)</a>.
565 public static StructStat stat(String path) throws ErrnoException { return Libcore.os.stat(path); } method in class:Os
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 181 public StructStat stat(String path) throws ErrnoException { return os.stat(path); } method in class:ForwardingOs
  /bionic/libc/kernel/uapi/linux/
coda.h 440 struct coda_statfs stat; member in struct:coda_statfs_out
btrfs.h 242 struct btrfs_balance_progress stat; member in struct:btrfs_ioctl_balance_args
cdrom.h 153 int stat; member in struct:cdrom_generic_command
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 749 // SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
768 RewriteRuleSubtreeStream stream_stat=new RewriteRuleSubtreeStream(adaptor,"rule stat");
770 // SimpleC.g:51:5: (lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) )
771 // SimpleC.g:51:9: lc= '{' ( variable )* ( stat )* '}'
815 // SimpleC.g:53:13: ( stat )*
828 // SimpleC.g:53:13: stat
831 stat22=stat();
851 // elements: stat, variabl
914 public final SimpleCParser.stat_return stat() throws RecognitionException { method in class:SimpleCParser
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 749 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
768 RewriteRuleSubtreeStream stream_stat=new RewriteRuleSubtreeStream(adaptor,"rule stat");
770 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:51:5: (lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) )
771 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:51:9: lc= '{' ( variable )* ( stat )* '}'
815 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:53:13: ( stat )*
828 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:53:13: stat
831 stat22=stat();
851 // elements: variable, stat
914 public final SimpleCParser.stat_return stat() throws RecognitionException { method in class:SimpleCParser
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 45 #include <sys/stat.h>
216 {OP_STAT, "stat", stat_f, 1, 0, 0},
330 int stat; local
540 while (wait(&stat) > 0 && !should_stop) {
547 while (wait(&stat) > 0)
804 * test for forced shutdown by stat'ing the test
805 * directory. If this stat returns EIO, assume
    [all...]
  /external/iproute2/lib/
bpf.c 32 #include <sys/stat.h>
496 struct stat sb = {};
499 ret = stat(target, &sb);
680 struct stat sb = {};
1106 struct bpf_elf_st stat; member in struct:bpf_elf_ctx
1212 struct stat stbuff;
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 187 * Convert between stat structure types and directory types.
642 struct coda_statfs stat; member in struct:coda_statfs_out
  /external/libpcap/
pcap-linux.c 127 #include <sys/stat.h>
303 struct pcap_stat stat; member in struct:pcap_linux
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 60 #include <sys/stat.h>
524 int i, pid, stat, ex_stat; local
675 if ((pid = wait(&stat)) == -1) {
686 if (WIFEXITED(stat)) {
687 switch (WEXITSTATUS(stat)) {
729 pid, WEXITSTATUS(stat));
733 } else if (WIFSIGNALED(stat)
734 && WTERMSIG(stat) != SIGINT) {
737 pid, WTERMSIG(stat));
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12); local
841 if( stat == 2 )
848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22);
849 if( stat == 2 )
    [all...]
  /external/webrtc/talk/media/base/
mediachannel.h 596 void add_ssrc(const SsrcSenderInfo& stat) {
597 local_stats.push_back(stat);
602 SsrcSenderInfo stat; local
603 stat.ssrc = ssrc;
604 add_ssrc(stat);
656 void add_ssrc(const SsrcReceiverInfo& stat) {
657 local_stats.push_back(stat);
662 SsrcReceiverInfo stat; local
663 stat.ssrc = ssrc;
664 add_ssrc(stat);
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 36 #include <sys/stat.h>
376 struct statvfs stat; local
377 if (statvfs(path.c_str(), &stat) != 0) {
384 (((static_cast<uint64_t>(stat.f_blocks) * stat.f_frsize) / 10) * 9) / QIF_DQBLKSIZE;
385 dq.dqb_ihardlimit = (stat.f_files / 2);
    [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 3554 Status stat = Status::INTERNAL_ERROR; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1020 int stat; local
1798 int stat = 0; local
1830 int stat = 0; local
1962 int stat = 0, wl; WorkQueue[] ws; local
2533 WorkQueue q; int wl, k, stat; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 185 * Convert between stat structure types and directory types.
637 struct coda_statfs stat; member in struct:coda_statfs_out
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.0/
kotlin-daemon-client-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.20/
kotlin-daemon-client-1.2.20.jar 
  /bionic/libc/kernel/uapi/linux/dvb/
frontend.h 328 struct dtv_stats stat[MAX_DTV_STATS]; member in struct:dtv_fe_stats

Completed in 479 milliseconds

<<11121314151617181920>>