/external/icu4c/test/intltest/ |
dcfmtest.cpp | 329 ParsePosition pos; local 332 format.parse(inputText, result, pos); 334 if (expectedParseEndPosition != pos.getIndex()) { 336 "Actual parse position: %d", expectedParseEndPosition, pos.getIndex());
|
tzfmttst.cpp | 190 ParsePosition pos(0); 200 sdf->parse(tzstr, *outcal, pos); 726 ParsePosition pos(DATA[i].inPos); [all...] |
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
TextureUtil.java | 402 int pos = 0; local 420 data.position(pos); 421 data.limit(pos + mipSizes[i]); 518 pos += mipSizes[i];
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
SceneLoader.java | 388 Vector3f pos = node.getWorldTranslation(); local 389 pl.setPosition(pos); 393 Vector3f pos = node.getWorldTranslation(); local 394 sl.setPosition(pos);
|
/external/libxml2/include/libxml/ |
xmlstring.h | 121 int pos);
|
/external/linux-tools-perf/util/ |
annotate.h | 28 struct objdump_line *pos);
|
event.c | 252 struct map *pos = rb_entry(nd, struct map, rb_node); local 254 if (pos->dso->kernel) 259 size = KERNEL_ALIGN(pos->dso->long_name_len + 1, sizeof(u64)); 261 size = ALIGN(pos->dso->long_name_len + 1, sizeof(u64)); 269 event->mmap.start = pos->start; 270 event->mmap.len = pos->end - pos->start; 273 memcpy(event->mmap.filename, pos->dso->long_name, 274 pos->dso->long_name_len + 1);
|
header.h | 113 int perf_event__synthesize_build_id(struct dso *pos, u16 misc,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCCodeEmitter.cpp | 148 // Pick a DEXT or DINS instruction variant based on the pos and size operands 160 int64_t pos = InstIn.getOperand(2).getImm(); local 165 if (pos < 32) // DEXT/DINS, do nothing 168 InstIn.getOperand(2).setImm(pos - 32); 173 assert(pos < 32 && "DEXT/DINS cannot have both size and pos > 32"); 198 // Double extract instruction is chosen by pos and size operands
|
/external/lzma/CPP/7zip/Common/ |
LimitedStreams.h | 100 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream);
|
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | 115 UInt32 pos = 0;
local 117 while (pos < BufferSize)
121 if (GetVal(res, 1) == 0 || pos < 1024)
122 Buffer[pos++] = (Byte)(res & 0xFF);
139 while (rep0 >= pos);
143 for (UInt32 i = 0; i < len && pos < BufferSize; i++, pos++)
144 Buffer[pos] = Buffer[pos - rep0];
156 size_t Pos;
[all...] |
/external/markdown/markdown/ |
__init__.py | 518 pos = ext_name.find("(") # find the first "(" 519 if pos > 0: 520 ext_args = ext_name[pos+1:-1] 521 ext_name = ext_name[:pos]
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.c | 222 static unsigned pos(int pos, int mov, int max) { function 223 int ret = pos + mov; 224 if (pos < 0) 226 if (pos >= max) 271 mc_vector |= pos(x, div_down(mv_horizontal, 2), width); 273 mc_vector |= pos(x, mv_horizontal & ~1, width); 275 mc_vector |= pos(y, div_down(mv_vertical, 2), height) << NV17_MPEG_CMD_MV_COORDS_Y__SHIFT; 277 mc_vector |= pos(y, mv_vertical & ~1, height) << NV17_MPEG_CMD_MV_COORDS_Y__SHIFT;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
paint.c | 109 VGint pos = 0; local 114 data[pos] = float4_to_argb(ramp_stops + 1); 116 ++pos; 123 while (fpos < ramp_stops[rnext] && pos < size) { 128 data[pos] = mix_pixels(current_color, idist, 131 ++pos; 136 while (pos < size) { 137 data[pos] = last_color; 138 ++pos;
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 43 * IN[0] = vertex pos 50 * OUT[0] = vertex pos 60 * IN[0] = pos src | solid fill color 61 * IN[1] = pos mask 62 * IN[2] = pos dst 145 struct ureg_src pos, 159 ureg_MOV(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos); 196 struct ureg_src pos, 210 ureg_MOV(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos); 322 struct ureg_src pos; local [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa_tgsi.c | 19 * IN[0] = vertex pos 26 * OUT[0] = vertex pos 36 * IN[0] = pos src | solid fill color 37 * IN[1] = pos mask 38 * IN[2] = pos dst 122 struct ureg_src pos, 138 ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos); 182 struct ureg_src pos, 199 pos); 326 struct ureg_src pos; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip.h | 176 struct brw_reg pos );
|
/external/oprofile/libpp/ |
profile_spec.cpp | 186 string::size_type pos = tag_value.find_first_of(':'); local 187 if (pos == string::npos) 190 string tag(tag_value.substr(0, pos)); 191 value = tag_value.substr(pos + 1);
|
/external/oprofile/libutil++/ |
op_bfd.cpp | 153 string::size_type pos; local 154 pos = filename.rfind(suf); 155 if (pos != string::npos && pos == filename.size() - suf.size())
|
/external/ppp/pppd/plugins/radius/ |
sendserver.c | 495 unsigned char *pos; local 499 pos = vector; 502 readcount = read(fd, (char *)pos, i); 503 pos += readcount;
|
/external/qemu/hw/ |
goldfish_pipe.c | 590 size_t pos; member in struct:__anon25443 601 pipe->pos = 0; 621 D("%s: hwpipe=%p (pos=%d count=%d size=%d)", __FUNCTION__, 622 ppipe->hwpipe, ppipe->pos, ppipe->count, ppipe->size); 644 int wpos = pipe->pos + pipe->count; 668 int wpos = pipe->pos + pipe->count; 708 int rpos = pipe->pos; 718 pipe->pos += avail; 719 if (pipe->pos >= pipe->size) { 720 pipe->pos -= pipe->size [all...] |
/external/qemu/telephony/ |
gsm.h | 183 int pos; member in struct:__anon25688
|
/external/skia/include/utils/ |
SkLuaCanvas.h | 60 const SkPoint pos[], const SkPaint& paint) SK_OVERRIDE;
|
/external/skia/src/core/ |
SkBBoxRecord.h | 52 const SkPoint pos[], const SkPaint& paint) SK_OVERRIDE;
|
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 876 SkPoint pos = verts[i].fPos; local 878 if (SK_ScalarMax == pos.fX) { 881 drawState->getViewMatrix().mapPoints(&pos, 1); 883 actualBounds.set(pos.fX, pos.fY, pos.fX, pos.fY); 886 actualBounds.growToInclude(pos.fX, pos.fY); [all...] |