Searched refs:me (Results 51 - 75 of 842) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSData.cpp130 OSData *me = new OSData; local
132 if (me && !me->initWithCapacity(inCapacity)) {
133 me->release();
137 return me;
142 OSData *me = new OSData; local
144 if (me && !me->initWithBytes(bytes, inLength)) {
145 me->release();
148 return me;
153 OSData *me = new OSData; local
165 OSData *me = new OSData; local
178 OSData *me = new OSData; local
[all...]
H A DOSCollectionIterator.cpp66 OSCollectionIterator *me = new OSCollectionIterator; local
68 if (me && !me->initWithCollection(inColl)) {
69 me->release();
73 return me;
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.cpp76 VectorCommand * me = new VectorCommand( userclient, callback, inRefCon ); local
77 if( !me )
80 return reinterpret_cast<IUnknownVTbl**>(&me->GetInterface());
423 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
424 return (me->mInflightCount != 0);
438 VectorCommand * me = (VectorCommand*)refcon; local
439 me->VectorCompletionHandler( result, quads, numQuads );
482 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
483 me->mCallback = inCallback;
492 VectorCommand * me local
502 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
512 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
522 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
532 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
543 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
567 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
578 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
589 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
602 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
613 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
624 VectorCommand * me = IOFireWireIUnknown::InterfaceMap<VectorCommand>::GetThis(self); local
[all...]
H A DIOFireWireLibPseudoAddressSpace.cpp60 PseudoAddressSpace* me = nil ; local
63 me = new PseudoAddressSpace(userclient, inKernAddrSpaceRef, inBuffer, inBufferSize, inBackingStore, inRefCon) ;
67 return (nil == me) ? nil : reinterpret_cast<IUnknownVTbl**>(& me->GetInterface()) ;
468 PseudoAddressSpace* me = IOFireWireIUnknown::InterfaceMap<PseudoAddressSpace>::GetThis(refcon) ; local
470 if ( !me->mWriter || ( (bool)args[7] && !me->mReader) )
472 me->ClientCommandIsComplete( args[0], kFWResponseTypeError) ;
483 ::CFDictionaryAddValue( me->mPendingLocks, args[0], lockValues ) ;
487 (me
515 PseudoAddressSpace* me = IOFireWireIUnknown::InterfaceMap<PseudoAddressSpace>::GetThis(refcon) ; local
524 PseudoAddressSpace* me = IOFireWireIUnknown::InterfaceMap<PseudoAddressSpace>::GetThis(refcon) ; local
[all...]
/macosx-10.10/CPANInternal-159.1/IPC-LDT-2.03/
H A DLDT.pm147 s/\$me->trace\(.+?\);//g if ($status=filter_read())>0;
486 my ($me);
491 $me=bless([\%{"$class\::FIELDS"}], $class);
498 $me->{'handle'}=$switches{'handle'};
499 $me->{'fileno'}=$me->{'handle'}->fileno;
500 $me->{'msg'}=$me->{'rc'}='';
501 $me->{'objectMode'}=(exists $switches{'objectMode'} and $switches{'objectMode'}) ? 1 : 0;
502 $me
[all...]
/macosx-10.10/groff-38/groff/arch/djgpp/
H A Dt-groff.bat23 roff\groff\groff -V -e -s -t -p -R -m ttchar -me -Tascii ../doc/meintro.me
26 roff\groff\groff -e -s -t -p -R -m ttchar -me -Tascii ../doc/meintro.me
30 roff\groff\groff -V -e -s -t -p -R -me -Tps ../doc/meintro.me
33 REM roff\groff\groff -e -s -t -p -R -me -Tps ../doc/meintro.me >>prn
37 roff\groff\groff -V -e -s -t -p -R -me -Tlj4 ../doc/meintro.me
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dsafefile.c53 uid_t me; local
66 me = getuid();
67 if (s.st_uid != me) {
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDIUnknown.cpp117 IOHIDIUnknown *me = ((InterfaceMap *) self)->obj; local
118 return me->queryInterface(iid, ppv);
123 IOHIDIUnknown *me = ((InterfaceMap *) self)->obj; local
124 return me->addRef();
129 IOHIDIUnknown *me = ((InterfaceMap *) self)->obj; local
130 return me->release();
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp92 AppleUSBCDCACMControl *me = (AppleUSBCDCACMControl *)controlAddr; local
98 XTRACE(me, 0, 0, "findCDCDriverAC");
105 XTRACE(me, 0, 0, "findCDCDriverAC - Couldn't create a matching dictionary");
115 XTRACE(me, 0, 0, "findCDCDriverAC - No AppleUSBCDC driver found!");
126 XTRACEP(me, 0, CDCDriver, "findCDCDriverAC - CDC driver candidate");
128 if (me->fControlInterface->GetDevice() == CDCDriver->getCDCDevice())
130 XTRACEP(me, 0, CDCDriver, "findCDCDriverAC - Found our CDC driver");
131 driverOK = CDCDriver->confirmControl(kUSBAbstractControlModel, me->fControlInterface);
142 XTRACE(me, 0, 0, "findCDCDriverAC - CDC driver not found");
149 XTRACE(me, kUSBAbstractControlMode
200 AppleUSBCDCACMControl *me = (AppleUSBCDCACMControl*)obj; local
303 AppleUSBCDCACMControl *me = (AppleUSBCDCACMControl *)obj; local
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/SQL/
H A DTransformer.pm33 my ($me, $caller, $sql, @args) = @_;
39 } => $me;
109 my $me = shift;
110 my $sql = $me->{_sql};
111 my @args = @{ $me->{_args} };
112 my $caller = $me->{_caller};
114 $sql =~ s/__TABLE\(?(.*?)\)?__/$me->_expand_table($1)/eg;
115 $sql =~ s/__JOIN\((.*?)\)__/$me->_expand_join($1)/eg;
124 $me->{_transformed_sql} = $sql;
125 $me
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dmethod.h105 rb_method_entry_t *me; member in struct:unlinked_method_entry_list_entry
108 #define UNDEFINED_METHOD_ENTRY_P(me) (!(me) || !(me)->def || (me)->def->type == VM_METHOD_TYPE_UNDEF)
115 const rb_method_entry_t *me,
125 int rb_method_entry_arity(const rb_method_entry_t *me);
127 st_index_t rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me);
129 VALUE rb_method_entry_location(rb_method_entry_t *me);
133 void rb_mark_method_entry(const rb_method_entry_t *me);
[all...]
H A Dvm_insnhelper.c43 const rb_method_entry_t *me)
77 cfp->me = me;
852 ci->me = rb_method_entry(klass, ci->mid, &ci->defined_class);
858 ci->me = rb_method_entry(klass, ci->mid, &ci->defined_class);
865 check_cfunc(const rb_method_entry_t *me, VALUE (*func)()) argument
867 if (me && me->def->type == VM_METHOD_TYPE_CFUNC &&
868 me->def->body.cfunc.func == func) {
913 if (check_cfunc(ci->me, rb_obj_equa
34 vm_push_frame(rb_thread_t *th, const rb_iseq_t *iseq, VALUE type, VALUE self, VALUE klass, VALUE specval, const VALUE *pc, VALUE *sp, int local_size, const rb_method_entry_t *me) argument
937 rb_method_entry_t *me = rb_method_entry_with_refinements(CLASS_OF(pattern), idEqq, &defined_class); local
1470 const rb_method_entry_t *me = ci->me; local
1541 const rb_method_entry_t *me = ci->me; local
1566 const rb_method_entry_t *me = ci->me; local
1833 rb_method_entry_t *me; local
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp329 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor; local
331 if (me && !me->initWithPhysicalMask(inTask, options, capacity, alignment, 0)) {
332 me->release();
333 me = 0;
335 return me;
344 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor; local
346 if (me && !me->initWithPhysicalMask(inTask, options, capacity, 1, physicalMask))
348 me
369 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor; local
435 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor; local
[all...]
H A DIOConditionLock.cpp63 IOConditionLock *me = new IOConditionLock; local
65 if (me && !me->initWithCondition(condition, intr)) {
66 me->release();
70 return me;
/macosx-10.10/Security-57031.1.35/Security/Keychain Circle Notification/
H A DKNAppDelegate.m166 KNAppDelegate *me = self;
169 me.state = [KNPersistantState loadFromStorage];
170 if ((me.state.lastCircleStatus == kSOSCCInCircle && !me.circle.isInCircle) || me.state.debugLeftReason) {
172 if (me.state.debugLeftReason) {
173 reason = [me.state.debugLeftReason intValue];
174 me.state.debugLeftReason = nil;
200 [me.state writeToStorage];
203 [me postKickedOutWithMessag
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsocks++.h110 virtual void connect(SocksClientSocket &me, const IPSockAddress &peer) = 0;
111 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port) = 0;
112 virtual void bind(SocksServerSocket &me, const IPAddress &peer, IPPort port) = 0;
113 virtual void receive(SocksServerSocket &me, SocksClientSocket &receiver) = 0;
127 IPSockAddress localAddress(const Socket &me) const;
128 IPSockAddress peerAddress(const Socket &me) const;
133 void connect(SocksClientSocket &me, const IPSockAddress &peer) argument
134 { mServer->connect(me, peer); }
135 void connect(SocksClientSocket &me, const Host &host, IPPort port) argument
136 { mServer->connect(me, hos
137 bind(SocksServerSocket &me, const IPAddress &peer, IPPort port) argument
139 receive(SocksServerSocket &me, SocksClientSocket &receiver) argument
[all...]
H A Dsocks++.cpp144 IPSockAddress SocksServer::Support::localAddress(const Socket &me) const
149 return me.localAddress();
152 IPSockAddress SocksServer::Support::peerAddress(const Socket &me) const
157 return me.peerAddress();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsocks++.h110 virtual void connect(SocksClientSocket &me, const IPSockAddress &peer) = 0;
111 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port) = 0;
112 virtual void bind(SocksServerSocket &me, const IPAddress &peer, IPPort port) = 0;
113 virtual void receive(SocksServerSocket &me, SocksClientSocket &receiver) = 0;
127 IPSockAddress localAddress(const Socket &me) const;
128 IPSockAddress peerAddress(const Socket &me) const;
133 void connect(SocksClientSocket &me, const IPSockAddress &peer) argument
134 { mServer->connect(me, peer); }
135 void connect(SocksClientSocket &me, const Host &host, IPPort port) argument
136 { mServer->connect(me, hos
137 bind(SocksServerSocket &me, const IPAddress &peer, IPPort port) argument
139 receive(SocksServerSocket &me, SocksClientSocket &receiver) argument
[all...]
H A Dsocks++.cpp144 IPSockAddress SocksServer::Support::localAddress(const Socket &me) const
149 return me.localAddress();
152 IPSockAddress SocksServer::Support::peerAddress(const Socket &me) const
157 return me.peerAddress();
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dregenerate_parsers.tcl18 set me $tcl_platform(user)
54 -user $me \
69 -user $me \
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUnit.cpp414 IOFireWireUnit *me = (IOFireWireUnit *)refcon; local
416 FWKLOG(( "IOFireWireUnit::terminateUnitThreadFunc - entered terminate unit = 0x%08lx\n", me ));
418 me->fControl->closeGate();
422 me->lockForArbitration();
424 if( ( me->getTerminationState() == kTerminated) &&
425 !me->isInactive() && !me->isOpen() )
431 me->unlockForArbitration();
433 me->terminate();
438 me
[all...]
/macosx-10.10/autofs-246/automountd/
H A Dautod_autofs.c59 struct mapent *me,
78 me->map_fs->mfs_dir, mntpnt);
103 trig_mntpnt = me->map_mntpnt;
117 if (strlcpy(alp->mounta.opts, me->map_mntopts, AUTOFS_MAXOPTSLEN)
120 me->map_mntopts, mntpnt);
136 if ((alp->mounta.map = strdup(me->map_fs->mfs_dir)) == NULL)
142 if (me->map_modified == TRUE || me->map_faked == TRUE) {
175 * trigger for a submount (me->map_modified) or a placeholder
176 * for subdirectories (me
57 mount_autofs( const char *mapname, struct mapent *me, const char *mntpnt, fsid_t mntpnt_fsid, action_list **alpp, const char *rootp, const char *subdir, const char *key, fsid_t *fsidp, uint32_t *retflags ) argument
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp113 AppleUSBCDCECMData *me = (AppleUSBCDCECMData *)dataAddr; local
120 XTRACE(me, 0, 0, "findCDCDriverED");
127 XTRACE(me, 0, 0, "findCDCDriverED - Couldn't create a matching dictionary");
136 XTRACE(me, 0, 0, "findCDCDriverED - No AppleUSBCDC driver found!");
156 XTRACEP(me, 0, CDCDriver, "findCDCDriverED - CDC driver candidate");
158 if (me->fDataInterface->GetDevice() == CDCDriver->getCDCDevice())
160 XTRACEP(me, 0, CDCDriver, "findCDCDriverED - Found our CDC driver");
172 XTRACE(me, 0, 0, "findCDCDriverED - CDC driver not found");
178 XTRACE(me, kUSBEthernetControlModel, dataInterfaceNum, "findCDCDriverED - Not my interface");
182 me
205 findControlDriverED(AppleUSBCDCECMData *me) argument
423 AppleUSBCDCECMData *me = (AppleUSBCDCECMData*)obj; local
505 AppleUSBCDCECMData *me = (AppleUSBCDCECMData *)obj; local
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp79 IOFireWireAVCCommand *me = (IOFireWireAVCCommand *)refcon; local
81 FIRELOG_MSG(("IOFireWireAVCCommand::writeDone (this=0x%08X)\n",me));
86 device->getNodeIDGeneration(me->fWriteGen, me->fWriteNodeID);
89 me->fTimeout = 250000;
90 me->updateTimer();
94 me->complete(status);
184 //IOLog("%p: ------ Write not for me ----------\n", this);
395 IOFireWireAVCCommand *me = new IOFireWireAVCCommand; local
397 FIRELOG_MSG(("IOFireWireAVCCommand::withNub (this=0x%08X)\n",me));
413 IOFireWireAVCCommandInGen *me = new IOFireWireAVCCommandInGen; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dhtml.vim74 syn match htmlArg contained "\<\(http-equiv\|href\|title\)="me=e-1
122 syn region htmlBold start="<b\>" end="</b>"me=e-4 contains=@htmlTop,htmlBoldUnderline,htmlBoldItalic
123 syn region htmlBold start="<strong\>" end="</strong>"me=e-9 contains=@htmlTop,htmlBoldUnderline,htmlBoldItalic
124 syn region htmlBoldUnderline contained start="<u\>" end="</u>"me=e-4 contains=@htmlTop,htmlBoldUnderlineItalic
125 syn region htmlBoldItalic contained start="<i\>" end="</i>"me=e-4 contains=@htmlTop,htmlBoldItalicUnderline
126 syn region htmlBoldItalic contained start="<em\>" end="</em>"me=e-5 contains=@htmlTop,htmlBoldItalicUnderline
127 syn region htmlBoldUnderlineItalic contained start="<i\>" end="</i>"me=e-4 contains=@htmlTop
128 syn region htmlBoldUnderlineItalic contained start="<em\>" end="</em>"me=e-5 contains=@htmlTop
129 syn region htmlBoldItalicUnderline contained start="<u\>" end="</u>"me=e-4 contains=@htmlTop,htmlBoldUnderlineItalic
131 syn region htmlUnderline start="<u\>" end="</u>"me
[all...]

Completed in 518 milliseconds

1234567891011>>