/external/freetype/builds/mac/ |
D | README | 15 running on classic MacOS. To build FreeType running on 19 vanilla FreeType to fit classic MacOS. 21 The information about MacOS specific API is written in 55 classic MacOS, MacPython is available: 89 m68k MacOS: System 6, with 32bit addressing 94 CFM binary executable format for m68k MacOS: 98 CFM binary executable format for ppc MacOS: 99 System 7, MacOS 8, MacOS 9. So-called "Toolbox" 103 CFM binary executable format for ppc MacOS: 104 MacOS 9. Carbon API is used. [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_macos.py | 6 MacOS = test_support.import_module('MacOS') variable 23 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN) 38 MacOS.SetCreatorAndType(test_support.TESTFN, 41 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN) 69 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 79 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
|
D | test_macostools.py | 8 MacOS = test_support.import_module('MacOS') variable 23 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 40 rfp = MacOS.openrf(test_support.TESTFN, '*rb') 43 rfp = MacOS.openrf(TESTFN2, '*rb')
|
/external/python/cpython2/Lib/plat-mac/ |
D | MiniAEFrame.py | 13 import MacOS 41 if MacOS.runtimemodel == 'ppc': 86 if hasattr(MacOS, 'OutputSeen'): 87 MacOS.OutputSeen() 103 if hasattr(MacOS, 'OutputSeen'): 104 MacOS.OutputSeen() 109 if hasattr(MacOS, 'HandleEvent'): 110 MacOS.HandleEvent(event)
|
D | FrameWork.py | 8 import MacOS 123 MacOS.SetEventHandler() 171 if hasattr(MacOS, 'SchedParams'): 172 saveparams = MacOS.SchedParams(*self.schedparams) 183 if hasattr(MacOS, 'SchedParams'): 184 MacOS.SchedParams(*saveparams) 234 if MacOS.runtimemodel == 'macho': 238 MacOS.SetEventHandler() 239 MacOS.SchedParams(*self.schedparams) 241 MacOS.SetEventHandler(self.dispatch) [all …]
|
D | buildtools.py | 15 import MacOS 53 if MacOS.runtimemodel == 'macho': 102 if MacOS.runtimemodel != 'macho' and not destname: 108 if MacOS.runtimemodel == 'macho': 126 if MacOS.runtimemodel == 'macho': 149 if MacOS.runtimemodel == 'macho': 181 except MacOS.Error: 190 except (MacOS.Error, ValueError): 382 except MacOS.Error:
|
D | EasyDialogs.py | 35 import MacOS 325 MacOS.HandleEvent(ev) 405 MacOS.SysBeep() 473 if hasattr(MacOS, 'SchedParams'): 474 appsw = MacOS.SchedParams(1, 0) 508 MacOS.SysBeep() 524 MacOS.SysBeep() 578 if hasattr(MacOS, 'SchedParams'): 579 MacOS.SchedParams(*appsw) 826 if hasattr(MacOS, 'SchedParams'): [all …]
|
D | PixMapWrapper.py | 15 import MacOS 73 id(self.data)+MacOS.string_id_to_buffer, 103 self._stuff('baseAddr', id(self.data) + MacOS.string_id_to_buffer) 210 import MacOS
|
D | applesingle.py | 10 import MacOS 13 class MacOS: class 103 fp = MacOS.openrf(path, '*wb')
|
/external/llvm-project/lldb/test/API/macosx/find-app-in-bundle/ |
D | Makefile | 3 all: clean TestApp.app/Contents/MacOS/TestApp 7 TestApp.app/Contents/MacOS/TestApp: $(EXE) $(DSYM) 9 mv TestApp TestApp.app/Contents/MacOS/TestApp
|
/external/fonttools/Tests/feaLib/data/ |
D | spec8b.fea | 8 # which means Macintosh platform, MacOS Thai encoding, English language. 9 # Since fonttools currently does not support the MacOS Thai encoding, 10 # we use instead MacOS Roman encoding (0), Swedish language (5) for our test.
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | BUILD | 84 linkstatic = 1, # Fixes dyld error on MacOS. 99 linkstatic = 1, # Fixes dyld error on MacOS. 114 linkstatic = 1, # Fixes dyld error on MacOS. 141 linkstatic = 1, # Fixes dyld error on MacOS. 154 linkstatic = 1, # Fixes dyld error on MacOS. 169 linkstatic = 1, # Fixes dyld error on MacOS. 215 linkstatic = 1, # Fixes dyld error on MacOS. 223 linkstatic = 1, # Fixes dyld error on MacOS. 282 linkstatic = 1, # Fixes dyld error on MacOS. 403 linkstatic = 1, # Fixes dyld error on MacOS.
|
/external/python/cpython2/Lib/test/leakers/ |
D | test_gestalt.py | 9 import MacOS 13 except MacOS.Error:
|
/external/curl/src/macos/ |
D | MACINSTALL.TXT | 3 This is the first attempt at porting curl to MacOS. 9 bringing some of the comforts of UNIX 98 to traditional MacOS. 13 I have also written a few functions to help port Unix applications to MacOS. 20 curl for MacOS requires using the CodeWarrior compiler from Metrowerks.
|
/external/libxml2/macos/ |
D | README | 1 This is a MacOS port contribution (not to be used for MacOS-X)
|
/external/python/cpython2/Mac/scripts/ |
D | BuildApplet.py | 14 import MacOS 71 cr, tp = MacOS.GetCreatorAndType(filename) 117 cr, tp = MacOS.GetCreatorAndType(filename)
|
/external/libcxx/utils/ci/ |
D | macos-backdeployment.sh | 9 …s script is used to continually test the back-deployment use case of libc++ and libc++abi on MacOS. 15 …rget to run the tests for. This should be a version number of MacOS (e.g. 10.12). All MacOS versio… 16 …--sdk-version The version of the SDK to test with. This should be a version number of MacOS …
|
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
D | pyproject.toml | 18 "Operating System :: MacOS :: MacOS X",
|
/external/python/cpython2/Doc/library/ |
D | macos.rst | 1 :mod:`MacOS` --- Access to Mac OS interpreter features 4 .. module:: MacOS 10 This module provides access to MacOS specific functionality in the Python 42 This exception is raised on MacOS generated errors, either from functions in 51 Return the textual description of MacOS error code *errno*.
|
/external/freetype/src/gxvalid/ |
D | README | 83 We have checked 183 fonts bundled with MacOS 9.1, MacOS 9.2, MacOS 84 10.0, MacOS X 10.1, MSIE for MacOS, and AppleWorks 6.0. In addition, 85 we have checked 67 Dynalab fonts (designed for MacOS) and 189 Ricoh 86 fonts (designed for Windows and MacOS dual platforms). The number of 202 fact, MacOS is shipped with fonts including broken GX/AAT tables, but 213 - FontValidator (for MacOS 8.5 - 9.2) resource fork font 214 - ftxvalidator (for MacOS X 10.1 -) dfont or naked-sfnt 215 - ftxdumperfuser (for MacOS X 10.1 -) dfont or naked-sfnt 220 In total, we checked 183 fonts bundled to MacOS 9.1, MacOS 9.2, MacOS 221 10.0, MacOS X 10.1, MSIE for MacOS, and AppleWorks 6.0. These fonts [all …]
|
/external/deqp-deps/SPIRV-Tools/docs/ |
D | downloads.md | 5 | Windows | Linux | MacOS | 11 | Windows | Linux | MacOS |
|
/external/swiftshader/third_party/SPIRV-Tools/docs/ |
D | downloads.md | 5 | Windows | Linux | MacOS | 11 | Windows | Linux | MacOS |
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/docs/ |
D | downloads.md | 5 | Windows | Linux | MacOS | 11 | Windows | Linux | MacOS |
|
/external/python/cpython2/Mac/Demo/imgbrowse/ |
D | mac_image.py | 5 import MacOS 16 id(data)+MacOS.string_id_to_buffer, # HACK HACK!!
|
/external/grpc-grpc/doc/ |
D | ssl-performance.md | 15 Bazel | | MacOS | :heavy_check_mark: 17 CMake | boringssl from submodule (default) | Linux or MacOS | :heavy_check_mark: 30 Node.JS | n/a | MacOS | :heavy_check_mark:
|