HomeSort by relevance Sort by last modified time
    Searched defs:todo (Results 1 - 14 of 14) sorted by null

  /external/elfutils/tests/
arextract.c 47 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)
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 261 uint32_t todo = mLeftover; local
262 if (todo > want) {
263 todo = want;
268 memcpy((uint8_t*)pBuffer->raw + done, end - mLeftover, todo);
269 done += todo;
270 want -= todo;
271 mLeftover -= todo;
  /external/chromium/net/socket/
dns_cert_provenance_checker.cc 183 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/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 28 std::vector<Index> todo(1, root);
30 while(!todo.empty()) {
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd);
32 todo.pop_back();
36 todo.push_back(*vBegin);
93 void BVIntersect(const BVH1 &tree1, const BVH2 &tree2, Intersector &intersector) //TODO: tandem descent when it makes sense
109 std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRootIndex()));
111 while(!todo.empty()) {
112 tree1.getChildren(todo.back().first, vBegin1, vEnd1, oBegin1, oEnd1);
113 tree2.getChildren(todo.back().second, vBegin2, vEnd2, oBegin2, oEnd2)
159 std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; \/\/smallest is at the top local
252 std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; \/\/smallest is at the top local
    [all...]
  /external/chromium/crypto/third_party/nss/
sha512.cc 410 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 = inputLen
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 1146 short todo[4]; local
1154 if (wind_get(winhandle, WF_FIRSTXYWH, &todo[0], &todo[1], &todo[2], &todo[3])!=0) {
1156 while (todo[2] && todo[3]) {
1158 if (rc_intersect((GRECT *)inside,(GRECT *)todo)) {
1159 todo[2] += todo[0]-1
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 355 int todo = Math.min(count, 1024); local
356 mIndexBuffer.put(zero, 0, todo);
357 count -= todo;
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 354 int todo = Math.min(count, 1024); local
355 mIndexBuffer.put(zero, 0, todo);
356 count -= todo;
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 1137 SmallPtrSet<const MachineBasicBlock*, 8> todo; local
1174 SmallPtrSet<const MachineBasicBlock*, 8> todo; local
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 701 INF("TODO %p (visible? %d) [%lu,%lu] %d,%d + %dx%d",
708 return; // todo: remove me later, don't even flag as dirty!
817 priv->cspace = EVAS_COLORSPACE_ARGB8888; // TODO: detect it.
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)
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 1835 register zic_t todo; local
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 553 // TODO: refactor full backup to be a looper-based state machine
579 // TODO: refactor full restore to be a looper-based state machine
818 // TODO: Have transports register themselves somehow
4063 int todo = block.length; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 1878 milliseconds