/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_chmod_test.cpp | 19 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in HWTEST_F() local
|
H A D | stat_mkdir_test.cpp | 19 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 33 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
|
/third_party/skia/src/core/ |
H A D | SkBlendModePriv.h | 26 static inline bool SkBlendMode_CaresAboutRBOrder(SkBlendMode mode) { in SkBlendMode_CaresAboutRBOrder() argument
|
H A D | SkBlendModeBlender.h | 15 SkBlendModeBlender(SkBlendMode mode) : fMode(mode) {} in SkBlendModeBlender() argument
|
/third_party/skia/tools/ |
H A D | RuntimeBlendUtils.cpp | 12 sk_sp<SkBlender> GetRuntimeBlendForBlendMode(SkBlendMode mode) { in GetRuntimeBlendForBlendMode() argument
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | mkdir.c | 41 mode_t mode = (0777&~toys.old_umask); in mkdir_main() local
|
/third_party/toybox/toys/posix/ |
H A D | mkdir.c | 41 mode_t mode = (0777&~toys.old_umask); in mkdir_main() local
|
/third_party/ltp/include/lapi/ |
H A D | mkdirat.h | 14 static inline int mkdirat(int dirfd, const char *dirname, int mode) in mkdirat() argument
|
H A D | faccessat.h | 16 int faccessat2(int dirfd, const char *pathname, int mode, int flags) in faccessat2() argument
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | __fmodeflags.c | 6 int __fmodeflags(const char *mode, int *flags) in __fmodeflags() argument
|
/third_party/musl/src/stat/ |
H A D | fchmod.c | 6 int fchmod(int fd, mode_t mode) in fchmod() argument
|
H A D | mknodat.c | 5 int mknodat(int fd, const char *path, mode_t mode, dev_t dev) in mknodat() argument
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fopen.c | 8 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() argument
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fopen.c | 8 FILE *fopen(const char *restrict filename, const char *restrict mode)
in fopen() argument
|
/third_party/musl/porting/liteos_a/user/src/stat/ |
H A D | mknodat.c | 5 int mknodat(int fd, const char *path, mode_t mode, dev_t dev) in mknodat() argument
|
/third_party/musl/src/stdio/ |
H A D | __fmodeflags.c | 6 int __fmodeflags(const char *mode, int *flags) in __fmodeflags() argument
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fopen.c | 8 FILE *fopen(const char *restrict filename, const char *restrict mode)
in fopen() argument
|
/third_party/libinput/test/ |
H A D | test-builddir-lookup.c | 32 char *mode; in main() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | DriverUniformMetal.h | 21 DriverUniformMetal(DriverUniformMode mode) : DriverUniform(mode) {} in DriverUniformMetal() argument
|
/third_party/ffmpeg/fftools/ |
H A D | fopen_utf8.h | 32 static inline FILE *fopen_utf8(const char *path_utf8, const char *mode) in fopen_utf8() argument 65 static inline FILE *fopen_utf8(const char *path, const char *mode) in fopen_utf8() argument
|
/third_party/eudev/src/shared/ |
H A D | mkdir-label.c | 33 int mkdir_safe_label(const char *path, mode_t mode, uid_t uid, gid_t gid) { in mkdir_safe_label() argument 37 int mkdir_parents_label(const char *path, mode_t mode) { in mkdir_parents_label() argument
|
H A D | terminal-util.c | 44 int open_terminal(const char *name, int mode) { in open_terminal() argument
|
/third_party/libsnd/src/ |
H A D | windows.c | 36 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open() argument
|
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
H A D | google-power-relay.py | 6 mode = sys.argv[1] variable 14 mode = mode_swap[mode] variable
|
/third_party/jerryscript/jerry-ext/handler/ |
H A D | handler-gc.c | 32 jerry_gc_mode_t mode = ((args_cnt > 0 && jerry_value_to_boolean (args_p[0])) ? JERRY_GC_PRESSURE_HIGH in jerryx_handler_gc() local
|