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

  /external/chromium/base/win/
scoped_bstr_unittest.cc 22 EXPECT_EQ(0, b.ByteLength());
38 EXPECT_EQ(test1_len * sizeof(kTestString1[0]), b1.ByteLength());
55 EXPECT_EQ(100, b2.ByteLength());
scoped_bstr.h 78 size_t ByteLength() const;
scoped_bstr.cc 66 size_t ScopedBstr::ByteLength() const {
  /hardware/ril/mock-ril/src/cpp/
node_buffer.h 86 static v8::Handle<v8::Value> ByteLength(const v8::Arguments &args);
node_buffer.cpp 591 // var nbytes = Buffer.byteLength("string", "utf8")
592 Handle<Value> Buffer::ByteLength(const Arguments &args) {
593 DBG("Buffer::ByteLength(args) E");
597 DBG("Buffer::ByteLength(args) X arg[0] not a string");
608 DBG("Buffer::ByteLength(args) X");
638 SET_PROTOTYPE_METHOD(constructor_template, "byteLength", Buffer::ByteLength);

Completed in 2168 milliseconds