Home
last modified time | relevance | path

Searched refs:dstart (Results 1 – 8 of 8) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java316 public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, in filter() argument
319 return mNumberInputFilter.filter(source, start, end, dest, dstart, dend); in filter()
323 String.valueOf(dest.subSequence(0, dstart)) + filtered in filter()
350 public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, in filter() argument
353 CharSequence filtered = super.filter(source, start, end, dest, dstart, dend); in filter()
359 String.valueOf(dest.subSequence(0, dstart)) + filtered in filter()
/external/v8/src/arm64/
Dcpu-arm64.cc55 uintptr_t dstart = start & ~(dsize - 1); in FlushICache() local
100 : [dline] "+r" (dstart), in FlushICache()
/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp750 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)]; in S32_D565_Blend_Dither_neon() local
752 uint8x8_t vdither = vld1_u8(dstart); // load dither values in S32_D565_Blend_Dither_neon()
1324 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)]; in S32A_D565_Opaque_Dither_neon() local
1325 dbase = vld1_u8(dstart); in S32A_D565_Opaque_Dither_neon()
1453 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)]; in S32_D565_Opaque_Dither_neon() local
1454 d = vld1_u8(dstart); in S32_D565_Opaque_Dither_neon()
/external/valgrind/VEX/switchback/
Dswitchback.c205 Addr dstart = start & ~(dsize - 1); in invalidate_icache() local
250 : [dline] "+r" (dstart), in invalidate_icache()
/external/webrtc/webrtc/base/
Dhttpcommon.cc526 int vend, dstart, dend; in parseLeader() local
532 &vend, &dstart, &dend, &vmajor, &vminor) != 2) in parseLeader()
547 path.assign(line + dstart, line + dend); in parseLeader()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java408 public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, in filter() argument
418 int i = dstart - 1; in filter()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1468 int32_t dstart = 0; in parse() local
1471 int32_t dend = value.indexOf(COMMA, dstart); in parse()
1473 dstr = new UnicodeString(value, dstart); in parse()
1476 dstr = new UnicodeString(value, dstart, dend - dstart); in parse()
1482 dstart = dend + 1; in parse()
/external/valgrind/coregrind/
Dm_libcproc.c1138 Addr dstart = start & ~(dsize - 1); in VG_() local
1183 : [dline] "+r" (dstart), in VG_()