Searched refs:tme (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/data/locales/ |
D | smn.txt | 113 "{1} 'tme' {0}", 114 "{1} 'tme' {0}", 115 "{1} 'tme' {0}", 116 "{1} 'tme' {0}", 232 "{1} 'tme' {0}", 233 "{1} 'tme' {0}", 234 "{1} 'tme' {0}", 235 "{1} 'tme' {0}",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | smn.txt | 113 "{1} 'tme' {0}", 114 "{1} 'tme' {0}", 115 "{1} 'tme' {0}", 116 "{1} 'tme' {0}", 232 "{1} 'tme' {0}", 233 "{1} 'tme' {0}", 234 "{1} 'tme' {0}", 235 "{1} 'tme' {0}",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | smn.txt | 113 "{1} 'tme' {0}", 114 "{1} 'tme' {0}", 115 "{1} 'tme' {0}", 116 "{1} 'tme' {0}", 232 "{1} 'tme' {0}", 233 "{1} 'tme' {0}", 234 "{1} 'tme' {0}", 235 "{1} 'tme' {0}",
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_window_win.cc | 684 TRACKMOUSEEVENT tme; in OnMouseEvent() local 685 tme.cbSize = sizeof(TRACKMOUSEEVENT); in OnMouseEvent() 686 tme.dwFlags = TME_LEAVE; in OnMouseEvent() 687 tme.hwndTrack = hwnd_; in OnMouseEvent() 688 TrackMouseEvent(&tme); in OnMouseEvent() 708 TRACKMOUSEEVENT tme; in OnMouseEvent() local 709 tme.cbSize = sizeof(TRACKMOUSEEVENT); in OnMouseEvent() 710 tme.dwFlags = TME_LEAVE & TME_CANCEL; in OnMouseEvent() 711 tme.hwndTrack = hwnd_; in OnMouseEvent() 712 TrackMouseEvent(&tme); in OnMouseEvent()
|
/third_party/flutter/glfw/src/ |
D | win32_window.c | 639 TRACKMOUSEEVENT tme; in windowProc() local 640 ZeroMemory(&tme, sizeof(tme)); in windowProc() 641 tme.cbSize = sizeof(tme); in windowProc() 642 tme.dwFlags = TME_LEAVE; in windowProc() 643 tme.hwndTrack = window->win32.handle; in windowProc() 644 TrackMouseEvent(&tme); in windowProc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AArch64TargetParser.def | 82 AARCH64_ARCH_EXT_NAME("tme", AArch64::AEK_TME, "+tme", "-tme")
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 374 TRACKMOUSEEVENT tme = { sizeof(tme), TME_LEAVE, hwnd, 0 }; in ImGui_ImplWin32_WndProcHandler() local 375 ::TrackMouseEvent(&tme); in ImGui_ImplWin32_WndProcHandler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 360 def FeatureTME : SubtargetFeature<"tme", "HasTME",
|
D | AArch64InstrInfo.td | 140 AssemblerPredicate<"FeatureTME", "tme">;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 320 …{ "tme", "Enable Transactional Memory Extension", AArch64::FeatureTME, { { { 0x0ULL, 0x0ULL, 0x0UL…
|
D | AArch64GenAsmMatcher.inc | 1265 case Feature_HasTMEBit: return "tme";
|