/external/curl/tests/python_dependencies/impacket/ |
smb3.py | 480 def kerberosLogin(self, user, password, domain = '', lmhash = '', nthash = '', aesKey='', kdcHost = '', TGT=None, TGS=None): 497 self.__domain = domain 526 tgt, cipher, oldSessionKey, sessionKey = getKerberosTGT(userName, password, domain, lmhash, nthash, aesKey, kdcHost) 550 tgs, cipher, oldSessionKey, sessionKey = getKerberosTGS(serverName, domain, kdcHost, tgt, cipher, sessionKey) 579 authenticator['crealm'] = domain 612 self._Session['UserCredentials'] = (user, password, domain, lmhash, nthash) 641 def login(self, user, password, domain = '', lmhash = '', nthash = ''): 654 self.__domain = domain 700 self._Session['UserCredentials'] = (user, password, domain, lmhash, nthash) 739 type3, exportedSessionKey = ntlm.getNTLMSSPType3(auth, respToken['ResponseToken'], user, password, domain, lmhash, nthash [all...] |
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/ |
policy.pb.go | 70 // "domain:google.com", 176 // * `domain:{domain}`: A Google Apps domain name that represents all the 177 // users of that domain. For example, `google.com` or `example.com`.
|
/external/libxml2/ |
runtest.c | 354 int domain; local 370 domain = err->domain; 373 if ((domain == XML_FROM_PARSER) || (domain == XML_FROM_HTML) || 374 (domain == XML_FROM_DTD) || (domain == XML_FROM_NAMESPACE) || 375 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) { 399 else if ((line != 0) && (domain == XML_FROM_PARSER) [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
bfloat16_propagation_test.cc | 949 HloInstruction* domain = builder.AddInstruction( local 990 HloInstruction* domain = builder.AddInstruction( local [all...] |
/external/skia/src/core/ |
SkGpuBlurUtils.cpp | 321 SkRect domain = SkRect::Make(*contentRect); local 322 domain.inset((i < scaleFactorX) ? SK_ScalarHalf : 0.0f, 326 domain, 427 SkRect domain = SkRect::Make(localSrcBounds); local 430 domain,
|
/external/skia/src/effects/imagefilters/ |
SkDisplacementMapEffect.cpp | 178 const GrTextureDomain& domain() const { return fDomain; } function in class:GrDisplacementMapEffect 521 const GrTextureDomain& domain = displacementMap.domain(); local 585 domain, 603 fGLDomain.setData(pdman, displacementMap.domain(), proxy,
|
/external/skqp/src/core/ |
SkGpuBlurUtils.cpp | 319 SkRect domain = SkRect::Make(*contentRect); local 320 domain.inset((i < scaleFactorX) ? SK_ScalarHalf : 0.0f, 324 domain, 425 SkRect domain = SkRect::Make(localSrcBounds); local 428 domain,
|
/external/skqp/src/effects/imagefilters/ |
SkDisplacementMapEffect.cpp | 176 const GrTextureDomain& domain() const { return fDomain; } function in class:GrDisplacementMapEffect 519 const GrTextureDomain& domain = displacementMap.domain(); local 583 domain, 601 fGLDomain.setData(pdman, displacementMap.domain(), proxy,
|
/external/python/cpython3/Modules/ |
_testcapimodule.c | 4245 unsigned int domain; local 4278 unsigned int domain; local 4301 unsigned int domain; local [all...] |
/external/aac/libSBRdec/src/ |
env_dec.cpp | 671 \brief Convert each envelope value from logarithmic to linear domain 772 int i, domain, no_of_bands, band, freqRes; local 781 domain = h_sbr_data->domain_vec[i]; 790 if (domain == 0) {
|
/external/libxml2/include/libxml/ |
xmlerror.h | 79 int domain; /* What part of the library raised this error */ member in struct:_xmlError [all...] |
/external/mesa3d/src/intel/compiler/ |
brw_shader.cpp | [all...] |
/external/python/httplib2/ |
libhttplib2.tex | 239 \begin{methoddesc}[Http]{add_credentials}{name, password, \optional{domain=None}} 241 requires authentication. Supplying the optional \var{domain} name will 243 domain. If \var{domain} is not specified then the given credentials will 247 \begin{methoddesc}[Http]{add_certificate}{key, cert, domain} 249 to the specified domain. \var{keyfile} is the name of a PEM formatted
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_udp.c | 386 int domain = PF_INET6; local 389 int domain = PF_INET; local 413 priv->sock = socket(domain, SOCK_DGRAM, 0);
|
/external/skia/src/gpu/ops/ |
GrQuadPerEdgeAA.cpp | 625 // coordinates, domain, color, and coverage as needed to satisfy the vertex spec. 627 CoverageMode mode, Sk4f coverage, SkPMColor4f color4f, const SkRect& domain, 651 // save the domain 653 vb->write(domain); 699 const SkPMColor4f& color4f, const GrPerspQuad& localQuad, const SkRect& domain, [all...] |
/frameworks/av/media/libstagefright/xmlparser/ |
MediaCodecsXmlParser.cpp | 341 const char *rank, const StringSet &domain, const StringSet &variants, 672 } else if (strEq(name, "Domain")) { 673 err = addSetting(attrs, "domain-"); 775 // this could also be any of: Domain, Variant, Setting 923 } else if (strEq(attrs[i], "domain")) { 943 // disable codecs with domain by default (unless updating) 1016 for (const std::string &domain : domains) { 1017 if (domain.size() && domain.at(0) == '!') { 1018 codec.domainSet.erase(domain.substr(1)) [all...] |
/external/libbrillo/brillo/dbus/ |
dbus_method_invoker_unittest.cc | 42 void ErrorCallback(const std::string& domain, 49 EXPECT_EQ(domain, error->GetDomain());
|
/external/lzma/Asm/x86/ |
AesOpt.asm | 2 ; 2009-12-12 : Igor Pavlov : Public domain
|
XzCrc64Opt.asm | 2 ; 2011-06-28 : Igor Pavlov : Public domain
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_context.h | 306 enum radeon_bo_domain domain; member in struct:r300_surface 396 enum radeon_bo_domain domain; member in struct:r300_resource
|
/external/mesa3d/src/gallium/drivers/r600/ |
radeon_vce.c | 515 enum radeon_bo_usage usage, enum radeon_bo_domain domain, 521 domain, RADEON_PRIO_VCE);
|
/external/python/httplib2/python3/httplib2/ |
__init__.py | 723 # TODO: self.challenge['domain'] 934 def add(self, name, password, domain=""): 935 self.credentials.append((domain.lower(), name, password)) 940 def iter(self, domain): 942 if cdomain == "" or domain == cdomain: [all...] |
/external/selinux/libselinux/src/android/ |
android_platform.c | 293 char *domain; member in struct:seapp_context 308 free(s->domain); 657 } else if (!strcasecmp(name, "domain")) { 658 if (cur->domain) { 662 cur->domain = strdup(value); 663 if (!cur->domain) { 793 "name=%s path=%s isPrivApp=%s minTargetSdkVersion=%d fromRunAs=%s -> domain=%s type=%s level=%s levelFrom=%s", 804 cur->domain, cur->type, cur->level, 1036 else if (kind == SEAPP_DOMAIN && !cur->domain) 1043 if (context_type_set(ctx, cur->domain)) [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/ |
SocketFacade.java | 411 * @param domain : protocol family. Ex: IPv4 or IPv6 418 public String openSocket(Integer domain, Integer type, String addr, Integer port) { 420 FileDescriptor fd = Os.socket(domain, type, 0);
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_linux_386.go | 238 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { 239 _, e := rawsocketcall(_SOCKETPAIR, uintptr(domain), uintptr(typ), uintptr(flags), uintptr(unsafe.Pointer(fd)), 0, 0) 262 func socket(domain int, typ int, proto int) (fd int, err error) { 263 fd, e := rawsocketcall(_SOCKET, uintptr(domain), uintptr(typ), uintptr(proto), 0, 0, 0)
|