Home
last modified time | relevance | path

Searched refs:getnode (Results 1 – 18 of 18) 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/swiftshader/third_party/llvm-7.0/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, ...)
/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/test/
Dtest_uuid.py310 node1 = self.uuid.getnode()
314 node2 = self.uuid.getnode()
466 node = self.uuid.getnode()
/external/python/cpython3/Lib/
Duuid.py683 def getnode(*, getters=None): function
747 node = 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/cpython2/Tools/scripts/
Dtexi2html.py1900 menunode = self.getnode(item)
1906 def getnode(self, nodename): member in HTMLHelp
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1897 menunode = self.getnode(item)
1903 def getnode(self, nodename): member in HTMLHelp
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst668 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.7.0a3.rst330 ``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
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1546 :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