/external/toolchain-utils/bestflags/ |
D | pipeline_worker.py | 62 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)))
|
D | mock_task.py | 47 return (self._identifier == other.GetIdentifier(self._stage) and 51 def GetIdentifier(self, stage): member in MockTask 91 return self._identifier == other.GetIdentifier(self._stage)
|
D | pipeline_process_test.py | 38 result_queue.put(('helper', task.GetIdentifier(TEST_STAGE))) 43 result_queue.put(('worker', task.GetIdentifier(TEST_STAGE)))
|
D | task_test.py | 106 identifier = identifier_task.GetIdentifier(task.BUILD_STAGE) 131 identifier = result_task.GetIdentifier(task.TEST_STAGE)
|
D | pipeline_process.py | 106 task_key = task.GetIdentifier(self._stage)
|
D | pipeline_worker_test.py | 83 identifier = task.GetIdentifier(TEST_STAGE)
|
D | task.py | 126 def GetIdentifier(self, stage): member in Task
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | CFBundle.cpp | 94 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/ |
D | ExternalPreprocessorSource.h | 39 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
|
/external/clang/include/clang/Lex/ |
D | ExternalPreprocessorSource.h | 40 virtual IdentifierInfo *GetIdentifier(unsigned ID) = 0;
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | CFBundle.h | 27 CFStringRef GetIdentifier() const;
|
D | CFBundle.cpp | 57 CFStringRef CFBundle::GetIdentifier() const { in GetIdentifier() function in CFBundle
|
D | MachProcess.mm | 3512 CFStringRef bundleIDCFStr = bundle.GetIdentifier();
|
/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCBundle.h | 24 CFStringRef GetIdentifier() const;
|
D | CFCBundle.cpp | 57 CFStringRef CFCBundle::GetIdentifier() const { in GetIdentifier() function in CFCBundle
|
/external/image_io/src/jpeg/ |
D | jpeg_xmp_info.cc | 20 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/ |
D | jpeg_xmp_info.h | 44 static std::string GetIdentifier(Type jpeg_xmp_info_type);
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.h | 87 lldb_private::ConstString GetIdentifier();
|
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 77 ConstString CoreSimulatorSupport::DeviceType::GetIdentifier() { function
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 953 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/ |
D | PlatformDarwinKernel.cpp | 593 CFStringRef bundle_id(bundle.GetIdentifier()); in AddKextToMap()
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 49 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 2045 IdentifierInfo *GetIdentifier(serialization::IdentifierID ID) override { in GetIdentifier() function
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1861 IdentifierInfo *GetIdentifier(serialization::IdentifierID ID) override { in GetIdentifier() function
|
/external/llvm-project/clang/lib/Lex/ |
D | HeaderSearch.cpp | 75 ControllingMacro = External->GetIdentifier(ControllingMacroID); in getControllingMacro()
|