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

  /external/pdfium/testing/tools/
githelper.py 16 self.stashed = 0
34 self.stashed += 1
38 """Pops as many changes as this instance stashed."""
39 while self.stashed > 0:
41 self.stashed -= 1
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 356 # 'stashed' and 'async_*' are used for async/await parsing
357 stashed = None
402 if stashed:
403 yield stashed
404 stashed = None
462 if stashed:
463 yield stashed
464 stashed = None
469 if stashed:
470 yield stashed
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 537 size_t stashed; member in struct:CommandParameters
545 // Print the hash in hex for corrupted source blocks (excluding the stashed blocks which is
586 // If there's no stashed blocks, content in the buffer is consecutive and has the same
733 // blocks first. If the check fails, search for the stashed files on /cache as usual.
984 * stashed data as necessary). buffer may be reallocated if needed to accommodate the source data.
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 191 DeviceCM(sk_sp<SkBaseDevice> device, const SkPaint* paint, const SkMatrix& stashed,
196 , fStashedMatrix(stashed)
    [all...]
  /external/skqp/src/core/
SkCanvas.cpp 192 DeviceCM(sk_sp<SkBaseDevice> device, const SkPaint* paint, const SkMatrix& stashed,
197 , fStashedMatrix(stashed)
    [all...]

Completed in 278 milliseconds