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

<<11121314151617181920>>

  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramSocketImplTest.java 86 method = "leave",
286 public void leave(InetAddress addr) throws IOException { method in class:MockDatagramSocketImpl
MulticastSocketTest.java 593 // Try to leave s group that mss is not a member of
641 // now try to leave a group if we are not authorized
656 // now test that we can join and leave a group successfully
665 "Did not get exception when trying to leave group that was allready left");
675 "Did not get exception when trying to leave group that was never joined");
685 "Did not get exception when trying to leave group on wrong interface joined on ["
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 127 * to leave room for the DOM to expand its set of constants... Or,
138 * to leave room for the DOM to expand its set of constants... Or,
  /external/opencore/doc/oscl_html/
oscl__exception_8h.html 22 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclerror.html#a46">OSCL_LEAVE</a>(_leave_status)&nbsp;&nbsp;&nbsp;OsclError::Leave(_leave_status)</td></tr>
23 <tr><td>&nbsp;</td><td><font size=-1><em>Use this macro to cause a Leave. It terminates the execution of the current active function.</em> <a href="group__osclerror.html#a46"></a><em></em></font><br><br></td></tr>
classOsclTimerObject.html 189 'After' sets the request ready, with request status OSCL_REQUEST_STATUS_PENDING, and starts a timer. When the timer expires, the request will complete with status OSCL_REQUEST_ERR_NONE. Must be called from the same thread in which the active object is scheduled. Will leave if the request is already readied, the object is not added to any scheduler, or the calling thread does not match the scheduling thread. <dl compact><dt><b>Parameters: </b></dt><dd>
338 Remove this AO from its scheduler. Will leave if the calling thread context does not match the scheduling thread. Cancels any pending request before removing.
369 Run Leave 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 ExecError should return OsclErrNone if it handles the error, otherwise it should return the input error code. <dl compact><dt><b>Parameters: </b></dt><dd>
372 the leave code generated by the Run. </td></tr>
438 Set request ready for this AO. Will leave if the request is already readied, or the exec object is not added to any scheduler, or the calling thread context does not match the scheduler thread. </td>
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_uri.cpp 148 //check capacity before appending to avoid any leave.
168 //check capacity before appending to avoid any leave.
oscl_string_containers.cpp 49 OsclError::Leave(OsclErrNoMemory);//no memory
68 OsclError::Leave(OsclErrNoMemory);//no memory
87 OsclError::Leave(OsclErrNoMemory);//no memory
106 OsclError::Leave(OsclErrNoMemory);//no memory
836 OsclError::Leave(OsclErrGeneral);//not null-terminated
851 OsclError::Leave(OsclErrGeneral);//not null-terminated
  /external/opencore/pvmi/pvmf/include/
pvmi_media_transfer.h 130 * If the function should leave due to a recoverable problem like an
169 * If the function should leave due to a recoverable problem like an
  /external/opencore/pvmi/pvmf/src/
pvmf_media_data.cpp 208 //not allocators leave, so check for NULL ptr
260 //not allocators leave, so check for NULL ptr
  /external/ppp/pppd/
