Searched refs:firstBlock (Results 1 - 18 of 18) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
H A DExecutionDataReader.java34 private boolean firstBlock = true; field in class:ExecutionDataReader
83 if (firstBlock && type != ExecutionDataWriter.BLOCK_HEADER) {
86 firstBlock = false;
/external/tpm2/
H A DSequenceUpdate.c54 if(hashObject->attributes.firstBlock == CLEAR)
57 hashObject->attributes.firstBlock = SET;
H A DSequenceComplete.c56 if(hashObject->attributes.firstBlock == CLEAR)
H A DGlobal.h155 unsigned firstBlock : 1; //12) SET if the first block of hash member in struct:__anon18141
/external/gptfdisk/
H A Dgpttext.cc184 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector; local
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);
H A Dgpt.cc2122 uint64_t start, firstBlock, lastBlock, segmentSize, selectedSize = 0, selectedSegment = 0; local
2126 firstBlock = FindFirstAvailable(start);
2127 if (firstBlock != UINT32_C(0)) { // something's free...
2128 lastBlock = FindLastInFree(firstBlock);
2129 segmentSize = lastBlock - firstBlock + UINT32_C(1);
2132 selectedSegment = firstBlock;
2136 } while (firstBlock != 0);
2189 uint64_t firstBlock; // first block in a segment local
2197 firstBlock = FindFirstAvailable(start);
2198 if (firstBlock !
[all...]
H A Dbasicmbr.cc1057 uint64_t firstBlock; // first block in a segment local
1066 firstBlock = FindFirstAvailable(start);
1067 if (firstBlock > UINT64_C(0)) { // something's free...
1068 lastBlock = FindLastInFree(firstBlock);
1069 segmentSize = lastBlock - firstBlock + UINT64_C(1);
1072 selectedSegment = firstBlock;
1076 } while (firstBlock != 0);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java543 SsaBasicBlock firstBlock = ssaMeth.getEntryBlock();
544 addBlockToWorklist(firstBlock);
/external/svox/pico/lib/
H A Dpicoos.c259 MemBlockHdr firstBlock, lastBlock; /* memory blockList */ member in struct:memory_manager
378 this->firstBlock = NULL;
411 this->firstBlock = this->lastBlock = picoos_raw_malloc(raw_memory, size,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 221 milliseconds