Home
last modified time | relevance | path

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

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DConnectorTest.java28 private static final int DATA_LENGTH = 1024; field in ConnectorTest
52 mTestMessage = BindingsTestUtils.newRandomMessage(DATA_LENGTH); in setUp()
74 ByteBuffer received = ByteBuffer.allocateDirect(DATA_LENGTH); in testSendingMessage()
78 assertEquals(DATA_LENGTH, result.getValue().getMessageSize()); in testSendingMessage()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp1467 const int32_t DATA_LENGTH = UPRV_LENGTHOF(DATA); in TestInvalidCodePoint() local
1472 for (i=0; i<DATA_LENGTH; i+=4) { in TestInvalidCodePoint()