Makefile.linux 54 # Linux distributions: Please leave multilink ENABLED in your builds
60 # Linux distributions: Please leave TDB ENABLED in your builds.
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxevents.c 109 Dprintf ("leave NX_InitOSKeymap\n") ;
160 Dprintf ("leave NX_TranslateKey\n") ;
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 208 * @param maxEntries Max entries to leave in the table. 0 means remove all entries.
216 // null means "delete all". otherwise "delete but leave n newest"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IViewRule.java 124 * If interested, returns a DropFeedback passed to onDrop/Move/Leave/Paint.
132 * Returns a DropFeedback passed to onDrop/Move/Leave/Paint (typically same
  /external/opencore/android/
android_surface_output.cpp 558 // Do a leave if MIO is not configured except when it is an EOS
688 OsclError::Leave(OsclErrNotSupported);
783 OsclError::Leave(OsclErrNotSupported);
789 OsclError::Leave(OsclErrNotSupported);
794 OsclError::Leave(OsclErrNotSupported);
891 OsclError::Leave(OsclErrNotSupported);
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_audio.cpp 492 // Do a leave if MIO is not configured except when it is an EOS
626 OsclError::Leave(OsclErrNotSupported);
778 OsclError::Leave(OsclErrNotSupported);
793 OsclError::Leave(OsclErrNotSupported);
805 OsclError::Leave(OsclErrNotSupported);
892 OsclError::Leave(OsclErrNotSupported);
pv_frame_metadata_mio_video.cpp 638 // Do a leave if MIO is not configured except when it is an EOS
    [all...]
  /external/quake/quake/src/QW/progs/
items.qc 550 local float leave;
570 leave = 1;
572 leave = 0;
576 if (leave && (other.items & IT_NAILGUN) )
584 if (leave && (other.items & IT_SUPER_NAILGUN) )
592 if (leave && (other.items & IT_SUPER_SHOTGUN) )
600 if (leave && (other.items & IT_ROCKET_LAUNCHER) )
608 if (leave && (other.items & IT_GRENADE_LAUNCHER) )
616 if (leave && (other.items & IT_LIGHTNING))
660 if (leave)
    [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.cpp 338 (0, "PVMediaOutputNodePort::CleanupMediaTransfer Caught a leave when calling deleteMediaTransfer!"));
445 //if it rejected it by doing a leave, attempt to send data again
    [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp 463 // All media transfer requests are not completed yet. Do a leave
769 //but if it does occur, leave again.
1014 //Check whether we can accept data now and leave if we can't.
    [all...]
  /external/icu4c/common/
locmap.c 207 {0x0409, "en_AS"}, /* Alias for en_US. Leave last. */
208 {0x0409, "en_GU"}, /* Alias for en_US. Leave last. */
209 {0x0409, "en_MH"}, /* Alias for en_US. Leave last. */
210 {0x0409, "en_MP"}, /* Alias for en_US. Leave last. */
211 {0x0409, "en_UM"} /* Alias for en_US. Leave last. */
  /external/opencore/engines/2way/test/src/
test_engine.cpp 849 int32 leave; local
852 OSCL_TRY(leave, engine_tests.run_test());
854 if (leave != 0)
855 fprintf(fileoutput, "Leave %d\n", leave);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 149 /* Leave this in case we decide to use an array later
212 /* Leave this in case we decide to use an array later
544 /* Leave this in case we decide to use an array later
  /external/guava/javadoc/com/google/common/collect/
ImmutableCollection.html 144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guaranteed to throw an exception and leave the collection unmodified.</TD>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guaranteed to throw an exception and leave the collection unmodified.</TD>
168 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guaranteed to throw an exception and leave the collection unmodified.</TD>
208 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guaranteed to throw an exception and leave the collection unmodified.</TD>
216 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guaranteed to throw an exception and leave the collection unmodified.</TD>
224 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guaranteed to throw an exception and leave the collection unmodified.</TD>
395 <DD>Guaranteed to throw an exception and leave the collection unmodified.
413 <DD>Guaranteed to throw an exception and leave the collection unmodified.
431 <DD>Guaranteed to throw an exception and leave the collection unmodified.
449 <DD>Guaranteed to throw an exception and leave the collection unmodified
    [all...]
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 156 * @param close true to close the tag, false to leave it
228 * @param close true to close the tag, false to leave it
280 * @param close true to close the tag, false to leave it
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 114 * have a very good reason to change these, you should leave them as they are. Note also that
126 * you don't have a very good reason to change these, you should leave them as they are. Note
139 * you don't have a very good reason to change these, you should leave them as they are. Note

Completed in 511 milliseconds

<<11121314151617181920>>