OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fieldLength
(Results
1 - 8
of
8
) sorted by null
/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/WebKit/Source/core/page/
EventSource.cpp
340
int
fieldLength
= -1;
344
if (
fieldLength
< 0)
345
fieldLength
= i - bufPos;
358
parseEventStreamLine(bufPos,
fieldLength
, lineLength);
373
void EventSource::parseEventStreamLine(unsigned bufPos, int
fieldLength
, int lineLength)
386
} else if (
fieldLength
) {
387
bool noValue =
fieldLength
< 0;
389
String field(&m_receiveBuf[bufPos], noValue ? lineLength :
fieldLength
);
393
else if (m_receiveBuf[bufPos +
fieldLength
+ 1] != ' ')
394
step =
fieldLength
+ 1
[
all
...]
/external/chromium_org/third_party/icu/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/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, ¶ms);
[
all
...]
/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
Completed in 958 milliseconds