Searched refs:wrapped (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/bindings/python/llvm/
H A Dcommon.py74 def __init__(self, wrapped):
75 self.wrapped = wrapped
77 self.__doc__ = wrapped.__doc__
85 value = self.wrapped(instance)
86 setattr(instance, self.wrapped.__name__, value)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DRefCountedSupplement.h45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } argument
50 ThisType* wrapped() const { return m_wrapped.get(); } function in class:WebCore::RefCountedSupplement::Wrapper
67 return static_cast<Wrapper*>(found)->wrapped();
/macosx-10.9.5/CrackLib-37765/cracklib27/shadow/
H A Dobscure-CL.c71 char wrapped[64]; local
110 strcpy (wrapped, oldmono);
111 strcat (wrapped, oldmono);
112 if (strstr (wrapped, newmono)) {
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonCryptoSymmetricWrap.c33 uint8_t wrapped[wrapped_size];
37 ok(CCSymmetricKeyWrap(kCCWRAPAES, iv , ivLen, kek->bytes, kek->len, key->bytes, key->len, wrapped, &wrapped_size) == 0, "function is successful");
39 bb = bytesToBytes(wrapped, wrapped_size);
50 ok(CCSymmetricKeyUnwrap(kCCWRAPAES, iv, ivLen, kek->bytes, kek->len, wrapped, wrapped_size, unwrapped, &unwrapped_size) == 0, "function is successful");
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLCanvasElementCustom.cpp89 ScriptObject wrapped; local
91 wrapped = InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation(canvas->document(), contextObject);
94 wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(canvas->document(), contextObject);
96 if (!wrapped.hasNoValue())
97 return wrapped.jsValue();
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_int_thread.h251 * definitions for type-wrapped debug *
283 ldap_int_thread_mutex_t wrapped; member in struct:__anon3125
293 ldap_int_thread_cond_t wrapped; member in struct:__anon3126
298 ldap_int_thread_rdwr_t wrapped; member in struct:__anon3127
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValue.mm659 if (id wrapped = tryUnwrapObjcObject(context, object))
660 return (JSContainerConvertor::Task){ object, wrapped, ContainerNone };
728 if (id wrapped = tryUnwrapObjcObject(context, value)) {
729 if ([wrapped isKindOfClass:[NSNumber class]])
730 return wrapped;
743 if (id wrapped = tryUnwrapObjcObject(context, value)) {
744 if ([wrapped isKindOfClass:[NSString class]])
745 return wrapped;
762 if (id wrapped = tryUnwrapObjcObject(context, value)) {
763 if ([wrapped isKindOfClas
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DMethod.pm70 my $wrapped = shift;
72 $me->_writeMessageRequestElem($types, $style, $wrapped);
77 $me->_writeMessageResponseElem($types, $style, $wrapped);
91 $me->_writeMessageFaultElem($fault->wsdlName, $style, $wrapped);
153 my $wrapped = shift;
157 if ($wrapped) {
172 my $wrapped = shift;
176 if ($wrapped) {
195 my $wrapped = shift;
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DMethod.pm70 my $wrapped = shift;
72 $me->_writeMessageRequestElem($types, $style, $wrapped);
77 $me->_writeMessageResponseElem($types, $style, $wrapped);
91 $me->_writeMessageFaultElem($fault->wsdlName, $style, $wrapped);
157 my $wrapped = shift;
161 if ($wrapped) {
176 my $wrapped = shift;
180 if ($wrapped) {
199 my $wrapped = shift;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dgssapi.c162 gss_buffer_desc unwrapped, wrapped; local
190 &wrapped);
205 pkt_len = 4 + wrapped.length;
221 b[0] = (unsigned char)(wrapped.length >> 24);
222 b[1] = (unsigned char)(wrapped.length >> 16);
223 b[2] = (unsigned char)(wrapped.length >> 8);
224 b[3] = (unsigned char)(wrapped.length >> 0);
226 /* copy the wrapped blob to the right location */
227 memcpy(b + 4, wrapped.value, wrapped
243 gss_buffer_desc unwrapped, wrapped; local
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DTrace.pm304 Register classes whose objects are are automatically wrapped when
318 A hash of prototypes to use for the methods when an object is wrapped.
326 Returns a wrapped function or object. When a wrapped function is
328 When a method on a wrapped object is invoked then a trace is printed
350 Replaces the function given by $symbol with a wrapped function.
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm304 Register classes whose objects are are automatically wrapped when
318 A hash of prototypes to use for the methods when an object is wrapped.
326 Returns a wrapped function or object. When a wrapped function is
328 When a method on a wrapped object is invoked then a trace is printed
350 Replaces the function given by $symbol with a wrapped function.
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dnamespace.test75 test namespace-1.5 {can find classes wrapped in a namespace} {
/macosx-10.9.5/Heimdal-323.92.1/appl/gssmask/
H A Dgssmaestro.c434 krb5_data msg, wrapped, out; local
440 krb5_data_zero(&wrapped);
443 val = encrypt_token(c1, hc1, conf, &msg, &wrapped);
448 val = decrypt_token(c2, hc2, conf, &wrapped, &out);
450 krb5_data_free(&wrapped);
464 krb5_data_free(&wrapped);
473 krb5_data header, msg, trailer, wrapped, out; local
485 krb5_data_zero(&wrapped);
488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped);
493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped,
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_export.c316 int wrapped = 0; local
392 wrapped = 1;
406 if(wrapped) {
H A Dkeychain_import.c78 * is a wrapped object
238 Boolean wrapped = FALSE; local
331 wrapped = TRUE;
392 if(wrapped) {
/macosx-10.9.5/BerkeleyDB-21/db/test/scr008/
H A Dchk.pubdef141 Check that all constants in pubdef.in are wrapped by the Java API.
168 Check that all constants in pubdef.in are wrapped by the Java native layer.
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dkcm-protos.h300 kcm_unparse_wrap(krb5_storage *sp, char *name, int32_t session, int (^wrapped)(krb5_storage *inner));
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl21 To try the demo - place the cursor at the start of a paragraph and change the amount of initial space. The paragraph is a logical line of text; its first display line may have leading whitespace, and ntext indents any subsequent (wrapped) display lines to match the first.
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCInteractivePlayer.mm455 NSString * wrapped =
458 [self speakMove:move text:wrapped check:NO];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c367 #define WRAPPED(ptr) (&(ptr)->wrapped)
524 ldap_pvt_thread_t wrapped; member in struct:__anon3147
575 t->wrapped = *thread;
601 if( ldap_pvt_thread_equal( thread, thread_info[i]->wrapped ) )
/macosx-10.9.5/pcre-7/pcre/
H A Dpcrecpp.cc137 string wrapped = "(?:"; // A non-counting grouping operator local
138 wrapped += pattern_;
139 wrapped += ")\\z";
140 re = pcre_compile(wrapped.c_str(), pcre_options,
/macosx-10.9.5/system_cmds-597.90.1/arch.tproj/
H A Darch.c505 * wrapped - check the path to see if it is a link to /usr/bin/arch.
508 wrapped(const char *name) function
672 int needexecpath = wrapped(*argv);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/arch.tproj/
H A Darch.c505 * wrapped - check the path to see if it is a link to /usr/bin/arch.
508 wrapped(const char *name) function
672 int needexecpath = wrapped(*argv);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A Ddirhardlink.c1161 uint32_t wrapped; /* Boolean, true if list wraps around */ member in struct:visited_dirinode
1175 visited->wrapped = true;
1192 /* If the list had wrapped, search the entire list */
1193 if (visited->wrapped == true) {
1302 visited.wrapped = false;

Completed in 196 milliseconds

12