HomeSort by relevance Sort by last modified time
    Searched refs:tombstone (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-map.hh 187 unsigned int tombstone = INVALID; local
192 if (tombstone == INVALID && items[i].is_tombstone ())
193 tombstone = i;
196 return tombstone == INVALID ? i : tombstone;
  /external/libpng/contrib/examples/
simpleover.c 197 char tombstone; local
203 if (sscanf((*argv)[0], "--at=%d,%d%c", &x, &y, &tombstone) != 2)
325 char tombstone; local
331 if (sscanf((*argv)[0], "%d,%d%c", &x, &y, &tombstone) == 2)
406 char tombstone; local
417 sprites[nsprites].name, &tombstone);
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/gdb-scripts/
prettyprinters.py 157 tombstone = gdb.parse_and_eval(n + '::getTombstoneKey()')
167 while self.cur != self.end and (is_equal(self.cur.dereference()['first'], empty) or is_equal(self.cur.dereference()['first'], tombstone)):
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 54 _TOMBSTONE_REGEX = re.compile('tombstone.*')
209 (3) remove any files under /data/tombstones/ whose name matches "tombstone*"
  /bionic/docs/
fdsan.md 55 - Upon detecting an error, emit a warning to logcat, generate a tombstone, and then continue execution with fdsan disabled.

Completed in 369 milliseconds