Home
last modified time | relevance | path

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

/external/toolchain-utils/bestflags/
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)))
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_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/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp94 CFStringRef GetIdentifier() const { in GetIdentifier() function in llvm::dsymutil::CFBundle
133 if (GetIdentifier() != nullptr) in SetFromPath()
160 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo()
/external/llvm-project/clang/include/clang/Lex/
DExternalPreprocessorSource.h39 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h40 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFBundle.h27 CFStringRef GetIdentifier() const;
DCFBundle.cpp57 CFStringRef CFBundle::GetIdentifier() const { in GetIdentifier() function in CFBundle
DMachProcess.mm3512 CFStringRef bundleIDCFStr = bundle.GetIdentifier();
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCBundle.h24 CFStringRef GetIdentifier() const;
DCFCBundle.cpp57 CFStringRef CFCBundle::GetIdentifier() const { in GetIdentifier() function in CFCBundle
/external/image_io/src/jpeg/
Djpeg_xmp_info.cc20 string JpegXmpInfo::GetIdentifier(Type jpeg_xmp_info_type) { in GetIdentifier() function in photos_editing_formats::image_io::JpegXmpInfo
/external/image_io/includes/image_io/jpeg/
Djpeg_xmp_info.h44 static std::string GetIdentifier(Type jpeg_xmp_info_type);
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.h87 lldb_private::ConstString GetIdentifier();
DPlatformiOSSimulatorCoreSimulatorSupport.mm77 ConstString CoreSimulatorSupport::DeviceType::GetIdentifier() { function
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp953 uint64_t GetIdentifier() const { return m_identifier; } in GetIdentifier() function in curses::Menu
1797 uint64_t GetIdentifier() const { return m_identifier; } in GetIdentifier() function in TreeItem
2016 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateDrawTreeItem()
2041 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateItemSelected()
2073 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()
3088 switch (menu.GetIdentifier()) { in MenuDelegateAction()
3166 process->Detach(menu.GetIdentifier() == in MenuDelegateAction()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp593 CFStringRef bundle_id(bundle.GetIdentifier()); in AddKextToMap()
/external/clang/lib/Lex/
DHeaderSearch.cpp49 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h2045 IdentifierInfo *GetIdentifier(serialization::IdentifierID ID) override { in GetIdentifier() function
/external/clang/include/clang/Serialization/
DASTReader.h1861 IdentifierInfo *GetIdentifier(serialization::IdentifierID ID) override { in GetIdentifier() function
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp75 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()