HomeSort by relevance Sort by last modified time
    Searched refs:unfinished (Results 1 - 7 of 7) sorted by null

  /external/strace/
strace-graph 36 my %unfinished;
59 if (s/ <unfinished ...>$//) {
60 $unfinished{$pid} = $_;
65 unless (exists $unfinished{$pid}) {
69 $_ = $unfinished{$pid} . $_;
70 delete $unfinished{$pid};
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 40 # Notify all_tasks_done whenever the number of unfinished tasks
61 unfinished = self.unfinished_tasks - 1
62 if unfinished <= 0:
63 if unfinished < 0:
66 self.unfinished_tasks = unfinished
73 The count of unfinished tasks goes up whenever an item is added to the
77 When the count of unfinished tasks drops to zero, join() unblocks.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 40 # Notify all_tasks_done whenever the number of unfinished tasks
61 unfinished = self.unfinished_tasks - 1
62 if unfinished <= 0:
63 if unfinished < 0:
66 self.unfinished_tasks = unfinished
73 The count of unfinished tasks goes up whenever an item is added to the
77 When the count of unfinished tasks drops to zero, join() unblocks.
  /external/libvorbis/doc/
03-codebook.tex 258 eliminated, it's clear that the tree is unfinished:
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 704 * Count of unfinished callbacks of the current task.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 272 milliseconds