Home
last modified time | relevance | path

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

/external/toolchain-utils/bestflags/
Dmock_task.py47 return (self._identifier == other.GetIdentifier(self._stage) and
51 def GetIdentifier(self, stage): member in MockTask
91 return self._identifier == other.GetIdentifier(self._stage)
Dpipeline_worker.py62 identifier = task.GetIdentifier(stage)
114 tasks = [t for t in waiting_list if t.GetIdentifier(stage) == identifier]
141 helper_queue.put((task.GetIdentifier(stage), task.GetResult(stage)))
Dpipeline_process_test.py38 result_queue.put(('helper', task.GetIdentifier(TEST_STAGE)))
43 result_queue.put(('worker', task.GetIdentifier(TEST_STAGE)))
Dtask_test.py106 identifier = identifier_task.GetIdentifier(task.BUILD_STAGE)
131 identifier = result_task.GetIdentifier(task.TEST_STAGE)
Dpipeline_process.py106 task_key = task.GetIdentifier(self._stage)
Dpipeline_worker_test.py83 identifier = task.GetIdentifier(TEST_STAGE)
Dtask.py126 def GetIdentifier(self, stage): member in Task
/external/libmojo/ipc/
Dipc_message_attachment_set.cc193 (*it)->GetIdentifier() == attachment->GetIdentifier()) { in ReplacePlaceholderWithAttachment()
Dbrokerable_attachment.h60 AttachmentId GetIdentifier() const;
Dbrokerable_attachment.cc53 BrokerableAttachment::AttachmentId BrokerableAttachment::GetIdentifier() const { in GetIdentifier() function in IPC::BrokerableAttachment
Dipc_message.cc160 BrokerableAttachment::AttachmentId id = attachments[i]->GetIdentifier(); in SerializedIdsOfBrokerableAttachments()
/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h40 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
/external/clang/lib/Lex/
DHeaderSearch.cpp49 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()
/external/clang/include/clang/Serialization/
DASTReader.h1861 IdentifierInfo *GetIdentifier(serialization::IdentifierID ID) override { in GetIdentifier() function