/external/chromium_org/v8/src/ |
list.h | 149 // Drops all but the first 'pos' elements from the list. 150 INLINE(void Rewind(int pos));
|
/external/dropbear/ |
cli-authpubkey.c | 92 keybuf->pos = keybuf->len = 0;
|
/external/harfbuzz/src/ |
harfbuzz-hebrew.c | 73 const HB_UChar16 *uc = shaper_item->string + shaper_item->item.pos;
|
harfbuzz-shaper.h | 127 hb_uint32 pos; member in struct:__anon18570
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-hebrew.c | 73 const HB_UChar16 *uc = shaper_item->string + shaper_item->item.pos;
|
harfbuzz-shaper.h | 127 hb_uint32 pos; member in struct:__anon18626
|
/external/icu4c/i18n/ |
ucol_tok.h | 60 int32_t pos[UCOL_STRENGTH_LIMIT]; member in struct:__anon18905
|
/external/icu4c/i18n/unicode/ |
dtitvfmt.h | 210 * FieldPosition pos = 0; 212 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status); 674 * @param pos On input: an alignment field, if desired. 683 FieldPosition& pos, [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 111 return (pos < count) ? (buf[pos] & 0xff) : -1; 126 int offset = pos - 1; 138 logger1.severe("bad domain name: possible circular name detected. Bad offset: 0x" + Integer.toHexString(index) + " at 0x" + Integer.toHexString(pos - 2));
|
/external/kernel-headers/original/linux/ |
icmpv6.h | 184 u8 code, int pos);
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.cpp | 219 std::string::size_type pos = CStr.find_first_of('='); local 220 assert(pos != std::string::npos && "Unrecognized constraint"); 222 std::string Name = CStr.substr(start, pos - start); 231 Name = CStr.substr(pos+1);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zOut.h | 97 void SkipAlign(unsigned pos, unsigned alignSize);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_priv.h | 260 int *pos,
|
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 256 char* pos = strchr( buffer, ':' ); local 257 if( pos ) 258 cpu_info->frequency = strtod( pos + 1, &pos );
|
/external/qemu/android/skin/ |
surface.c | 293 int x = dst_rect->pos.x; 294 int y = dst_rect->pos.y; 345 int sx = src_rect->pos.x; 346 int sy = src_rect->pos.y;
|
/external/qemu/audio/ |
dsoundaudio.c | 356 int pos = hw->rpos + dst_len; local 360 if (pos > hw->samples) { 364 pos = src_len2; 376 hw->rpos = pos % hw->samples;
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_events.c | 255 dst.x=current_overlay->hwdata->CurrentViewPort.pos.x; 256 dst.y=current_overlay->hwdata->CurrentViewPort.pos.y; 320 dst.x=current_overlay->hwdata->CurrentViewPort.pos.x; 321 dst.y=current_overlay->hwdata->CurrentViewPort.pos.y;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowParcel.java | 81 public void setDataPosition(int pos) { 82 index = calculateIndexFromSizePosition(pos); 93 private int calculateIndexFromSizePosition(int pos) { 96 if (size >= pos) {
|
/external/skia/include/core/ |
SkBitmapDevice.h | 175 const SkScalar pos[], SkScalar constY,
|
SkGeometry.h | 227 * If pos is not null, return its position at the t-value. 232 void evalAt(SkScalar t, SkPoint* pos, SkVector* tangent = NULL) const;
|
/external/skia/include/gpu/ |
SkGpuDevice.h | 108 const SkScalar pos[], SkScalar constY,
|
/external/skia/include/utils/ |
SkDeferredCanvas.h | 186 const SkPoint pos[], const SkPaint& paint)
|
SkDumpCanvas.h | 111 const SkPoint pos[], const SkPaint& paint) SK_OVERRIDE;
|
SkNWayCanvas.h | 64 const SkPoint pos[], const SkPaint&) SK_OVERRIDE;
|
SkProxyCanvas.h | 66 const SkPoint pos[], const SkPaint& paint) SK_OVERRIDE;
|