Home
last modified time | relevance | path

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

/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/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/tensorflow/tensorflow/lite/python/
Dcreate_custom_op.py37 import uuid as _uuid namespace
80 name = _uuid.uuid1().hex
Dop_hint.py75 import uuid as _uuid namespace
336 self._unique_function_id = _uuid.uuid1().hex # TODO(aselle): Unique enough?
/external/python/cpython3/Lib/
Duuid.py556 import _uuid
558 _uuid = None variable
581 elif _uuid is not None:
582 _generate_time_safe = _uuid.generate_time_safe
583 _has_uuid_generate_time_safe = _uuid.has_uuid_generate_time_safe
/external/python/cpython2/Doc/library/
Duuid.rst220 .. _uuid-example:
/external/python/cpython3/Doc/library/
Duuid.rst264 .. _uuid-example: