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

1 2 3 4 5 6 7 8 910

  /external/llvm/test/MC/AsmParser/
cfi-unfinished-frame.s 5 // CHECK: Unfinished frame
  /external/toybox/toys/pending/
README 7 unfinished stubs, others just need a more thorough inspection than we've had
  /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.
  /external/compiler-rt/test/tsan/
fd_dup_norace2.cc 28 // [pid 122382] read(3, <unfinished ...>
29 // [pid 122196] dup2(4, 3 <unfinished ...>
  /external/ltrace/testsuite/ltrace.main/
branch_func.exp 48 set pattern "func1(.*unfinished"
50 set pattern "func2(.*unfinished"
  /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};
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp 113 // supplied iterator. Returns true if there are still unfinished operations
137 // there are still unfinished operations queued for the descriptor.
task_io_service.hpp 113 // Process unfinished operations as part of a shutdown_service operation.
169 // The count of unfinished work.
  /external/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java 50 * Attaches an unfinished message to the exception to support best-effort
62 * Returns the unfinished message attached to the exception, or null if
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BezierLineAndPointRenderer.java 23 * WARNING: This is an unfinished class. Series drawn by this implementation may look nice
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
test1.test 83 {"description":"Unfinished comment",
116 {"description":"Unfinished entity",
124 {"description":"Unfinished numeric entity",
  /external/libunwind/src/mips/
Gregs.c 27 /* FIXME: The following is probably unfinished and/or at least partly bogus. */
  /external/libxml2/include/libxml/
xlink.h 2 * Summary: unfinished XLink detection module
3 * Description: unfinished XLink detection module
  /external/libxml2/os400/libxmlrpg/
xlink.rpgle 1 * Summary: unfinished XLink detection module
2 * Description: unfinished XLink detection module
  /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);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardService.java 104 // Stores all unfinished import/export jobs which will be executed by mExecutorService.
286 Log.i(LOG_TAG, String.format("Found unfinished job (id: %d)", jobId));
309 Log.i(LOG_TAG, "No unfinished job. Stop this service.");
  /external/strace/linux/
dummy.h 34 /* still 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");
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug257.go     [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug257.go     [all...]
  /system/vold/
Keymaster.h 41 // in the destructor if it is unfinished. Methods log failures
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
strace_profiler.py 31 r'<unfinished ...>$')
80 '<unfinished ...>', m.group('line'))

Completed in 2326 milliseconds

1 2 3 4 5 6 7 8 910