Home
last modified time | relevance | path

Searched refs:my_name (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask_manager.cc27 Status TaskManager::CreateAsyncTask(const std::string &my_name, const std::function<Status()> &f, T… in CreateAsyncTask() argument
36 RETURN_IF_NOT_OK(GetFreeTask(my_name, f, task, operator_id)); in CreateAsyncTask()
254 Status TaskManager::GetFreeTask(const std::string &my_name, const std::function<Status()> &f, Task … in GetFreeTask() argument
269 new (q) Task(my_name, f, operator_id); in GetFreeTask()
273 q = new (&rc, mp) Task(my_name, f, operator_id); in GetFreeTask()
280 Status TaskGroup::CreateAsyncTask(const std::string &my_name, const std::function<Status()> &f, Tas… in CreateAsyncTask() argument
301 RETURN_IF_NOT_OK(dm.CreateAsyncTask(my_name, f, this, &pTask, operator_id)); in CreateAsyncTask()
Dtask_manager.h78 …Status CreateAsyncTask(const std::string &my_name, const std::function<Status()> &f, TaskGroup *vg…
104 …Status GetFreeTask(const std::string &my_name, const std::function<Status()> &f, Task **p, int32_t…
133 …Status CreateAsyncTask(const std::string &my_name, const std::function<Status()> &f, Task **pTask …
Dcond_var.h46 std::string my_name() const;
Dcond_var.cc72 std::string CondVar::my_name() const { return my_name_; } in my_name() function in mindspore::dataset::CondVar
DREADME.md128 Status TaskGroup::CreateAsyncTask(const std::string &my_name, const std::function<Status()> &f, Tas…
/third_party/python/Doc/library/
D__main__.rst289 return 'my_name' in dir(__main__)
293 raise ValueError('Define the variable `my_name`!')
296 print(__main__.my_name, "found in file", __main__.__file__)
298 print(__main__.my_name)
308 # my_name = "Dinsdale"
324 Define the variable `my_name`!
327 line with ``my_name = "Dinsdale"`` fixes the program and now it exits with
357 ValueError: Define the variable `my_name`!
358 >>> my_name = 'Jabberwocky'
Dunittest.mock.rst1252 >>> mock.configure_mock(name='my_name')
1254 'my_name'
/third_party/e2fsprogs/debugfs/
Dextent_inode.c141 static void generic_goto_node(const char *my_name, int argc, in generic_goto_node() argument
147 if (my_name && common_args_process(argc, argv, 1, 1, in generic_goto_node()
148 my_name, "", 0)) in generic_goto_node()
/third_party/node/tools/gyp/pylib/gyp/
D__init__.py325 my_name = os.path.basename(sys.argv[0])
535 raise GypError((usage + "\n\n%s: error: no build_file") % (my_name, my_name))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
D__init__.py289 my_name = os.path.basename(sys.argv[0])
431 (my_name, my_name))
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1288 std::string my_name = StripProto(file->name()); in IsBootstrapProto() local
1289 return GetBootstrapBasename(options, my_name, &my_name); in IsBootstrapProto()