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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/base/
hex_dump.cc 56 size_t gap = offset & 0x0f; local
71 size_t count = std::min(byte_count, 16 - gap);
73 // CHECK_LE(count + gap, 16U);
75 if (gap) {
77 hex += gap * 3;
78 asc += gap;
82 for (i = gap ; i < count + gap; i++) {
103 gap = 0;
  /external/pdfium/core/include/fxcrt/
fx_ext.h 86 FX_INT32 i, j, gap; local
88 gap = iCount >> 1;
89 while (gap > 0) {
90 for (i = gap; i < iCount; i ++) {
91 j = i - gap;
94 pArray[j + gap] = v2;
95 j -= gap;
97 pArray[j + gap] = v1;
99 gap >>= 1;
  /external/chromium_org/v8/src/
json.js 50 function SerializeArray(value, replacer, stack, indent, gap) {
55 indent += gap;
60 indent, gap);
67 if (gap == "") {
80 function SerializeObject(value, replacer, stack, indent, gap) {
85 indent += gap;
92 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
95 if (gap != "") member += " ";
104 var strP = JSONSerialize(p, value, replacer, stack, indent, gap);
107 if (gap != "") member += " "
    [all...]
  /hardware/qcom/gps/core/
gps_extended.h 48 uint32_t gap, uint32_t accu, uint32_t time,
51 min_interval(gap < MIN_POSSIBLE_FIX_INTERVAL ? MIN_POSSIBLE_FIX_INTERVAL : gap),
  /hardware/qcom/gps/msm8960/core/
gps_extended.h 48 uint32_t gap, uint32_t accu, uint32_t time,
51 min_interval(gap < MIN_POSSIBLE_FIX_INTERVAL ? MIN_POSSIBLE_FIX_INTERVAL : gap),
  /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>(rtc::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 13 $(LOCAL_PATH)/gap \
148 ./gap/gap_api.c \
149 ./gap/gap_ble.c \
150 ./gap/gap_conn.c \
151 ./gap/gap_utils.c \
  /external/chromium_org/third_party/skia/gm/
arithmode.cpp 104 SkScalar gap = SkIntToScalar(src.width() + 20); local
108 x += gap;
110 x += gap;
119 x += gap;
  /external/skia/gm/
arithmode.cpp 103 SkScalar gap = SkIntToScalar(src.width() + 20); local
107 x += gap;
109 x += gap;
118 x += gap;
  /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/native_client_sdk/doc_generated/_static/css/
nacl.css 7 .small-gap {margin-top: 0.5em;}
8 .small-gap li, dt {margin-top: 1em;}
9 .no-gap {margin-bottom: 0;}
10 .no-gap-li li {margin-top: 0;}
112 li.gap, .gap li {margin-top: 1.5em;}
113 .gap li li {margin-top: 0.2em;}
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 7 .small-gap {margin-top: 0.5em;}
8 .small-gap li, dt {margin-top: 1em;}
9 .no-gap {margin-bottom: 0;}
10 .no-gap-li li {margin-top: 0;}
112 li.gap, .gap li {margin-top: 1.5em;}
113 .gap li li {margin-top: 0.2em;}
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 69 gap,
109 mind = gap,
160 gap += indent;
179 gap ? '[\n' + gap +
180 partial.join(',\n' + gap) + '\n' +
183 gap = mind;
197 partial.push(quote(k) + (gap ? ': ' : ':') + v);
208 partial.push(quote(k) + (gap ? ': ' : ':') + v);
218 gap ? '{\n' + gap + partial.join(',\n' + gap) + '\n'
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 334 * gap ack's to figure out if you need to stroke a chunk for FR.
919 #define SCTP_IS_TSN_PRESENT(arry, gap) ((arry[(gap >> 3)] >> (gap & 0x07)) & 0x01)
920 #define SCTP_SET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07))))
921 #define SCTP_UNSET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] &= ((~(0x01 << ((gap & 0x07)))) & 0xff)
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 21 CPVT_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase)
  /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/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.cpp 173 int gap; local
177 gap = 0;
180 gap = 1;
183 currLine += spaceIndex + gap;
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 190 gap,
230 mind = gap,
288 gap += indent;
307 gap ? '[\n' + gap +
308 partial.join(',\n' + gap) + '\n' +
311 gap = mind;
324 partial.push(quote(k) + (gap ? ': ' : ':') + v);
336 partial.push(quote(k) + (gap ? ': ' : ':') + v);
346 gap ? '{\n' + gap + partial.join(',\n' + gap) + '\n'
    [all...]
  /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...]

Completed in 2995 milliseconds

1 2 3 4 5 6 7 8 91011>>