/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,
|
/external/chromium_org/net/udp/ |
udp_net_log_parameters.h | 15 // receive/send event. |bytes| are only logged when byte logging is 16 // enabled. |address| may be NULL. |address| (if given) and |bytes| 20 const char* bytes,
|
/external/chromium_org/ppapi/thunk/ |
ppb_x509_certificate_private_api.h | 18 virtual PP_Bool Initialize(const char* bytes, uint32_t length) = 0;
|
/external/chromium_org/sync/internal_api/public/base/ |
node_ordinal.cc | 14 std::string bytes(NodeOrdinal::kMinLength, '\x00'); 16 // 0 is a special case since |bytes| must not be all zeros. 17 bytes.push_back('\x80'); 20 bytes[i] = static_cast<uint8>(y); 24 NodeOrdinal ordinal(bytes);
|
/external/chromium_org/third_party/libevent/test/ |
regress.rpc | 18 optional bytes some_bytes = 2; 19 bytes fixed_bytes[24] = 3;
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
pycrypto_aes.py | 19 key = bytes(key) 20 IV = bytes(IV) 24 plaintext = bytes(plaintext) 28 ciphertext = bytes(ciphertext)
|
pycrypto_tripledes.py | 19 key = bytes(key) 20 IV = bytes(IV) 24 plaintext = bytes(plaintext) 28 ciphertext = bytes(ciphertext)
|
/external/emma/core/java12/com/vladium/emma/rt/ |
IClassLoadHook.java | 26 // * returns false, the current loader will load the class bytes itself and 62 * class definition in 'bytes' ('out' could be backed by the same array as 63 * 'bytes') 68 byte [] bytes, int length,
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeFactory.java | 56 * Parses and makes an attribute based on the bytes at the 64 * @param offset offset into {@code dcf}'s {@code bytes} 82 ByteArray bytes = cf.getBytes(); local 84 int nameIdx = bytes.getUnsignedShort(offset); 85 int length = bytes.getInt(offset + 2); 90 observer.parsed(bytes, offset, 2, 92 observer.parsed(bytes, offset + 2, 4, 115 * @param offset offset into {@code bytes} to start parsing at; this 124 ByteArray bytes = cf.getBytes(); local 126 Attribute result = new RawAttribute(name, bytes, offset, length, pool) [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_stream_hixie75.py | 48 for length, bytes in ((0, '\x00'), (0x7f, '\x7f'), (0x80, '\x81\x00'), 50 test_stream = StreamHixie75(_create_request_hixie75(bytes))
|
/external/chromium_org/base/memory/ |
discardable_memory_emulated.h | 19 explicit DiscardableMemoryEmulated(size_t bytes); 27 BASE_EXPORT static void ReduceMemoryUsageUntilWithinLimit(size_t bytes);
|
/external/chromium_org/net/base/ |
bandwidth_metrics.cc | 32 void ScopedBandwidthMetrics::RecordBytes(int bytes) { 33 g_bandwidth_metrics.Get().RecordBytes(bytes);
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/ |
aligned_ptr.c | 16 struct AlignedPtr* AllocAlignedPointer(int alignment, int bytes) { 21 aligned_ptr->raw_pointer_ = malloc(bytes + alignment);
|
/external/chromium_org/third_party/smhasher/src/ |
Random.h | 72 void rand_p ( void * blob, int bytes ) 76 while(bytes >= 4) 80 bytes -= 4; 85 for(int i = 0; i < bytes; i++) 99 inline void rand_p ( void * blob, int bytes ) 103 while(bytes >= 4) 106 bytes -= 4; 111 for(int i = 0; i < bytes; i++)
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
CONSTANT_Fieldref_info.java | 63 protected CONSTANT_Fieldref_info (final UDataInputStream bytes) throws IOException 65 super (bytes);
|
CONSTANT_InterfaceMethodref_info.java | 62 protected CONSTANT_InterfaceMethodref_info (final UDataInputStream bytes) throws IOException 64 super (bytes);
|