HomeSort by relevance Sort by last modified time
    Searched defs:bufPos (Results 1 - 10 of 10) sorted by null

  /external/icu4c/common/
ruleiter.h 61 int32_t bufPos;
137 int32_t bufPos;
  /external/webkit/Source/WebCore/page/
EventSource.cpp 252 unsigned int bufPos = 0;
254 while (bufPos < bufSize) {
256 if (m_receiveBuf[bufPos] == '\n')
257 bufPos++;
263 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
267 fieldLength = i - bufPos;
272 lineLength = i - bufPos;
280 parseEventStreamLine(bufPos, fieldLength, lineLength);
281 bufPos += lineLength + 1;
284 if (bufPos == bufSize
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 508 private void doTransforms(FloatBuffer bufPos, FloatBuffer bufNorm, int start, int end, Matrix4f transform) {
518 bufPos.position(offset);
520 bufPos.get(tmpFloat, 0, length);
544 bufPos.position(offset);
546 bufPos.put(tmpFloat, 0, length);
552 private void doTransformsTangents(FloatBuffer bufPos, FloatBuffer bufNorm, FloatBuffer bufTangents, int start, int end, Matrix4f transform) {
566 bufPos.position(offset);
569 bufPos.get(tmpFloat, 0, length);
610 bufPos.position(offset);
612 bufPos.put(tmpFloat, 0, length)
    [all...]
  /external/svox/pico/lib/
picoos.c 1963 picoos_uint8 strlen, bufpos; local
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 123 milliseconds