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

  /external/strace/
dirent.c 118 int oob = d->d_reclen < sizeof(kernel_dirent) || local
120 int d_name_len = oob ? len - i : d->d_reclen;
136 if (oob)
  /external/v8/test/mjsunit/compiler/
escape-analysis.js 256 function oob(constructor, branch) { function
264 assertEquals(3, oob(cons1, false));
265 assertEquals(3, oob(cons1, false));
266 assertEquals(7, oob(cons2, true));
267 assertEquals(7, oob(cons2, true));
269 assertEquals(7, oob(cons2, true));
270 assertEquals(7, oob(cons2, true));
271 %OptimizeFunctionOnNextCall(oob);
272 assertEquals(7, oob(cons2, true));
  /system/extras/ext4_utils/
allocate.c 128 printf("OOB list:\n");
595 /* Reserve the next blocks for oob data (indirect or extent blocks) */
598 struct region *oob = split_allocation(alloc, blocks); local
601 if (oob == NULL)
604 while (oob && oob != alloc->list.iter) {
605 next = oob->next;
606 region_list_remove(&alloc->list, oob);
607 region_list_append(&alloc->oob_list, oob);
608 oob = next
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 249 notify->setInt32("oob", true);
619 int32_t oob; local
620 if (msg->findInt32("oob", &oob) && oob) {

Completed in 172 milliseconds