Searched refs:me (Results 101 - 125 of 956) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/dtrace/
H A Dcodesign-watch.d61 DTHandle me; /* own handle, if valid */
76 rep[arg0].me = kernel[pid].rep = arg0;
85 rep[arg0].me = arg0;
95 rep[arg0].me = arg0;
107 rep[arg0].me = arg0;
119 rep[arg0].me = arg0;
143 rep[arg0].me = 0;
151 DTHandle me;
159 DTHandle me;
169 staticCode[arg0].me
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp101 AppleUSBCDCEEM *me = (AppleUSBCDCEEM *)dataAddr; local
107 XTRACE(me, 0, 0, "findCDCDriverEED");
114 XTRACE(me, 0, 0, "findCDCDriverEED - Couldn't create a matching dictionary");
123 XTRACE(me, 0, 0, "findCDCDriverEED - No AppleUSBCDC driver found!");
143 XTRACE(me, 0, 0, "findCDCDriverEED - CDC driver candidate");
145 if (me->fDataInterface->GetDevice() == CDCDriver->getCDCDevice())
147 XTRACE(me, 0, 0, "findCDCDriverEED - Found our CDC driver");
159 XTRACE(me, 0, 0, "findCDCDriverEED - CDC driver not found");
165 XTRACE(me, kUSBEthernetEmulationModel, dataInterfaceNum, "findCDCDriverEED - Not my interface");
169 me
332 AppleUSBCDCEEM *me = (AppleUSBCDCEEM*)obj; local
421 AppleUSBCDCEEM *me = (AppleUSBCDCEEM *)obj; local
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dproc.c22 rb_method_entry_t *me; member in struct:METHOD
894 if (data->me) rb_mark_method_entry(data->me);
902 data->me->mark = 0;
903 ume->me = data->me;
942 rb_method_entry_t *me, meb; local
947 me = rb_method_entry_without_refinements(klass, id, &defined_class);
948 if (UNDEFINED_METHOD_ENTRY_P(me)) {
965 me
1699 rb_method_entry_min_max_arity(const rb_method_entry_t *me, int *max) argument
1747 rb_method_entry_arity(const rb_method_entry_t *me) argument
1806 rb_method_entry_t *me; local
1829 rb_method_entry_t *me = original_method_entry(mod, id); local
1880 rb_method_entry_location(rb_method_entry_t *me) argument
1889 rb_method_entry_t *me = original_method_entry(mod, id); local
[all...]
H A Dvm_eval.c38 const rb_method_entry_t *me, VALUE defined_class)
47 ci->me = me;
62 const rb_method_entry_t *me = ci->me; local
63 const rb_method_cfunc_t *cfunc = &me->def->body.cfunc;
97 const rb_method_entry_t *me = ci->me; local
98 const rb_method_cfunc_t *cfunc = &me->def->body.cfunc;
112 VM_ENVVAL_BLOCK_PTR(blockptr), 0, reg_cfp->sp, 1, me);
37 vm_call0(rb_thread_t* th, VALUE recv, ID id, int argc, const VALUE *argv, const rb_method_entry_t *me, VALUE defined_class) argument
243 rb_vm_call(rb_thread_t *th, VALUE recv, VALUE id, int argc, const VALUE *argv, const rb_method_entry_t *me, VALUE defined_class) argument
255 rb_method_entry_t *me; local
315 rb_method_entry_t *me = local
358 const rb_method_entry_t *me = rb_method_entry(klass, idRespond_to, &defined_class); local
382 check_funcall_callable(rb_thread_t *th, const rb_method_entry_t *me) argument
411 const rb_method_entry_t *me; local
431 const rb_method_entry_t *me; local
526 rb_method_call_status(rb_thread_t *th, const rb_method_entry_t *me, call_type scope, VALUE self) argument
1077 const rb_method_entry_t *me = th->cfp->me; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWDCLTranslator.cpp532 IODCLTranslator * me; local
541 me = (IODCLTranslator *)((DCLCallProc*)pDCLCommand)->procData;
542 pCurrentDCLCommand = me->fCurrentDCLCommand;
543 pDCLTransferPacket = &me->fTransfers[me->fPingCount * kNumPacketsPerPingPong];
570 me->fCurrentDCLCommand = pCurrentDCLCommand;
571 me->fPingCount++;
572 if(me->fPingCount > kNumPingPongs)
573 me->fPingCount = 0;
578 IODCLTranslator * me; local
[all...]
H A DIOFWUserPhysicalAddressSpace.cpp86 IOFWUserPhysicalAddressSpace * me = (IOFWUserPhysicalAddressSpace*)self; local
90 me->deactivate();
H A DIOFireWireIRM.cpp52 IOFireWireIRM * me; local
56 me = OSTypeAlloc( IOFireWireIRM );
57 if( me == NULL )
63 bool success = me->initWithController( controller );
72 me = NULL;
75 FWLOCALKLOG(( "IOFireWireIRM::create() - created new IRM 0x%08lx\n", (UInt32)me ));
77 return me;
256 IOFireWireIRM * me = (IOFireWireIRM*)refcon; local
257 me->lockComplete( status );
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Date/
H A DLanguage.pm57 my $me = shift;
58 my @t = $me->strptime(@_);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIRMAllocation.cpp193 IRMAllocation* me = IOFireWireIUnknown::InterfaceMap<IRMAllocation>::GetThis(refcon) ; local
194 if (me->mLostHandler)
195 me->mLostHandler(refcon,me->mUserRefCon);
242 IRMAllocationCOM* me = nil ; local
245 me = new IRMAllocationCOM( userclient, inKernIRMAllocationRef, inCallBack, inRefCon ) ;
249 return ( nil == me ) ? nil : reinterpret_cast<IUnknownVTbl**>(& me->GetInterface()) ;
H A DIOFireWireLibAsyncStreamListener.cpp285 AsyncStreamListener* me = IOFireWireIUnknown::InterfaceMap<AsyncStreamListener>::GetThis(refcon) ; local
287 if ( ! me->mListener )
289 me->ClientCommandIsComplete( (AsyncStreamListenerRef) refcon, args[0] ) ;
294 (me->mListener)(
298 me->mBuffer + (unsigned long)(args[2]), // packet
299 (void*) me->mUserRefCon) ; // refcon
306 AsyncStreamListener* me = IOFireWireIUnknown::InterfaceMap<AsyncStreamListener>::GetThis(refcon) ; local
308 if (me->mSkippedPacketHandler)
309 (me->mSkippedPacketHandler)( refcon, commandID, packetCount) ;
311 me
365 AsyncStreamListenerCOM* me = nil ; local
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.cpp535 IOMbufBigMemoryCursor *me = new IOMbufBigMemoryCursor; local
537 if (me && !me->initWithSpecification(&bigOutputSegment,
539 me->release();
543 return me;
579 IOMbufNaturalMemoryCursor *me = new IOMbufNaturalMemoryCursor; local
581 if (me && !me->initWithSpecification(&naturalOutputSegment,
583 me->release();
587 return me;
624 IOMbufLittleMemoryCursor *me = new IOMbufLittleMemoryCursor; local
671 IOMbufDBDMAMemoryCursor *me = new IOMbufDBDMAMemoryCursor; local
[all...]
H A DIONetworkUserClient.cpp40 IONetworkUserClient * me; local
42 me = new IONetworkUserClient;
43 if (me)
45 if (!me->init())
47 me->release();
50 me->_task = owningTask;
52 return me;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpo.vim27 syn match poHtmlNot +"<[^<]\+>"+ms=s+1,me=e-1
32 syn region poMsgCTxt matchgroup=poStatementMsgCTxt start=+^msgctxt "+rs=e-1 matchgroup=poStringCTxt end=+^msgid "+me=s-1 contains=poStringCTxt
33 syn region poMsgID matchgroup=poStatementMsgid start=+^msgid "+rs=e-1 matchgroup=poStringID end=+^msgstr\(\|\[[\]0\[]\]\) "+me=s-1 contains=poStringID,poStatementMsgidplural,poStatementMsgid
34 syn region poMsgSTR matchgroup=poStatementMsgstr start=+^msgstr\(\|\[[\]0\[]\]\) "+rs=e-1 matchgroup=poStringSTR end=+\n\n+me=s-1 contains=poStringSTR,poStatementMsgstr
55 syn region poCommentKDE start=+"_: +ms=s+1 end="\\n" end="\"\n^msgstr"me=s-1 contained
56 syn region poCommentKDEError start=+"\(\|\s\+\)_:+ms=s+1 end="\\n" end=+"\n\n+me=s-1 contained
58 syn region poPluralKDEError start=+"\(\|\s\+\)_n:+ms=s+1 end="\"\n\n"me=s-1 contained
70 syn match poKDEdesktopFile "\"\(Name\|Comment\|GenericName\|Description\|Keywords\|About\)="ms=s+1,me=e-1
73 syn match poAcceleratorId contained "[^&_~][&_~]\(\a\|\d\)[^:]"ms=s+1,me=e-1
74 syn match poAcceleratorStr contained "[^&_~][&_~]\(\a\|\d\)[^:]"ms=s+1,me
[all...]
H A Dabap.vim69 syn match abapStatement "\(\W\|^\)\(WITH\W\+\(HEADER\W\+LINE\|FRAME\|KEY\)\|WITH\)\(\W\|$\)"ms=s+1,me=e-1
70 syn match abapStatement "\(\W\|^\)NO\W\+STANDARD\W\+PAGE\W\+HEADING\(\W\|$\)"ms=s+1,me=e-1
71 syn match abapStatement "\(\W\|^\)\(EXIT\W\+FROM\W\+STEP\W\+LOOP\|EXIT\)\(\W\|$\)"ms=s+1,me=e-1
72 syn match abapStatement "\(\W\|^\)\(BEGIN\W\+OF\W\+\(BLOCK\|LINE\)\|BEGIN\W\+OF\)\(\W\|$\)"ms=s+1,me=e-1
73 syn match abapStatement "\(\W\|^\)\(END\W\+OF\W\+\(BLOCK\|LINE\)\|END\W\+OF\)\(\W\|$\)"ms=s+1,me=e-1
74 syn match abapStatement "\(\W\|^\)IS\W\+INITIAL\(\W\|$\)"ms=s+1,me=e-1
75 syn match abapStatement "\(\W\|^\)NO\W\+INTERVALS\(\W\|$\)"ms=s+1,me=e-1
76 syn match abapStatement "\(\W\|^\)SEPARATED\W\+BY\(\W\|$\)"ms=s+1,me=e-1
77 syn match abapStatement "\(\W\|^\)\(USING\W\+\(EDIT\W\+MASK\)\|USING\)\(\W\|$\)"ms=s+1,me=e-1
78 syn match abapStatement "\(\W\|^\)\(WHERE\W\+\(LINE\)\)\(\W\|$\)"ms=s+1,me
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOCommandGate.cpp84 IOCommandGate *me = new IOCommandGate; local
86 if (me && !me->init(inOwner, inAction)) {
87 me->release();
91 return me;
H A DIOCommandQueue.cpp114 IOCommandQueue *me = new IOCommandQueue; local
116 if (me && !me->init(inOwner, inAction, inSize)) {
117 me->free();
121 return me;
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSDictionary.cpp196 OSDictionary *me = new OSDictionary; local
198 if (me && !me->initWithCapacity(capacity)) {
199 me->release();
203 return me;
211 OSDictionary *me = new OSDictionary; local
213 if (me && !me->initWithObjects(objects, keys, count, capacity)) {
214 me->release();
218 return me;
226 OSDictionary *me = new OSDictionary; local
239 OSDictionary *me = new OSDictionary; local
[all...]
H A DOSSerialize.cpp180 OSSerialize *me = new OSSerialize; local
182 if (me && !me->initWithCapacity(inCapacity)) {
183 me->release();
187 return me;
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ducm.c311 UCMapping *mb, *me, *mbLimit, *meLimit; local
318 me=ext->mappings;
319 meLimit=me+ext->mappingsLength;
338 if(me==meLimit) {
342 if((0<=me->f && me->f<=2) || me->f==4) {
346 ++me;
350 cmp=compareUnicode(base, mb, ext, me);
362 /* does mb map from an input sequence that is a prefix of me'
415 UCMapping *mb, *me; local
[all...]
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1126 IOSerialBSDClient *me = sBSDGlobals.getClient(dev);
1128 if (!me || me->isInactive())
1131 me->retain();
1134 IOLockLock(me->fOpenCloseLock);
1136 int ret = me->open(dev, flags, devtype, p);
1138 IOLockUnlock(me->fOpenCloseLock);
1139 me->release();
1151 IOSerialBSDClient *me = sBSDGlobals.getClient(dev);
1153 if (!me)
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/
H A DIterator.pm47 my ($me, $them, $data, @mapper) = @_;
54 ref $me || $me;
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/
H A DIterator.pm47 my ($me, $them, $data, @mapper) = @_;
54 ref $me || $me;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/beos/
H A Dthread_mutex.c87 thread_id me = find_thread(NULL); local
89 if (mutex->nested && mutex->owner == me) {
102 mutex->owner = me;
/macosx-10.9.5/apr-30/apr/apr/locks/beos/
H A Dthread_mutex.c87 thread_id me = find_thread(NULL); local
89 if (mutex->nested && mutex->owner == me) {
102 mutex->owner = me;
/macosx-10.9.5/dcerpc-58/dcerpc/demos/access/
H A Daccess_client.c96 string_t me = NULL; local
164 WhoAmI(access_server, &me);
170 printf ("%s\n", me);

Completed in 321 milliseconds

1234567891011>>