Searched refs:set (Results 176 - 200 of 2924) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dtestssce.bat1 rem set ssleay=..\out\ssleay
2 set ssleay=%1
4 set reqcmd=%ssleay% req
5 set x509cmd=%ssleay% x509
6 set verifycmd=%ssleay% verify
8 set CAkey=\OpenSSL\keyCA.ss
9 set CAcert=\OpenSSL\certCA.ss
10 set CAserial=\OpenSSL\certCA.srl
11 set CAreq=\OpenSSL\reqCA.ss
13 set CAcon
[all...]
/macosx-10.10.1/groff-38/groff/arch/djgpp/
H A Dconfig.bat8 set XSRC=.
11 set XSRC=%1
24 set CONFIG_SITE=%XSRC%/arch/djgpp/config.site
35 set OS=MS-Windows
39 set OS=MS-DOS
45 set HOSTNAME=Unknown PC
48 set HOSTNAME=%USER%'s PC
52 set HOSTNAME=%USERNAME%'s PC
55 set _HOSTNAME=%HOSTNAME%, %OS%
57 set HOSTNAM
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dvimrc_example.vim19 set nocompatible
22 set backspace=indent,eol,start
25 set nobackup " do not keep a backup file, use versions instead
27 set backup " keep a backup file
29 set history=50 " keep 50 lines of command line history
30 set ruler " show the cursor position all the time
31 set showcmd " display incomplete commands
32 set incsearch " do incremental searching
46 set mouse=a
53 set hlsearc
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_set_property.py17 aSet = set([1,2])
28 aSet = set([1,2])
31 self.assertEqual(repr(o.aSet), '<set proxy for property aSet %r>'%(aSet,))
39 o.aSet = set()
40 self.assertEqual(observer.seen, {'aSet': set()})
51 self.assertEqual(observer.values[-2][-1]['new'], set('a'))
55 self.assertEqual(observer.values[-1][-1]['new'], set('b'))
61 self.assertEqual(o.aSet, set(['a', 'b']))
70 self.assertEqual(observer.values[-1][-1]['old'], set(['a', 'b']))
75 o.aSet = set()
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/usetperf/
H A Dbitset.h30 void set(int32_t bitIndex);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DVariableWatchpointSetInlines.h39 m_inferredValue.set(vm, &m_symbolTable, value);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGClobberSet.h78 ClobberSetAdd(ClobberSet& set) argument
79 : m_set(set)
93 ClobberSetOverlaps(const ClobberSet& set) argument
94 : m_set(set)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSArgumentsIterator.cpp39 m_arguments.set(vm, this, arguments);
H A DNameInstance.cpp39 m_nameString.set(vm, this, nameString);
H A DRegExpCachedResult.h50 m_lastInput.set(vm, owner, jsEmptyString(&vm));
51 m_lastRegExp.set(vm, owner, emptyRegExp);
56 m_lastRegExp.set(vm, owner, regExp);
57 m_lastInput.set(vm, owner, input);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dgenkey.h43 void size(uint32 s) { mKeySize = s; set(CSSM_ATTRIBUTE_KEY_LENGTH, s); }
44 void seed(const CssmCryptoData &s) { mSeed = &s; set(CSSM_ATTRIBUTE_SEED, s); }
45 void salt(const CssmData &s) { mSalt = &s;set(CSSM_ATTRIBUTE_SALT, s); }
46 void params(const CssmData &p) { mParams = &p; set(CSSM_ATTRIBUTE_ALG_PARAMS, p); }
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dwalkers.cpp40 for (set<void *>::iterator it = freeSet.begin(); it != freeSet.end(); it++)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dgenkey.h43 void size(uint32 s) { mKeySize = s; set(CSSM_ATTRIBUTE_KEY_LENGTH, s); }
44 void seed(const CssmCryptoData &s) { mSeed = &s; set(CSSM_ATTRIBUTE_SEED, s); }
45 void salt(const CssmData &s) { mSalt = &s;set(CSSM_ATTRIBUTE_SALT, s); }
46 void params(const CssmData &p) { mParams = &p; set(CSSM_ATTRIBUTE_ALG_PARAMS, p); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dwalkers.cpp40 for (set<void *>::iterator it = freeSet.begin(); it != freeSet.end(); it++)
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFolderIcon.css27 content: -webkit-image-set(url(../Images/FolderGeneric.png) 1x, url(../Images/FolderGeneric@2x.png) 2x);
31 content: -webkit-image-set(url(../Images/Legacy/FolderGeneric.png) 1x, url(../Images/Legacy/FolderGeneric@2x.png) 2x);
H A DSlider.css39 content: -webkit-image-set(url(../Images/SliderThumb.png) 1x, url(../Images/SliderThumb@2x.png) 2x);
43 content: -webkit-image-set(url(../Images/SliderThumbPressed.png) 1x, url(../Images/SliderThumbPressed@2x.png) 2x);
/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/WebKitExportGenerator/
H A DWebKitExportGeneratorBuildCmd.cmd2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
5 set GeneratorDirectory=%CONFIGURATIONBUILDDIR%/obj%PlatformArchitecture%/WebKitExportGenerator
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKMutableDictionary.cpp42 return toImpl(dictionaryRef)->set(toImpl(keyRef)->string(), toImpl(itemRef));
/macosx-10.10.1/adv_cmds-158/stty/
H A Dstty.h44 int set; /* need set */ member in struct:info
45 int wset; /* need window set */
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dmsgcat.h78 * will be set to NULL. If a NULL msgcat is given to isc_msgcat_get(),
112 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
115 * Get message 'message' from message set 'set' in 'msgcat'. If it
122 *\li set > 0
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Denv_test.c70 ATF_TC(set); variable
71 ATF_TC_HEAD(set, tc)
75 ATF_TC_BODY(set, tc)
112 ATF_TP_ADD_TC(tp, set);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Denv.hpp61 //! variables set to the empty string are different to undefined ones.
67 void set(const std::string&, const std::string&);
73 //! variables are different to those defined but set to an empty value.
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-3.d3 #objcopy: --set-section-flags .text=alloc,data
7 # The .text # section in PE/COFF has a fixed set of flags and these
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A DDSAextract.py40 #construct a set of node names
41 node_name_set = set()
43 node_name_set |= set([name])
56 node_set = set()
66 #for the node (it will be Node(hex number)) to our set of nodes
68 node_set |= set([re.split('\s+',buffer,2)[1]])
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dmsgcat.h78 * will be set to NULL. If a NULL msgcat is given to isc_msgcat_get(),
112 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
115 * Get message 'message' from message set 'set' in 'msgcat'. If it
122 *\li set > 0

Completed in 316 milliseconds

1234567891011>>