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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.cpp 156 Node* lastBlock = startNode;
159 return lastBlock;
163 lastBlock = n;
167 return lastBlock;
  /frameworks/base/core/java/android/text/
DynamicLayout.java 444 int lastBlock = -1;
453 lastBlock = i;
457 final int lastBlockEndLine = mBlockEndLines[lastBlock];
462 boolean createBlockAfter = endLine < mBlockEndLines[lastBlock];
469 final int numRemovedBlocks = lastBlock - firstBlock + 1;
486 System.arraycopy(mBlockEndLines, lastBlock + 1,
487 blockEndLines, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
488 System.arraycopy(mBlockIndices, lastBlock + 1,
489 blockIndices, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
493 System.arraycopy(mBlockEndLines, lastBlock + 1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java 248 byte[] lastBlock = new byte[blockSize];
265 lastBlock[i - blockSize] = (byte)(block[i - blockSize] ^ buf[i]);
271 System.arraycopy(lastBlock, 0, out, outOff + blockSize, len);
  /external/svox/pico/lib/
picoos.c 259 MemBlockHdr firstBlock, lastBlock; /* memory blockList */
313 newBlockAddr = (void *) this->lastBlock->data;
314 size = this->lastBlock->size;
379 this->lastBlock = NULL;
411 this->firstBlock = this->lastBlock = picoos_raw_malloc(raw_memory, size,
413 if (this->lastBlock == NULL) {
416 this->lastBlock->next = NULL;
417 this->lastBlock->data = rest_mem;
418 this->lastBlock->size = rest_mem_size;
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_Blitter.h 573 uint8_t lastBlock[EncodedBlockSize];
574 CompressorType::CompressA8Vertical(lastBlock, reinterpret_cast<uint8_t*>(block));
576 memcpy(outPtr, lastBlock, EncodedBlockSize);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 433 final byte[] lastBlock = new byte[maximumLen];
434 writtenBytes = NativeCrypto.EVP_CipherFinal_ex(cipherCtx.getContext(), lastBlock, 0);
439 System.arraycopy(lastBlock, 0, output, outputOffset, writtenBytes);
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 540 milliseconds