HomeSort by relevance Sort by last modified time
    Searched refs:unfinished (Results 1 - 10 of 10) 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/gdb/darwin-x86/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/gdb/linux-x86/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/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.
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 121 List<Runnable> unfinished = executor.shutdownNow(); local
122 if (!unfinished.isEmpty()) {
123 Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished);
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 323 final long unfinished = mCountDownLatch.getCount(); local
324 if (unfinished > 0) {
328 + unfinished + " unfinished measurements");
  /external/libvorbis/doc/
03-codebook.tex 258 eliminated, it's clear that the tree is unfinished:
  /external/autotest/site_utils/
gs_offloader_unittest.py 589 """Test getting the timestamp for an unfinished regular job.
625 """Test getting the timestamp for an unfinished special job.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 346 milliseconds