Searched refs:wrap (Results 76 - 100 of 501) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddlquery.cpp61 mValue(Allocator::standard(), CssmData::wrap(value))
66 mValue(Allocator::standard(), CssmData::wrap(uint32(value ? 1 : 0)))
83 mValue(Allocator::standard(), CssmData::wrap(uint32(CSSM_FALSE)))
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddlquery.cpp61 mValue(Allocator::standard(), CssmData::wrap(value))
66 mValue(Allocator::standard(), CssmData::wrap(uint32(value ? 1 : 0)))
83 mValue(Allocator::standard(), CssmData::wrap(uint32(CSSM_FALSE)))
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/gke/
H A Dgkgenerate100 wrap = dict( variable
104 plistlib.writePlist(wrap, authfile)
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSBlobCustom.cpp57 return wrap<JSFile>(exec, globalObject, static_cast<File*>(blob));
59 return wrap<JSBlob>(exec, globalObject, blob);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DObjCEventListener.mm51 PassRefPtr<ObjCEventListener> ObjCEventListener::wrap(ObjCListener listener)
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDocument.h91 @method searchFor:direction:caseSensitive:wrap:
96 @param wrapFlag YES to wrap around, NO to avoid wrapping.
99 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm-c/
H A DTarget.h237 inline LLVMTargetDataRef wrap(const TargetData *P) { function in namespace:llvm
245 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfo *P) { function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTarget.cpp36 return wrap(new TargetData(StringRep));
62 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext()));
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dmenubar3.rb68 TkText.new(:wrap=>'word').pack.insert('1.0', 'This sample script generates "Menu Sidebar".
/macosx-10.9.5/ruby-104/ruby/lib/rexml/formatters/
H A Dpretty.rb91 s = wrap(s, @width - @level)
128 def wrap(string, width) method in class:REXML.Formatters.Pretty
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dqwrap.tcl1 # qwrap - wrap a stand-alone tclkit script into a Starkit
3 # Equivalent to wrap, but this creates a temporary .vfs directory
121 # now pass to wrap
126 source [file join [file dirname [info script]] wrap.tcl]
131 source [file join [file dirname [info script]] wrap.tcl]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl85 # wrap content gi --
88 proc wrap {content gi} { procedure
92 # wrap? content gi --
93 # Same as [wrap], but returns an empty string if $content is empty.
95 proc wrap? {content gi} {
101 # Same as [wrap?], but separates entries with newlines
/macosx-10.9.5/sudo-72/src/zlib/
H A Ddeflate.c225 int wrap = 1; local
262 wrap = 0;
267 wrap = 2; /* write gzip wrapper instead */
282 s->wrap = wrap;
330 int wrap; local
337 wrap = s->wrap;
338 if (wrap == 2 || (wrap
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLogCursor.java30 static LogCursor wrap(DbLogc logc) { method in class:LogCursor
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep035.tcl126 set pid1 [exec $tclsh_path $test_path/wrap.tcl \
131 set pid2 [exec $tclsh_path $test_path/wrap.tcl \
136 set pid3 [exec $tclsh_path $test_path/wrap.tcl \
141 set pid4 [exec $tclsh_path $test_path/wrap.tcl \
H A Dtxn012.tcl43 set pid [exec $tclsh_path $test_path/wrap.tcl txn012script.tcl \
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_codesigning.cpp59 new(alloc) ListElement(alloc, CssmData::wrap(legacyHash(), SHA1::digestLength)),
60 new(alloc) ListElement(alloc, CssmData::wrap(path().c_str(), path().size() + 1)));
65 CssmData::wrap(CFDataGetBytePtr(reqData), CFDataGetLength(reqData)));
120 return make((const SHA1::Byte *)data, CssmData::wrap(commentData, commentLength));
H A Dconstdata.h65 static ConstData wrap(const T &obj, bool takeOwnership) function in class:Security::ConstData
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustedApplication.h62 CssmData legacyHash() const { return CssmData::wrap(mForm->legacyHash(), SHA1::digestLength); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_codesigning.cpp59 new(alloc) ListElement(alloc, CssmData::wrap(legacyHash(), SHA1::digestLength)),
60 new(alloc) ListElement(alloc, CssmData::wrap(path().c_str(), path().size() + 1)));
65 CssmData::wrap(CFDataGetBytePtr(reqData), CFDataGetLength(reqData)));
120 return make((const SHA1::Byte *)data, CssmData::wrap(commentData, commentLength));
H A Dconstdata.h65 static ConstData wrap(const T &obj, bool takeOwnership) function in class:Security::ConstData
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustedApplication.h62 CssmData legacyHash() const { return CssmData::wrap(mForm->legacyHash(), SHA1::digestLength); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustedApplication.h62 CssmData legacyHash() const { return CssmData::wrap(mForm->legacyHash(), SHA1::digestLength); }
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dserver.cpp77 CssmData::wrap(mStartupReaderState).fromHex(argv[3]);
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dserver.cpp77 CssmData::wrap(mStartupReaderState).fromHex(argv[3]);

Completed in 392 milliseconds

1234567891011>>