HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 151 - 175 of 4212) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_sctp.h 51 #define bytes(type) (sizeof(type) * 8) macro
52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while (0)
54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (type % bytes (__u32)))) ? 1: 0; })
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_sctp.h 51 #define bytes(type) (sizeof(type) * 8) macro
52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while (0)
54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (type % bytes (__u32)))) ? 1: 0; })
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
xt_sctp.h 51 #define bytes(type) (sizeof(type) * 8) macro
52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while (0)
54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (type % bytes (__u32)))) ? 1: 0; })
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
xt_sctp.h 51 #define bytes(type) (sizeof(type) * 8) macro
52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while (0)
54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (type % bytes (__u32)))) ? 1: 0; })
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
xt_sctp.h 51 #define bytes(type) (sizeof(type) * 8) macro
52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while (0)
54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while (0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (type % bytes (__u32)))) ? 1: 0; })
  /external/valgrind/main/gdbserver_tests/
mcvabits.stderrB.exp 4 Address 0x........ is 0 bytes inside data symbol "undefined"
6 Address 0x........ is 0 bytes inside data symbol "undefined"
9 Address 0x........ is 0 bytes inside data symbol "undefined"
12 Address 0x........ is 0 bytes inside data symbol "undefined"
15 Address 0x........ is 0 bytes inside data symbol "undefined"
18 Address 0x........ is 0 bytes inside data symbol "undefined"
21 Address 0x........ is 0 bytes inside data symbol "undefined"
24 Address 0x........ is 0 bytes inside data symbol "undefined"
27 Address 0x........ is 0 bytes inside data symbol "undefined"
30 Address 0x........ is 0 bytes inside data symbol "undefined
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
NetlinkSocket.java 30 private static native int sendmsg(FileDescriptor fd, int pid, byte[] bytes);
47 public int sendmsg(int pid, byte[] bytes) throws IOException {
48 int retval = sendmsg(fd, pid, bytes);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
RandomImpl.java 38 protected void engineNextBytes(byte[] bytes) {
40 for (int i = 0; i < bytes.length; i++) {
41 bytes[i] = (byte) (i + 0xF1);
  /external/chromium_org/components/enhanced_bookmarks/
image_store_util.cc 30 gfx::Image ImageForBytes(const scoped_refptr<base::RefCountedMemory>& bytes) {
31 return gfx::ImageFrom1xJPEGEncodedData(bytes->front(), bytes->size());
  /external/chromium_org/components/rappor/
rappor_metric.h 43 const ByteVector& bytes() const { return bloom_filter_.bytes(); } function in class:rappor::RapporMetric
53 // Specify the bytes to generate a report from, for testing purposes.
54 void SetBytesForTesting(const ByteVector& bytes);
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/
TestUtils.java 22 byte bytes[] = new byte[size];
24 RANDOM.nextBytes(bytes);
27 data.put(bytes);
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_ref_info.java 62 protected CONSTANT_ref_info (final UDataInputStream bytes)
65 m_class_index = bytes.readU2 ();
66 m_name_and_type_index = bytes.readU2 ();
  /external/valgrind/main/memcheck/tests/
leak-tree.stderr.exp 1 leaked: 64 bytes in 4 blocks
2 dubious: 0 bytes in 0 blocks
3 reachable: 48 bytes in 3 blocks
4 suppressed: 0 bytes in 0 blocks
5 16 bytes in 1 blocks are definitely lost in loss record ... of ...
11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
leak-segv-jmp.stderr.exp 6 definitely lost: 0 bytes in 0 blocks
7 indirectly lost: 0 bytes in 0 blocks
8 possibly lost: 0 bytes in 0 blocks
9 still reachable: 41,000 bytes in 2 blocks
10 suppressed: 0 bytes in 0 blocks
15 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
21 definitely lost: 1,000 bytes in 1 blocks
22 indirectly lost: 0 bytes in 0 blocks
23 possibly lost: 0 bytes in 0 blocks
24 still reachable: 40,000 bytes in 1 block
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
RandomImpl.java 40 protected void engineNextBytes(byte[] bytes) {
42 for (int i = 0; i < bytes.length; i++) {
43 bytes[i] = (byte)(i + 0xF1);
  /external/bison/lib/
mbchar.h 40 returns the number of bytes occupied by the multibyte sequence.
169 size_t bytes; /* number of bytes of current character, > 0 */ member in struct:mbchar
172 char buf[MBCHAR_BUF_SIZE]; /* room for the bytes, used for file input only */
175 /* EOF (not a real character) is represented with bytes = 0 and
182 #define mb_len(mbc) ((mbc).bytes)
194 : (mbc1).bytes == (mbc2).bytes \
195 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
196 : (mbc1).bytes < (mbc2).bytes
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 31 private final byte[] bytes; field in class:ByteArray
36 /** {@code >= 0, <= bytes.length}; size computed as
43 * @param bytes {@code non-null;} the underlying array
45 * @param end {@code >= start, <= bytes.length;} end index of
48 public ByteArray(byte[] bytes, int start, int end) {
49 if (bytes == null) {
50 throw new NullPointerException("bytes == null");
61 if (end > bytes.length) {
62 throw new IllegalArgumentException("end > bytes.length");
65 this.bytes = bytes
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 31 private final byte[] bytes; field in class:ByteArray
36 /** {@code >= 0, <= bytes.length}; size computed as
43 * @param bytes {@code non-null;} the underlying array
45 * @param end {@code >= start, <= bytes.length;} end index of
48 public ByteArray(byte[] bytes, int start, int end) {
49 if (bytes == null) {
50 throw new NullPointerException("bytes == null");
61 if (end > bytes.length) {
62 throw new IllegalArgumentException("end > bytes.length");
65 this.bytes = bytes
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java 31 private final byte[] bytes; field in class:ByteArray
36 /** {@code >= 0, <= bytes.length}; size computed as
43 * @param bytes {@code non-null;} the underlying array
45 * @param end {@code >= start, <= bytes.length;} end index of
48 public ByteArray(byte[] bytes, int start, int end) {
49 if (bytes == null) {
50 throw new NullPointerException("bytes == null");
61 if (end > bytes.length) {
62 throw new IllegalArgumentException("end > bytes.length");
65 this.bytes = bytes
    [all...]
  /external/chromium_org/base/
guid.h 27 BASE_EXPORT std::string RandomDataToGUIDString(const uint64 bytes[2]);
  /external/chromium_org/chrome/browser/chromeos/power/
freezer_cgroup_process_manager.cc 60 int bytes = base::WriteFile(state_path_, command.c_str(), command.size()); local
61 if (bytes == -1) {
65 } else if (bytes != static_cast<int>(command.size())) {
66 LOG(ERROR) << "Only wrote " << bytes << " byte(s) when writing "
  /external/chromium_org/components/proximity_auth/
wire_message_unittest.cc 71 std::string bytes = local
74 WireMessage::Deserialize(bytes, &is_incomplete);
83 std::string bytes = header + "{\"payload\": \"YQ==\"}"; local
85 WireMessage::Deserialize(bytes, &is_incomplete);
95 std::string bytes = header + "{\"permit_id\": \"Hi!\"}"; local
97 WireMessage::Deserialize(bytes, &is_incomplete);
106 std::string bytes = header + "{\"permit_id\": \"\", \"payload\": \"YQ==\"}"; local
108 WireMessage::Deserialize(bytes, &is_incomplete);
118 std::string bytes = header + "{\"permit_id\": \"Hi!\", \"payload\": \"\"}"; local
120 WireMessage::Deserialize(bytes, &is_incomplete)
128 std::string bytes = local
139 std::string bytes = local
152 std::string bytes = header + local
    [all...]
  /external/chromium_org/content/browser/webui/
url_data_source_impl.cc 28 base::RefCountedMemory* bytes) {
30 scoped_refptr<base::RefCountedMemory> bytes_ptr(bytes);
53 scoped_refptr<base::RefCountedMemory> bytes) {
56 backend_->DataAvailable(request_id, bytes.get());
  /external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
MessagePipeHandleImpl.java 44 public void writeMessage(ByteBuffer bytes, List<? extends Handle> handles, WriteFlags flags) {
45 mCore.writeMessage(this, bytes, handles, flags);
52 public ReadMessageResult readMessage(ByteBuffer bytes,
55 return mCore.readMessage(this, bytes, maxNumberOfHandles, flags);
  /external/chromium_org/net/quic/congestion_control/
receive_algorithm_interface.h 30 // bytes: is the packet size in bytes including IP headers.
33 virtual void RecordIncomingPacket(QuicByteCount bytes,

Completed in 915 milliseconds

1 2 3 4 5 67 8 91011>>