Home
last modified time | relevance | path

Searched defs:mode (Results 26 - 50 of 2401) sorted by relevance

12345678910>>...97

/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_chmod_test.cpp19 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in HWTEST_F() local
H A Dstat_mkdir_test.cpp19 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 DSkBlendModePriv.h26 static inline bool SkBlendMode_CaresAboutRBOrder(SkBlendMode mode) { in SkBlendMode_CaresAboutRBOrder() argument
H A DSkBlendModeBlender.h15 SkBlendModeBlender(SkBlendMode mode) : fMode(mode) {} in SkBlendModeBlender() argument
/third_party/skia/tools/
H A DRuntimeBlendUtils.cpp12 sk_sp<SkBlender> GetRuntimeBlendForBlendMode(SkBlendMode mode) { in GetRuntimeBlendForBlendMode() argument
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dmkdir.c41 mode_t mode = (0777&~toys.old_umask); in mkdir_main() local
/third_party/toybox/toys/posix/
H A Dmkdir.c41 mode_t mode = (0777&~toys.old_umask); in mkdir_main() local
/third_party/ltp/include/lapi/
H A Dmkdirat.h14 static inline int mkdirat(int dirfd, const char *dirname, int mode) in mkdirat() argument
H A Dfaccessat.h16 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.c6 int __fmodeflags(const char *mode, int *flags) in __fmodeflags() argument
/third_party/musl/src/stat/
H A Dfchmod.c6 int fchmod(int fd, mode_t mode) in fchmod() argument
H A Dmknodat.c5 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 Dfopen.c8 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfopen.c8 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() argument
/third_party/musl/porting/liteos_a/user/src/stat/
H A Dmknodat.c5 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.c6 int __fmodeflags(const char *mode, int *flags) in __fmodeflags() argument
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfopen.c8 FILE *fopen(const char *restrict filename, const char *restrict mode) in fopen() argument
/third_party/libinput/test/
H A Dtest-builddir-lookup.c32 char *mode; in main() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDriverUniformMetal.h21 DriverUniformMetal(DriverUniformMode mode) : DriverUniform(mode) {} in DriverUniformMetal() argument
/third_party/ffmpeg/fftools/
H A Dfopen_utf8.h32 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 Dmkdir-label.c33 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 Dterminal-util.c44 int open_terminal(const char *name, int mode) { in open_terminal() argument
/third_party/libsnd/src/
H A Dwindows.c36 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open() argument
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dgoogle-power-relay.py6 mode = sys.argv[1] variable
14 mode = mode_swap[mode] variable
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-gc.c32 jerry_gc_mode_t mode = ((args_cnt > 0 && jerry_value_to_boolean (args_p[0])) ? JERRY_GC_PRESSURE_HIGH in jerryx_handler_gc() local

Completed in 10 milliseconds

12345678910>>...97