Searched refs:me (Results 26 - 50 of 956) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfoxpro.vim69 syn match foxproFunc "\<abs\>\s*("me=e-1
70 syn match foxproFunc "\<acop\%[y]\>\s*("me=e-1
71 syn match foxproFunc "\<acos\>\s*("me=e-1
72 syn match foxproFunc "\<adel\>\s*("me=e-1
73 syn match foxproFunc "\<adir\>\s*("me=e-1
74 syn match foxproFunc "\<aele\%[ment]\>\s*("me=e-1
75 syn match foxproFunc "\<afie\%[lds]\>\s*("me=e-1
76 syn match foxproFunc "\<afon\%[t]\>\s*("me=e-1
77 syn match foxproFunc "\<ains\>\s*("me=e-1
78 syn match foxproFunc "\<alen\>\s*("me
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_parse.c201 struct mapent *me; local
412 for (me = mapents; me; me = me->map_next) {
413 if (me->map_mntlevel == 0 &&
414 !me->map_faked && !me->map_modified) {
459 struct mapent *me = NULL; local
515 mp = me;
664 struct mapent *me = mapents; local
783 struct mapent *me = NULL; local
826 set_mapent_opts(struct mapent *me, char *defaultopts, const char *mapopts) argument
1002 fstype_opts(struct mapent *me, const char *opts, const char *defaultopts, const char *mapopts) argument
1072 struct mapent *me; local
1391 struct mapent *me; local
1520 convert_mapent_to_automount(struct mapent *me, const char *mapname, const char *mapopts) argument
1656 struct mapent *me = mapents; local
2226 struct mapent *me; local
2317 struct mapent *me, *ms = NULL, *mp; local
2682 struct mapent *me; member in struct:create_mapent_args
2689 struct mapent *me, *mp; local
2897 struct mapent *me; local
2982 dump_mapent_err(struct mapent *me, const char *key, const char *mapname) argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-AddressBook/Examples/Scripts/
H A DmeInC.py11 me = ABGetMe(book)
12 emails = ABRecordCopyValue(me, kABEmailProperty)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AddressBook/Examples/Scripts/
H A DmeInC.py11 me = ABGetMe(book)
12 emails = ABRecordCopyValue(me, kABEmailProperty)
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsocks++5.cpp56 void Server::connect(SocksClientSocket &me, const IPSockAddress &peer) argument
58 open(me, me);
60 request.send(me);
61 Message reply(me);
62 me.mLocalAddress = reply.address();
63 me.mPeerAddress = peer;
64 secdebug("socks", "%d socks connected to %s", me.fd(), string(peer).c_str());
67 void Server::connect(SocksClientSocket &me, const Host &host, IPPort port) argument
76 connect(me, add
96 bind(SocksServerSocket &me, const IPAddress &peer, IPPort port) argument
107 receive(SocksServerSocket &me, SocksClientSocket &receiver) argument
[all...]
H A Dthreading.cpp75 check(pthread_mutex_init(&me, NULL));
82 check(pthread_mutex_init(&me, IFELSEDEBUG(&mutexAttrs().checking, NULL)));
85 check(pthread_mutex_init(&me, &mutexAttrs().recursive));
93 int result = pthread_mutex_destroy(&me);
100 check(pthread_mutex_lock(&me));
106 if (int err = pthread_mutex_trylock(&me)) {
118 int result = pthread_mutex_unlock(&me);
128 check(pthread_cond_init(&me, NULL));
133 check(pthread_cond_destroy(&me));
138 check(pthread_cond_wait(&me,
235 Thread *me = static_cast<Thread *>(arg); local
[all...]
H A Dsocks++4.h59 virtual void connect(SocksClientSocket &me, const IPSockAddress &peer);
60 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
61 virtual void bind(SocksServerSocket &me, const IPAddress &peer, IPPort port);
62 virtual void receive(SocksServerSocket &me, SocksClientSocket &receiver);
H A Dpowerwatch.cpp70 IOPowerWatcher *me = (IOPowerWatcher *)param; local
87 me->mInDarkWake = true;
88 } else if (me->mInDarkWake) {
90 me->mInDarkWake = false;
166 IOPowerWatcher *me = (IOPowerWatcher *)refCon; local
171 me->systemWillSleep();
176 me->systemIsWaking();
181 me->systemWillPowerDown();
202 me->systemWillPowerOn();
216 IOAllowPowerChange(me
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsocks++5.cpp56 void Server::connect(SocksClientSocket &me, const IPSockAddress &peer) argument
58 open(me, me);
60 request.send(me);
61 Message reply(me);
62 me.mLocalAddress = reply.address();
63 me.mPeerAddress = peer;
64 secdebug("socks", "%d socks connected to %s", me.fd(), string(peer).c_str());
67 void Server::connect(SocksClientSocket &me, const Host &host, IPPort port) argument
76 connect(me, add
96 bind(SocksServerSocket &me, const IPAddress &peer, IPPort port) argument
107 receive(SocksServerSocket &me, SocksClientSocket &receiver) argument
[all...]
H A Dthreading.cpp75 check(pthread_mutex_init(&me, NULL));
82 check(pthread_mutex_init(&me, IFELSEDEBUG(&mutexAttrs().checking, NULL)));
85 check(pthread_mutex_init(&me, &mutexAttrs().recursive));
93 int result = pthread_mutex_destroy(&me);
100 check(pthread_mutex_lock(&me));
106 if (int err = pthread_mutex_trylock(&me)) {
118 int result = pthread_mutex_unlock(&me);
128 check(pthread_cond_init(&me, NULL));
133 check(pthread_cond_destroy(&me));
138 check(pthread_cond_wait(&me,
235 Thread *me = static_cast<Thread *>(arg); local
[all...]
H A Dsocks++4.h59 virtual void connect(SocksClientSocket &me, const IPSockAddress &peer);
60 virtual void connect(SocksClientSocket &me, const Host &host, IPPort port);
61 virtual void bind(SocksServerSocket &me, const IPAddress &peer, IPPort port);
62 virtual void receive(SocksServerSocket &me, SocksClientSocket &receiver);
H A Dpowerwatch.cpp70 IOPowerWatcher *me = (IOPowerWatcher *)param; local
87 me->mInDarkWake = true;
88 } else if (me->mInDarkWake) {
90 me->mInDarkWake = false;
166 IOPowerWatcher *me = (IOPowerWatcher *)refCon; local
171 me->systemWillSleep();
176 me->systemIsWaking();
181 me->systemWillPowerDown();
202 me->systemWillPowerOn();
216 IOAllowPowerChange(me
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWPHYPacketListener.cpp49 IOFWPHYPacketListener * me; local
53 me = OSTypeAlloc( IOFWPHYPacketListener );
54 if( me == NULL )
60 bool success = me->initWithController( controller );
69 me = NULL;
72 FWKLOG(( "IOFWPHYPacketListener::create() - created new IOFWPHYPacketListener %p\n", me ));
74 return me;
H A DIOFWUserIsochChannel.cpp126 IOFWUserIsochChannel * me = (IOFWUserIsochChannel*)self; local
129 natural_t userProc = me->fStopRefCon ? ((natural_t*)me->fStopRefCon)[ kIOAsyncCalloutFuncIndex ] : 0 ;
130 natural_t userRef = me->fStopRefCon ? ((natural_t*)me->fStopRefCon)[ kIOAsyncCalloutRefconIndex ] : 0 ;
132 InfoLog("+ IOFireWireUserClient::s_IsochChannel_ForceStopHandler() -- fStopRefCon=%p, userProc=%p, userRef=0x%x\n", me->fStopRefCon, userProc, userRef ) ;
136 if ( !me->getUserAsyncRef() )
141 return IOFireWireUserClient::sendAsyncResult64( (io_user_reference_t *)me->getUserAsyncRef(), stopCondition, NULL, 0 ) ;
H A DIOFireWirePowerManager.cpp53 IOFireWirePowerManager * me = OSTypeAlloc( IOFireWirePowerManager ); local
54 if( me != NULL )
56 if( !me->initWithController(controller) )
58 me->release();
59 me = NULL;
63 return me;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPHYPacketListener.cpp59 PHYPacketListener * me = new PHYPacketListener( userclient, queue_count ); local
60 if( !me )
63 return reinterpret_cast<IUnknownVTbl**>(&me->GetInterface());
162 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
163 me->mRefCon = refCon;
172 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
173 return me->mRefCon;
183 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
184 me->mCallback = inCallback;
194 PHYPacketListener * me local
204 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
214 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
295 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
371 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
390 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
400 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
410 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
434 PHYPacketListener * me = IOFireWireIUnknown::InterfaceMap<PHYPacketListener>::GetThis(self); local
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOTimerEventSource.cpp68 IOStatistics::countOpenGate(me->IOEventSource::reserved->counter); \
73 IOStatistics::countCloseGate(me->IOEventSource::reserved->counter); \
78 IOStatistics::countTimerTimeout(me->IOEventSource::reserved->counter); \
100 IOTimerEventSource *me = (IOTimerEventSource *) self; local
104 if (me->enabled && me->action)
107 wl = me->workLoop;
113 doit = (Action) me->action;
114 if (doit && me->enabled && AbsoluteTime_to_scalar(&me
139 IOTimerEventSource *me = (IOTimerEventSource *) self; local
208 IOTimerEventSource *me = new IOTimerEventSource; local
[all...]
H A DIOCommandPool.cpp60 IOCommandPool * me = new IOCommandPool; local
62 if (me && !me->initWithWorkLoop(inWorkLoop)) {
63 me->release();
67 return me;
99 IOCommandPool * me = new IOCommandPool; local
101 if (me && !me->init(inOwner, inWorkLoop, inSize)) {
102 me->release();
106 return me;
[all...]
/macosx-10.9.5/xar-202/xar/lib/
H A Dmacho.c70 struct machexecutables *me; member in struct:_macho_context
72 uint32_t curme; /* Current me being parsed */
122 context->me = calloc(1,sizeof(struct machexecutables) * fh->nfat_arch);
132 context->me = calloc(1,sizeof(struct machexecutables) * context->fath.nfat_arch);
139 context->me = calloc(1,sizeof(struct machexecutables));
151 context->me = calloc(1,sizeof(struct machexecutables));
196 context->me[context->curme].bits = 64;
197 context->me[context->curme].byteswapped = 1;
200 context->me[context->curme].bits = 32;
201 context->me[contex
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_method.c14 static void rb_vm_check_redefinition_opt_method(const rb_method_entry_t *me, VALUE klass);
24 rb_method_entry_t *me; member in struct:cache_entry
99 rb_unlink_method_entry(rb_method_entry_t *me) argument
102 ume->me = me;
114 if (ume->me->mark) {
115 rb_mark_method_entry(ume->me);
128 if (ume->me->mark) {
129 ume->me->mark = 0;
134 rb_free_method_entry(ume->me);
169 rb_free_method_entry(rb_method_entry_t *me) argument
191 make_method_entry_refined(rb_method_entry_t *me) argument
213 rb_method_entry_t *me = lookup_method_table(refined_class, mid); local
229 rb_method_entry_t *me; local
409 rb_method_entry_t *me = rb_method_entry_make(klass, mid, type, 0, noex, klass); local
466 method_entry_set(VALUE klass, ID mid, const rb_method_entry_t *me, rb_method_flag_t noex, VALUE defined_class) argument
477 rb_method_entry_set(VALUE klass, ID mid, const rb_method_entry_t *me, rb_method_flag_t noex) argument
513 rb_method_entry_t *me; local
535 rb_method_entry_t *me = search_method(klass, id, &defined_class); local
589 get_original_method_entry(VALUE refinements, const rb_method_entry_t *me, VALUE *defined_class_ptr) argument
606 rb_resolve_refined_method(VALUE refinements, const rb_method_entry_t *me, VALUE *defined_class_ptr) argument
638 rb_method_entry_t *me = rb_method_entry(klass, id, &defined_class); local
656 rb_method_entry_t *me = rb_method_entry(klass, id, &defined_class); local
675 rb_method_entry_t *me = 0; local
761 rb_method_entry_t *me; local
796 rb_method_entry_t *me = local
862 rb_method_entry_t *me; local
1006 const rb_method_entry_t *me; local
1196 rb_hash_method_entry(st_index_t hash, const rb_method_entry_t *me) argument
1485 const rb_method_entry_t *me; local
1518 rb_method_entry_set(rb_singleton_class(module), id, me, NOEX_PUBLIC); local
1526 const rb_method_entry_t *me = rb_method_entry(klass, id, 0); local
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEvent.cpp147 IOHIDEvent *me = new IOHIDEvent; local
149 if (me && !me->initWithType(type)) {
150 me->release();
154 me->_options = options;
156 return me;
172 IOHIDEvent *me = NULL; local
186 me = IOHIDEvent::translationEvent(timeStamp, (data->mouseMove.dx<<16) + (data->mouseMove.subx<<8), (data->mouseMove.dy<<16) + (data->mouseMove.suby<<8), 0, options);
195 me = IOHIDEvent::keyboardEvent(timeStamp, kHIDPage_KeyboardOrKeypad, hid_adb_2_usb_keymap[data->key.keyCode], type==NX_KEYDOWN, options | (data->key.repeat ? kIOHIDKeyboardIsRepeat : 0));
199 me
254 IOHIDEvent *me = new IOHIDEvent; local
279 IOHIDEvent *me = new IOHIDEvent; local
467 IOHIDEvent *me = new IOHIDEvent; local
493 IOHIDEvent *me = new IOHIDEvent; local
517 IOHIDEvent *me = new IOHIDEvent; local
550 IOHIDEvent *me = new IOHIDEvent; local
575 IOHIDEvent *me = new IOHIDEvent; local
606 IOHIDEvent *me = new IOHIDEvent; local
643 IOHIDEvent *me = new IOHIDEvent; local
703 IOHIDEvent * me = NULL; local
740 IOHIDEvent * me = NULL; local
780 IOHIDEvent * me = NULL; local
811 IOHIDEvent *me = new IOHIDEvent; local
840 IOHIDEvent * me = new IOHIDEvent; local
868 IOHIDEvent *me = new IOHIDEvent; local
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DSQLTransformer.pm19 my ($me, $caller, $sql, @args) = @_;
25 } => $me;
82 my $me = shift;
83 my $sql = $me->{_sql};
84 my @args = @{ $me->{_args} };
85 my $caller = $me->{_caller};
87 $sql =~ s/__TABLE\(?(.*?)\)?__/$me->_expand_table($1)/eg;
88 $sql =~ s/__JOIN\((.*?)\)__/$me->_expand_join($1)/eg;
97 $me->{_transformed_sql} = $sql;
98 $me
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm70 my $me = bless {
87 croak "'use' argument may only be one of $ENCODED_USE or $LITERAL_USE, died" if $me->use ne $ENCODED_USE and $me->use ne $LITERAL_USE;
88 croak "'style' argument may only be one of $RPC_STYLE or $DOCUMENT_STYLE, died" if $me->style ne $RPC_STYLE and $me->style ne $DOCUMENT_STYLE;
89 croak "The combination of use=$ENCODED_USE and style=$DOCUMENT_STYLE is not valid, died" if ($me->style eq $DOCUMENT_STYLE and $me->use eq $ENCODED_USE);
98 $me->_initSource($data{'source'});
99 $me->_initNS;
100 $me
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm70 my $me = bless {
87 croak "'use' argument may only be one of $ENCODED_USE or $LITERAL_USE, died" if $me->use ne $ENCODED_USE and $me->use ne $LITERAL_USE;
88 croak "'style' argument may only be one of $RPC_STYLE or $DOCUMENT_STYLE, died" if $me->style ne $RPC_STYLE and $me->style ne $DOCUMENT_STYLE;
89 croak "The combination of use=$ENCODED_USE and style=$DOCUMENT_STYLE is not valid, died" if ($me->style eq $DOCUMENT_STYLE and $me->use eq $ENCODED_USE);
98 $me->_initSource($data{'source'});
99 $me->_initNS;
100 $me
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSNumber.cpp73 OSNumber *me = new OSNumber; local
75 if (me && !me->init(value, newNumberOfBits)) {
76 me->release();
80 return me;
85 OSNumber *me = new OSNumber; local
87 if (me && !me->init(value, newNumberOfBits)) {
88 me->release();
92 return me;
[all...]

Completed in 288 milliseconds

1234567891011>>