HomeSort by relevance Sort by last modified time
    Searched refs:leave (Results 26 - 50 of 97) sorted by null

12 3 4

  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 184 impl.leave(groupAddr);
PlainDatagramSocketImpl.java 138 public void leave(InetAddress addr) throws IOException { method in class:PlainDatagramSocketImpl
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 165 protected void leave(InetAddress arg0) throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
  /ndk/tests/build/build-assembly-file/jni/
assembly-x86.S 35 leave
  /external/v8/test/mjsunit/regress/
regress-784.js 29 // form x.apply(y, arguments), does not leave an extra copy of the result
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 59 // for ecma version 2.0, we will leave the javascript version to
jsref.js 65 // for ecma version 2.0, we will leave the javascript version to
  /gdk/build/core/
setup-app.mk 51 # you're not going to leave a stale shared library for the old one.
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 736 struct ieee80211_leave_event *leave; local
774 leave = (struct ieee80211_leave_event *) &ifan[1];
775 drv_event_disassoc(drv->hapd, leave->iev_addr);
1173 struct ieee80211_leave_event *leave; local
1244 leave = (struct ieee80211_leave_event *) &ifan[1];
1245 drv_event_disassoc(ctx, leave->iev_addr);
    [all...]
  /external/v8/test/mjsunit/
codegen-coverage.js 53 // The call will spill registers and leave x in {eax,rax}.
elements-transition.js 63 // Set the element to an integer but leave a hole at length-7.
sparse-array-reverse.js 47 delete a[50]; // Should leave no trace once deleted.
  /external/valgrind/main/coregrind/
m_trampoline.S 743 leave
797 leave
890 leave
940 leave
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 67 // for ecma version 2.0, we will leave the javascript version to
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
shell.js 64 // for ecma version 2.0, we will leave the javascript version to
jsref.js 76 // for ecma version 2.0, we will leave the javascript version to
  /ndk/build/core/
setup-app.mk 70 # you're not going to leave a stale shared library for the old one.
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 180 button_class->leave = &gtk_chrome_link_button_leave;
  /external/kernel-headers/original/asm-x86/
paravirt.h 61 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);
  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 230 L(48leave):
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 50 * 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/zlib/contrib/masm686/
match.asm 339 ;/* then automatically accept it as the best possible match and leave. */
  /build/core/
config.mk 335 # leave this blank
  /build/tools/droiddoc/templates-sdk/assets/js/
droiddoc.js 62 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 94 // for ecma version 2.0, we will leave the javascript version to

Completed in 783 milliseconds

12 3 4