Searched refs:share (Results 26 - 50 of 140) sorted by relevance

123456

/external/dbus/test/data/valid-config-files/
H A Dmany-rules.conf9 <servicedir>/usr/share/foo</servicedir>
/external/neven/
H A DAndroid.mk126 ALL_PREBUILT += $(TARGET_OUT)/usr/share/bmd/RFFspeed_501.bmd
127 $(TARGET_OUT)/usr/share/bmd/RFFspeed_501.bmd : $(LOCAL_PATH)/Embedded/common/data/APIEm/Modules/RFFspeed_501.bmd | $(ACP)
130 ALL_PREBUILT += $(TARGET_OUT)/usr/share/bmd/RFFstd_501.bmd
131 $(TARGET_OUT)/usr/share/bmd/RFFstd_501.bmd : $(LOCAL_PATH)/Embedded/common/data/APIEm/Modules/RFFstd_501.bmd | $(ACP)
/external/sepolicy/
H A Dmls26 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
30 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
/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.h111 // user and their data (share).
113 // syncable share.
173 // for two children to share a title.
537 explicit BaseTransaction(UserShare* share);
556 explicit ReadTransaction(UserShare* share);
559 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans);
580 explicit WriteTransaction(UserShare* share);
605 // same sqlite database), they should share a single SyncManager instance. The
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/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/checkpolicy/
H A DMakefile6 MANDIR ?= $(PREFIX)/share/man
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant48 if [ -z "$ANT_HOME" -o "$ANT_HOME" = "/usr/share/ant" ]; then
73 if [ -f /usr/share/java-utils/java-functions ] ; then
74 . /usr/share/java-utils/java-functions
/external/linux-tools-perf/Documentation/
H A DMakefile32 htmldir?=$(prefix)/share/doc/perf-doc
33 pdfdir?=$(prefix)/share/doc/perf-doc
34 mandir?=$(prefix)/share/man
48 infodir?=$(prefix)/share/info
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpConnectionPool.java135 public void share(HttpConnection connection) { method in class:HttpConnectionPool
/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/dbus/cmake/
H A Dcross-compile.sh37 PKG_CONFIG_PATH="$cross_root/lib/pkgconfig:$cross_root/share/pkgconfig"; export PKG_CONFIG_PATH;
40 if test -d "$MINGW32_CLASSPATH" || test -f "$cross_root/share/java/libgcj.jar"; then
41 CLASSPATH="$CLASSPATH:${MINGW32_CLASSPATH:-$cross_root/share/java/libgcj.jar:$cross_root/share/java/libgcj-tools.jar}"; export CLASSPATH;
91 -DSHARE_INSTALL_PREFIX:PATH=$cross_root/share \
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild31 for f in $PKG/usr/share/man/*; do
/external/openssh/contrib/cygwin/
H A Dssh-user-config26 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
/external/iproute2/ip/
H A Dxfrm.h129 const char *strxf_share(__u8 share);
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec107 /usr/share/locale/*/LC_MESSAGES/*
/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/stlport/etc/
H A DSTLport-4.5.1.spec7 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
H A DSTLport-4.5.3.spec7 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
H A DSTLport-4.6.spec7 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
/external/linux-tools-perf/
H A DMakefile122 mandir = share/man
123 infodir = share/info
125 sharedir = $(prefix)/share
126 template_dir = share/perf-core/templates
127 htmldir = share/doc/perf-doc
/external/libsepol/tests/policies/test-deps/
H A Dbase-notmetreq.conf280 share
/external/libsepol/tests/policies/test-expander/
H A Dalias-base.conf281 share
H A Drole-base.conf281 share

Completed in 572 milliseconds

123456