Home
last modified time | relevance | path

Searched refs:shortLength (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/test/
Dsocket_test.dart67 const int shortLength = 'Hello'.length;
69 System.socketRead(pair.second, shortLength);
71 expect(shortReadResult.numBytes, equals(shortLength));
72 expect(shortReadResult.bytes.lengthInBytes, equals(shortLength));
79 expect(longReadResult.numBytes, equals(data.lengthInBytes - shortLength));
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp110 if (SkScalar shortLength = fWords.width() + nextShortWordLength; in lookAhead() local
111 !breaker.breakLine(shortLength)) { in lookAhead()