HomeSort by relevance Sort by last modified time
    Searched refs:own (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/dnsmasq/dbus/
dnsmasq.conf 6 <allow own="uk.org.thekelleys.dnsmasq"/>
10 <deny own="uk.org.thekelleys.dnsmasq"/>
  /external/wpa_supplicant_6/wpa_supplicant/
dbus-wpa_supplicant.conf 6 <allow own="fi.epitest.hostap.WPASupplicant"/>
12 <deny own="fi.epitest.hostap.WPASupplicant"/>
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus-wpa_supplicant.conf 6 <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/chromium/chrome/browser/chromeos/cros/
cros_library.h 55 // Passing true for own for these setters will cause them to be deleted
58 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);
    [all...]
cros_library.cc 31 class_prefix##Library* library, bool own) { \
32 library_->var_prefix##_lib_.SetImpl(library, own); \
103 void CrosLibrary::TestApi::SetLibraryLoader(LibraryLoader* loader, bool own) {
108 library_->own_library_loader_ = own;
  /external/dbus/test/data/valid-config-files/
basic.conf 26 <associate own="org.freedesktop.FrobationaryMeasures"
28 <associate own="org.freedesktop.BlahBlahBlah"
many-rules.conf 16 <deny own="org.freedesktop.System"/>
34 <deny own="org.freedesktop.System"/>
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 5 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/dbus/test/name-test/
tmp-session-like-system.conf 28 <deny own="*"/>
51 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
60 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /external/compiler-rt/
README.android 28 TODO: Switch libbcc to use this version of compiler-rt instead of its own
  /frameworks/base/core/tests/hosttests/
Android.mk 19 # Build the test APKs using their own makefiles
  /frameworks/base/core/tests/hosttests/test-apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /hardware/libhardware_legacy/
Android.mk 47 # legacy_audio builds it's own set of libraries that aren't linked into
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 99 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 99 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 99 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 99 unsigned int nslots, unsigned int nelements, bool own);
  /cts/hostsidetests/appsecurity/
Android.mk 30 # Build the test APKs using their own makefiles
  /development/tools/emulator/opengl/system/egl/
Android.mk 26 # Other builds are device-specific and will provide their own
  /external/v8/test/mjsunit/
array-pop.js 74 var own = a.hasOwnProperty(j);
78 assertFalse(a.hasOwnProperty(j), "inherit-deleted-own-" + j);
100 var own = a.hasOwnProperty(j);
104 assertFalse(a.hasOwnProperty(j), "array_proto-inherit-deleted-own-" + j);
  /external/yaffs2/yaffs2/
Kconfig 33 bool "Lets Yaffs do its own ECC"
37 This enables Yaffs to use its own ECC functions instead of using
  /frameworks/base/core/tests/utillib/
Android.mk 25 # Build the test APKs using their own makefiles
  /frameworks/base/packages/SystemUI/tests/
Android.mk 27 # UI it doesn't own. This is necessary to allow screenshots to be taken
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 645 * <li>Toggled behavior: When the modifier key is pressed and released on its own
649 * its own again, then it toggles into a locked state. When locked, the modifier will
651 * the modifier key on its own one more time to reset it to the initial state.

Completed in 318 milliseconds

1 2 3 4