Searched refs:gap (Results 1 - 25 of 51) sorted by relevance

123

/external/v8/src/
H A Djson.js64 function SerializeArray(value, replacer, stack, indent, gap) {
69 indent += gap;
74 indent, gap);
81 if (gap == "") {
94 function SerializeObject(value, replacer, stack, indent, gap) {
99 indent += gap;
106 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
109 if (gap != "") member += " ";
118 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
121 if (gap !
[all...]
H A Dlithium-allocator.cc748 LGap* gap = GapAt(index); local
749 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
823 LGap* gap = GapAt(gap_index); local
824 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE);
902 // We have a gap at this position.
903 LGap* gap = GapAt(index); local
904 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
1031 // The gap move must be added without any special processing as in
1136 LGap* gap = NULL; local
1138 gap
1170 LGap* gap = GapAt(index); local
1181 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); local
1272 LGap* gap = GetLastGap(phi->block()->predecessors()->at(0)); local
[all...]
/external/srec/srec/ca/
H A Dutt_data.c42 int gap = 0; local
48 if ((gap = getBlockGap(hUtt->data.gen_utt.frame)) > 0)
49 (void) setRECframePtr(hUtt->data.gen_utt.frame, gap, 1);
/external/skia/gm/
H A Darithmode.cpp117 SkScalar gap = SkIntToScalar(src.width() + 20); local
122 x += gap;
124 x += gap;
126 x += gap;
/external/webkit/Tools/android/flex-2.5.4a/
H A Dmisc.c261 int gap, i, j, jg; local
264 for ( gap = n / 2; gap > 0; gap = gap / 2 )
265 for ( i = gap; i < n; ++i )
266 for ( j = i - gap; j >= 0; j = j - gap )
268 jg = j + gap;
/external/iproute2/tc/
H A Dq_netem.c37 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n");
220 } else if (matches(*argv, "gap") == 0) {
222 if (get_u32(&opt.gap, *argv, 0)) {
223 explain1("gap");
264 if (opt.gap == 0)
265 opt.gap = 1;
266 } else if (opt.gap > 0) {
267 fprintf(stderr, "gap specified without reorder probability\n");
385 if (qopt.gap)
386 fprintf(f, " gap
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DStackMapTable.java796 private int where, gap; field in class:StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) { argument
805 this.gap = gap;
835 int newDelta = offsetDelta + gap;
836 position += gap;
850 private static byte[] insertGap(byte[] info, int where, int gap) { argument
852 byte[] newinfo = new byte[len + gap];
854 newinfo[i + (i < where ? 0 : gap)] = info[i];
882 int newDelta = offsetDelta + gap;
[all...]
H A DCodeIterator.java24 * same <code>Code_attribute</code>, then inserting a gap by one
308 * <p>An extra gap may be inserted at the end of the inserted
331 * <p>An extra gap may be inserted at the end of the inserted
356 * <p>An extra gap may be inserted at the end of the inserted
381 * <p>An extra gap may be inserted at the end of the inserted
404 * <p>An extra gap may be inserted at the end of the inserted
429 * <p>An extra gap may be inserted at the end of the inserted
466 * Inserts a gap
471 * The inserted gap is filled with NOP. The gap lengt
1448 int gap, defaultByte; field in class:CodeIterator.Switcher
[all...]
H A DStackMap.java382 private int where, gap; field in class:StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { argument
388 this.gap = gap;
394 ByteArray.write16bit(offset + gap, info, pos - 4);
/external/srec/srec/clib/
H A Dfpi_tgt.c433 * With multiple recognizers, the gap-test doesn't work !!!
454 int gap; local
466 gap = POINTER_GAP(frmPkt, frmPkt->pullp, frmPkt->pushBlkp);
467 if (fCnt > gap) /* Limit movement */
468 fCnt = gap;
472 gap = POINTER_GAP(frmPkt, frmPkt->pushp, frmPkt->pullp);
473 if (fCnt < -gap) /* Limit movement */
474 fCnt = -gap;
490 gap = POINTER_GAP(frmPkt, frmPkt->pushp, frmPkt->pushBlkp);
492 if (fCnt > gap) /* Limi
[all...]
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c98 int i, gap; local
102 gap = AVCT_MSG_OFFSET - p_pkt->offset;
105 *(p_data + i + gap) = *(p_data + i);
107 p_pkt->offset += gap;
/external/javassist/src/main/javassist/convert/
H A DTransformAccessArrayField.java142 // The gap may include extra padding
145 CodeIterator.Gap gap
147 pos = gap.position;
159 pos = updatePos(pos, gap.length);
/external/javassist/src/main/javassist/expr/
H A DExpr.java293 int gap = code.length - size;
297 if (gap > 0)
298 pos = iterator.insertGapAt(pos, gap, false).position;
/external/chromium/chrome/browser/resources/
H A Dmobile_setup.js224 var gap = canvas.width / 24; // Gap between segments
229 var oGap = gap / oCircumference; // Gap size as fraction of outer ring
230 var iGap = gap / iCircumference; // Gap size as fraction of inner ring
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas769 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 move
[all...]
/external/dbus/test/
H A Dbreak-loader.c52 double gap; local
61 gap = end - start - 1; /* -1 to not include "end" */
62 v_double = ((double)start) + (((double)rand ())/RAND_MAX) * gap;
/external/kernel-headers/original/linux/
H A Dfd.h23 unsigned char gap, /* gap1 size */ member in struct:floppy_struct
H A Dpkt_sched.h479 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt
/external/bluetooth/bluedroid/stack/
H A DAndroid.mk15 $(LOCAL_PATH)/gap \
/external/oprofile/pp/
H A Dopgprof.cpp88 * @param gap a power of 2
90 * return true if all sample in samples_files are at least aligned on gap. This
95 bool aligned_samples(profile_container const & samples, int gap) argument
100 if (it->second.vma % gap)
/external/v8/
H A DAndroid.v8common.mk119 src/arm/lithium-gap-resolver-arm.cc \
141 src/mips/lithium-gap-resolver-mips.cc \
161 src/ia32/lithium-gap-resolver-ia32.cc \
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java128 boolean isInvalid(StringBlock block, float gap) { argument
138 return x0 > 0 && bound.x+bound.width-gap < getX1();
/external/iproute2/include/linux/
H A Dpkt_sched.h447 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt
/external/kernel-headers/original/video/
H A Ddsscomp.h183 unsigned int gap; member in struct:s3d_disp_info
/external/skia/src/core/
H A DSkAAClip.cpp742 // did we introduce an empty-gap from the prev row?
917 int gap = x - row->fWidth; local
918 if (gap) {
919 AppendRun(data, 0, gap);
920 row->fWidth += gap;
1148 If we see a gap of 1 or more empty scanlines while building in Y-order,
1156 int gap = y - fLastY; local
1157 if (gap > 1) {
1238 int gap = fLeft - x; variable
1239 SkASSERT(gap <
[all...]

Completed in 1669 milliseconds

123