Searched refs:gaps (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp26 * Collect up to 15 range gaps and sort them by ascending gap size.
122 // divided by the 1..(capacity-1) largest gaps.
123 LargestGaps gaps(capacity-1);
130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue);
134 // We know gaps.count()>=1 because we have fewer values (length) than
139 if(i>=gaps.count()) {
144 maxLength-=gaps.gapLength(i);
149 // Use the num ranges with the num-1 largest gaps.
150 gaps.truncate(num-1);
153 int32_t gapIndex=gaps
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassProto.java611 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/
H A Delfcmp.c65 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
93 /* How to treat gaps in loadable segments. */
99 gaps; variable in typeref:enum:__anon6174
156 section is compared according to the rules of the --gaps option.
277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
551 /* We we look at gaps, create artificial ones for the parts of the
555 if (gaps != gaps_ignore)
569 /* If we need to look at the gaps we need access to the file data. */
575 if (gaps !
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dmtb.py920 The ratio threshold is used to prevent the gaps detected in a swipe.
921 Note that in a swipe, the gaps tends to become larger and larger.
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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas778 // tricky. We need to fill in gaps, which will involve moving items
/external/ImageMagick/www/api/
H A Ddrawing-wand.php1046 <p>DrawGetStrokeDashArray() returns an array representing the pattern of dashes and gaps used to stroke paths (see DrawSetStrokeDashArray). The array must be freed once it is no longer required by the user.</p>
3143 <p>DrawSetStrokeDashArray() specifies the pattern of dashes and gaps used to stroke paths. The stroke dash array represents an array of numbers that specify the lengths of alternating dashes and gaps in pixels. If an odd number of values is provided, then the list of values is repeated to yield an even number of values. To remove an existing dash array, pass a zero number_elements argument and null dasharray. A typical stroke dash array might contain the members 5 3 2.</p>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.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 ...

Completed in 674 milliseconds