/external/dnsmasq/dbus/ |
H A D | dnsmasq.conf | 6 <allow own="uk.org.thekelleys.dnsmasq"/> 10 <deny own="uk.org.thekelleys.dnsmasq"/>
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | 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/ |
H A D | 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); 144 SetImpl(L* library, bool own) argument [all...] |
H A D | 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) { argument 108 library_->own_library_loader_ = own;
|
/external/doclava/res/assets/templates/ |
H A D | components.cs | 2 <?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this file in it. ?>
|
/external/llvm/test/MC/X86/AlignedBundling/ |
H A D | relax-in-bundle-group.s | 5 # fixup is short enough not to warrant relaxation on its own.
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
H A D | org.chromium.LibCrosService.conf | 12 <allow own="org.chromium.LibCrosService"/>
|
/external/chromium_org/v8/test/mjsunit/ |
H A D | 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/v8/test/mjsunit/ |
H A D | 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/ |
H A D | Kconfig | 33 bool "Lets Yaffs do its own ECC" 37 This enables Yaffs to use its own ECC functions instead of using
|
/external/libppp/src/ |
H A D | Makefile | 3 .include <bsd.own.mk>
|
/external/compiler-rt/ |
H A D | README.android | 36 TODO: Switch libbcc to use this version of compiler-rt instead of its own
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
H A D | capng.py | 36 if (name == "thisown"): return self.this.own(value) 52 if (name == "thisown"): return self.this.own()
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | iapp.c | 172 struct in_addr own, multicast; member in struct:iapp_data 333 if (from.sin_addr.s_addr == iapp->own.s_addr) 334 return; /* ignore own IAPP messages */ 432 iapp->own.s_addr = paddr->sin_addr.s_addr;
|
/external/wpa_supplicant_8/src/ap/ |
H A D | iapp.c | 172 struct in_addr own, multicast; member in struct:iapp_data 333 if (from.sin_addr.s_addr == iapp->own.s_addr) 334 return; /* ignore own IAPP messages */ 432 iapp->own.s_addr = paddr->sin_addr.s_addr;
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | iapp.c | 172 struct in_addr own, multicast; member in struct:iapp_data 333 if (from.sin_addr.s_addr == iapp->own.s_addr) 334 return; /* ignore own IAPP messages */ 432 iapp->own.s_addr = paddr->sin_addr.s_addr;
|
/external/fdlibm/ |
H A D | Android.mk | 49 # library (see their own admission in 'readme'). Without this, we
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
H A D | ltdl.m4 | 231 dnl We need to keep our own list of libobjs separate from our parent project, 233 dnl we look for our own LIBOBJs. 366 # interface mainly for the benefit of libltdl's own configure.ac, most
|
/external/libogg/ |
H A D | libogg.spec | 90 - own include dir
|
/external/libvorbis/ |
H A D | libvorbis.spec | 101 - own include dir
|
/external/chromium_org/third_party/mesa/src/docs/ |
H A D | MESA_multithread_makecurrent.spec | 33 create a context per thread which each operate on their own 143 share in synchronization for binding of their own contexts, so the
|
/external/mesa3d/docs/ |
H A D | MESA_multithread_makecurrent.spec | 33 create a context per thread which each operate on their own 143 share in synchronization for binding of their own contexts, so the
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
H A D | BaseTreeAdaptor.as | 25 * If you specify your own kind of tree nodes, you will likely have to 31 * subclass your own tree node class to avoid class cast exception.
|
/external/wpa_supplicant_8/hostapd/src/p2p/ |
H A D | p2p_go_neg.c | 33 int p2p_peer_channels_check(struct p2p_data *p2p, struct p2p_channels *own, argument 76 p2p_channels_intersect(own, &dev->channels, &intersection); 78 (int) own->reg_classes, 347 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection",
|
/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p_go_neg.c | 33 int p2p_peer_channels_check(struct p2p_data *p2p, struct p2p_channels *own, argument 76 p2p_channels_intersect(own, &dev->channels, &intersection); 78 (int) own->reg_classes, 347 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection",
|