/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() argument 46 return static_cast<const char*>(UI.getLanguageSpecificData()) in getOffsetOfLSDA() 47 - reinterpret_cast<const char*>(&UI); in getOffsetOfLSDA() 180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() argument 202 if (UI.getFrameRegister() == 0) in printUnwindCode() 205 OS << " reg=" << getUnwindRegisterName(UI.getFrameRegister()) in printUnwindCode() 206 << format(", offset=0x%X", UI.getFrameOffset() * 16); in printUnwindCode() 238 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() argument 240 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo() 241 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo() [all …]
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() argument 45 return static_cast<const char*>(UI.getLanguageSpecificData()) in getOffsetOfLSDA() 46 - reinterpret_cast<const char*>(&UI); in getOffsetOfLSDA() 218 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() argument 240 if (UI.getFrameRegister() == 0) in printUnwindCode() 243 OS << " reg=" << getUnwindRegisterName(UI.getFrameRegister()) in printUnwindCode() 244 << format(", offset=0x%X", UI.getFrameOffset() * 16); in printUnwindCode() 276 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() argument 278 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo() 279 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 58 auto *UI = cast<Instruction>(U.getUser()); in isSafeToSpeculatePHIUsers() local 65 if (UI->getParent() != PhiBB) { in isSafeToSpeculatePHIUsers() 66 LLVM_DEBUG(dbgs() << " Unsafe: use in a different BB: " << *UI << "\n"); in isSafeToSpeculatePHIUsers() 70 if (const auto *CS = dyn_cast<CallBase>(UI)) { in isSafeToSpeculatePHIUsers() 73 "callsite cannot de duplicated: " << *UI << '\n'); in isSafeToSpeculatePHIUsers() 84 if (mayBeMemoryDependent(*UI)) { in isSafeToSpeculatePHIUsers() 85 LLVM_DEBUG(dbgs() << " Unsafe: can't speculate use: " << *UI << "\n"); in isSafeToSpeculatePHIUsers() 92 Visited.insert(UI); in isSafeToSpeculatePHIUsers() 93 DFSStack.push_back({UI, UI->value_op_begin()}); in isSafeToSpeculatePHIUsers() 96 std::tie(UI, OpIt) = DFSStack.pop_back_val(); in isSafeToSpeculatePHIUsers() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 58 auto *UI = cast<Instruction>(U.getUser()); in isSafeToSpeculatePHIUsers() local 65 if (UI->getParent() != PhiBB) { in isSafeToSpeculatePHIUsers() 66 LLVM_DEBUG(dbgs() << " Unsafe: use in a different BB: " << *UI << "\n"); in isSafeToSpeculatePHIUsers() 70 if (auto CS = ImmutableCallSite(UI)) { in isSafeToSpeculatePHIUsers() 73 "callsite cannot de duplicated: " << *UI << '\n'); in isSafeToSpeculatePHIUsers() 84 if (mayBeMemoryDependent(*UI)) { in isSafeToSpeculatePHIUsers() 85 LLVM_DEBUG(dbgs() << " Unsafe: can't speculate use: " << *UI << "\n"); in isSafeToSpeculatePHIUsers() 92 Visited.insert(UI); in isSafeToSpeculatePHIUsers() 93 DFSStack.push_back({UI, UI->value_op_begin()}); in isSafeToSpeculatePHIUsers() 96 std::tie(UI, OpIt) = DFSStack.pop_back_val(); in isSafeToSpeculatePHIUsers() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 77 for (auto UI = Arg.use_begin(); UI != Arg.use_end();) { in runOnFunction() local 78 if (isa<SExtInst>(*UI)) { in runOnFunction() 79 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() 83 ++UI; in runOnFunction() 89 ++UI; in runOnFunction() 131 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local 132 UI != UE; ++UI) { in runOnFunction() 133 const Use &TheUse = UI.getUse(); in runOnFunction()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 77 for (auto UI = Arg.use_begin(); UI != Arg.use_end();) { in runOnFunction() local 78 if (isa<SExtInst>(*UI)) { in runOnFunction() 79 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() 83 ++UI; in runOnFunction() 89 ++UI; in runOnFunction() 131 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local 132 UI != UE; ++UI) { in runOnFunction() 133 const Use &TheUse = UI.getUse(); in runOnFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 82 for (auto UI = Arg.use_begin(); UI != Arg.use_end();) { in runOnFunction() local 83 if (isa<SExtInst>(*UI)) { in runOnFunction() 84 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() 88 ++UI; in runOnFunction() 94 ++UI; in runOnFunction() 136 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local 137 UI != UE; ++UI) { in runOnFunction() 138 const Use &TheUse = UI.getUse(); in runOnFunction()
|
/external/tcpdump/tests/ |
D | q933-heapoverflow-2.out | 2 UI 00! Q.922, hdr-len 4, DLCI 5769024, Flags [none], NLPID unknown (0x11), length 41: 5 UI 00! Q.922, hdr-len 4, DLCI 5769024, Flags [none], NLPID unknown (0x14), length 160: 8 UI 00! Q.922, hdr-len 4, DLCI 5801792, Flags [none], NLPID unknown (0x11), length 179: 11 UI 00! Q.922, hdr-len 4, DLCI 5769024, Flags [none], NLPID unknown (0x14), length 30: 14 UI 00! Q.922, hdr-len 4, DLCI 1856, Flags [none], NLPID unknown (0x11), length 85: 18 UI 00! Q.922, hdr-len 4, DLCI 526144, Flags [none], NLPID unknown (0x14), length 46: 21 UI 2c! Pad! Q.922, hdr-len 2, DLCI 288, Flags [none], NLPID NULL (0x00), length 24: 24 UI 2c! Pad! Q.933, CCITT, codeset 0[|q.933]
|
D | esis_snpa_asan-4.out | 1 UI 22! ES-IS, length 65565 6 UI 22! ES-IS, length 65565 11 UI 32! ES-IS, length 65565 16 UI 22! ES-IS, length 4244701213
|
/external/kotlinx.coroutines/ui/ |
D | README.md | 1 # Coroutines for UI 3 This directory contains modules for coroutine programming with various single-threaded UI libraries. 4 After adding dependency to the UI library, corresponding UI dispatcher will be available via `Dispa… 10 …x](kotlinx-coroutines-javafx/README.md) -- `Dispatchers.JavaFx` context for JavaFX UI applications. 11 …wing](kotlinx-coroutines-swing/README.md) -- `Dispatchers.Swing` context for Swing UI applications.
|
D | coroutines-guide-ui.md | 1 # Guide to UI programming with coroutines 5 examples on how to use coroutines in UI applications. 7 All UI application libraries have one thing in common. They have the single main thread where all s… 8 is confined, and all updates to the UI has to happen in this particular thread. With respect to cor… 10 execution to this main UI thread. 13 different UI application libraries: 16 …ines-javafx](kotlinx-coroutines-javafx) -- `Dispatchers.JavaFx` context for JavaFX UI applications. 17 * [kotlinx-coroutines-swing](kotlinx-coroutines-swing) -- `Dispatchers.Swing` context for Swing UI … 19 Also, UI dispatcher is available via `Dispatchers.Main` from `kotlinx-coroutines-core` and correspo… 23 This guide covers all UI libraries simultaneously, because each of these modules consists of just o… [all …]
|
/external/lzma/CPP/7zip/ |
D | 7zip.mak | 141 $(UI_COMMON_OBJS): ../../UI/Common/$(*B).cpp 146 $(AGENT_OBJS): ../../UI/Agent/$(*B).cpp 151 $(CONSOLE_OBJS): ../../UI/Console/$(*B).cpp 156 $(EXPLORER_OBJS): ../../UI/Explorer/$(*B).cpp 161 $(FM_OBJS): ../../UI/FileManager/$(*B).cpp 166 $(GUI_OBJS): ../../UI/GUI/$(*B).cpp 189 {../../UI/Common}.cpp{$O}.obj:: 191 {../../UI/Agent}.cpp{$O}.obj:: 193 {../../UI/Console}.cpp{$O}.obj:: 195 {../../UI/Explorer}.cpp{$O}.obj:: [all …]
|
/external/libchrome/base/metrics/ |
D | field_trial_params_unittest.cc | 421 enum class UI { ONE_D, TWO_D, THREE_D }; enum 426 static const FeatureParam<UI>::Option uis[] = { in TEST_F() 427 {UI::ONE_D, "1d"}, {UI::TWO_D, "2d"}, {UI::THREE_D, "3d"}}; in TEST_F() 429 static const FeatureParam<UI> a{&kFeature, "a", UI::ONE_D, &uis}; in TEST_F() 430 static const FeatureParam<UI> b{&kFeature, "b", UI::ONE_D, &uis}; in TEST_F() 431 static const FeatureParam<UI> c{&kFeature, "c", UI::ONE_D, &uis}; in TEST_F() 432 static const FeatureParam<UI> d{&kFeature, "d", UI::ONE_D, &uis}; in TEST_F() 433 static const FeatureParam<UI> e{&kFeature, "e", UI::TWO_D, &uis}; in TEST_F() 434 static const FeatureParam<UI> f{&kFeature, "f", UI::THREE_D, &uis}; in TEST_F() 450 EXPECT_EQ(UI::ONE_D, a.Get()); in TEST_F() [all …]
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow.h | 40 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> mSwapChainPanel; 41 ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> mSwapChainPanelDispatcher; 49 ABI::Windows::UI::Xaml::ISizeChangedEventHandler> 66 (IInspectable *sender, ABI::Windows::UI::Xaml::ISizeChangedEventArgs *sizeChangedEventArgs) in IFACEMETHOD() 92 const ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> &swapChainPanel, 93 const ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> &dispatcher,
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | resource.rc | 3 #include "../../UI/GUI/ExtractDialogRes.h" 4 #include "../../UI/FileManager/PropertyNameRes.h" 42 #include "../../UI/FileManager/OverwriteDialog.rc" 43 #include "../../UI/FileManager/PasswordDialog.rc" 44 #include "../../UI/FileManager/ProgressDialog2.rc" 45 #include "../../UI/GUI/Extract.rc"
|
D | SFXWin.dsp | 312 SOURCE=..\..\UI\FileManager\BrowseDialog.cpp 316 SOURCE=..\..\UI\FileManager\BrowseDialog.h 320 SOURCE=..\..\UI\FileManager\ComboDialog.cpp 324 SOURCE=..\..\UI\FileManager\ComboDialog.h 328 SOURCE=..\..\UI\FileManager\OverwriteDialog.cpp 332 SOURCE=..\..\UI\FileManager\OverwriteDialog.h 336 SOURCE=..\..\UI\FileManager\PasswordDialog.cpp 340 SOURCE=..\..\UI\FileManager\PasswordDialog.h 344 SOURCE=..\..\UI\FileManager\ProgressDialog2.cpp 348 SOURCE=..\..\UI\FileManager\ProgressDialog2.h [all …]
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 475 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() argument 479 outs() << " Version: " << static_cast<int>(UI->getVersion()) << "\n"; in printWin64EHUnwindInfo() 480 outs() << " Flags: " << static_cast<int>(UI->getFlags()); in printWin64EHUnwindInfo() 481 if (UI->getFlags()) { in printWin64EHUnwindInfo() 482 if (UI->getFlags() & UNW_ExceptionHandler) in printWin64EHUnwindInfo() 484 if (UI->getFlags() & UNW_TerminateHandler) in printWin64EHUnwindInfo() 486 if (UI->getFlags() & UNW_ChainInfo) in printWin64EHUnwindInfo() 490 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo() 491 outs() << " Number of Codes: " << static_cast<int>(UI->NumCodes) << "\n"; in printWin64EHUnwindInfo() 493 if (UI->getFrameRegister()) { in printWin64EHUnwindInfo() [all …]
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 489 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() argument 493 outs() << " Version: " << static_cast<int>(UI->getVersion()) << "\n"; in printWin64EHUnwindInfo() 494 outs() << " Flags: " << static_cast<int>(UI->getFlags()); in printWin64EHUnwindInfo() 495 if (UI->getFlags()) { in printWin64EHUnwindInfo() 496 if (UI->getFlags() & UNW_ExceptionHandler) in printWin64EHUnwindInfo() 498 if (UI->getFlags() & UNW_TerminateHandler) in printWin64EHUnwindInfo() 500 if (UI->getFlags() & UNW_ChainInfo) in printWin64EHUnwindInfo() 504 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo() 505 outs() << " Number of Codes: " << static_cast<int>(UI->NumCodes) << "\n"; in printWin64EHUnwindInfo() 507 if (UI->getFrameRegister()) { in printWin64EHUnwindInfo() [all …]
|
/external/llvm-project/llvm/tools/opt/ |
D | AnalysisWrappers.cpp | 39 Instruction *UI = dyn_cast<Instruction>(U); in runOnModule() local 40 if (!UI) continue; in runOnModule() 42 CallBase *CB = dyn_cast<CallBase>(UI); in runOnModule() 53 errs() << *UI; in runOnModule()
|
/external/llvm/tools/opt/ |
D | AnalysisWrappers.cpp | 41 Instruction *UI = dyn_cast<Instruction>(U); in runOnModule() local 42 if (!UI) continue; in runOnModule() 44 CallSite CS(cast<Value>(UI)); in runOnModule() 55 errs() << *UI; in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 234 auto *UI = Builder.CreateUnreachable(); in CreateCancel() local 236 Instruction *ThenTI = UI, *ElseTI = nullptr; in CreateCancel() 238 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateCancel() 262 Builder.SetInsertPoint(UI->getParent()); in CreateCancel() 263 UI->eraseFromParent(); in CreateCancel() 358 auto *UI = new UnreachableInst(Builder.getContext(), InsertBB); in CreateParallel() local 360 Instruction *ThenTI = UI, *ElseTI = nullptr; in CreateParallel() 362 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateParallel() 418 LLVM_DEBUG(dbgs() << "Before body codegen: " << *UI->getFunction() << "\n"); in CreateParallel() 425 LLVM_DEBUG(dbgs() << "After body codegen: " << *UI->getFunction() << "\n"); in CreateParallel() [all …]
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | Alone.dsp | 147 SOURCE=..\..\UI\Console\ArError.h 151 SOURCE=..\..\UI\Console\BenchCon.cpp 155 SOURCE=..\..\UI\Console\BenchCon.h 159 SOURCE=..\..\UI\Console\CompressionMode.h 163 SOURCE=..\..\UI\Console\ConsoleClose.cpp 167 SOURCE=..\..\UI\Console\ConsoleClose.h 171 SOURCE=..\..\UI\Console\ExtractCallbackConsole.cpp 175 SOURCE=..\..\UI\Console\ExtractCallbackConsole.h 179 SOURCE=..\..\UI\Console\HashCon.cpp 183 SOURCE=..\..\UI\Console\HashCon.h [all …]
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SFXCon.dsp | 152 SOURCE=..\..\UI\Console\ConsoleClose.cpp 156 SOURCE=..\..\UI\Console\ConsoleClose.h 160 SOURCE=..\..\UI\Console\ExtractCallbackConsole.cpp 164 SOURCE=..\..\UI\Console\ExtractCallbackConsole.h 168 SOURCE=..\..\UI\Console\List.cpp 172 SOURCE=..\..\UI\Console\List.h 176 SOURCE=..\..\UI\Console\MainAr.cpp 180 SOURCE=..\..\UI\Console\OpenCallbackConsole.cpp 184 SOURCE=..\..\UI\Console\OpenCallbackConsole.h 188 SOURCE=..\..\UI\Console\PercentPrinter.cpp [all …]
|
/external/autotest/docs/ |
D | chrome-automation-codelab.md | 1 # Codelab: Finding UI elements using chrome.automation API 3 A common task in autotests is to make hardware changes and verify that UI gets 4 updated or interact with UI elements and verify that hardware is updated. We can 15 that describe Chrome UI elements. The most important attributes of accessibility 25 ## To find a specific UI element 62 don't have a locale independent way of identifying UI nodes. 77 The `find` method supports multiple attributes filters. It returns UI elements 82 The API supports interactions with many types of UI elements. 84 The following table contains chrome.automation roles for common UI elements:
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/ |
D | CompositorNativeWindow11.cpp | 23 ABI::Windows::UI::Composition::ISpriteVisual *inspPtr = in CompositorNativeWindow11() 24 reinterpret_cast<ABI::Windows::UI::Composition::ISpriteVisual *>(window); in CompositorNativeWindow11() 25 mHostVisual = Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ISpriteVisual>{inspPtr}; in CompositorNativeWindow11() 37 ComPtr<ABI::Windows::UI::Composition::IVisual> visual; in getClientRect() 83 ComPtr<ABI::Windows::UI::Composition::ICompositionObject> hostVisual; in createSwapChain() 90 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositor> compositor; in createSwapChain() 97 ComPtr<ABI::Windows::UI::Composition::ICompositorInterop> interop; in createSwapChain() 185 ABI::Windows::UI::Composition::ISpriteVisual *inspp = in IsSpriteVisual() 186 reinterpret_cast<ABI::Windows::UI::Composition::ISpriteVisual *>(window); in IsSpriteVisual()
|