Home
last modified time | relevance | path

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

12345678910>>...179

/third_party/musl/src/fcntl/
H A Dcreat.c3 int creat(const char *filename, mode_t mode) in creat() argument
/third_party/musl/src/ldso/
H A Ddlopen.c4 static void *stub_dlopen(const char *file, int mode) in stub_dlopen() argument
/third_party/mesa3d/src/mesa/main/
H A Ddraw_validate.h54 _mesa_is_valid_prim_mode(const struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode() argument
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_umask_chk_test.cpp18 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print_common.c55 bi_flow_control_name(enum bifrost_flow mode) in bi_flow_control_name() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_file.h44 u_file_access(const char *path, int mode) { in u_file_access() argument
/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
/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
/base/powermgr/power_manager/test/unittest/src/
H A Dpower_register_callback_mode_test.cpp36 void PowerRegisterCallbackModeTest::PowerModeTest1Callback::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged() argument
54 PowerMode mode = PowerMode::POWER_SAVE_MODE; in HWTEST_F() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_cache_policy_backend.c26 kbase_cache_set_coherency_mode(struct kbase_device *kbdev, u32 mode) kbase_cache_set_coherency_mode() argument
/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dsmooth_zoom.cpp21 std::shared_ptr<IZoomAlgorithm> SmoothZoom::GetZoomAlgorithm(SmoothZoomType mode) in GetZoomAlgorithm() argument
/foundation/resourceschedule/device_standby/services/common/src/
H A Ddevice_standby_switch.cpp27 int32_t mode = 0; in InitStandyMode() local
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Dshift_lnn_gear_demo.c34 GearMode mode = { in 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
/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

Completed in 5 milliseconds

12345678910>>...179