/external/lzma/CPP/7zip/UI/Console/ |
D | Console.manifest | 8 <!-- Win 7 --> <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> 9 <!-- Win 8 --> <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> 10 <!-- Win 8.1 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> 11 <!-- Win 10 --> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
|
/external/python/cpython2/Mac/Demo/quicktime/ |
D | VerySimplePlayer.py | 12 from Carbon import Win 33 theWindow = Win.NewCWindow(bounds, fss.as_tuple()[2], 0, 0, -1, 1, 0) 69 part, whichWindow = Win.FindWindow(where) 75 whichWindow = Win.WhichWindow(message)
|
D | MovieInWindow.py | 12 from Carbon import Win 35 theWindow = Win.NewCWindow(bounds, os.path.split(filename)[1], 1, 0, -1, 0, 0)
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/ios/ |
D | libgrpc.a.meta | 21 Exclude Win: 1 38 Facebook: Win 74 Standalone: Win
|
D | libgrpc_csharp_ext.a.meta | 26 Exclude Win: 1 49 Facebook: Win 97 Standalone: Win
|
/external/libxkbcommon/test/data/symbols/ |
D | altwin | 27 // Ctrl is mapped to the Alt, Alt to the Super, and Win to the Ctrl keys. 54 // Meta is mapped to the left Win key. 77 // Menu is mapped to the right Win key. 117 // Win is mapped to the PrtSc key (and the usual Win key).
|
D | group | 19 // Either Win key (while pressed) chooses the second keyboard group. 26 // The left Win key (while pressed) chooses the second keyboard group. 37 // The right Win key (while pressed) chooses the second keyboard group. 108 // Pressing the left Win key selects the first group, 109 // pressing the right Win or the Menu key selects the last group. 306 // Pressing the left Win key switches to the next group. 318 // Pressing the right Win key switches to the next group.
|
D | ctrl | 95 // Swap the functions of the left Win key and the left Ctrl key. 104 // Swap the functions of the right Win key and the right Ctrl key. 113 // Map Ctrl to the left Alt key, Alt to the left Win key,
|
D | level3 | 110 // Either Win key (while pressed) chooses the third shift level. 117 // The left Win key (while pressed) chooses the third shift level. 127 // The right Win key (while pressed) chooses the third shift level.
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/android/arm64-v8a/ |
D | libgrpc_csharp_ext.so.meta | 22 Exclude Win: 1 45 Facebook: Win 81 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/android/armeabi-v7a/ |
D | libgrpc_csharp_ext.so.meta | 22 Exclude Win: 1 45 Facebook: Win 81 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/android/x86/ |
D | libgrpc_csharp_ext.so.meta | 22 Exclude Win: 1 45 Facebook: Win 81 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/linux/x86/ |
D | libgrpc_csharp_ext.so.meta | 26 Exclude Win: 0 49 Facebook: Win 97 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/win/x86/ |
D | grpc_csharp_ext.dll.meta | 26 Exclude Win: 0 49 Facebook: Win 97 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/osx/x86/ |
D | grpc_csharp_ext.bundle.meta | 26 Exclude Win: 1 49 Facebook: Win 97 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/linux/x64/ |
D | libgrpc_csharp_ext.so.meta | 26 Exclude Win: 0 49 Facebook: Win 97 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/osx/x64/ |
D | grpc_csharp_ext.bundle.meta | 26 Exclude Win: 1 49 Facebook: Win 97 Standalone: Win
|
/external/grpc-grpc/src/csharp/unitypackage/unitypackage_skeleton/Plugins/Grpc.Core/runtimes/win/x64/ |
D | grpc_csharp_ext.dll.meta | 26 Exclude Win: 1 49 Facebook: Win 97 Standalone: Win
|
/external/python/cpython2/Mac/Demo/imgbrowse/ |
D | imgbrowse.py | 8 from Carbon import Win 79 self.wid = Win.NewCWindow(bounds, "Picture", 1, 0, -1, 1, 0)
|
/external/python/cpython2/Mac/Demo/PICTbrowse/ |
D | PICTbrowse.py | 7 from Carbon import Win 83 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
D | PICTbrowse2.py | 7 from Carbon import Win 85 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
D | ICONbrowse.py | 7 from Carbon import Win 84 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | BreakpadRecords.cpp | 30 Win, enumerator 48 .Case("WIN", Token::Win) in stringTo() 143 case Token::Win: in classify() 158 case Token::Win: in classify() 415 if (consume<Token>(Line) != Token::Win) in parse()
|
/external/python/cpython2/Lib/plat-mac/ |
D | MiniAEFrame.py | 19 from Carbon import Win 91 partcode, window = Win.FindWindow(where)
|
/external/fonttools/Tests/feaLib/data/ |
D | spec8b.fea | 5 sizemenuname "Win MinionPro Size Name";
|