Searched refs:get_uid (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 48 static uptr get_uid(u32 tid) { in get_uid() function 69 EXPECT_EQ(0U, registry->CreateThread(get_uid(0), true, -1, 0)); in TestRegistry() 73 EXPECT_EQ(i, registry->CreateThread(get_uid(i), is_detached(i), 0, 0)); in TestRegistry() 93 registry->CreateThread(get_uid(i), is_detached(i), 0, 0)); in TestRegistry() 104 EXPECT_EQ(0U, registry->FindThread(HasUid, (void*)get_uid(0))); in TestRegistry() 105 EXPECT_EQ(10U, registry->FindThread(HasUid, (void*)get_uid(10))); in TestRegistry() 135 HasUid, (void*)get_uid(0))); in TestRegistry()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_external.cc | 38 int64_t get_uid() { in get_uid() function 76 main_entry->uid = get_uid(); in InitializeEntry()
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_compilation_cache.cc | 31 int64_t get_uid() { in get_uid() function 175 entry->uid = get_uid(); in InitializeEntry()
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.h | 161 extern unsigned int get_uid(unsigned int, int);
|
D | read_fs.c | 217 get_uid(id_table[dir_inode->base.uid], 0); in scan_inode_table() 237 get_uid(id_table[base.uid], 0); in scan_inode_table()
|
D | mksquashfs.c | 776 unsigned int get_uid(unsigned int uid, int resolve) in get_uid() function 1016 base->uid = get_uid((unsigned int) global_uid == -1 ? in create_inode()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe.h | 124 int64_t get_uid();
|
D | pywrap_tensor.cc | 499 self->id = get_uid(); in EagerTensor_init() 968 t->id = get_uid(); in EagerTensorFromHandle()
|
D | pywrap_tfe_src.cc | 1122 int64_t get_uid() { return _uid++; } in get_uid() function 1124 PyObject* TFE_Py_UID() { return PyLong_FromLongLong(get_uid()); } in TFE_Py_UID()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | input_layer.py | 145 name = prefix + '_' + str(backend.get_uid(prefix))
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 221 def get_uid(prefix=''): function
|
/external/crosvm/system_api/src/protos/ |
D | UserDataAuth.rs | 12820 pub fn get_uid(&self) -> u32 { in get_uid() method
|