Home
last modified time | relevance | path

Searched defs:unique_id (Results 1 – 25 of 58) sorted by relevance

123

/external/drm_hwcomposer/hwc2_device/
DHwcLayer.cpp177 auto unique_id = BufferInfoGetter::GetInstance()->GetUniqueId(buffer_handle_); in ImportFb() local
225 bool HwcLayer::SwChainGetBufferFromCache(BufferUniqueId unique_id) { in SwChainGetBufferFromCache()
247 void HwcLayer::SwChainReassemble(BufferUniqueId unique_id) { in SwChainReassemble()
266 void HwcLayer::SwChainAddCurrentBuffer(BufferUniqueId unique_id) { in SwChainAddCurrentBuffer()
/external/autotest/client/common_lib/
Dautotemp.py38 def __init__(self, unique_id, suffix='', prefix='', dir=None, argument
86 def __init__(self, suffix='', unique_id='', prefix='', dir=None, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dxla_debug_info_manager_test.cc75 ModuleIdentifier unique_id; member
86 ModuleIdentifier unique_id = debug_info.module->unique_id(); in RegisterProgram() local
94 void UnregisterProgram(ModuleIdentifier unique_id) { in UnregisterProgram()
Dhlo_reachability.h227 uint64_t unique_id = absl::bit_cast<uint32_t>(instruction->unique_id()); in GetKey() local
Dhlo_computation.h643 int64_t unique_id() const { return unique_id_; } in unique_id() function
Dhlo_module.h399 int unique_id() const { return unique_id_; } in unique_id() function
Ddump.cc548 static std::string FilenameFor(int unique_id, string_view module_name, in FilenameFor()
589 void DumpToFileInDirOrStdout(const DebugOptions& debug_options, int unique_id, in DumpToFileInDirOrStdout()
/external/autotest/tko/
Dunique_cookie.py7 def unique_id(cookie_key): function
/external/webrtc/modules/audio_device/
Daudio_device_name.cc20 absl::string_view unique_id) in AudioDeviceName()
Daudio_device_name.h43 std::string unique_id; // Unique identifier for the device. member
Daudio_device_unittest.cc720 char unique_id[kAdmMaxGuidSize]; in TEST_P() local
737 char unique_id[kAdmMaxGuidSize]; in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.h61 XlaComputation(const int64_t unique_id) : unique_id_(unique_id) {} in XlaComputation()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter.h42 int unique_id() const { return unique_id_; } in unique_id() function
Dprefilter_tree.cc200 int unique_id = 0; in AssignUniqueIds() local
/external/cronet/base/profiler/
Dmodule_cache_mac.cc41 std::string* unique_id, in GetUniqueIdAndTextSize()
/external/cronet/net/spdy/
Dbuffered_spdy_framer.cc160 void BufferedSpdyFramer::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing()
274 spdy::SpdyPingId unique_id, in CreatePingFrame()
/external/openscreen/cast/common/public/
Dreceiver_info.h78 std::string unique_id; member
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_collective_thunk.h71 mlir::IntegerAttr unique_id = in SetCollectiveOpKindAndID() local
Dnccl_utils.cc125 ncclUniqueId unique_id; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h40 u64 unique_id; // Unique thread ID. variable
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h89 inline Object MakeObjectRef(ObjectRef unique_id, const ObjectSize& size, in MakeObjectRef()
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Devent_forwarder.cc99 void EventForwarder::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc209 int unique_id = *(int *)arg; in FindThreadByUidLockedCallback() local
213 static ThreadContext *FindThreadByUidLocked(int unique_id) { in FindThreadByUidLocked()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h96 uint32_t unique_id; member
/external/tensorflow/tensorflow/core/ir/importexport/
Dfunctiondef_import.cc325 for (const auto& unique_id : func.resource_arg_unique_id()) { in ImportGenericFunction() local

123