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

1234567891011>>

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp110 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl *)controlAddr; local
116 XTRACE(me, 0, 0, "findCDCDriverEC");
123 XTRACE(me, 0, 0, "findCDCDriverEC - Couldn't create a matching dictionary");
133 XTRACE(me, 0, 0, "findCDCDriverEC - No AppleUSBCDC driver found!");
144 XTRACEP(me, 0, CDCDriver, "findCDCDriverEC - CDC driver candidate");
146 if (me->fControlInterface->GetDevice() == CDCDriver->getCDCDevice())
148 XTRACEP(me, 0, CDCDriver, "findCDCDriverEC - Found our CDC driver");
149 driverOK = CDCDriver->confirmControl(kUSBEthernetControlModel, me->fControlInterface);
160 XTRACE(me, 0, 0, "findCDCDriverEC - CDC driver not found");
167 XTRACE(me, kUSBEthernetControlMode
225 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl*)obj; local
315 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl *)obj; local
367 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl *)obj; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWSyncer.cpp32 IOFWSyncer * me = OSTypeAlloc( IOFWSyncer ); local
34 if (me && !me->init(twoRetains)) {
35 me->release();
39 return me;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsocks++5.h46 virtual void connect(SocksClientSocket &me, const IPSockAddress &peer);
47 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
48 virtual void bind(SocksServerSocket &me, const IPAddress &peer, IPPort port);
49 virtual void receive(SocksServerSocket &me, SocksClientSocket &receiver);
52 void open(Socket &s, Support &me);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsocks++5.h46 virtual void connect(SocksClientSocket &me, const IPSockAddress &peer);
47 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
48 virtual void bind(SocksServerSocket &me, const IPAddress &peer, IPPort port);
49 virtual void receive(SocksServerSocket &me, SocksClientSocket &receiver);
52 void open(Socket &s, Support &me);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryCursor.cpp48 IOMemoryCursor * me = new IOMemoryCursor; local
50 if (me && !me->initWithSpecification(inSegFunc,
55 me->release();
59 return me;
70 // @@@ gvdl: Remove me
209 IONaturalMemoryCursor *me = new IONaturalMemoryCursor; local
211 if (me && !me->initWithSpecification(inMaxSegmentSize,
215 me
256 IOBigMemoryCursor * me = new IOBigMemoryCursor; local
303 IOLittleMemoryCursor * me = new IOLittleMemoryCursor; local
[all...]
H A DIOPMPowerStateQueue.cpp37 IOPMPowerStateQueue * me = new IOPMPowerStateQueue; local
39 if (me && !me->init(inOwner, inAction))
41 me->release();
45 return me;
H A DIOSyncer.cpp37 IOSyncer * me = new IOSyncer; local
39 if (me && !me->init(twoRetains)) {
40 me->release();
44 return me;
H A DIOBufferMemoryDescriptor.cpp381 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor; local
383 if (me && !me->initWithPhysicalMask(inTask, options, capacity, alignment, 0)) {
384 me->release();
385 me = 0;
387 return me;
396 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor; local
398 if (me && !me->initWithPhysicalMask(inTask, options, capacity, 1, physicalMask))
400 me
421 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor; local
487 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.9.5/xnu-2422.115.4/libkern/c++/
H A DOSSet.cpp107 OSSet *me = new OSSet; local
109 if (me && !me->initWithCapacity(capacity)) {
110 me->release();
114 return me;
121 OSSet *me = new OSSet; local
123 if (me && !me->initWithObjects(objects, count, capacity)) {
124 me->release();
128 return me;
134 OSSet *me = new OSSet; local
147 OSSet *me = new OSSet; local
[all...]
H A DOSData.cpp136 OSData *me = new OSData; local
138 if (me && !me->initWithCapacity(inCapacity)) {
139 me->release();
143 return me;
148 OSData *me = new OSData; local
150 if (me && !me->initWithBytes(bytes, inLength)) {
151 me->release();
154 return me;
159 OSData *me = new OSData; local
171 OSData *me = new OSData; local
184 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.9.5/IOFireWireFamily-455.4.0/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...]
/macosx-10.9.5/CPANInternal-140/IPC-LDT/
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.9.5/CPANInternal-140/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.9.5/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.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dsafefile.c53 uid_t me; local
66 me = getuid();
67 if (s.st_uid != me) {
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/t/
H A D01AUTOLOAD02forbiddenmethods.t22 my $me = shift;
23 $me->bar;
24 $me->bar('br');
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/t/
H A D01AUTOLOAD02forbiddenmethods.t22 my $me = shift;
23 $me->bar;
24 $me->bar('br');
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDIUnknown.cpp118 IOHIDIUnknown *me = ((InterfaceMap *) self)->obj; local
119 return me->queryInterface(iid, ppv);
124 IOHIDIUnknown *me = ((InterfaceMap *) self)->obj; local
125 return me->addRef();
130 IOHIDIUnknown *me = ((InterfaceMap *) self)->obj; local
131 return me->release();
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/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.9.5/CPANInternal-140/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.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DAUTOLOAD.pm11 my $me = shift;
14 my $fbd = ref($me) . '::FORBIDDEN_METHODS';
20 croak ref $me . " received call to '$attr' with too many params (max 1). Call was '$attr($param, " . join (", ", @_) . ")'!";
25 } elsif (exists $me->{'_' . $attr}) {
28 croak ref ($me) . " does not allow setting of '$attr', died" if (caller)[0] ne ref($me) and %$fbd and $fbd->{$attr} and !$fbd->{$attr}->{set};
29 $me->{'_' . $attr} = $param;
30 return $me;
32 croak ref ($me) . " does not allow getting of '$attr', died" if (caller)[0] ne ref($me) an
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DAUTOLOAD.pm11 my $me = shift;
14 my $fbd = ref($me) . '::FORBIDDEN_METHODS';
20 croak ref $me . " received call to '$attr' with too many params (max 1). Call was '$attr($param, " . join (", ", @_) . ")'!";
25 } elsif (exists $me->{'_' . $attr}) {
28 croak ref ($me) . " does not allow setting of '$attr', died" if (caller)[0] ne ref($me) and %$fbd and $fbd->{$attr} and !$fbd->{$attr}->{set};
29 $me->{'_' . $attr} = $param;
30 return $me;
32 croak ref ($me) . " does not allow getting of '$attr', died" if (caller)[0] ne ref($me) an
[all...]
/macosx-10.9.5/ruby-104/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...]

Completed in 405 milliseconds

1234567891011>>