/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 3633 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 D | config-win32ce.h | 65 /* 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 D | test-repl-history-perm.js | 39 const stat = fs.statSync(replHistoryPath); 40 const fileMode = stat.mode & 0o777;
|
/third_party/node/tools/v8/ |
H A D | node_common.py | 12 import stat namespace 52 os.chmod(path, stat.S_IWRITE)
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link05.c | 14 #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 D | open01.c | 22 #include <sys/stat.h> 46 struct stat buf; in verify_open()
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid04.c | 29 #include <sys/stat.h> 76 struct stat buf; in setresgid_verify()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink04.c | 77 #include <sys/stat.h> 93 struct stat stat_buf; /* stat structure buffer */ in main()
|
H A D | symlink05.c | 77 #include <sys/stat.h> 93 struct stat stat_buf; /* stat structure buffer */ in main()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | mongo_slinks.c | 7 #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 D | dirtyc0w_child.c | 11 #include <sys/stat.h> 93 struct stat st; in main()
|
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
H A D | chmod05.c | 30 #include <sys/stat.h> 49 struct stat stat_buf; in test_chmod()
|
/third_party/ltp/testcases/kernel/syscalls/stat/ |
H A D | stat03.c | 11 * 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 D | stat01.c | 11 * 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 D | ustat02.c | 15 #include <sys/stat.h> 54 struct stat buf; in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | posix_fallocate.c | 17 #include <sys/stat.h> 29 struct stat sb; in posix_fallocate_0100()
|
/third_party/python/Tools/scripts/ |
H A D | byteyears.py | 10 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 D | which.py | 11 from stat import * 31 st = os.stat(filename)
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | responseheaders.c | 13 #include <sys/stat.h> 31 struct stat sbuf; in answer_to_connection()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | unixfilemap.c | 39 #include <sys/stat.h> 65 struct stat sb; in filemap()
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | make_report.py | 21 import stat namespace 29 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | build_before_generate.py | 22 import stat namespace 26 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | colored.py | 20 import stat namespace 23 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/src/core/command/ |
H A D | distribute_utils.py | 23 import stat
namespace 31 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | drivers.py | 25 import stat namespace 34 MODES = stat.S_IWUSR | stat.S_IRUSR
|