/external/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 123 LargestGaps gaps(capacity-1); in uprv_makeDenseRanges() local 130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue); in uprv_makeDenseRanges() 139 if(i>=gaps.count()) { in uprv_makeDenseRanges() 144 maxLength-=gaps.gapLength(i); in uprv_makeDenseRanges() 150 gaps.truncate(num-1); in uprv_makeDenseRanges() 153 int32_t gapIndex=gaps.firstAfter(minValue); in uprv_makeDenseRanges() 154 int32_t gapStart=gaps.gapStart(gapIndex); in uprv_makeDenseRanges() 156 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex)); in uprv_makeDenseRanges()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | ClassProto.java | 611 PriorityQueue<FieldGap> gaps = new PriorityQueue<FieldGap>(); 641 addFieldGap(oldOffset, fieldOffset, gaps); 644 FieldGap gap = gaps.peek(); 646 gaps.poll(); 649 addFieldGap(gap.offset + fieldSize, gap.offset + gap.size, gaps); 660 … private void addFieldGap(int gapStart, int gapEnd, @Nonnull PriorityQueue<FieldGap> gaps) { 667 gaps.add(FieldGap.newFieldGap(offset, 4, classPath.oatVersion)); 670 gaps.add(FieldGap.newFieldGap(offset, 2, classPath.oatVersion)); 673 gaps.add(FieldGap.newFieldGap(offset, 1, classPath.oatVersion));
|
/external/elfutils/src/ |
D | elfcmp.c | 99 gaps; variable 277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0) in main() 555 if (gaps != gaps_ignore) in main() 575 if (gaps != gaps_ignore) in main() 620 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main() 633 assert (gaps == gaps_match); in main() 698 gaps = gaps_ignore; in parse_opt() 700 gaps = gaps_match; in parse_opt()
|
/external/dtc/tests/ |
D | mangle-layout.supp | 2 uninitialized alignment gaps can be dumped to output
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses-pred-stores.ll | 7 ; contains a conditional store. The store group contains gaps and is not 56 ; groups are separately vectorized. The store group contains gaps and is not 116 ; gaps and are not vectorized.
|
D | interleaved-accesses.ll | 563 ; gaps.
|
/external/deqp/doc/testspecs/VK/ |
D | sparse_resources.txt | 63 …gnment parameter of buffer's memory requirements. Memory is bound to the buffer object leaving gaps 76 against expected output from compute shader. For parts that correspond to gaps, the data is random … 83 Memory is bound to the image leaving gaps between bound blocks with the size equal to alignment. 95 against expected output from compute shader. For parts that correspond to gaps, the data is random …
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | mtb.py | 926 gaps = self.get_distances(target_slot) 929 for index in range(1, len(gaps) - 1): 930 prev_gap = max(gaps[index - 1], 1) 931 curr_gap = gaps[index] 932 next_gap = max(gaps[index + 1], 1)
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 40 - Check for no obvious gaps or overlaps in tessellation triangulation for 118 types of cases: cases testing that there are no obvious gaps in the
|
/external/iproute2/doc/ |
D | arpd.sgml | 46 information, you can observe 1 second gaps in service. Not fatal, but
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 169 2. Reorder objects to fill in gaps between objects.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | README.txt | 169 2. Reorder objects to fill in gaps between objects.
|
/external/bison/build-aux/ |
D | update-copyright | 113 # If UPDATE_COPYRIGHT_USE_INTERVALS=2, convert a sequence with gaps
|
/external/gptfdisk/ |
D | NEWS | 145 it prevents gaps from appearing between partitions if several are created 252 when there are no gaps between two logical partitions. Some partitioning 388 numbering gaps when a conversion to MBR was aborted.
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 204 If all gaps between address points in a particular bit vector are multiples
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 510 ** test: secondary tailoring gaps, ICU ticket 9362 537 ** test: tertiary tailoring gaps, ICU ticket 9362
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | collationtest.txt | 510 ** test: secondary tailoring gaps, ICU ticket 9362 537 ** test: tertiary tailoring gaps, ICU ticket 9362
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 508 ** test: secondary tailoring gaps, ICU ticket 9362 535 ** test: tertiary tailoring gaps, ICU ticket 9362
|
/external/elfutils/backends/ |
D | ChangeLog | 894 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
|
/external/dtc/Documentation/ |
D | manual.txt | 460 (*) The alignment gaps are not necessarily present; their presence
|
/external/elfutils/config/ |
D | elfutils.spec.in | 695 - elfcmp: fix a few bugs. Compare gaps.
|
/external/elfutils/ |
D | NEWS | 637 elfcmp: fix a few bugs. Compare gaps.
|
/external/elfutils/libelf/ |
D | ChangeLog | 676 * elf32_updatefile.c (__elfXX_updatemmap): Fix handling of gaps between
|
/external/elfutils/po/ |
D | uk.po | 1129 "Control treatment of gaps in loadable segments [ignore|match] (default: " 1297 msgid "Invalid value '%s' for --gaps parameter." 1298 msgstr "Некоректне значення «%s» параметра --gaps."
|
D | ru.po | 871 "Control treatment of gaps in loadable segments [ignore|match] (default: " 987 msgid "Invalid value '%s' for --gaps parameter."
|