/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cookielib.py | 727 domain, domain_specified, domain_initial_dot, argument 749 self.domain = domain.lower() 783 limit = self.domain + p + self.path 827 def domain_return_ok(self, domain, request): argument 888 def is_blocked(self, domain): argument 890 if user_domain_match(domain, blocked_domain): 903 def is_not_allowed(self, domain): argument 907 if user_domain_match(domain, allowed_domain): 978 if self.is_blocked(cookie.domain): 979 _debug(" domain %s is in user block-list", cookie.domain) [all …]
|
D | gettext.py | 421 def find(domain, localedir=None, languages=None, all=0): argument 448 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain) 461 def translation(domain, localedir=None, languages=None, argument 465 mofiles = find(domain, localedir, languages, all=1) 469 raise IOError(ENOENT, 'No translation file found for domain', domain) 492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): argument 493 t = translation(domain, localedir, fallback=True, codeset=codeset) 506 def textdomain(domain=None): argument 508 if domain is not None: 509 _current_domain = domain [all …]
|
D | _MozillaCookieJar.py | 70 domain, domain_specified, path, secure, expires, name, value = \ 81 initial_dot = domain.startswith(".") 92 domain, domain_specified, initial_dot, 129 if cookie.domain.startswith("."): initial_dot = "TRUE" 145 "\t".join([cookie.domain, initial_dot, cookie.path,
|
D | _LWPCookieJar.py | 28 ("domain", cookie.domain)] 147 domain = h("domain") 148 domain_specified = domain.startswith(".") 151 domain, domain_specified, h("domain_dot"),
|
/device/lge/bullhead/sepolicy/ |
D | domain.te | 2 allow { domain -appdomain } diag_device:chr_file rw_file_perms; 5 r_dir_file(domain, sysfs_socinfo); 6 r_dir_file(domain, sysfs_thermal); 7 r_dir_file(domain, sysfs_power_management); 8 r_dir_file(domain, sysfs_devices_system_cpu);
|
D | te_macros | 3 # Allow client domain to connecto and send 4 # via a local socket to the qmux domain. 5 # Also allow the client domain to remove
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | gettext.py | 424 def find(domain, localedir=None, languages=None, all=0): argument 451 mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain) 464 def translation(domain, localedir=None, languages=None, argument 468 mofiles = find(domain, localedir, languages, all=1) 472 raise IOError(ENOENT, 'No translation file found for domain', domain) 495 def install(domain, localedir=None, unicode=False, codeset=None, names=None): argument 496 t = translation(domain, localedir, fallback=True, codeset=codeset) 509 def textdomain(domain=None): argument 511 if domain is not None: 512 _current_domain = domain [all …]
|
/device/google/marlin/sepolicy/ |
D | seapp_contexts | 2 user=_app seinfo=google name=com.google.android.GoogleCamera domain=google_camera_app type=app_data… 4 user=system seinfo=platform name=com.quicinc.cne.CNEService domain=qcneservice type=system_app_data… 5 user=system seinfo=platform name=com.google.SSRestartDetector domain=ssr_detector type=system_app_d… 7 user=_app seinfo=platform name=com.android.nexuslogger domain=logger_app type=app_data_file levelFr… 8 user=_app seinfo=platform name=com.android.ramdump domain=ramdump_app type=app_data_file levelFrom=… 11 user=system seinfo=platform name=com.qualcomm.telephony domain=qtelephony type=system_app_data_file 14 user=system seinfo=platform name=com.qualcomm.timeservice domain=qtimeservice type=system_app_data_…
|
D | domain.te | 1 get_prop(domain, camera_prop) 3 dontaudit domain self:capability sys_module; 4 dontaudit domain kernel:system module_request; 10 # domain. 37 dontaudit domain firmware_file:dir search; 39 allow domain debugfs_ion:dir search; 40 allow domain debugfs_kgsl:dir search;
|
D | te_macros | 3 # Allow client domain to connecto and send 4 # via a local socket to the qmux domain. 5 # Also allow the client domain to remove
|
D | init_foreground.te | 1 type init_foreground, domain; 18 allow init_foreground domain:dir { getattr search }; 19 allow init_foreground domain:file { read open };
|
D | hal_drm_widevine.te | 1 # define SELinux domain 2 type hal_drm_widevine, domain;
|
/device/generic/car/common/sepolicy/ |
D | domain.te | 2 dontaudit domain kernel:system module_request; 5 allow domain sysfs_qemu_trace:dir search; 6 allow domain sysfs_qemu_trace:file rw_file_perms; 7 allow domain qemu_device:chr_file rw_file_perms; 9 get_prop(domain, qemu_prop)
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_query.c | 205 const char *cp, * const *domain; in res_search() local 251 for (domain = (const char * const *)_res.dnsrch; in res_search() 252 *domain && !done; in res_search() 253 domain++) { in res_search() 255 ret = res_querydomain(name, *domain, class, type, in res_search() 339 const char *domain, in res_querydomain() argument 357 name, domain?domain:"<Nil>", class, type); in res_querydomain() 359 if (domain == NULL) { in res_querydomain() 377 d = (int)strlen(domain); in res_querydomain() 382 sprintf(nbuf, "%s.%s", name, domain); in res_querydomain()
|
D | gethostbynis.c | 64 static char *domain = (char *)NULL; in _gethostbynis() local 76 if (domain == (char *)NULL) in _gethostbynis() 77 if (yp_get_default_domain (&domain)) in _gethostbynis() 80 if (yp_match(domain, map, name, strlen(name), &result, &resultlen)) in _gethostbynis()
|
D | getnetbynis.c | 63 static char *domain = (char *)NULL; in _getnetbynis() local 75 if (domain == (char *)NULL) in _getnetbynis() 76 if (yp_get_default_domain (&domain)) in _getnetbynis() 79 if (yp_match(domain, map, name, strlen(name), &result, &resultlen)) in _getnetbynis()
|
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
D | EmailPolicy.java | 205 String domain = arguments.getString(FIND_PROVIDER); in getPolicy() local 206 if (domain != null) { in getPolicy() 207 domain = domain.toLowerCase(); in getPolicy() 210 if (knownDomain.equals(domain)) { in getPolicy()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | ieee754.txt | 107 values are a domain error or zero division error and NaN result in a 117 ValueError: math domain error 132 ValueError: math domain error 136 ValueError: math domain error 142 ValueError: math domain error 146 ValueError: math domain error 152 ValueError: math domain error 156 ValueError: math domain error 174 ValueError: math domain error 178 ValueError: math domain error
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _localemodule.c | 575 char *domain, *in; in PyIntl_dgettext() local 576 if (!PyArg_ParseTuple(args, "zs", &domain, &in)) in PyIntl_dgettext() 578 return PyString_FromString(dgettext(domain, in)); in PyIntl_dgettext() 588 char *domain, *msgid; in PyIntl_dcgettext() local 590 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category)) in PyIntl_dcgettext() 592 return PyString_FromString(dcgettext(domain,msgid,category)); in PyIntl_dcgettext() 602 char *domain; in PyIntl_textdomain() local 603 if (!PyArg_ParseTuple(args, "z", &domain)) in PyIntl_textdomain() 605 domain = textdomain(domain); in PyIntl_textdomain() 606 if (!domain) { in PyIntl_textdomain() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _localemodule.c | 575 char *domain, *in; in PyIntl_dgettext() local 576 if (!PyArg_ParseTuple(args, "zs", &domain, &in)) in PyIntl_dgettext() 578 return PyString_FromString(dgettext(domain, in)); in PyIntl_dgettext() 588 char *domain, *msgid; in PyIntl_dcgettext() local 590 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category)) in PyIntl_dcgettext() 592 return PyString_FromString(dcgettext(domain,msgid,category)); in PyIntl_dcgettext() 602 char *domain; in PyIntl_textdomain() local 603 if (!PyArg_ParseTuple(args, "z", &domain)) in PyIntl_textdomain() 605 domain = textdomain(domain); in PyIntl_textdomain() 606 if (!domain) { in PyIntl_textdomain() [all …]
|
/device/huawei/angler/sepolicy/ |
D | te_macros | 3 # Allow client domain to connecto and send 4 # via a local socket to the qmux domain. 5 # Also allow the client domain to remove
|
/device/google/vrservices/vrcore/sepolicy/ |
D | seapp_contexts | 1 # The default domain for vrcore processes. 2 user=_app seinfo=vrcore name=com.google.vr.vrcore* domain=vrcore_app type=app_data_file levelFrom=u… 4 user=_app seinfo=vrcore name=com.google.vr.vrcore:app domain=untrusted_app type=app_data_file level…
|
/device/google/dragon/sepolicy/ |
D | domain.te | 1 allow domain sysfs_socinfo:dir r_dir_perms; 2 allow domain sysfs_socinfo:file r_file_perms;
|
D | crash_collector_app.te | 1 type crash_collector_app, domain, device_domain_deprecated; 3 # com.google.android.crashuploader runs in the crash_collector_app domain
|
/device/google/marlin/sepolicy/verizon/ |
D | seapp_contexts | 2 user=_app seinfo=verizon name=com.verizon.obdm domain=obdm_app type=app_data_file levelFrom=all 3 user=_app seinfo=verizon name=com.verizon.obdm:background domain=obdm_app type=app_data_file levelF…
|