Home
last modified time | relevance | path

Searched refs:own (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/external/chromium/chrome/browser/chromeos/cros/
Dcros_library.h58 void SetLibraryLoader(LibraryLoader* loader, bool own);
59 void SetBrightnessLibrary(BrightnessLibrary* library, bool own);
60 void SetBurnLibrary(BurnLibrary* library, bool own);
61 void SetCryptohomeLibrary(CryptohomeLibrary* library, bool own);
62 void SetInputMethodLibrary(InputMethodLibrary* library, bool own);
63 void SetLibCrosServiceLibrary(LibCrosServiceLibrary* library, bool own);
64 void SetLoginLibrary(LoginLibrary* library, bool own);
65 void SetMountLibrary(MountLibrary* library, bool own);
66 void SetNetworkLibrary(NetworkLibrary* library, bool own);
67 void SetPowerLibrary(PowerLibrary* library, bool own);
[all …]
Dcros_library.cc31 class_prefix##Library* library, bool own) { \
32 library_->var_prefix##_lib_.SetImpl(library, own); \
103 void CrosLibrary::TestApi::SetLibraryLoader(LibraryLoader* loader, bool own) { in SetLibraryLoader() argument
108 library_->own_library_loader_ = own; in SetLibraryLoader()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf6 <allow own="fi.epitest.hostap.WPASupplicant"/>
11 <allow own="fi.w1.wpa_supplicant1"/>
18 <deny own="fi.epitest.hostap.WPASupplicant"/>
22 <deny own="fi.w1.wpa_supplicant1"/>
/external/dbus/test/data/valid-config-files/system.d/
Dtest.conf5 policy so that a particular user can own a service, and other
8 <!-- Only root can own the FooService service, and
11 <allow own="org.foo.FooService"/>
/external/v8/test/test262/
Dtest262.status138 # Bug? Object.defineProperty - 'set' property in 'Attributes' is own
142 # Bug? Object.defineProperty - 'set' property in 'Attributes' is own
201 # is own data property (15.4.5.1 step 1)
204 # is own data property that overrides an inherited data property (15.4.5.1
291 # 'O', test the [[Value]] field of 'desc' is an object which has an own
295 # 'O', test the [[Value]] field of 'desc' is an Object which has an own
299 # 'O', test the [[Value]] field of 'desc' is an Object which has an own
304 # 'O', test the [[Value]] field of 'desc' is an Object which has an own
313 # 'O', and the [[Value]] field of 'desc' is an Object with an own toString
398 # property, test the [[Configurable]] attribute of own data property with
[all …]
/external/dnsmasq/dbus/
Ddnsmasq.conf6 <allow own="uk.org.thekelleys.dnsmasq"/>
10 <deny own="uk.org.thekelleys.dnsmasq"/>
/external/dbus/doc/
Dbusconfig.dtd45 own CDATA #IMPLIED attribute
54 own CDATA #IMPLIED attribute
64 own CDATA #REQUIRED attribute
/external/wpa_supplicant_6/wpa_supplicant/
Ddbus-wpa_supplicant.conf6 <allow own="fi.epitest.hostap.WPASupplicant"/>
12 <deny own="fi.epitest.hostap.WPASupplicant"/>
/external/wpa_supplicant/
Ddbus-wpa_supplicant.conf6 <allow own="fi.epitest.hostap.WPASupplicant"/>
12 <deny own="fi.epitest.hostap.WPASupplicant"/>
/external/dbus/test/data/valid-config-files/
Dbasic.conf26 <associate own="org.freedesktop.FrobationaryMeasures"
28 <associate own="org.freedesktop.BlahBlahBlah"
Dmany-rules.conf16 <deny own="org.freedesktop.System"/>
34 <deny own="org.freedesktop.System"/>
/external/dbus/bus/
Dconfig-parser.c1155 const char *own; in append_rule_from_element() local
1180 "own", &own, in append_rule_from_element()
1192 own || user || group)) in append_rule_from_element()
1231 (send_interface && own) || in append_rule_from_element()
1241 (send_member && own) || in append_rule_from_element()
1250 (send_error && own) || in append_rule_from_element()
1259 (send_destination && own) || in append_rule_from_element()
1268 (send_type && own) || in append_rule_from_element()
1277 (send_path && own) || in append_rule_from_element()
1286 (send_requested_reply && own) || in append_rule_from_element()
[all …]
/external/dbus/test/name-test/
Dtmp-session-like-system.conf28 <deny own="*"/>
51 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
60 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
/external/v8/test/mjsunit/
Darray-pop.js74 var own = a.hasOwnProperty(j);
100 var own = a.hasOwnProperty(j);
/external/protobuf/vsprojects/
Dreadme.txt51 own install directory. C++ makes it very difficult to maintain binary
71 your own project as well, so you should probably just put them into the
80 against the zlib library directly from your own app.
89 and compiler. You may have to disable some of them in your own project as
109 end up compiling instances of the templates into their own binary. The
/external/chromium/testing/gtest/
DREADME63 build Google Test and its own tests from an SVN checkout (described
141 Test's own tests. Instead, it just builds the Google Test library and
142 a sample test. You can use it as a starting point for your own build
238 enough for its own need, and will automatically use this when the
250 you want to force Google Test to use its own tuple library, just add
281 script, this is taken care of for you. If you use your own build
348 You may need to explicitly enable or disable Google Test's own TR1
355 supportted. You are encouraged to migrate to your own build system or
372 This section discusses how to make your own changes to Google Test.
377 functionality, you'll want to compile and run Google Test's own tests.
[all …]
DCMakeLists.txt19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
97 # Google Test's own tests.
172 # That declaration conflicts with our own standard-conforming
173 # tuple implementation. Therefore using our own tuple with
/external/mksh/src/
DBuild.sh628 own risk, please report success/failure to the developers.'
669 own risk, please report success/failure to the developers.'
677 own risk, please report success/failure to the developers.'
710 own risk, please report success/failure to the developers.'
716 own risk, please report success/failure to the developers.'
735 own risk, please report success/failure to the developers.'
/external/chromium/googleurl/base/
DREADME.txt1 These files contain some shared code. You can define your own assertion macros
/external/iptables/include/iptables/
Dinternal.h.in7 * Program's own name and version.
/external/doclava/res/assets/templates/
Dcomponents.cs2 <?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this fil…
/external/llvm/test/Verifier/
DSelfReferential.ll1 ; RUN: not llvm-as %s -o /dev/null |& grep {Only PHI nodes may reference their own value}
/external/e2fsprogs/lib/uuid/
Dconfigure.in3 dnl own package.
/external/llvm/tools/llvmc/examples/Skeleton/
DREADME2 This is a template that can be used to create your own LLVMC-based drivers. Just
/external/netcat/scripts/
DREADME2 documented by its own internal comments.

12345678910>>...22