Home
last modified time | relevance | path

Searched refs:STAT (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/ltp/testcases/kernel/io/disktest/
Dstats.c190 pMsg(STAT, args, HRTSTR, in print_stats()
195 pMsg(STAT, args, HWTSTR, in print_stats()
202 pMsg(STAT, args, CRTSTR, in print_stats()
207 pMsg(STAT, args, CWTSTR, in print_stats()
214 pMsg(STAT, args, TRTSTR, in print_stats()
219 pMsg(STAT, args, TWTSTR, in print_stats()
234 pMsg(STAT, args, HRTHSTR, in print_stats()
244 pMsg(STAT, args, HWTHSTR, in print_stats()
256 pMsg(STAT, args, CRTHSTR, in print_stats()
266 pMsg(STAT, args, CWTHSTR, in print_stats()
[all …]
/external/bzip2/
Dbzdiff48 STAT="$?"
58 STAT="$?"
62 STAT="$?";;
67 STAT="$?";;
69 STAT="$?";;
72 exit "$STAT"
/external/curl/tests/data/
Dtest8596 STAT
23 POP3 STAT (CUSTOMREQUEST)
26 pop3://%HOSTIP:%POP3PORT -u user:secret -X STAT -I
37 STAT
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_wrappers.cpp132 #define STAT(func, arg, buf) \ macro
136 int stat(const char *path, struct stat *buf) { STAT(stat, path, buf); } in stat()
138 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat()
140 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat()
144 STAT(stat, path, buf); in __xstat()
148 STAT(lstat, path, buf); in __lxstat()
151 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat()
/external/llvm-project/llvm/test/Analysis/RegionInfo/
Dcond_loop.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
32 ; STAT: 2 region - The # of regions
33 ; STAT: 1 region - The # of simple regions
Dloop_with_condition.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
9 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
41 ; STAT: 4 region - The # of regions
42 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_4.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
48 ; STAT: 3 region - The # of regions
49 ; STAT: 1 region - The # of simple regions
Dpaper.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
50 ; STAT: 4 region - The # of regions
51 ; STAT: 1 region - The # of simple regions
Dmix_1.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
9 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
62 ; STAT: 5 region - The # of regions
63 ; STAT: 1 region - The # of simple regions
Dexit_in_condition.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
37 ; STAT: 2 region - The # of regions
38 ; STAT: 1 region - The # of simple regions
Dtwo_loops_same_header.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
43 ; STAT: 3 region - The # of regions
44 ; STAT: 1 region - The # of simple regions
Dblock_sort.ll3 ; RUN: opt -regions -stats -analyze -enable-new-pm=0 < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
41 ; STAT: 2 region - The # of regions
42 ; STAT: 1 region - The # of simple regions
Dloops_2.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt < %s -passes='print<regions>' -stats 2>&1 | FileCheck -check-prefix=STAT %s
48 ; STAT: 2 region - The # of regions
49 ; STAT: 1 region - The # of simple regions
Dnext.ll3 ; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s
8 ; RUN: opt -passes='print<regions>' -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT
44 ; STAT: 4 region - The # of regions
45 ; STAT: 1 region - The # of simple regions
/external/llvm/test/Analysis/RegionInfo/
Dinfinite_loop.ll3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
20 ; STAT: 2 region - The # of regions
21 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_2.ll3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
30 ; STAT: 2 region - The # of regions
31 ; STAT: 1 region - The # of simple regions
Dcond_loop.ll3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
29 ; STAT: 2 region - The # of regions
30 ; STAT: 1 region - The # of simple regions
Dinfinite_loop_4.ll3 ; 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
Dinfinite_loop_3.ll3 ; 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
Dloop_with_condition.ll3 ; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s
38 ; STAT: 4 region - The # of regions
39 ; STAT: 1 region - The # of simple regions
/external/webrtc/rtc_tools/converter/
Dconverter.cc23 #define STAT _stat macro
26 #define STAT stat macro
160 struct STAT file_info; in FileExists()
161 int result = STAT(file_name_to_check.c_str(), &file_info); in FileExists()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/command/
DStatCommandHandlerTest.java43 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_NoPathname()
61 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME)); in testHandleCommand_Pathname()
79 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_OverrideReplyCode()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/command/
DStatCommandHandlerTest.java43 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_NoPathname()
61 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME)); in testHandleCommand_Pathname()
79 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_OverrideReplyCode()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/command/
DStatCommandHandlerTest.java43 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_NoPathname()
61 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME)); in testHandleCommand_Pathname()
79 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_OverrideReplyCode()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/command/
DStatCommandHandlerTest.java43 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_NoPathname()
61 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME)); in testHandleCommand_Pathname()
79 final Command COMMAND = new Command(CommandNames.STAT, EMPTY); in testHandleCommand_OverrideReplyCode()

12345678910