Searched refs:todo (Results 1 - 18 of 18) sorted by relevance

/external/elfutils/tests/
H A Darextract.c47 size_t todo; local
114 todo = arhdr->ar_size;
115 while (todo > 0)
118 ssize_t n = pread (fd, buf, MIN (sizeof buf, todo), offset);
129 todo -= n;
133 if (todo != 0)
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestbase.py23 replacement.todo = reason
/external/v8/benchmarks/
H A Ddeltablue.js651 var todo = sources;
652 while (todo.size() > 0) {
653 var c = todo.removeFirst();
657 this.addConstraintsConsumingTo(c.output(), todo);
692 var todo = new OrderedCollection();
693 todo.add(c);
694 while (todo.size() > 0) {
695 var d = todo.removeFirst();
701 this.addConstraintsConsumingTo(d.output(), todo);
717 var todo
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js645 var todo = sources;
646 while (todo.size() > 0) {
647 var c = todo.removeFirst();
651 this.addConstraintsConsumingTo(c.output(), todo);
686 var todo = new OrderedCollection();
687 todo.add(c);
688 while (todo.size() > 0) {
689 var d = todo.removeFirst();
695 this.addConstraintsConsumingTo(d.output(), todo);
711 var todo
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js645 var todo = sources;
646 while (todo.size() > 0) {
647 var c = todo.removeFirst();
651 this.addConstraintsConsumingTo(c.output(), todo);
686 var todo = new OrderedCollection();
687 todo.add(c);
688 while (todo.size() > 0) {
689 var d = todo.removeFirst();
695 this.addConstraintsConsumingTo(d.output(), todo);
711 var todo
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js645 var todo = sources;
646 while (todo.size() > 0) {
647 var c = todo.removeFirst();
651 this.addConstraintsConsumingTo(c.output(), todo);
686 var todo = new OrderedCollection();
687 todo.add(c);
688 while (todo.size() > 0) {
689 var d = todo.removeFirst();
695 this.addConstraintsConsumingTo(d.output(), todo);
711 var todo
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c1149 short todo[4]; local
1157 if (wind_get(winhandle, WF_FIRSTXYWH, &todo[0], &todo[1], &todo[2], &todo[3])!=0) {
1159 while (todo[2] && todo[3]) {
1161 if (rc_intersect((GRECT *)inside,(GRECT *)todo)) {
1162 todo[2] += todo[
[all...]
/external/chromium/net/socket/
H A Ddns_cert_provenance_checker.cc183 size_t todo = b64_encoded.size() - i; local
184 if (todo > 64)
185 todo = 64;
186 dump += b64_encoded.substr(i, todo);
188 i += todo;
/external/mksh/src/
H A Dcheck.pl363 local(@todo) = ();
370 push(@todo, $file) if $file =~ /^[^.].*\.t$/;
374 foreach $file (@todo) {
681 local(@todo) = ();
689 push(@todo, $file) if $file ne '.' && $file ne '..';
692 foreach $file (@todo) {
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp912 SmallPtrSet<const MachineBasicBlock*, 8> todo; local
923 todo.insert(*SuI);
929 while (!todo.empty()) {
930 const MachineBasicBlock *MBB = *todo.begin();
931 todo.erase(MBB);
939 todo.insert(*SuI);
949 SmallPtrSet<const MachineBasicBlock*, 8> todo; local
958 todo.insert(*PrI);
964 while (!todo.empty()) {
965 const MachineBasicBlock *MBB = *todo
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dautoit.php24 * Current bugs & todo:
/external/chromium/crypto/third_party/nss/
H A Dsha512.cc410 unsigned int todo = SHA256_BLOCK_LENGTH - inBuf; local
411 if (inputLen < todo)
412 todo = inputLen;
413 memcpy(B + inBuf, input, todo);
414 input += todo;
415 inputLen -= todo;
416 if (inBuf + todo == SHA256_BLOCK_LENGTH)
1063 unsigned int todo = SHA512_BLOCK_LENGTH - inBuf;
1064 if (inputLen < todo)
1065 todo
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c708 return; // todo: remove me later, don't even flag as dirty!
954 int todo = cols - old_cols; local
957 if (todo > 0) {
961 (priv, start, old_cols, todo);
963 CRITICAL("failed to allocate %d columns!", todo);
966 _ewk_tiled_backing_store_view_cols_end_del(priv, start, todo);
971 _ewk_tiled_backing_store_view_cols_end_del(priv, start, todo);
976 } else if (todo < 0) {
977 todo = -todo;
[all...]
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php284 * @todo check err reporting works
387 * @todo REMOVE THIS FUNCTIONALITY!
395 * @todo As above - rethink the whole idea of important blocks as it is buggy and
1285 * @todo Rewrite with array traversal
1300 * @todo Rewrite with array traversal
1325 * @todo Re-think about how this method works (maybe make it private and/or make it
1327 * @todo static?
1422 * @todo Complete rethink of this and above method
1657 * @todo REMOVE THIS SHIZ FROM GESHI!
1687 * @todo Som
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py55 replacement.todo = reason
/external/icu4c/tools/tzcode/
H A Dzic.c1835 register zic_t todo; local
1852 todo = tadd(trans[i], -gmtoffs[j]);
1853 } else todo = trans[i];
1855 puttzcode((long) todo, fp);
1856 else puttzcode64(todo, fp);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dropbear/libtommath/
H A Dbn.tex1070 To multiply by the polynomial $g(x) = x$ all you have todo is shift the digits of the basis left one place. The

Completed in 505 milliseconds