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

1 2 3 4 5 6 7 8 91011>>

  /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"/>
21 <deny own="fi.w1.wpa_supplicant1"/>
  /external/dnsmasq/dbus/
dnsmasq.conf 6 <allow own="uk.org.thekelleys.dnsmasq"/>
10 <deny own="uk.org.thekelleys.dnsmasq"/>
  /system/tpm/tpm_manager/server/
org.chromium.TpmManager.conf 6 <allow own="org.chromium.TpmManager" />
10 <allow own="org.chromium.TpmManager" />
  /system/tpm/trunks/
com.android.Trunks.conf 6 <allow own="com.android.Trunks" />
org.chromium.Trunks.conf 6 <allow own="org.chromium.Trunks" />
  /external/dhcpcd-6.8.2/dbus/
dhcpcd-dbus.conf 4 <!-- Both root and dhcp can own the dhcpcd service -->
6 <allow own="org.chromium.dhcpcd"/>
11 <allow own="org.chromium.dhcpcd"/>
  /external/toybox/toys/posix/
chgrp.c 77 char **s, *own; local
85 own = xstrdup(*toys.optargs);
86 if ((grp = strchr(own, ':')) || (grp = strchr(own, '.'))) {
90 if (*own) TT.owner = xgetuid(TT.owner_name = own);
100 if (CFG_TOYBOX_FREE && ischown) free(own);
  /system/tpm/attestation/server/
org.chromium.Attestation.conf 6 <allow own="org.chromium.Attestation" />
  /external/selinux/dbus/
org.selinux.conf 8 <!-- Only root can own the service -->
10 <allow own="org.selinux"/>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
symtab.d 1 # The Alpha has its own version of .set.
  /external/webrtc/webrtc/modules/desktop_capture/win/
desktop.h 51 Desktop(HDESK desktop, bool own);
desktop.cc 19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg 87 GCItem_Object(ruby_owntype own) : _own(own)
355 void swig_acquire_ownership_obj(void *vptr, ruby_owntype own) const
357 if (vptr && own) {
359 swig_owner[vptr] = new GCItem_Object(own);
365 ruby_owntype own = 0;
370 own = iter->second->get_own();
374 return own;
rubyrun.swg 14 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Ruby_ConvertPtrAndOwn(obj, pptr, type, flags, own)
16 #define SWIG_AcquirePtr(ptr, own) SWIG_Ruby_AcquirePtr(ptr, own)
169 int own = flags & SWIG_POINTER_OWN;
202 ( own ? VOIDFUNC(sklass->destroy) :
245 SWIG_Ruby_AcquirePtr(VALUE obj, ruby_owntype own) {
248 RDATA(obj)->dfree = own;
257 SWIG_Ruby_ConvertPtrAndOwn(VALUE obj, void **ptr, swig_type_info *ty, int flags, ruby_owntype *own)
274 if (own) *own = RDATA(obj)->dfree
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
director.swg 145 GCItem_Object(int own) : _own(own)
441 void swig_acquire_ownership_obj(void *vptr, int own) const
443 if (vptr && own) {
445 swig_owner[vptr] = new GCItem_Object(own);
451 int own = 0;
456 own = iter->second->get_own();
460 return own;
467 sobj->own = 0;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns9s12x.s 36 ; exg in own test
58 ; mov in own test
  /hardware/interfaces/camera/common/
README.md 21 define any interfaces of its own.
  /cts/hostsidetests/devicepolicy/app/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/hostsidetests/devicepolicy/app/DeviceAdmin/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/hostsidetests/devicepolicy/app/DeviceAdminService/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/hostsidetests/dumpsys/apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/hostsidetests/incident/apps/
Android.mk 19 # Build the test APKs using their own makefiles
  /cts/tests/tests/simpleperf/
Android.mk 54 # Build the test APKs using their own makefiles
  /frameworks/base/core/tests/hosttests/
Android.mk 19 # Build the test APKs using their own makefiles

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011>>