Searched defs:leave (Results 1 - 11 of 11) sorted by relevance

/external/v8/test/mjsunit/tools/
H A Dprofile.js100 ProfileTestDriver.prototype.leave = function() {
110 this.leave();
114 this.leave();
116 this.leave();
120 this.leave();
123 this.leave();
124 this.leave();
125 this.leave();
126 this.leave();
129 this.leave();
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketImplTest.java100 protected void leave(InetAddress addr) throws IOException { method in class:MockDatagramSocketImpl
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java50 * reentrant, so a thread may enter a monitor any number of times, and then must leave the same
51 * number of times. The <i>enter</i> and <i>leave</i> operations have the same synchronization
62 * monitor.leave();
73 * monitor.leave();
186 * monitor.leave();
195 * monitor.leave();
668 public void leave() { method in class:Monitor
/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java328 // If we've already joined the room, leave it before joining under a new
377 // We need to leave the room since it seems that the room already existed
378 leave();
384 * using another nickname, this method will first leave the room and then
403 * using another nickname, this method will first leave the room and then
426 * using another nickname, this method will first leave the room and then
458 // If we've already joined the room, leave it before joining under a new
461 leave();
527 public synchronized void leave() { method in class:MultiUserChat
532 // We leave
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c730 struct ieee80211_leave_event *leave; local
768 leave = (struct ieee80211_leave_event *) &ifan[1];
769 drv_event_disassoc(drv->hapd, leave->iev_addr);
1160 struct ieee80211_leave_event *leave; local
1231 leave = (struct ieee80211_leave_event *) &ifan[1];
1232 drv_event_disassoc(ctx, leave->iev_addr);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c730 struct ieee80211_leave_event *leave; local
768 leave = (struct ieee80211_leave_event *) &ifan[1];
769 drv_event_disassoc(drv->hapd, leave->iev_addr);
1160 struct ieee80211_leave_event *leave; local
1231 leave = (struct ieee80211_leave_event *) &ifan[1];
1232 drv_event_disassoc(ctx, leave->iev_addr);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c730 struct ieee80211_leave_event *leave; local
768 leave = (struct ieee80211_leave_event *) &ifan[1];
769 drv_event_disassoc(drv->hapd, leave->iev_addr);
1160 struct ieee80211_leave_event *leave; local
1231 leave = (struct ieee80211_leave_event *) &ifan[1];
1232 drv_event_disassoc(ctx, leave->iev_addr);
/external/kernel-headers/original/asm-x86/
H A Dparavirt.h61 void (*leave)(void); member in struct:pv_lazy_ops
972 PVOP_VCALL0(pv_cpu_ops.lazy_mode.leave);
992 PVOP_VCALL0(pv_mmu_ops.lazy_mode.leave);
/external/v8/src/ia32/
H A Dassembler-ia32.cc571 void Assembler::leave() { function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc1382 void Assembler::leave() { function in class:v8::internal::Assembler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3581 milliseconds