/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInputAgent.cpp | 54 SyntheticInspectorTouchPoint(unsigned id, State state, const WebCore::IntPoint& screenPos, const WebCore::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force) 58 m_pos = pos;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableSection.h | 174 void appendColumn(unsigned pos); 175 void splitColumn(unsigned pos, unsigned first);
|
/external/chromium_org/third_party/icu/source/common/ |
usprep.cpp | 137 int32_t pos = -1; local 152 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL) 444 int32_t pos, 450 parseError->offset = pos; 454 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1)); 455 int32_t limit = pos; 461 // for post-context; include error rules[pos] 462 start = pos;
|
/external/chromium_org/third_party/icu/source/i18n/ |
transreg.cpp | 129 int32_t pos = aliasesOrRules.indexOf(noIDBlock); local 130 while (pos >= 0) { 132 pos = aliasesOrRules.indexOf(noIDBlock, pos + 1); 729 int32_t pos = -1; local 732 e = specDAG.nextElement(pos); 758 int32_t pos = -1; local 761 e = targets->nextElement(pos); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
sdtfmtts.cpp | 163 ParsePosition pos(0); 164 result1 = def.parse(text, pos);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
socketadapters.cc | 323 for (size_t pos = start; state_ < PS_TUNNEL && pos < *len;) { 325 size_t consume = _min(*len - pos, content_length_); 326 pos += consume; 327 start = pos; 335 if (data[pos++] != '\n') 338 size_t len = pos - start - 1; 344 start = pos;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 218 const LLVMValueRef *pos, 364 const LLVMValueRef *pos; member in struct:lp_build_tgsi_soa_context
|
/external/chromium_org/third_party/skia/include/core/ |
SkDevice.h | 270 const SkScalar pos[], SkScalar constY, 288 const SkPoint pos[], const SkPaint&,
|
/external/chromium_org/third_party/skia/src/utils/ |
SkProxyCanvas.cpp | 129 const SkPoint pos[], const SkPaint& paint) { 130 fProxy->drawPosText(text, byteLength, pos, paint);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
xdf-objfmt.c | 287 long pos; local 298 pos = 0; /* position = 0 because it's not in the file */ 301 pos = ftell(info->f); 302 if (pos == -1) { 323 xsd->scnptr = (unsigned long)pos; 329 pos = ftell(info->f); 330 if (pos == -1) { 335 xsd->relptr = (unsigned long)pos;
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
unzip.h | 428 extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos); 429 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos);
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSUtil.py | 105 for pos in range(i, len(sources), targets_to_shard[t]): 106 new_sources.append(sources[pos])
|
/external/chromium_org/tools/idl_parser/ |
idl_node.py | 79 def __init__(self, cls, filename, lineno, pos, children=None): 86 'POSSITION' : pos,
|
/external/chromium_org/ui/views/controls/webview/ |
web_dialog_view.cc | 274 void WebDialogView::MoveContents(WebContents* source, const gfx::Rect& pos) { 277 GetWidget()->SetBounds(pos);
|
/external/chromium_org/v8/src/ |
list-inl.h | 168 void List<T, P>::Rewind(int pos) { 169 length_ = pos;
|
/external/dropbear/ |
cli-chansession.c | 183 bufpos1 = ses.writepayload->pos; 230 bufpos2 = ses.writepayload->pos;
|
/external/expat/lib/ |
xmltok.h | 249 #define XmlUpdatePosition(enc, ptr, end, pos) \ 250 (((enc)->updatePosition)(enc, ptr, end, pos))
|
/external/icu4c/common/ |
usprep.cpp | 137 int32_t pos = -1; local 152 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL) 441 int32_t pos, 447 parseError->offset = pos; 451 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1)); 452 int32_t limit = pos; 458 // for post-context; include error rules[pos] 459 start = pos;
|
/external/icu4c/i18n/ |
transreg.cpp | 131 int32_t pos = aliasesOrRules.indexOf(noIDBlock); local 132 while (pos >= 0) { 134 pos = aliasesOrRules.indexOf(noIDBlock, pos + 1); 731 int32_t pos = -1; local 734 e = specDAG.nextElement(pos); 760 int32_t pos = -1; local 763 e = targets->nextElement(pos); [all...] |
/external/icu4c/test/intltest/ |
sdtfmtts.cpp | 163 ParsePosition pos(0); 164 result1 = def.parse(text, pos);
|
tsdcfmsy.cpp | 223 FieldPosition pos(FieldPosition::DONT_CARE); 224 buffer = df->format(value, buffer, pos);
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
Material.java | 682 Vector3f pos = pl.getPosition(); local 684 lightPos.setVector4InArray(pos.getX(), pos.getY(), pos.getZ(), invRadius, lightIndex); 767 Vector3f pos = pl.getPosition(); local 770 tmpLightPosition.set(pos.getX(), pos.getY(), pos.getZ(), invRadius); [all...] |
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
DOMOutputCapsule.java | 696 int pos = value.position(); local 710 value.position(pos); 726 int pos = value.position(); local 740 value.position(pos); 752 int pos = value.position(); local 766 value.position(pos); 782 int pos = value.position(); local 796 value.position(pos);
|
/external/kernel-headers/original/linux/ |
bitmap.h | 53 * bitmap_release_region(bitmap, pos, order) Free specified bit region 54 * bitmap_allocate_region(bitmap, pos, order) Allocate specified bit region 120 extern void bitmap_release_region(unsigned long *bitmap, int pos, int order); 121 extern int bitmap_allocate_region(unsigned long *bitmap, int pos, int order);
|
/external/libvpx/libvpx/vp8/encoder/ |
vp8_asm_enc_offsets.c | 49 DEFINE(vp8_writer_pos, offsetof(vp8_writer, pos));
|