HomeSort by relevance Sort by last modified time
    Searched refs:CopyBytes (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/v8/test/cctest/
test-macro-assembler-mips.cc 60 TEST(CopyBytes) {
83 // Code to be generated: The stuff in CopyBytes followed by a store of a0 and
85 __ CopyBytes(a0, a1, a2, a3);
test-macro-assembler-arm.cc 60 TEST(CopyBytes) {
83 // Code to be generated: The stuff in CopyBytes followed by a store of R0 and
85 __ CopyBytes(r0, r1, r2, r3);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 258 void CopyBytes(const char* bytes); // uses strlen
259 void CopyBytes(const void* bytes, uint16 length);
relayport.cc 542 magic_cookie_attr->CopyBytes(port_->magic_cookie().c_str(),
548 username_attr->CopyBytes(port_->username_fragment().c_str(),
569 data_attr->CopyBytes(data, size);
736 magic_cookie_attr->CopyBytes(
743 username_attr->CopyBytes(
stun.cc 385 void StunByteStringAttribute::CopyBytes(const char* bytes) {
386 CopyBytes(bytes, static_cast<uint16>(strlen(bytes)));
389 void StunByteStringAttribute::CopyBytes(const void* bytes, uint16 length) {
relayserver.cc 83 magic_cookie_attr->CopyBytes(cricket::STUN_MAGIC_COOKIE_VALUE, 4);
85 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size());
441 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
520 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
628 magic_cookie_attr->CopyBytes(binding_->magic_cookie().c_str(),
642 data_attr->CopyBytes(data, uint16(size));
port.cc 343 username2_attr->CopyBytes(username_attr->bytes(), username_attr->length());
392 username2_attr->CopyBytes(username_attr->bytes(), username_attr->length());
478 username_attr->CopyBytes(username.c_str(), username.size());
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 243 void CopyBytes(const char* data, size_t size);
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc 236 void CopyBytes(const char* data, size_t size);
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 236 void CopyBytes(const char* data, size_t size);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 158 attr->CopyBytes(TURN_MAGIC_COOKIE_VALUE, sizeof(TURN_MAGIC_COOKIE_VALUE));
164 attr->CopyBytes(val.c_str(), val.size());
478 send_data->CopyBytes(msg1);
520 data_attr->CopyBytes(msg1);
relayserver.cc 83 magic_cookie_attr->CopyBytes(cricket::TURN_MAGIC_COOKIE_VALUE,
86 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size());
441 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
514 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
621 magic_cookie_attr->CopyBytes(binding_->magic_cookie().c_str(),
634 data_attr->CopyBytes(data, uint16(size));
stun.cc 257 msg_integrity_attr->CopyBytes(hmac, sizeof(hmac));
713 CopyBytes(str.c_str(), str.size());
720 CopyBytes(bytes, length);
731 void StunByteStringAttribute::CopyBytes(const char* bytes) {
732 CopyBytes(bytes, strlen(bytes));
735 void StunByteStringAttribute::CopyBytes(const void* bytes, size_t length) {
stun.h 412 void CopyBytes(const char* bytes); // uses strlen
413 void CopyBytes(const void* bytes, size_t length);
relayport.cc 586 magic_cookie_attr->CopyBytes(TURN_MAGIC_COOKIE_VALUE,
592 username_attr->CopyBytes(port_->username_fragment().c_str(),
612 data_attr->CopyBytes(data, size);
792 username_attr->CopyBytes(
stun_unittest.cc     [all...]
  /external/chromium_org/v8/src/
v8utils.h 176 inline void CopyBytes(T* dst, const T* src, size_t num_bytes) {
  /external/v8/src/ia32/
macro-assembler-ia32.h 622 void CopyBytes(Register source,
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 718 void CopyBytes(Register source,
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 660 CopyBytes(sequence, young_sequence, young_length);
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 728 CopyBytes(sequence, young_sequence, young_length);
macro-assembler-x64.h     [all...]
  /external/v8/src/x64/
macro-assembler-x64.h     [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 893 CopyBytes(sequence, young_sequence, young_length);
macro-assembler-arm.h 822 void CopyBytes(Register src,
    [all...]

Completed in 1103 milliseconds

1 2