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

  /ndk/sources/cxx-stl/gabi++/tests/
libtest_malloc_lockup.cpp 33 #define PAYLOAD(s) s, sizeof(s) - 1
42 write(2, PAYLOAD("ERROR: malloc called!"));
47 write(2, PAYLOAD("ERROR: free called!"));
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketParserD08.java 42 START(0), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), MASK(4), PAYLOAD(0), DATA(0), SKIP(1), SEEK_EOF(1);
248 _state=_masked?State.MASK:State.PAYLOAD;
266 _state=_masked?State.MASK:State.PAYLOAD;
285 _state=_masked?State.MASK:State.PAYLOAD;
294 _state=State.PAYLOAD;
298 case PAYLOAD:
WebSocketParserRFC6455.java 42 START(0), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), MASK(4), PAYLOAD(0), DATA(0), SKIP(1), SEEK_EOF(1);
248 _state=_masked?State.MASK:State.PAYLOAD;
266 _state=_masked?State.MASK:State.PAYLOAD;
285 _state=_masked?State.MASK:State.PAYLOAD;
294 _state=State.PAYLOAD;
298 case PAYLOAD:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NdefTagTester.java 35 * constant mime type and payload.
43 private static final String PAYLOAD = "CTS Verifier NDEF Tag";
74 NfcUtils.displayByteArray(mimeRecord.getId()), MIME_TYPE, PAYLOAD);
103 byte[] payload = PAYLOAD.getBytes(Charset.forName("US-ASCII"));
104 return new NdefRecord(NdefRecord.TNF_MIME_MEDIA, mimeBytes, id, payload);
  /external/android-clat/
clatd_test.cpp 72 #define PAYLOAD 'H', 'e', 'l', 'l', 'o', ' ', 0x4e, 0xb8, 0x96, 0xe7, 0x95, 0x8c, 0x00
202 void *payload; local
215 payload = ip + 1;
234 payload = frag + 1;
240 // Since there are no extension headers except Fragment, this must be the payload.
242 payload = ip6 + 1;
257 // If we understand the payload, verify the checksum.
264 checksum = ip_checksum_finish(ip_checksum_add(pseudo_checksum, payload, payload_length));
267 checksum = ip_checksum(payload, payload_length);
277 struct udphdr *udp = (struct udphdr *) payload;
522 const void *payload; local
812 uint8_t payload[] = { PAYLOAD }; local
    [all...]
  /external/autotest/site_utils/
brillo_aue2e_test.py 40 # Snippet of code that runs on the Moblab and returns the type of a payload
51 """A failure that occurred while staging an update payload."""
55 """A failure that occurred while generating an update payload."""
64 help='Stage a target payload. This can either be a '
65 'path to a local payload file, or take the form '
67 'new payload will get generated from SRC_IMAGE '
72 help='Stage a source payload. This is an optional '
97 """Stages a remote payload on the Moblab's devserver.
101 @param tmp_stage_file: Path to the remote payload file to stage.
103 @return URI to use for downloading the staged payload
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 

Completed in 167 milliseconds