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

1 2 3 4 5 6 7

  /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/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/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/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/trace-viewer/tracing/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/openfst/src/include/fst/
visit.h 34 // aborted by first calling FinishState() on all unfinished (grey)
52 // // Invoked when arc to grey/unfinished state examined
84 const unsigned kGreyState = 0x02; // Discovered & unfinished
dfs-visit.h 56 // // Invoked when back arc examined (to grey/unfinished state)
69 const int kDfsGrey = 1; // Discovered & unfinished
  /external/libunwind/src/mips/
Gregs.c 27 /* FIXME: The following is probably unfinished and/or at least partly bogus. */
  /external/toybox/www/
status.html 46 <h3><u>These commands predate the pending directory but also have unfinished
  /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
  /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.");
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 245 final long unfinished = mCountDownLatch.getCount(); local
246 if (unfinished > 0) {
250 + unfinished + " unfinished measurements");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 213 # Keep potentially unfinished label until the next call
254 # Keep potentially unfinished label until the next call
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 213 # Keep potentially unfinished label until the next call
254 # Keep potentially unfinished label until the next call
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF16.java 153 // if we have unfinished business
203 // let this be unfinished business
  /external/tcpdump/
print-sctp.c 285 printf(" @@@@@ UNFINISHED @@@@@@%s\n",
304 printf(" @@@@@ UNFINISHED @@@@@@%s\n",
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
README.txt 68 probably unfinished as well.
  /external/llvm/test/Verifier/
range-1.ll 26 ; CHECK: Unfinished range!
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.h 156 * Whether this buffer has an unfinished DMA upload command.
  /external/strace/linux/
dummy.h 34 /* still unfinished */

Completed in 1780 milliseconds

1 2 3 4 5 6 7