Searched
full:finished (Results
276 -
300 of
2403) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/tab_contents/ |
popup_menu_helper_mac.mm | 58 // Now run a SYNCHRONOUS NESTED EVENT LOOP until the pop-up is finished.
|
/external/chromium/net/proxy/ |
mock_proxy_resolver.cc | 86 // Finished when user calls SetPacScriptRequest::CompleteNow().
|
/external/chromium/third_party/libjingle/source/talk/base/ |
ssladapter.h | 63 // Call CleanupSSLThread when finished with SSL.
|
/external/chromium/webkit/glue/ |
webmenurunner_mac.h | 20 // queried after the menu has finished running.
|
/external/clang/include/clang/AST/ |
CommentLexer.h | 256 /// Finished lexing verbatim block beginning command, will lex first body 264 /// Finished lexing verbatim line beginning command, will lex text (one 268 /// Finished lexing \verbatim <TAG \endverbatim part, lexing tag attributes. 271 /// Finished lexing \verbatim </TAG \endverbatim part, lexing '>'.
|
/external/clang/include/clang-c/ |
CXString.h | 35 * Use \c clang_getCString() to retrieve the string data and, once finished
|
/external/compiler-rt/include/sanitizer/ |
common_interface_defs.h | 39 // This function is called by the tool when it has just finished reporting
|
/external/dropbear/ |
svr-service.c | 35 /* processes a SSH_MSG_SERVICE_REQUEST, returning 0 if finished,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-commons-logging.jar | |
/external/icu4c/i18n/ |
selfmtimpl.h | 10 * 11/11/09 kirtig Finished first cut of implementation.
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
AnimEventListener.java | 45 * this event is invoked when the animation is finished playing. For
|
/external/junit/src/org/junit/ |
ClassRule.java | 31 * all the test classes run, and disconnects after they are finished:
|
/external/kernel-headers/original/linux/ |
mc146818rtc.h | 73 # define RTC_UIE 0x10 /* update-finished interrupt enable */
|
/external/llvm/ |
copy-diff.py | 30 # Finished
|
/external/llvm/include/llvm/Support/ |
LockFileManager.h | 26 /// When the lock file is removed, the owning process has finished the
|
/external/objenesis/tck/src/org/objenesis/tck/ |
Reporter.java | 77 * Report that all tests have finished. Nothing will be called after this method.
|
/external/openssh/ |
sandbox-darwin.c | 89 debug3("%s: finished", __func__);
|
sandbox-rlimit.c | 84 debug3("%s: finished", __func__);
|
/external/qemu/android/ |
async-io-common.h | 47 /* Asynchronous I/O is finished and is about to be discarder. This state is
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_AudioCVT.3 | 64 .IP "\fBdouble\fP \fBlen_ratio\fR" 10When you have finished converting your audio data, you need to know how much of your audio buffer is valid\&. \fBlen\fR*\fBlen_ratio\fR is the size of the converted audio data in bytes\&. This is very similar to \fBlen_mult\fR, however when the convert audio data is shorter than the original \fBlen_mult\fR would be 1\&. \fBlen_ratio\fR, on the other hand, would be a fractional number between 0 and 1\&.
|
/external/replicaisland/src/com/replica/replicaisland/ |
ObjectPool.java | 21 * Code that requests objects from the pool should return them to the pool when they are finished.
|
RenderingWatchDog.java | 59 return; // already finished
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAsyncTask.java | 31 status = AsyncTask.Status.FINISHED;
|
/external/skia/tools/ |
roll_autogen.sh | 64 echo "Finished!"
|
/external/svox/pico/lib/ |
picotrns.c | 444 initialized by 'StartTransduction'. Repeat calls to this procedure until '*finished' returns true. 461 picoos_bool * finished) 472 (*finished) = 0; 497 /* not finished; do regular step */ 552 (*finished) = 1; 569 picoos_bool finished; local 586 finished = 0; 588 while (!finished) { 590 inSeq,inSeqLen,outSeq,outSeqLen,maxOutSeqLen,&finished);
|
Completed in 544 milliseconds
<<11121314151617181920>>