HomeSort by relevance Sort by last modified time
    Searched refs:gap (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
Pagination.h 40 , gap(0)
46 return mode == other.mode && behavesLikeColumns == other.behavesLikeColumns && pageLength == other.pageLength && gap == other.gap;
51 return mode != other.mode || behavesLikeColumns != other.behavesLikeColumns || pageLength != other.pageLength || gap != other.gap;
57 unsigned gap; member in struct:WebCore::Pagination
  /art/jdwpspy/
Main.cpp 41 int gap; local
53 gap = (int) offset & 0x0f;
66 int count = ((int)length > 16-gap) ? 16-gap : (int) length; /* cap length */
68 assert(count+gap <= 16);
70 if (gap) {
72 hex += gap * 3;
73 asc += gap;
77 for (i = gap ; i < count+gap; i++)
    [all...]
  /art/runtime/base/
logging.cc 190 int gap = static_cast<int>(offset & 0x0f); local
204 int count = std::min(static_cast<int>(byte_count), 16 - gap);
206 CHECK_LE(count + gap, 16);
208 if (gap) {
210 hex += gap * 3;
211 asc += gap;
215 for (i = gap ; i < count+gap; i++) {
236 gap = 0;
  /external/chromium_org/v8/src/
json.js 71 function SerializeArray(value, replacer, stack, indent, gap) {
76 indent += gap;
81 indent, gap);
88 if (gap == "") {
101 function SerializeObject(value, replacer, stack, indent, gap) {
106 indent += gap;
113 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
116 if (gap != "") member += " ";
125 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
128 if (gap != "") member += " "
    [all...]
lithium.cc 328 LGap* gap = LGap::cast(cur); local
329 if (!gap->IsRedundant()) {
346 LInstructionGap* gap = new(graph_->zone()) LInstructionGap(block); local
347 gap->set_hydrogen_value(instr->hydrogen_value());
350 instructions_.Add(gap, zone());
356 instructions_.Add(gap, zone());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender_unittest.cc 77 DtmfInfo(int code, int duration, int gap)
80 gap(gap) {}
83 int gap; member in struct:FakeDtmfProvider::DtmfInfo
99 int gap = 0; variable
103 gap = static_cast<int>(talk_base::Time() - last_insert_dtmf_call_);
109 << " gap=" << gap << "."; variable
110 dtmf_info_queue_.push_back(DtmfInfo(code, duration, gap));
162 // DtmfInfo's gap field will be 0
    [all...]
  /external/srec/srec/ca/
utt_data.c 42 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/bluetooth/bluedroid/stack/
Android.mk 15 $(LOCAL_PATH)/gap \
145 ./gap/gap_api.c \
146 ./gap/gap_ble.c \
147 ./gap/gap_conn.c \
148 ./gap/gap_utils.c
  /external/v8/src/
json.js 64 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 != "") member += " "
    [all...]
  /external/skia/gm/
arithmode.cpp 104 SkScalar gap = SkIntToScalar(src.width() + 20); local
108 x += gap;
110 x += gap;
119 x += gap;
  /dalvik/vm/
Misc.cpp 56 int gap; local
69 gap = (int) offset & 0x0f;
84 count = ((int)length > 16-gap) ? 16-gap : (int)length; /* cap length */
86 assert(count+gap <= 16);
88 if (gap) {
90 hex += gap * 3;
91 asc += gap;
94 for (i = gap ; i < count+gap; i++)
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 266 int gap = (trackWidth - thumbWidth) / 2;
268 setThumbPos(w, h, thumb, scale, gap);
297 int gap = (trackHeight - thumbHeight) / 2;
299 setThumbPos(w, h, thumb, scale, gap);
306 * @param gap If set to {@link Integer#MIN_VALUE}, this will be ignored and
308 private void setThumbPos(int w, int h, Drawable thumb, float scale, int gap) {
325 if (gap == Integer.MIN_VALUE) {
330 leftBound = gap;
331 rightBound = gap + thumbWidth;
339 if (gap == Integer.MIN_VALUE)
    [all...]
  /external/chromium_org/media/base/
audio_splicer.cc 17 // Largest gap or overlap allowed by this class. Anything
78 DVLOG(1) << "Gap detected @ " << expected_timestamp.InMicroseconds()
81 // Create a buffer with enough silence samples to fill the gap and
83 scoped_refptr<AudioBuffer> gap = AudioBuffer::CreateEmptyBuffer( local
88 AddOutputBuffer(gap);
90 // Add the input buffer now that the gap has been filled.
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 34 public void setHourGap(float gap) {
35 mHourGap = gap;
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 796 private int where, gap; field in class:StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) {
805 this.gap = gap;
835 int newDelta = offsetDelta + gap;
836 position += gap;
850 private static byte[] insertGap(byte[] info, int where, int gap) {
852 byte[] newinfo = new byte[len + gap];
854 newinfo[i + (i < where ? 0 : gap)] = info[i];
882 int newDelta = offsetDelta + gap;
    [all...]
CodeIterator.java 24 * 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 length may b
599 Gap gap = new Gap(); local
1448 int gap, defaultByte; field in class:CodeIterator.Switcher
    [all...]
StackMap.java 382 private int where, gap; field in class:StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) {
388 this.gap = gap;
394 ByteArray.write16bit(offset + gap, info, pos - 4);
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 284 int gap = mHorizontal ? v.getWidth() : v.getHeight(); local
288 if (centerView < centerScreen - gap / 2) {
290 scroll = - (centerScreen - centerView - gap);
291 translate = (position > 0) ? gap : 0;
293 } else if (centerView > centerScreen + gap / 2) {
295 scroll = - (centerScreen + gap - centerView);
297 translate = -gap;
303 translate = -gap;
305 scroll -= gap;
328 trans2 = ObjectAnimator.ofInt(this, "gap", 0, translate)
    [all...]
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 171 int gap; local
175 gap = 0;
178 gap = 1;
181 currLine += spaceIndex + gap;
  /external/srec/srec/clib/
fpi_tgt.c 433 * 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) /* Limit movement *
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 101 /** Horizontal gap default for all rows */
110 /** Default gap between rows */
173 /** Default horizontal gap between keys in this row. */
175 /** Vertical gap following this row. */
236 /** Width of the key, not including the gap */
238 /** Height of the key, not including the gap */
240 /** The horizontal gap before this key */
241 public int gap; field in class:Keyboard.Key
310 gap = parent.defaultHorizontalGap;
338 gap = getDimensionOrFraction(a
    [all...]
  /external/iproute2/tc/
q_netem.c 41 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n" \
359 } else if (matches(*argv, "gap") == 0) {
361 if (get_u32(&opt.gap, *argv, 0)) {
362 explain1("gap");
432 if (opt.gap == 0)
433 opt.gap = 1;
434 } else if (opt.gap > 0) {
435 fprintf(stderr, "gap specified without reorder probability\n");
620 if (qopt.gap)
621 fprintf(f, " gap %lu", (unsigned long)qopt.gap)
    [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 276 int gap = (trackHeight - thumbHeight) / 2;
278 setThumbPos(w, thumb, scale, gap);
284 * @param gap If set to {@link Integer#MIN_VALUE}, this will be ignored and
286 private void setThumbPos(int w, Drawable thumb, float scale, int gap) {
298 if (gap == Integer.MIN_VALUE) {
303 topBound = gap;
304 bottomBound = gap + thumbHeight;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-234101.js 30 // Currently, the gap resolver doesn't handle moves from a ConstantOperand to a
33 // either enhance the gap resolver or make sure that such moves don't happen.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 209 int gap; local
214 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, &info,
226 if (gap) {
227 fprintf(f, "%6lu %08lX <gap>%*s%s\n", listline++, offset,

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 91011