HomeSort by relevance Sort by last modified time
    Searched full:getproto (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/v8/test/mjsunit/
proto-accessor.js 35 var getProto = desc.get;
89 assertEquals(getProto.call(1), Number.prototype);
90 assertEquals(getProto.call(true), Boolean.prototype);
91 assertEquals(getProto.call(false), Boolean.prototype);
92 assertEquals(getProto.call('s'), String.prototype);
93 assertEquals(getProto.call(Symbol()), Symbol.prototype);
95 assertThrows(function() { getProto.call(null); }, TypeError);
96 assertThrows(function() { getProto.call(undefined); }, TypeError);
125 assertEquals(getProto.call(object), proto);
130 assertEquals(getProto.call(object), null)
    [all...]
  /external/chromium_org/sync/internal_api/attachments/
fake_attachment_uploader.cc 25 DCHECK(!attachment.GetId().GetProto().unique_id().empty());
attachment_uploader_impl.cc 207 owner_->DeleteUploadStateFor(attachment_.GetId().GetProto().unique_id());
236 const std::string unique_id = attachment_id.GetProto().unique_id();
261 return GURL(url_prefix_ + attachment_id.GetProto().unique_id());
attachment_uploader_impl_unittest.cc 407 attachment.GetId().GetProto().unique_id());
510 attachment.GetId().GetProto().unique_id());
548 attachment.GetId().GetProto().unique_id());
  /external/chromium_org/sync/internal_api/
write_transaction.cc 88 transaction_, attachment_id.GetProto(), &handles);
93 entry.UpdateAttachmentIdWithServerInfo(attachment_id.GetProto());
sync_manager_impl_unittest.cc 647 *record->mutable_id() = attachment_id.GetProto();
648 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id.GetProto()));
652 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto()));
659 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto()));
666 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto()));
674 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto()));
678 ASSERT_TRUE(dir()->IsAttachmentLinked(attachment_id.GetProto()));
687 ASSERT_FALSE(dir()->IsAttachmentLinked(attachment_id.GetProto()));
    [all...]
  /external/chromium_org/sync/api/attachments/
attachment_id.cc 67 const sync_pb::AttachmentIdProto& AttachmentId::GetProto() const {
attachment_id.h 44 const sync_pb::AttachmentIdProto& GetProto() const;
  /external/chromium_org/sync/api/
sync_data.cc 27 return attachment.GetId().GetProto();
32 return attachment_id.GetProto();
  /external/smack/src/org/xbill/DNS/
Type.java 218 getProto(int val) {
339 getProto(int val) {
340 return types.getProto(val);
Record.java 57 proto = Type.getProto(type);
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 142 byte getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
184 inline byte USB::getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limit ) {
  /external/chromium_org/third_party/qunit/src/
qunit.js     [all...]
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 406 attachments[0].GetId().GetProto();
generic_change_processor.cc 44 *record.mutable_id() = attachment_id.GetProto();
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 538 #define getproto(o) (clLvalue(o)->p) macro
luac.c 134 #define toproto(L,i) getproto(L->top+(i))
lvm.c 736 StkId lim = nci->u.l.base + getproto(nfunc)->numparams;
748 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize);
lapi.c 1004 status = luaU_dump(L, getproto(o), writer, data, 0);
  /external/clang/utils/TableGen/
NeonEmitter.cpp 382 std::string getProto() const { return Proto; }
    [all...]

Completed in 868 milliseconds