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

  /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 80 #define PAYLOAD 'H', 'e', 'l', 'l', 'o', ' ', 0x4e, 0xb8, 0x96, 0xe7, 0x95, 0x8c, 0x00
211 void *payload; local
224 payload = ip + 1;
243 payload = frag + 1;
249 // Since there are no extension headers except Fragment, this must be the payload.
251 payload = ip6 + 1;
266 // If we understand the payload, verify the checksum.
273 checksum = ip_checksum_finish(ip_checksum_add(pseudo_checksum, payload, payload_length));
276 checksum = ip_checksum(payload, payload_length);
286 struct udphdr *udp = (struct udphdr *)payload;
529 const void *payload; local
894 uint8_t payload[] = { PAYLOAD }; local
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
QuarkMin.fdf 30 # Flash offsets are 0 based, but are relative to FD.Quark BaseAddress, e.g. Payload Base is at 0x400000, Flash Base is at 0xFF800000 for 8 MB SPI part.
35 # FLASH_FV_PAYLOAD_BASE | Payload Image | FLASH_FV_PAYLOAD_SIZE
86 # Start PAYLOAD at 4MB into 8MB FLASH
92 # Put FVMAIN between PAYLOAD and RMU Binary
167 # Quark Payload Image
171 FV = PAYLOAD
482 [FV.PAYLOAD]
Quark.fdf 30 # Flash offsets are 0 based, but are relative to FD.Quark BaseAddress, e.g. Payload Base is at 0x400000, Flash Base is at 0xFF800000 for 8 MB SPI part.
35 # FLASH_FV_PAYLOAD_BASE | Payload Image | FLASH_FV_PAYLOAD_SIZE
86 # Start PAYLOAD at 4MB into 8MB FLASH
92 # Put FVMAIN between PAYLOAD and RMU Binary
167 # Quark Payload Image
171 FV = PAYLOAD
657 [FV.PAYLOAD]
    [all...]
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 1027 milliseconds