/external/smack/asmack-master/lib/ |
xpp3-1.1.4c.jar | |
/external/icu4c/test/cintltst/ |
cnumtst.c | 1791 int32_t pos; local 2014 int32_t pos; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
parserInternals.c | 1911 unsigned long pos; local 2012 unsigned long pos; local [all...] |
/external/libvorbis/lib/ |
psy.c | 455 long pos=0; local 498 for(;pos<endpos;pos++) 499 seeds[pos]=ampstack[i]; 515 long pos; local 519 pos=p->octave[0]-p->firstoc-(linesper>>1); 522 float minV=seed[pos]; 525 while(pos+1<=end){ 526 pos++; 527 if((seed[pos]>NEGINF && seed[pos]<minV) || minV==NEGINF [all...] |
/external/libxml2/ |
parserInternals.c | 1911 unsigned long pos; local 2012 unsigned long pos; local [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_1x.c | 1788 u8 *pos; local 1816 const u8 *pos = buf + sizeof(*xhdr); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 465 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); 466 if (pos.isNotNull()) { 467 newSelection = VisibleSelection(pos); 484 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); 485 Position start = pos.deepEquivalent(); 486 Position end = pos.deepEquivalent(); 487 if (pos.isNotNull()) { 488 Vector<DocumentMarker*> markers = innerNode->document().markers()->markersInRange(makeRange(pos, pos).get(), DocumentMarker::MisspellingMarkers()); 529 VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())) 603 Position pos = visiblePos.deepEquivalent(); local 869 VisiblePosition pos = VisiblePosition(node->renderer()->positionForPoint(event.localPoint())); local [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/external/chromium_org/third_party/libxslt/libxslt/ |
pattern.c | 851 int pos = 0, len = 0; local 942 pos = ix + indx; 955 sel->indexExtra, ival) = pos; 958 ix = pos; 960 pos = 0; 974 pos = len; 999 if (pos != 0) { 1001 ctxt->xpathCtxt->proximityPosition = pos; 1011 pos; 1052 pos = ix + indx [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 249 int pos; local 253 for(pos = 0; pos < count; ++pos) { 254 if((res = mp_init(&mp[pos])) != MP_OKAY) 261 while(--pos >= 0) 262 mp_clear(&mp[pos]); 2546 int ix, pos = 0; local 2818 mp_size pos; local [all...] |
/external/libxslt/libxslt/ |
pattern.c | 851 int pos = 0, len = 0; local 942 pos = ix + indx; 955 sel->indexExtra, ival) = pos; 958 ix = pos; 960 pos = 0; 974 pos = len; 999 if (pos != 0) { 1001 ctxt->xpathCtxt->proximityPosition = pos; 1011 pos; 1052 pos = ix + indx [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | [all...] |
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
MessageFormatTest.java | 111 FieldPosition pos = new FieldPosition(-1); local 114 date, date }, buffer, pos); 652 ParsePosition pos = new ParsePosition(2); local 654 .parse("xxdate is Feb 28, 1999", pos); 672 pos.setIndex(0); 673 pos.setErrorIndex(8); 674 result = mf.parse(parse, pos); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 1714 int pos = --m_ancestorsPos; local 2010 int pos = 0; local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | 293 int pos = (m_queueMark + n); local 296 if ((pos <= m_ops.getTokenQueueSize()) && (pos > 0) 299 String tok = ((String) m_ops.m_tokenQueue.elementAt(pos - 1)); 742 * @param pos The position where the op is to be inserted. 746 void insertOp(int pos, int length, int op) 751 for (int i = totalLen - 1; i >= pos; i--) 756 m_ops.setOp(pos,op); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
python_message.py | 810 def InternalParse(self, buffer, pos, end): 814 while pos != end: 815 (tag_bytes, new_pos) = local_ReadTag(buffer, pos) 821 return pos 825 pos = new_pos 827 pos = field_decoder(buffer, new_pos, end, self, field_dict) 828 return pos [all...] |
/external/chromium_org/tools/idl_parser/ |
idl_parser.py | 847 pos = t.lexpos 857 pos = last.lexpos 867 self._last_error_pos = pos 908 pos = p.lexpos(index) 909 out = IDLNode(cls, filename, lineno, pos, childlist) 963 pos = self.BuildAttribute('POS', self._last_error_pos) 967 ListFromConcat(name, line, pos, prod))
|
/external/chromium_org/v8/src/ |
prettyprinter.cc | 694 int pos = OS::SNPrintF(buf, "%s (mode = %s", info, local 696 OS::SNPrintF(buf + pos, ")"); 1059 int pos = OS::SNPrintF(buf, "VAR PROXY"); local 1064 OS::SNPrintF(buf + pos, " parameter[%d]", var->index()); 1067 OS::SNPrintF(buf + pos, " local[%d]", var->index()); 1070 OS::SNPrintF(buf + pos, " context[%d]", var->index()); 1073 OS::SNPrintF(buf + pos, " lookup");
|
/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 801 Index pos; local [all...] |
/external/flac/libFLAC/ |
stream_decoder.c | 2983 FLAC__int64 pos = -1; local 3200 FLAC__uint64 pos = 0; \/* only initialized to avoid compiler warning *\/ local 3362 off_t pos; local [all...] |
/external/icu4c/i18n/ |
compactdecimalformat.cpp | 246 FieldPosition& pos) const { 267 DecimalFormat::format(numberToFormat, appendTo, pos); 286 FieldPosition& pos) const { 287 return format((double) number, appendTo, pos); 323 FieldPosition& /* pos */, 347 ParsePosition& /* pos */) const { 873 int32_t pos = -1; local 874 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos); 875 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) {
|
/external/libmtp/src/ |
ptp.c | 2211 unsigned int pos; local [all...] |