HomeSort by relevance Sort by last modified time
    Searched refs:fieldLength (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 343 int fieldLength = -1;
347 if (fieldLength < 0)
348 fieldLength = i - bufPos;
361 parseEventStreamLine(bufPos, fieldLength, lineLength);
376 void EventSource::parseEventStreamLine(unsigned bufPos, int fieldLength, int lineLength)
389 } else if (fieldLength) {
390 bool noValue = fieldLength < 0;
392 String field(&m_receiveBuf[bufPos], noValue ? lineLength : fieldLength);
396 else if (m_receiveBuf[bufPos + fieldLength + 1] != ' ')
397 step = fieldLength + 1
    [all...]
EventSource.h 108 void parseEventStreamLine(unsigned pos, int fieldLength, int lineLength);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 114 private static int fieldLength;
180 return fieldLength;
274 fieldLength = typeLength;
  /external/chromium_org/third_party/skia/src/animator/
SkScript.cpp 370 size_t fieldLength = token_length(++script); // skip dot
371 if (fieldLength == 0) {
376 script += fieldLength;
382 return evaluateDotParam(script, suppressed, field, fieldLength);
386 const char* field, size_t fieldLength) {
405 if ((success = handleMember(field, fieldLength, object)) == false)
413 (success = handleMemberFunction(field, fieldLength, object, params)) == false)
    [all...]
SkScriptTokenizer.cpp 359 size_t fieldLength = token_length(++script); // skip dot
360 SkASSERT(fieldLength > 0); // !!! add error handling
362 script += fieldLength;
368 return evaluateDotParam(script, field, fieldLength);
373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) {
384 success = handleMember(field, fieldLength, object);
390 success = handleMemberFunction(field, fieldLength, object, &params);
    [all...]
SkScript.h 202 bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
SkScript2.h 235 bool evaluateDotParam(const char*& script, const char* field, size_t fieldLength);
  /external/skia/src/animator/
SkScript.cpp 370 size_t fieldLength = token_length(++script); // skip dot
371 if (fieldLength == 0) {
376 script += fieldLength;
382 return evaluateDotParam(script, suppressed, field, fieldLength);
386 const char* field, size_t fieldLength) {
405 if ((success = handleMember(field, fieldLength, object)) == false)
413 (success = handleMemberFunction(field, fieldLength, object, params)) == false)
    [all...]
SkScriptTokenizer.cpp 359 size_t fieldLength = token_length(++script); // skip dot
360 SkASSERT(fieldLength > 0); // !!! add error handling
362 script += fieldLength;
368 return evaluateDotParam(script, field, fieldLength);
373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) {
384 success = handleMember(field, fieldLength, object);
390 success = handleMemberFunction(field, fieldLength, object, &params);
    [all...]
SkScript.h 202 bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
SkScript2.h 235 bool evaluateDotParam(const char*& script, const char* field, size_t fieldLength);
  /external/chromium_org/third_party/icu/source/i18n/
dtitvinf.cpp 469 int8_t fieldLength = sizeof(skeletonFieldWidth)/sizeof(skeletonFieldWidth[0]);
484 for ( i = 0; i < fieldLength; ++i ) {
491 for ( i = 0; i < fieldLength; ++i ) {
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 482 int8_t fieldLength = sizeof(skeletonFieldWidth)/sizeof(skeletonFieldWidth[0]);
497 for ( i = 0; i < fieldLength; ++i ) {
504 for ( i = 0; i < fieldLength; ++i ) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 814 milliseconds