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

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
ExecutionDataReader.java 33 private boolean firstBlock = true;
88 if (firstBlock && type != ExecutionDataWriter.BLOCK_HEADER) {
91 firstBlock = false;
  /external/gptfdisk/
gpttext.cc 184 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector;
194 if (((firstBlock = FindFirstAvailable()) != 0) &&
211 prompt2 << "First sector (" << firstBlock << "-" << lastBlock << ", default = "
214 sector = GetSectorNum(firstBlock, lastBlock, firstInLargest, blockSize, prompt2.str());
225 firstBlock = sector;
228 lastBlock = FindLastInFree(firstBlock);
229 prompt3 << "Last sector (" << firstBlock << "-" << lastBlock << ", default = "
232 sector = GetSectorNum(firstBlock, lastBlock, lastBlock, blockSize, prompt3.str());
236 firstFreePart = GPTData::CreatePartition(partNum, firstBlock, lastBlock);
    [all...]
gpt.cc     [all...]
basicmbr.cc     [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 322 bool firstBlock = false;
336 firstBlock = true;
340 if (firstBlock) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 372 bool firstBlock = false;
390 firstBlock = true;
394 if (firstBlock) {
  /external/skia/tools/bookmaker/
includeWriter.h 154 void firstBlock(int size, const char* data);
includeWriter.cpp     [all...]
  /external/skqp/tools/bookmaker/
includeWriter.h 154 void firstBlock(int size, const char* data);
includeWriter.cpp     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 542 SsaBasicBlock firstBlock = ssaMeth.getEntryBlock();
543 addBlockToWorklist(firstBlock);
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 1550 milliseconds