HomeSort by relevance Sort by last modified time
    Searched full:finished (Results 476 - 500 of 2403) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Analysis/
LoopIterator.h 51 /// to nonzero after it is finished by postorder traversal.
96 assert(I->second && "block not finished by DFS");
  /external/oprofile/events/ppc/e300/
events 11 event:0xc counters:0,1,2,3 um:zero minimum:500 name:BRANCHES_FINISHED : Branches finished
12 event:0xd counters:0,1,2,3 um:zero minimum:500 name:TAKEN_BRANCHES_FINISHED : Taken branches finished
  /external/skia/include/pdf/
SkPDFDevice.h 143 * to unref() this when it is finished.
158 * for calling data->unref() when it is finished.
  /external/webkit/Source/WebCore/history/
CachedFrame.cpp 176 LOG(PageCache, "Finished creating CachedFrame for main frame url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
178 LOG(PageCache, "Finished creating CachedFrame for child frame with url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceTreeModel.js 278 frameResource.finished = true;
294 resource.finished = true;
Resource.js 276 get finished()
281 set finished(x)
290 this.dispatchEventToListeners("finished");
739 // to prevent caller blocking until resource is marked as finished.
749 if (this.finished)
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 218 @abstract Called when the data source has finished loading.
219 @param dataSource The datasource that has finished loading.
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 75 // Finished normally.
108 // Tell the watchdog that we are finished.
  /frameworks/base/core/java/android/app/
IApplicationThread.java 47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
65 void scheduleDestroyActivity(IBinder token, boolean finished,
  /frameworks/base/core/java/android/util/
AtomicFile.java 122 * Call when you have successfully finished writing to the stream
217 //Log.i("foo", "**** FINISHED READING: pos=" + pos
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_action_bar.jd 71 <p>Action Bar icons should be 32-bit PNGs with an alpha channel for transparency. The finished
76 finished Action Bar icon dimensions for each generalized screen density.</p>
  /frameworks/base/docs/html/training/notify-user/
display-progress.jd 113 // When the loop is finished, updates the notification
126 has finished.
  /frameworks/base/libs/androidfw/
InputTransport.cpp 89 return sizeof(Header) + body.finished.size();
361 *outSeq = msg.body.finished.seq;
362 *outHandled = msg.body.finished.handled;
803 ALOGE("Attempted to send a finished signal with sequence number 0.");
807 // Send finished signals for the batch sequence chain first.
837 // Send finished signal for the last message in the batch.
844 msg.body.finished.seq = seq;
845 msg.body.finished.handled = handled;
    [all...]
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 64 * Called to notify the client when the media scanner has finished
86 * Called to notify the client when the media scanner has finished
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 86 // and waits till it has finished running.
221 public void finished() {
  /frameworks/support/v4/java/android/support/v4/util/
AtomicFile.java 116 * Call when you have successfully finished writing to the stream
186 //Log.i("foo", "**** FINISHED READING: pos=" + pos
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 71 /* all finished, force abort */
150 /* all finished, force abort */
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 86 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) {
181 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) {
  /external/openssl/ssl/
s3_both.c 169 /* Copy the finished so we can use it for
206 /* ssl3_take_mac calculates the Finished MAC for the handshakes messages seen to far. */
275 /* Copy the finished so we can use it for
475 * 'Finished' MAC. */
551 /* If receiving Finished, record MAC of prior handshake messages for
552 * Finished verification. */
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 589 finished=t
597 finished=
607 test "x$orig_xref_files" != "x$new_xref_files" && finished=
611 if test -n "$finished"; then
619 finished=
627 # If finished, exit the loop, else rerun the loop.
628 test -n "$finished" && break
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 704 private volatile boolean finished = false; field in class:SocketHandlerTest.ServerThread
706 public boolean finished() { method in class:SocketHandlerTest.ServerThread
707 return this.finished;
712 while (!this.finished) {
758 this.finished = true;
  /external/blktrace/
blkiomon.c 274 int finished; local
287 finished = dstat_curr;
291 head = dstat_list[finished];
294 dstat_list[finished] = NULL;
295 dstat_tree[finished] = RB_ROOT;
  /external/libvorbis/doc/
01-introduction.tex 451 producing the finished audio spectrum of each channel.
485 Note that the PCM produced directly from the MDCT is not yet finished
498 now finished and ready to be returned.
507 \paragraph{return finished audio data}
510 current frame data is finished data to be returned by the decoder.
  /external/libvpx/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 213 ;# Finished filtering main horizontal block. If there is no
308 ;# Finished filtering main horizontal block. If there is no
426 ;# Finished filtering main horizontal block. If there is no
631 ;# Finished filtering main horizontal block. If there is no
732 ;# Finished filtering main horizontal block. If there is no
  /external/openssl/crypto/evp/
bio_ok.c 151 int cont; /* <= 0 when finished */
152 int finished; member in struct:ok_struct
189 ctx->finished=0;
381 ctx->finished=0;
414 ctx->finished=1;

Completed in 2006 milliseconds

<<11121314151617181920>>