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

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/auth/
NTUserPrincipal.java 52 private final String domain; field in class:NTUserPrincipal
56 final String domain,
63 if (domain != null) {
64 this.domain = domain.toUpperCase(Locale.ENGLISH);
66 this.domain = null;
68 if (this.domain != null && this.domain.length() > 0) {
70 buffer.append(this.domain);
84 return this.domain;
    [all...]
  /bionic/libc/bionic/
socket.cpp 21 int socket(int domain, int type, int protocol) {
22 return __netdClientDispatch.socket(domain, type, protocol);
  /external/jsoncpp/
LICENSE 7 this software is released into the Public Domain.
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
14 software may choose to accept it either as 1) Public Domain, 2) under the
16 Public Domain/MIT License conditions described here, as they choose.
18 The MIT License is about as close to Public Domain as a license can get, and is
51 software, affording one all of the rights of Public Domain with the
54 Public Domain "license" you can re-license your copy using whatever
NOTICE 7 this software is released into the Public Domain.
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
14 software may choose to accept it either as 1) Public Domain, 2) under the
16 Public Domain/MIT License conditions described here, as they choose.
18 The MIT License is about as close to Public Domain as a license can get, and is
51 software, affording one all of the rights of Public Domain with the
54 Public Domain "license" you can re-license your copy using whatever
  /external/jsoncpp/chromium-overrides/
LICENSE 7 this software is released into the Public Domain.
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
14 software may choose to accept it either as 1) Public Domain, 2) under the
16 Public Domain/MIT License conditions described here, as they choose.
18 The MIT License is about as close to Public Domain as a license can get, and is
51 software, affording one all of the rights of Public Domain with the
54 Public Domain "license" you can re-license your copy using whatever
  /external/libxml2/test/relaxng/
libvirt_0.xml 0 <domain type='xen' id='6'>
23 </domain>
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentialHash.java 5 * hash(user:domain:password). This is more secure than simply supplying
24 * @return the SIP Domain.
UserCredentials.java 31 * Returns the SIP Domain for this username password combination.
33 * @return the sip domain
  /external/sepolicy/
lmkd.te 2 type lmkd, domain, mlstrustedsubject;
37 neverallow domain lmkd:process noatsecure;
racoon.te 2 type racoon, domain;
20 # XXX: should we give ip-up-vpn its own label (currently racoon domain)
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
device_for_strategy_transmitted_through_speaker.pfw 4 domain: UnreacheableDevices
30 domain: Speaker
  /packages/apps/DeskClock/res/xml/
backup_scheme.xml 18 <include domain="database" path="alarms.db" />
19 <include domain="sharedpref" path="com.android.deskclock_preferences.xml" />
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rasshost.h 2 * This file has no copyright assigned and is placed in the Public Domain.
18 CHAR Domain[DNLEN+1];
  /bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c 4 * Public domain.
htons.c 4 * Public domain.
ntohl.c 4 * Public domain.
ntohs.c 4 * Public domain.
  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabs.c 5 * Placed into the Public Domain, 1994.
w_cabsl.c 5 * Placed into the Public Domain, 1994.
  /device/asus/fugu/sepolicy/
pvrsrvctl.te 1 type pvrsrvctl, domain;
  /device/lge/hammerhead/sepolicy/
qmux.te 2 type qmux, domain;
  /device/moto/shamu/sepolicy/
gsiffd.te 1 type gsiffd, domain;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveGenParameterSpec.java 22 * return the name of the curve the EC domain parameters belong to.
ECPrivateKeySpec.java 17 * @param spec the domain parameters for the curve being used.
  /external/e2fsprogs/po/
Makevars 3 # Usually the message domain is the same as the package name.
4 DOMAIN = $(PACKAGE)
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
19 # the public domain; in this case the translators are expected to disclaim

Completed in 587 milliseconds

<<11121314151617181920>>