HomeSort by relevance Sort by last modified time
    Searched full:leave (Results 301 - 325 of 1459) sorted by null

<<11121314151617181920>>

  /external/opencore/doc/oscl_html/
classOsclActiveObject.html 327 Complete the active request for the AO. This API is thread-safe. If the request is not pending, this call will leave. <dl compact><dt><b>Parameters: </b></dt><dd>
416 Remove this AO from its scheduler. Will leave if the calling thread context does not match the scheduling thread. Cancels any readied request before removing.
447 Run Error handler. This gets called by scheduler when the Run routine leaves. The default implementation simply returns the leave code. If the derived class wants to handle errors from Run, it may override this. The RunError should return OsclErrNone if it handles the error, otherwise it should return the input error code. <dl compact><dt><b>Parameters: </b></dt><dd>
450 the leave code generated by the Run. </td></tr>
482 Complete this AO's request immediately. If the AO is already active, this will do nothing. Will leave if the AO is not added to any scheduler, or if the calling thread context does not match the scheduling thread. </td>
510 Set object ready for this AO, additionally sets the request status to OSCL_REQUEST_PENDING. Will leave if the request is already readied, or the execution object is not added to any scheduler, or the calling thread context does not match the scheduler thread. </td>
classOsclExecScheduler.html 97 Note: On Symbian, non-blocking mode is not supported and this call will leave. </td>
150 </dl>Note: On Symbian, non-blocking mode is not supported and this call will leave. </td>
oscl__error__codes_8h.html 9 <hr><h1>oscl_error_codes.h File Reference</h1>Defines basic error and leave codes.
48 Defines basic error and leave codes.
  /dalvik/vm/mterp/
README.txt 165 Leave a note to yourself about what needs to be tested. (This may
196 If you already have a %break, it's okay to leave it in place -- the second
  /external/dnsmasq/src/
log.c 119 Just leave log_fd == -1 and use the vsyslog call for everything.... */
130 /* if max_logs is zero, leave the socket blocking */
  /external/guava/src/com/google/common/collect/
ImmutableListMultimap.java 273 * Guaranteed to throw an exception and leave the multimap unmodified.
282 * Guaranteed to throw an exception and leave the multimap unmodified.
  /external/libpcap/
pcap-nit.c 134 * leave the flag set, so that the *next* call will break
326 * If that fails, just leave the list empty.
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler.h 362 * leave.
372 * leave.
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
adaptationlayer.cpp 56 // Do not Leave on allocation failure
225 // Do not Leave on allocation failure
level0.cpp 55 // Do not Leave on allocation failure
58 // Do not Leave on allocation failure
  /external/srec/srec/crec/
srec_tokens.c 179 leave it for the calling program to take care of that*/
248 leave it for the calling program to take care of that */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 296 /* If ARL control is disabled, there is nothing to leave. */
458 wpa_printf(MSG_DEBUG, "%s: Unable to leave PAE group",
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_i18n.c 310 * leave it as 0xFFFD. */
329 * Leave it to the caller.
  /bionic/libc/stdio/
fgetln.c 103 * As a bonus, though, we can leave off the __SMOD.
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 52 * Forks a new Zygote instance, but does not leave the zygote mode.
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramSocketImplFactoryTest.java 200 protected void leave(InetAddress arg0) throws IOException { method in class:DatagramSocketImplFactoryTest.TestDatagramSocketImpl
SocketImplTest.java 193 // the mock class for test, leave all method empty
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimerTaskTest.java 33 * Warning: These tests have the possibility to leave a VM hanging if the
  /dalvik/vm/compiler/
Compiler.h 95 kJitDone = 8, // Ready to leave the debug interpreter
  /development/simulator/app/
PhoneWindow.h 170 bool mPlacementChecked; // leave it offscreen if they want
  /external/clearsilver/cgi/
cgiwrap.c 74 /* leave argc, argv, envp, env_count alone since we either don't use them, or
  /external/dropbear/
INSTALL 19 (you can leave items out of the PROGRAMS list to avoid compiling them. If you
common-kex.c 154 TRACE(("leave send_msg_newkeys"))
177 TRACE(("leave recv_msg_newkeys"))
335 TRACE(("leave gen_new_keys"))
468 TRACE(("leave recv_msg_kexinit"))
listener.c 96 TRACE(("leave newlistener: too many already"))
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod_timing.c 34 @param map Boolean whether to map back to affine or not (1==map, 0 == leave in projective)

Completed in 202 milliseconds

<<11121314151617181920>>