Home
last modified time | relevance | path

Searched refs:Mac (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/external/python/cpython2/Doc/library/
Dcarbon.rst5 Mac OS Toolbox Modules
8 These are a set of modules that provide interfaces to various legacy Mac OS toolboxes.
37 :platform: Mac
47 :platform: Mac
57 :platform: Mac
65 :platform: Mac
75 :platform: Mac
88 :platform: Mac
98 :platform: Mac
106 :platform: Mac
[all …]
Dundoc.rst66 Undocumented Mac OS modules
74 :platform: Mac
85 :platform: Mac
96 :platform: Mac
111 :platform: Mac
122 :mod:`macerrors` --- Mac OS Errors
126 :platform: Mac
127 :synopsis: Constant definitions for many Mac OS error codes.
131 :mod:`macerrors` contains constant definitions for many Mac OS error codes.
140 :platform: Mac
[all …]
Dmacos.rst1 :mod:`MacOS` --- Access to Mac OS interpreter features
5 :platform: Mac
6 :synopsis: Access to Mac OS-specific interpreter features.
24 could also be ``'ppc'`` for the classic Mac OS 8 runtime model or ``'carbon'``
25 for the Mac OS 9 runtime model.
33 linked Python, ``'framework'`` for Python in a Mac OS X framework, ``'shared'``
35 value ``'cfm'`` for Mac OS 9-compatible Python.
56 On Mac OS X the string is simply printed to stderr (on older Mac OS systems more
110 running on Mac OS X Server or when logged in via ssh, or when the current
Dmacpath.rst2 :mod:`macpath` --- Mac OS 9 path manipulation functions
6 :synopsis: Mac OS 9 path manipulation functions.
9 This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path`
10 module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X
Dmac.rst4 Mac OS X specific services
7 This chapter describes modules that are only available on the Mac OS X platform.
11 Mac-specific Python programming.
Dplistlib.rst1 :mod:`plistlib` --- Generate and parse Mac OS X ``.plist`` files
5 :synopsis: Generate and parse Mac OS X plist files.
11 This module was previously only available in the Mac-specific library, it is
23 XML files used mainly by Mac OS X.
80 *path*. Availability: Mac OS X.
90 *path*. Availability: Mac OS X.
/external/python/cpython2/Doc/using/
Dmac.rst11 Python on a Macintosh running Mac OS X is in principle very similar to Python on
15 The Mac-specific modules are documented in :ref:`mac-specific-services`.
17 Python on Mac OS 9 or earlier can be quite different from Python on Unix or
20 installers for the latest 2.3 release for Mac OS 9 and related documentation.
28 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
31 runs natively on the Mac's new Intel and legacy PPC CPU's, is available there.
65 Your best way to get started with Python on Mac OS X is through the IDLE
70 the Finder you first need an editor to create your script. Mac OS X comes with a
72 :program:`emacs` among them. If you want a more Mac-like editor,
98 With older versions of Python, there is one Mac OS X quirk that you need to be
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
DMacInputStream.java7 import org.bouncycastle.crypto.Mac;
12 protected Mac mac;
16 Mac mac) in MacInputStream()
48 public Mac getMac() in getMac()
DMacOutputStream.java6 import org.bouncycastle.crypto.Mac;
11 protected Mac mac;
14 Mac mac) in MacOutputStream()
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_info.mm66 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
70 "NumberOfCapabilities is not supported on the Mac platform.");
80 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
84 "NumberOfCapabilities is not supported on the Mac platform.");
93 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
97 "NumberOfCapabilities is not supported on the Mac platform.");
117 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
121 "NumberOfCapabilities is not supported on the Mac platform.");
/external/bison/build-aux/
Ddarwin11.4.0.valgrind19 Mac OS X initialization
27 Mac OS X initialization
35 Mac OS X initialization
43 Mac OS X I/O buffer
53 Mac OS X I/O buffer
/external/bison/m4/
Dintlmacosx.m416 dnl Checks for special options needed on Mac OS X.
20 dnl Check for API introduced in Mac OS X 10.2.
34 …[Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation fra…
36 dnl Check for API introduced in Mac OS X 10.3.
49 …[Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework…
Dfrexpl.m416 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
76 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
116 dnl Mac OS X 10.4/PowerPC, on AIX 5.1, and on BeOS), on denormalized numbers
117 dnl (this fails on Mac OS X 10.5/i386), and also on infinite numbers (this
165 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
204 exp = -16382, y = 0.5. On Mac OS X 10.5: exp = -16384, y = 0.5. */
/external/python/cpython2/Mac/BuildScript/resources/
DWelcome.rtf10 \b Mac OS X $MACOSX_DEPLOYMENT_TARGET
14 \b Python for Mac OS X
15 …anguage interpreter, plus a set of programs to allow easy access to it for Mac OS X users includin…
37 …formation on supported and recommended versions of Tcl/Tk for this version of Python and Mac OS X.}
/external/oauth/core/src/main/java/net/oauth/signature/
DHMAC_SHA1.java23 import javax.crypto.Mac;
74 Mac mac = Mac.getInstance(MAC_NAME); in computeSignature()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
DDefaultJcaJceHelper.java17 import javax.crypto.Mac;
35 public Mac createMac(String algorithm) in createMac()
38 return Mac.getInstance(algorithm); in createMac()
DProviderJcaJceHelper.java18 import javax.crypto.Mac;
42 public Mac createMac(String algorithm) in createMac()
45 return Mac.getInstance(algorithm, provider); in createMac()
DNamedJcaJceHelper.java18 import javax.crypto.Mac;
42 public Mac createMac(String algorithm) in createMac()
45 return Mac.getInstance(algorithm, providerName); in createMac()
DJcaJceHelper.java18 import javax.crypto.Mac;
31 Mac createMac(String algorithm) in createMac()
/external/valgrind/
Ddarwin10.supp2 # Suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
18Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framework.
26Mac OS X 10.6.4. rdar://8145318. Uninitialized memory from HIMenuBarView::MeasureAppMenus is used …
/external/google-breakpad/src/client/mac/sender/ja.lproj/
DLocalizable.strings3 "crashDialogMsg" = "Mac OS Xとほかのアプリケーションには影響しません。問題を特定するためのレポートを %@ に送信することができます。";
6 "noCrashDialogMsg" = "Mac OS Xとほかのアプリケーションには影響しません。レポートを %1$@ に送信していただくと、%2$@ を改善する手助けになります。";
/external/python/cpython2/Tools/bgen/
DREADME6 use, see the Mac Python source distribution (available separately
7 from the Python ftp archives). Note that BGEN is not Mac specific!
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseMac.java20 import org.bouncycastle.crypto.Mac;
40 private Mac macEngine;
47 Mac macEngine) in BaseMac()
53 Mac macEngine, in BaseMac()
/external/v8/tools/v8.xcodeproj/
DREADME.txt2 is needed for building on a Mac there is the option of using GYP to
8 project integrated V8 into the Mac build.
/external/python/cpython2/Mac/
DREADME2 Python on Mac OS X README
12 This document provides a quick overview of some Mac OS X specific features in
22 _`Building and using a framework-based Python on Mac OS X` for more
54 See the section _`Building and using a universal binary of Python on Mac OS X`
64 Building and using a universal binary of Python on Mac OS X
173 Building and using a framework-based Python on Mac OS X.
182 from a Mac OS X application bundle (".app").
208 distribution, this is installed by default on Mac OS X 10.4 or later. Be
227 the relevant portions of the Mac subtree into the Python.framework.
250 framework itself, the Mac subtree, the applications and the unix tools.
[all …]

12345678910>>...21