Searched defs:firstBlock (Results 1 - 15 of 15) 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/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 Dbasicmbr.cc1059 uint64_t firstBlock; // first block in a segment local
1068 firstBlock = FindFirstAvailable(start);
1069 if (firstBlock > UINT64_C(0)) { // something's free...
1070 lastBlock = FindLastInFree(firstBlock);
1071 segmentSize = lastBlock - firstBlock + UINT64_C(1);
1074 selectedSegment = firstBlock;
1078 } while (firstBlock != 0);
H A Dgpt.cc2129 uint64_t start, firstBlock, lastBlock, segmentSize, selectedSize = 0, selectedSegment = 0; local
2133 firstBlock = FindFirstAvailable(start);
2134 if (firstBlock != UINT32_C(0)) { // something's free...
2135 lastBlock = FindLastInFree(firstBlock);
2136 segmentSize = lastBlock - firstBlock + UINT32_C(1);
2139 selectedSegment = firstBlock;
2143 } while (firstBlock != 0);
2196 uint64_t firstBlock; // first block in a segment local
2204 firstBlock = FindFirstAvailable(start);
2205 if (firstBlock !
[all...]
/external/tpm2/
H A DGlobal.h155 unsigned firstBlock : 1; //12) SET if the first block of hash member in struct:__anon21093
/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/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/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/ ...

Completed in 352 milliseconds