Home
last modified time | relevance | path

Searched refs:getnode (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/CodeGen/X86/
Datom-fixup-lea2.ll22 ;extern struct node_t getnode();
27 ; struct node_t n = getnode();
39 …call void bitcast (void (%struct.node_t*, ...)* @getnode to void (%struct.node_t*)*)(%struct.node_…
84 declare void @getnode(%struct.node_t* sret, ...)
/external/llvm-project/llvm/test/CodeGen/X86/
Datom-fixup-lea2.ll23 ;extern struct node_t getnode();
28 ; struct node_t n = getnode();
40 …call void bitcast (void (%struct.node_t*, ...)* @getnode to void (%struct.node_t*)*)(%struct.node_…
85 declare void @getnode(%struct.node_t* sret(%struct.node_t), ...)
/external/python/cpython2/Lib/test/
Dtest_uuid.py283 node1 = uuid.getnode()
287 node2 = uuid.getnode()
307 node = uuid.getnode()
/external/python/cpython2/Doc/library/
Duuid.rst120 .. function:: getnode()
129 .. index:: single: getnode
135 is not given, :func:`getnode` is used to obtain the hardware address. If
/external/python/cpython3/Doc/library/
Duuid.rst156 .. function:: getnode()
173 .. index:: single: getnode
179 is not given, :func:`getnode` is used to obtain the hardware address. If
/external/python/cpython2/Lib/
Duuid.py530 def getnode(): function
592 node = getnode()
/external/python/cpython3/Lib/
Duuid.py642 def getnode(): function
700 node = getnode()
/external/python/cpython3/Lib/test/
Dtest_uuid.py315 node1 = self.uuid.getnode()
319 node2 = self.uuid.getnode()
470 node = self.uuid.getnode()
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst695 uuid.getnode() on Unix now looks on the PATH for the executables used to
807 Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface.
D2.7.9rc1.rst164 uuid.getnode() now determines MAC address on AIX using netstat. Based on
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1893 menunode = self.getnode(item)
1899 def getnode(self, nodename): member in HTMLHelp
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1900 menunode = self.getnode(item)
1906 def getnode(self, nodename): member in HTMLHelp
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst667 The getnode() ip getter now uses 'ip link' instead of 'ip link list'.
D3.6.5rc1.rst519 The getnode() ip getter now uses 'ip link' instead of 'ip link list'.
D3.9.0a4.rst427 Remove unused, undocumented argument ``getters`` from :func:`uuid.getnode`
D3.9.0a5.rst385 :func:`uuid.getnode` now skips IPv6 addresses with the same string length
D3.7.0a3.rst329 ``uuid.getnode()`` now preferentially returns universally administered MAC
D3.5.0a1.rst1348 uuid.getnode(). Pach by Bruno Cauet.
1564 uuid.getnode() now determines MAC address on AIX using netstat. Based on
D3.9.0a1.rst3519 Fix uuid.getnode() on platforms with '.' as MAC Addr delimiter as well fix
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1562 :func:`uuid.getnode` now prefers universally administered
/external/python/cpython3/Misc/
DHISTORY1150 - Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
2953 - Issue #19855: uuid.getnode() on Unix now looks on the PATH for the
3109 - Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with