Searched defs:share (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer_unittest.cc195 int64 MakeNode(sync_api::UserShare* share, syncable::ModelType model_type) { argument
196 sync_api::WriteTransaction trans(share);
/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.cc349 const std::string& share) {
350 syncable::ScopedDirLookup dir(manager, share);
358 csm->set_share(share);
347 FillMessageWithShareDetails(sync_pb::ClientToServerMessage* csm, syncable::DirectoryManager* manager, const std::string& share) argument
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_unittest.cc80 int64 MakeNode(UserShare* share, argument
83 WriteTransaction trans(share);
94 int64 MakeFolder(UserShare* share, argument
97 WriteTransaction trans(share);
108 int64 MakeNodeWithParent(UserShare* share, argument
112 WriteTransaction trans(share);
123 int64 MakeFolderWithParent(UserShare* share, argument
127 WriteTransaction trans(share);
139 int64 MakeServerNodeForType(UserShare* share, argument
143 syncable::ScopedDirLookup dir(share
716 UserShare* share = sync_manager_.GetUserShare(); local
[all...]
H A Dsyncapi.cc1011 ReadTransaction::ReadTransaction(UserShare* share) argument
1012 : BaseTransaction(share),
1018 ReadTransaction::ReadTransaction(UserShare* share, argument
1020 : BaseTransaction(share),
1036 WriteTransaction::WriteTransaction(UserShare* share) argument
1037 : BaseTransaction(share),
1853 LOG(ERROR) << "Could not open share for:" << username_for_share();
2805 BaseTransaction::BaseTransaction(UserShare* share) argument
2807 DCHECK(share && share
[all...]
/external/iproute2/ip/
H A Dipxfrm.c221 const char *strxf_share(__u8 share) argument
225 switch (share) {
239 sprintf(str, "%u", share);
611 fprintf(fp, "share %s ", strxf_share(tmpl->share));
914 fprintf(fp, "share %s ", strxf_share(xpinfo->share));
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp608 double share; local
613 share = inWeight/outMissing.size();
619 share = 0;
629 setEdgeWeight(*ei,share);
/external/iproute2/include/linux/
H A Dxfrm.h227 __u8 share; member in struct:xfrm_user_tmpl
388 __u8 share; member in struct:xfrm_userpolicy_info
/external/v8/src/
H A Dheap.cc2347 SharedFunctionInfo* share = SharedFunctionInfo::cast(result); local
2348 share->set_name(name);
2350 share->set_code(illegal);
2351 share->set_scope_info(SerializedScopeInfo::Empty());
2354 share->set_construct_stub(construct_stub);
2355 share->set_expected_nof_properties(0);
2356 share->set_length(0);
2357 share->set_formal_parameter_count(0);
2358 share->set_instance_class_name(Object_symbol());
2359 share
[all...]

Completed in 492 milliseconds