HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 751 - 775 of 6195) sorted by null

<<31323334353637383940>>

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractClassLoader.java 31 private static java.security.ProtectionDomain DOMAIN ;
35 DOMAIN = (java.security.ProtectionDomain)
92 Class c = super.defineClass(name, b, 0, b.length, DOMAIN);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimRecords.java 32 * Return the IMS home network domain name.
33 * Returns null if the IMS domain hasn't been loaded or isn't present on the ISIM.
34 * @return the IMS home network domain name, or null if not available
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 8 * and are considered to be in the public domain. As a result, a formal
52 public static final String DOMAIN = ParameterNames.DOMAIN;
114 || name.equalsIgnoreCase(ParameterNames.DOMAIN)
186 * that a realm string contain a hostname or domain name. Realm strings
367 * Sets the Domain of the WWWAuthenicateHeader to the <var>domain</var>
370 * @param domain -
371 * the new Domain string of this WWWAuthenicateHeader.
374 * while parsing the domain
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 43 usage_dict = {' --newtype':('-t [TYPES [TYPES ...]]',),' --customize':('-d DOMAIN','-a ADMIN_DOMAIN',"[ -w WRITEPATHS ]",), ' --admin_user':('[-r TRANSITION_ROLE ]',"[ -w WRITEPATHS ]",), ' --application':('COMMAND',"[ -w WRITEPATHS ]",), ' --cgi':('COMMAND',"[ -w WRITEPATHS ]",), ' --confined_admin':('-a ADMIN_DOMAIN',"[ -w WRITEPATHS ]",), ' --dbus':('COMMAND',"[ -w WRITEPATHS ]",), ' --desktop_user':('',"[ -w WRITEPATHS ]",),' --inetd':('COMMAND',"[ -w WRITEPATHS ]",),' --init':('COMMAND',"[ -w WRITEPATHS ]",), ' --sandbox':("[ -w WRITEPATHS ]",), ' --term_user':("[ -w WRITEPATHS ]",), ' --x_user':("[ -w WRITEPATHS ]",)}
76 raise ValueError("%s must be an SELinux process domain:\nValid domains: %s" % (v, ", ".join(booleans)))
93 raise ValueError("%s must be an SELinux process domain:\nValid domains: %s" % (values, ", ".join(domains)))
102 raise ValueError("%s must be an SELinux process domain:\nValid domains: %s" % (v, ", ".join(domains)))
125 raise ValueError("%s must be an SELinux admin domain:\nValid admin domains: %s" % (values, ", ".join(admins)))
279 args.domain.append(d)
281 for d in args.domain:
289 sepolicy.gui.SELinuxGui(args.domain, args.test)
297 gui.add_argument("-d", "--domain", default=None,
299 help=_("Domain name(s) of man pages to be created")
    [all...]
  /build/target/board/generic/sepolicy/
goldfish_setup.te 2 type goldfish_setup, domain;
  /cts/apps/CameraITS/tests/scene1/
test_param_color_correction.py 85 domain = range(len(transforms))
86 pylab.plot(domain, r_means, 'r')
87 pylab.plot(domain, g_means, 'g')
88 pylab.plot(domain, b_means, 'b')
  /device/asus/flo/sepolicy/
bluetooth_loader.te 2 type bluetooth_loader, domain;
camera.te 2 type camera, domain;
rmt.te 2 type rmt, domain;
  /device/lge/hammerhead/sepolicy/
camera.te 2 type camera, domain;
rmt.te 2 type rmt, domain;
  /device/moto/shamu/sepolicy/
camera.te 2 type camera, domain;
rild.te 24 dontaudit rild domain:dir r_dir_perms;
sensors.te 2 type sensors, domain;
  /external/bison/po/
Makevars 3 # Usually the message domain is the same as the package name.
4 DOMAIN = $(PACKAGE)
26 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
31 # the public domain; in this case the translators are expected to disclaim
  /external/bison/runtime-po/
Makevars 3 # Usually the message domain is the same as the package name.
4 DOMAIN = bison-runtime
28 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
33 # the public domain; in this case the translators are expected to disclaim
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveParameterSpec.java 56 * return the name of the curve the EC domain parameters belong to.
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/
atgroup_05.css 4 domain(mozilla.org),
atgroup_06.css 4 domain(mozilla.org),
atgroup_07.css 4 domain(mozilla.org),
atgroup_08.css 4 domain(mozilla.org),
atgroup_09.css 4 domain(mozilla.org),
atgroup_10.css 4 domain(mozilla.org),
atgroup_11.css 4 domain(mozilla.org),
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/out/
atgroup_05.out 1 @media all and (min-width:500px){@document url(http://www.w3.org/),url-prefix(http://www.w3.org/Style/),domain(mozilla.org),regexp("https:.*"){@supports ((perspective:10px) or (-moz-perspective:10px) or (-webk (…)

Completed in 3473 milliseconds

<<31323334353637383940>>