Home
last modified time | relevance | path

Searched refs:stat (Results 376 - 400 of 3760) sorted by relevance

1...<<11121314151617181920>>...151

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c3633 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) { in v3dv_GetPipelineExecutableStatisticsKHR()
3634 WRITE_STR(stat->name, "Compile Strategy"); in v3dv_GetPipelineExecutableStatisticsKHR()
3635 WRITE_STR(stat->description, "Chosen compile strategy index"); in v3dv_GetPipelineExecutableStatisticsKHR()
3636 stat->format = VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR; in v3dv_GetPipelineExecutableStatisticsKHR()
3637 stat->value.u64 = prog_data->compile_strategy_idx; in v3dv_GetPipelineExecutableStatisticsKHR()
3640 vk_outarray_append_typed(VkPipelineExecutableStatisticKHR, &out, stat) { in v3dv_GetPipelineExecutableStatisticsKHR()
3641 WRITE_STR(stat->name, "Instruction Count"); in v3dv_GetPipelineExecutableStatisticsKHR()
3642 WRITE_STR(stat->description, "Number of QPU instructions"); in v3dv_GetPipelineExecutableStatisticsKHR()
3643 stat->format = VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR; in v3dv_GetPipelineExecutableStatisticsKHR()
3644 stat in v3dv_GetPipelineExecutableStatisticsKHR()
[all...]
/third_party/curl/lib/
H A Dconfig-win32ce.h65 /* Define if you have the <sys/stat.h> header file. */
301 extern int stat(const char *path, struct stat *buffer);
/third_party/node/test/parallel/
H A Dtest-repl-history-perm.js39 const stat = fs.statSync(replHistoryPath);
40 const fileMode = stat.mode & 0o777;
/third_party/node/tools/v8/
H A Dnode_common.py12 import stat namespace
52 os.chmod(path, stat.S_IWRITE)
/third_party/ltp/testcases/kernel/syscalls/link/
H A Dlink05.c14 #include <sys/stat.h>
27 struct stat fbuf, lbuf; in verify_link()
45 "files, stat values do not match %d %d", in verify_link()
56 "stat linkcounts match %d", in verify_link()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen01.c22 #include <sys/stat.h>
46 struct stat buf; in verify_open()
/third_party/ltp/testcases/kernel/syscalls/setresgid/
H A Dsetresgid04.c29 #include <sys/stat.h>
76 struct stat buf; in setresgid_verify()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink04.c77 #include <sys/stat.h>
93 struct stat stat_buf; /* stat structure buffer */ in main()
H A Dsymlink05.c77 #include <sys/stat.h>
93 struct stat stat_buf; /* stat structure buffer */ in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo_slinks.c7 #include <sys/stat.h>
25 struct stat statbuf; in main()
51 // stat data of symlink itself in main()
/third_party/ltp/testcases/kernel/security/dirtyc0w/
H A Ddirtyc0w_child.c11 #include <sys/stat.h>
93 struct stat st; in main()
/third_party/ltp/testcases/kernel/syscalls/chmod/
H A Dchmod05.c30 #include <sys/stat.h>
49 struct stat stat_buf; in test_chmod()
/third_party/ltp/testcases/kernel/syscalls/stat/
H A Dstat03.c11 * check stat() with various error conditions that should produce
47 struct stat stat_buf; in verify_stat()
49 TST_EXP_FAIL(stat(tc->pathname, &stat_buf), tc->exp_errno); in verify_stat()
H A Dstat01.c11 * Verify that, stat(2) succeeds to get the status of a file and fills the
12 * stat structure elements regardless of whether process has or doesn't
41 struct stat stat_buf; in verify_stat()
43 TST_EXP_PASS(stat(tc->pathname, &stat_buf)); in verify_stat()
/third_party/ltp/testcases/kernel/syscalls/ustat/
H A Dustat02.c15 #include <sys/stat.h>
54 struct stat buf; in setup()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fallocate.c17 #include <sys/stat.h>
29 struct stat sb; in posix_fallocate_0100()
/third_party/python/Tools/scripts/
H A Dbyteyears.py10 from stat import *
14 # Use lstat() to stat files if it exists, else stat()
18 statfunc = os.stat
47 sys.stderr.write("can't stat %r: %r\n" % (filename, msg))
H A Dwhich.py11 from stat import *
31 st = os.stat(filename)
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dresponseheaders.c13 #include <sys/stat.h>
31 struct stat sbuf; in answer_to_connection()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dunixfilemap.c39 #include <sys/stat.h>
65 struct stat sb; in filemap()
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dmake_report.py21 import stat namespace
29 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dbuild_before_generate.py22 import stat namespace
26 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Dcolored.py20 import stat namespace
23 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/src/core/command/
H A Ddistribute_utils.py23 import stat namespace
31 MODES = stat.S_IWUSR | stat.S_IRUSR
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py25 import stat namespace
34 MODES = stat.S_IWUSR | stat.S_IRUSR

Completed in 11 milliseconds

1...<<11121314151617181920>>...151