Home
last modified time | relevance | path

Searched refs:_uuid (Results 1 – 14 of 14) sorted by relevance

/external/arm-trusted-firmware/include/lib/
Dsmccc.h155 #define SMC_UUID_RET(_h, _uuid) \ argument
157 smc_uuid_word((_uuid).time_low[0], (_uuid).time_low[1], \
158 (_uuid).time_low[2], (_uuid).time_low[3]), \
159 smc_uuid_word((_uuid).time_mid[0], (_uuid).time_mid[1], \
160 (_uuid).time_hi_and_version[0], \
161 (_uuid).time_hi_and_version[1]), \
162 smc_uuid_word((_uuid).clock_seq_hi_and_reserved, \
163 (_uuid).clock_seq_low, (_uuid).node[0], \
164 (_uuid).node[1]), \
165 smc_uuid_word((_uuid).node[2], (_uuid).node[3], \
[all …]
/external/clang/test/ARCMT/
Dnonobjc-to-objc-cast.m41 CFUUIDRef _uuid;
42 NSString *_uuidString = (NSString *)CFUUIDCreateString(kCFAllocatorDefault, _uuid);
43 _uuidString = [(NSString *)CFUUIDCreateString(kCFAllocatorDefault, _uuid) autorelease];
44 _uuidString = CFRetain(_uuid);
Dnonobjc-to-objc-cast.m.result41 CFUUIDRef _uuid;
42 …tring *_uuidString = (NSString *)CFBridgingRelease(CFUUIDCreateString(kCFAllocatorDefault, _uuid));
43 _uuidString = (NSString *)CFBridgingRelease(CFUUIDCreateString(kCFAllocatorDefault, _uuid));
44 _uuidString = CFBridgingRelease(CFRetain(_uuid));
/external/llvm-project/clang/test/ARCMT/
Dnonobjc-to-objc-cast.m41 CFUUIDRef _uuid;
42 NSString *_uuidString = (NSString *)CFUUIDCreateString(kCFAllocatorDefault, _uuid);
43 _uuidString = [(NSString *)CFUUIDCreateString(kCFAllocatorDefault, _uuid) autorelease];
44 _uuidString = CFRetain(_uuid);
Dnonobjc-to-objc-cast.m.result41 CFUUIDRef _uuid;
42 …tring *_uuidString = (NSString *)CFBridgingRelease(CFUUIDCreateString(kCFAllocatorDefault, _uuid));
43 _uuidString = (NSString *)CFBridgingRelease(CFUUIDCreateString(kCFAllocatorDefault, _uuid));
44 _uuidString = CFBridgingRelease(CFRetain(_uuid));
/external/python/cpython3/Lib/test/
Dtest_uuid.py678 _uuid = py_uuid variable in BaseTestInternals
825 @unittest.skipUnless(_uuid._ifconfig_getnode in _uuid._GETTERS,
831 @unittest.skipUnless(_uuid._ip_getnode in _uuid._GETTERS,
837 @unittest.skipUnless(_uuid._arp_getnode in _uuid._GETTERS,
843 @unittest.skipUnless(_uuid._lanscan_getnode in _uuid._GETTERS,
849 @unittest.skipUnless(_uuid._netstat_getnode in _uuid._GETTERS,
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_gradients.py85 self._uuid = uuid.uuid4().hex
86 _gradient_debuggers[self._uuid] = self
157 grad_debug_op_name = _tensor_to_grad_debug_op_name(input_tensor, self._uuid)
/external/python/cpython3/Lib/
Duuid.py572 import _uuid
573 _generate_time_safe = getattr(_uuid, "generate_time_safe", None)
574 _UuidCreate = getattr(_uuid, "UuidCreate", None)
575 _has_uuid_generate_time_safe = _uuid.has_uuid_generate_time_safe
577 _uuid = None variable
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py78 import uuid as _uuid namespace
348 self._unique_function_id = _uuid.uuid1().hex # TODO(aselle): Unique enough?
1018 optional_input_node.name = "Const" + str(_uuid.uuid1().hex)
/external/python/cpython2/Doc/library/
Duuid.rst220 .. _uuid-example:
/external/python/cpython3/Doc/library/
Duuid.rst264 .. _uuid-example:
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst162 Port _uuid module to multiphase initialization (:pep:`489`).
D3.9.0a1.rst3423 Fix compile error when ``_uuid`` headers conflicting included.
/external/python/cpython3/PCbuild/
Dpcbuild.sln108 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_uuid", "_uuid.vcxproj", "{CB435430-EBB1-478B-…