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

1 2

  /external/strace/
strace-graph 40 my %unfinished;
66 if (s/ <unfinished ...>$//) {
67 $unfinished{$pid} = $_;
72 unless (exists $unfinished{$pid}) {
76 $_ = $unfinished{$pid} . $_;
77 delete $unfinished{$pid};
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/python/cpython3/Lib/
queue.py 45 # Notify all_tasks_done whenever the number of unfinished tasks
65 unfinished = self.unfinished_tasks - 1
66 if unfinished <= 0:
67 if unfinished < 0:
70 self.unfinished_tasks = unfinished
75 The count of unfinished tasks goes up whenever an item is added to the
79 When the count of unfinished tasks drops to zero, join() unblocks.
  /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.
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 184 List<Runnable> unfinished = local
186 unfinished.addAll(unfinishedCopies);
187 unfinished.addAll(unfinishedDeletions);
188 if (!unfinished.isEmpty()) {
189 Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished);
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 325 final long unfinished = mCountDownLatch.getCount(); local
326 if (unfinished > 0) {
330 + unfinished + " unfinished measurements");
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli.py 45 HANG_UNFINISHED = "| " # Used for unfinished recursion depths.
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug257.go     [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug257.go     [all...]
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 322 err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in JS string: %q", s),
344 err: errorf(ErrPartialCharset, nil, 0, "unfinished JS regexp charset: %q", s),
504 err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in CSS string: %q", s),
error.go 138 // ErrPartialCharset: "unfinished JS regexp charset in ..."
146 // ErrPartialEscape: "unfinished escape sequence in ..."
escape_test.go 950 `unfinished escape sequence in JS string: "Hello \\"`,
954 `unfinished escape sequence in JS string: "Hello\\, World\\"`,
958 `unfinished escape sequence in JS string: "x+\\"`,
962 `unfinished JS regexp charset: "foo[\\]/"`,
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
transition.go 322 err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in JS string: %q", s),
344 err: errorf(ErrPartialCharset, nil, 0, "unfinished JS regexp charset: %q", s),
504 err: errorf(ErrPartialEscape, nil, 0, "unfinished escape sequence in CSS string: %q", s),
error.go 138 // ErrPartialCharset: "unfinished JS regexp charset in ..."
146 // ErrPartialEscape: "unfinished escape sequence in ..."
escape_test.go 950 `unfinished escape sequence in JS string: "Hello \\"`,
954 `unfinished escape sequence in JS string: "Hello\\, World\\"`,
958 `unfinished escape sequence in JS string: "x+\\"`,
962 `unfinished JS regexp charset: "foo[\\]/"`,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 524 text = "MARK ASSIST (unfinished)"
548 text := "MARK ASSIST (resumed, unfinished)"
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 524 text = "MARK ASSIST (unfinished)"
548 text := "MARK ASSIST (resumed, unfinished)"
  /external/flatbuffers/go/
builder.go 383 // If you really need to access an unfinished buffer, use the Bytes
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 172 w.err = InternalError("writeBytes with unfinished bits")
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip_test.go 122 "unfinished work which they who fought here have thus far so\n" +
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 172 w.err = InternalError("writeBytes with unfinished bits")

Completed in 375 milliseconds

1 2