HomeSort by relevance Sort by last modified time
    Searched refs:gap (Results 51 - 75 of 301) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 142 // The gap may include extra padding
145 CodeIterator.Gap gap local
147 pos = gap.position;
159 pos = updatePos(pos, gap.length);
  /external/javassist/src/main/javassist/expr/
Expr.java 293 int gap = code.length - size; local
297 if (gap > 0)
298 pos = iterator.insertGapAt(pos, gap, false).position;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 25 // With the assumption that packet loss is lower than 97%, the max gap
209 int gap = static_cast<uint16_t>(newest_seq_num - oldest_seq_num + 1); local
211 return static_cast<float>(gap - number_packets_received) / gap;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 85 /** Horizontal gap default for all rows */
94 /** Default gap between rows */
166 /** Default horizontal gap between keys in this row. */
168 /** Vertical gap following this row. */
245 /** Width of the key, not including the gap */
247 /** Height of the key, not including the gap */
249 /** The horizontal gap before this key */
250 public int gap; field in class:Keyboard.Key
318 gap = parent.defaultHorizontalGap;
346 gap = getDimensionOrFraction(a,
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DrawerArrowDrawable.java 251 * Returns the max gap between the bars when they are parallel to each other.
260 * Sets the max gap between the bars when they are parallel to each other.
262 * @param gap the gap in pixels
266 public void setGapSize(float gap) {
267 if (gap != mBarGap) {
268 mBarGap = gap;
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc 62 // Maximum gap size for characterizing the consecutiveness of the loss.
65 // Number of gap levels written to file/output.
84 // Number of loss configurations, for a given loss number and gap number.
85 // The gap number refers to the maximum gap/hole of a loss configuration
138 // The residual loss, as a function of the loss number and the gap number of
139 // the loss configurations. The gap number refers to the maximum gap/hole of
161 // Measure of the gap of the loss for configuration given by |state|.
323 // Compute the residual loss per gap, by summing th
    [all...]
  /external/dng_sdk/source/
dng_utils.h 657 real32 gap = v - Min_real32 (r, Min_real32 (g, b)); local
659 if (gap > 0.0f)
665 h = (g - b) / gap;
676 h = 2.0f + (b - r) / gap;
681 h = 4.0f + (r - g) / gap;
684 s = gap / v;
  /external/iproute2/tc/
q_netem.c 42 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n" \
372 } else if (matches(*argv, "gap") == 0) {
374 if (get_u32(&opt.gap, *argv, 0)) {
375 explain1("gap");
445 if (opt.gap == 0)
446 opt.gap = 1;
447 } else if (opt.gap > 0) {
448 fprintf(stderr, "gap specified without reorder probability\n");
677 if (qopt.gap)
678 fprintf(f, " gap %lu", (unsigned long)qopt.gap)
    [all...]
  /external/skia/src/utils/
SkDashPath.cpp 20 SkScalar gap = intervals[i]; local
21 if (phase > gap || (phase == gap && gap)) {
22 phase -= gap;
25 return gap - phase;
  /external/skqp/src/utils/
SkDashPath.cpp 20 SkScalar gap = intervals[i]; local
21 if (phase > gap || (phase == gap && gap)) {
22 phase -= gap;
25 return gap - phase;
  /external/v8/src/crankshaft/
lithium.cc 308 LGap* gap = LGap::cast(cur); local
309 if (!gap->IsRedundant()) {
326 LInstructionGap* gap = new (zone()) LInstructionGap(block); local
327 gap->set_hydrogen_value(instr->hydrogen_value());
330 instructions_.Add(gap, zone());
336 instructions_.Add(gap, zone());
  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java 355 float gap = Math.min(1 - scaleCol, scaleCol); local
385 // The gap will be the minimum distance value of the distances from both
393 scaleStartCol = scaleCol - gap;
394 scaleEndCol = scaleCol + gap;
412 float gap = Math.min(1 - scaleRow, scaleRow); local
413 scaleStartRow = scaleRow - gap;
414 scaleEndRow = scaleRow + gap;
  /toolchain/binutils/binutils-2.27/bfd/
elf-linux-core.h 89 char gap[4]; member in struct:elf_external_linux_prpsinfo64
elf32-m32c.c 1529 unsigned char *insn, *gap, *einsn; local
    [all...]
elf32-h8300.c 833 bfd_vma dot, gap;
840 gap = value - dot;
845 if ((int) gap >= -126 && (int) gap <= 130)
882 && (int) gap <= 130
883 && (int) gap >= -128
969 bfd_vma gap;
976 gap = value - dot;
981 if ((int) gap >= -126 && (int) gap <= 130
832 bfd_vma dot, gap; local
968 bfd_vma gap; local
    [all...]
  /external/brotli/c/enc/
hash_longest_match_quickly_inc.h 132 const size_t gap, HasherSearchResult* BROTLI_RESTRICT out) {
225 handle, &data[cur_ix_masked], max_length, max_backward + gap, out,
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
StaggeredGridLayoutManagerBaseConfigSetTest.java 446 assertEquals(config + " there should be no gap on left" + logSuffix,
448 assertEquals(config + " there should be no gap on right" + logSuffix,
451 assertEquals(config + " there should be no gap on bottom" + logSuffix,
453 assertTrue(config + " there should be some gap on top" + logSuffix,
456 assertEquals(config + " there should be no gap on top" + logSuffix,
458 assertTrue(config + " there should be some gap at the bottom" + logSuffix,
462 assertEquals(config + " there should be no gap on top" + logSuffix,
464 assertEquals(config + " there should be no gap at the bottom" + logSuffix,
469 assertTrue(config + " there should be some gap on left" + logSuffix,
472 assertEquals(config + " there should be no gap on left" + logSuffix
757 int gap = helper.getDecoratedStart(vh.itemView); local
794 int gap = helper.getEnd() - helper.getDecoratedEnd(vh.itemView); local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
binutils.exp 181 binutils_test strip "-s" gap "" "-lS"
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 903 int gap = startOffset - mOrientationHelper.getStartAfterPadding(); local
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
LinearLayoutManager.java 933 int gap = startOffset - mOrientationHelper.getStartAfterPadding(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 769 gap, index, hc, bucket: Integer;
784 // gap refers to the hole that needs filling-in by shifting items down.
787 // our gap and our index (so that they'd be moved before their bucket).
788 // We move the item at index into the gap, whereupon the new gap is
795 gap := index;
807 if not InCircularRange(gap, bucket, index) then
809 FItems[gap] := FItems[index];
810 gap := index;
811 // The gap moved, but we still need to find it to terminate
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 61 private int gap; field in class:DotsPageIndicator
136 gap = typedArray.getDimensionPixelSize(R.styleable.DotsPageIndicator_dotGap,
246 dotCenterX[i] = startLeft + i * (dotDiameter + gap);
330 return pageCount * dotDiameter + (pageCount - 1) * gap;
421 endX1 = centerX + dotRadius + (joiningFraction * gap);
452 endX1 = nextCenterX - dotRadius - (joiningFraction * gap);
483 endX1 = centerX + dotRadius + (gap / 2);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkSelector.java 46 // Minimum time gap between last successful network selection and a new selection
217 long gap = mClock.getElapsedSinceBootMillis() local
219 if (gap < MINIMUM_NETWORK_SELECTION_INTERVAL_MS) {
220 localLog("Too short since last network selection: " + gap + " ms."
  /bionic/libc/kernel/uapi/linux/
fd.h 31 unsigned char gap, rate, member in struct:floppy_struct
  /external/kernel-headers/original/uapi/linux/
fd.h 30 unsigned char gap, /* gap1 size */ member in struct:floppy_struct

Completed in 845 milliseconds

1 23 4 5 6 7 8 91011>>