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

  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 278 // updateBlocks extends y with more polynomial terms from blocks, based on
280 func (g *gcm) updateBlocks(y *gcmFieldElement, blocks []byte) {
293 g.updateBlocks(y, data[:fullBlocks])
298 g.updateBlocks(y, partialBlock[:])
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 278 // updateBlocks extends y with more polynomial terms from blocks, based on
280 func (g *gcm) updateBlocks(y *gcmFieldElement, blocks []byte) {
293 g.updateBlocks(y, data[:fullBlocks])
298 g.updateBlocks(y, partialBlock[:])
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 32 * Tests DynamicLayout updateBlocks method.
77 dl.updateBlocks(startLine, endLine, newLineCount);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 688 updateBlocks(startline, endline - 1, n);
810 public void updateBlocks(int startLine, int endLine, int newLineCount) {
    [all...]

Completed in 76 milliseconds