Home
last modified time | relevance | path

Searched defs:access_mode (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_ipc.cc45 auto access_mode = S_IRUSR | S_IWUSR; in Create() local
102 auto access_mode = S_IRUSR | S_IWUSR; in Create() local
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/model_converter_utils/
Dshared_memory.cc24 auto access_mode = S_IRUSR | S_IWUSR | S_IROTH | S_IWOTH | S_IRGRP | S_IWGRP; in Create() local
/third_party/mindspore/mindspore/lite/src/common/
Dfile_utils.cc41 inline int AccessFile(const std::string &file_path, int access_mode) { in AccessFile()
/third_party/mesa3d/src/intel/tools/
Di965_asm.h68 unsigned access_mode:1; member
/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.c220 gint access_mode, state, newstate; in gst_mini_object_lock() local
284 gint access_mode, state, newstate; in gst_mini_object_unlock() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc510 auto access_mode = S_IRUSR | S_IWUSR; in Run() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.cpp178 void brw_set_default_access_mode( struct brw_codegen *p, unsigned access_mode ) in brw_set_default_access_mode()
Dbrw_disasm.c255 static const char *const access_mode[2] = { variable
Dtest_eu_validate.cpp2826 unsigned access_mode; in TEST_P() member
2839 #define INST(opcode, access_mode, dst_type, \ in TEST_P() argument
Dbrw_eu.h69 unsigned access_mode:1; member
/third_party/python/Modules/
Dmmapmodule.c89 } access_mode; typedef