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

  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 216 SAMPLE,
  /external/oprofile/libop/
op_xml_out.h 40 SUMMARY, SAMPLE,
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/
SocketTunnelServerTest.java 160 byte[] sample = "Sample".getBytes();
162 socket.getOutputStream().write(sample);
166 ByteBuffer result = receiveData(CONNECTION_ID, sample.length);
167 Assert.assertEquals(ByteBuffer.wrap(sample), result);
243 private static final byte[] SAMPLE = "Sample".getBytes();
251 mDataChannelMock.notifyMessage(buildDataPacket(CONNECTION_ID, SAMPLE));
253 byte[] result = new byte[SAMPLE.length];
255 while (read < SAMPLE.length)
    [all...]

Completed in 6682 milliseconds