Home
last modified time | relevance | path

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

/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py39 def get_info(node, depth=0): function
43 children = [get_info(c, depth+1)
83 pprint(('nodes', get_info(tu.cursor)))
/external/autotest/site_utils/
Dlxc_cleanup.py40 def get_info(container_name): function
70 job_id, pid = get_info(container.name)
120 _, pid = get_info(container.name)
/external/toybox/toys/pending/
Dwget.c56 static void get_info(const char *url, char* hostname, char *port, char *path) { in get_info() function
141 get_info(toys.optargs[0], hostname, port, path); in wget_main()
/external/eigen/unsupported/test/
Dcxx11_tensor_device_sycl.cpp25 …<< sycl_device.m_queue.get_device(). template get_info<cl::sycl::info::device::name>() <<std::endl… in test_device_sycl()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSyclRun.h40 …size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_grou… in run()
DTensorReductionSycl.h119 …size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_grou…
192 …size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_grou…
/external/python/cpython2/Lib/test/
Dtest_mailbox.py1322 self.assertEqual(msg.get_info(), '')
1324 self.assertEqual(msg.get_info(), '1,foo=bar')
1331 self.assertEqual(msg.get_info(), '')
1334 self.assertEqual(msg.get_info(), '2,FS')
1337 self.assertEqual(msg.get_info(), '1,')
1340 self.assertEqual(msg.get_info(), '1,')
1343 self.assertEqual(msg.get_info(), '2,D')
/external/python/cpython2/Lib/
Dmailbox.py279 suffix = self.colon + message.get_info()
1533 def get_info(self): member in MaildirMessage
Dtarfile.py972 def get_info(self, encoding, errors): member in TarInfo
1003 info = self.get_info(encoding, errors)
/external/libxml2/doc/
Dapibuild.py163 def get_info(self): member in identifier
/external/python/cpython2/Doc/library/
Dmailbox.rst879 .. method:: get_info()