Home
last modified time | relevance | path

Searched refs:MacOS (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/external/freetype/builds/mac/
DREADME15 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/
Dtest_macos.py6 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')
Dtest_macostools.py8 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/
DMiniAEFrame.py13 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)
DFrameWork.py8 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 …]
Dbuildtools.py15 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:
DEasyDialogs.py35 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 …]
DPixMapWrapper.py15 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
Dapplesingle.py10 import MacOS
13 class MacOS: class
103 fp = MacOS.openrf(path, '*wb')
/external/llvm-project/lldb/test/API/macosx/find-app-in-bundle/
DMakefile3 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/
Dspec8b.fea8 # 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/
DBUILD84 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/
Dtest_gestalt.py9 import MacOS
13 except MacOS.Error:
/external/curl/src/macos/
DMACINSTALL.TXT3 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/
DREADME1 This is a MacOS port contribution (not to be used for MacOS-X)
/external/python/cpython2/Mac/scripts/
DBuildApplet.py14 import MacOS
71 cr, tp = MacOS.GetCreatorAndType(filename)
117 cr, tp = MacOS.GetCreatorAndType(filename)
/external/libcxx/utils/ci/
Dmacos-backdeployment.sh9 …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/
Dpyproject.toml18 "Operating System :: MacOS :: MacOS X",
/external/python/cpython2/Doc/library/
Dmacos.rst1 :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/
DREADME83 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/
Ddownloads.md5 | Windows | Linux | MacOS |
11 | Windows | Linux | MacOS |
/external/swiftshader/third_party/SPIRV-Tools/docs/
Ddownloads.md5 | Windows | Linux | MacOS |
11 | Windows | Linux | MacOS |
/external/angle/third_party/vulkan-deps/spirv-tools/src/docs/
Ddownloads.md5 | Windows | Linux | MacOS |
11 | Windows | Linux | MacOS |
/external/python/cpython2/Mac/Demo/imgbrowse/
Dmac_image.py5 import MacOS
16 id(data)+MacOS.string_id_to_buffer, # HACK HACK!!
/external/grpc-grpc/doc/
Dssl-performance.md15 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:

12345678910>>...13