Searched refs:SRV (Results 1 - 7 of 7) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/dns/
H A DDNSJavaResolver.java46 Lookup lookup = new Lookup(name, Type.SRV);
/external/smack/src/org/xbill/DNS/
H A DSRVRecord.java9 * SRV record will normally be named _<service>._<protocol>.domain
11 * _http._tcp.example.com (if HTTP used SRV records)
31 * Creates an SRV Record from the given data
32 * @param priority The priority of this SRV. Records with lower priority
43 super(name, Type.SRV, dclass, ttl);
H A DType.java112 public static final int SRV = 33; field in class:Type
259 types.add(SRV, "SRV", new SRVRecord());
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c76 const ResourceRecord *SRV; member in struct:__anon26859
446 if (answer->rrtype == kDNSType_SRV && x->SRV == answer) x->SRV = mDNSNULL;
451 if (answer->rrtype == kDNSType_SRV) x->SRV = answer;
453 if (x->SRV && x->TXT && x->callback)
457 ConvertDomainNameToCString(&x->SRV->rdata->u.srv.target, targethost);
459 x->SRV->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, x->context);
499 x->SRV = mDNSNULL;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DTextureStorage11.cpp698 ID3D11ShaderResourceView *SRV = NULL; local
701 HRESULT result = device->CreateShaderResourceView(texture, &srvDesc, &SRV);
709 return SRV;
1104 ID3D11ShaderResourceView *SRV = NULL; local
1107 HRESULT result = device->CreateShaderResourceView(texture, &srvDesc, &SRV);
1115 return SRV;
1393 ID3D11ShaderResourceView *SRV = NULL; local
1396 HRESULT result = device->CreateShaderResourceView(texture, &srvDesc, &SRV);
1404 return SRV;
1462 // TODO, what kind of SRV i
1762 ID3D11ShaderResourceView *SRV = NULL; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp741 if (const SymbolRegionValue *SRV = dyn_cast<SymbolRegionValue>(*SI))
742 Tainted = Tainted || isTainted(SRV->getRegion(), Kind);
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump453 ��/�t�G.Q��O�,b�b�8� �e�d�KھU�c?��y*���e"�ܐu��O����(l Z}��S̴:kVP���]SRV(� O����Q�� 1n��#߀�na��o�"+��}$Uڬƙ�y����c%k��'��f��f��ϸ,r 8>����4�z�v�Hc^X|d'�v�I\f���]� ��~ ��+�ْV����I���[����!���+�h��-[#�MNox�ѳRd1iK�⤅�1�<zIA�d���0��P���AE~s�\
15781 !�_h��P��.��G q!Y}�1B��!���AD�����8|<p2�N8����x�͔G�z��c��|����jU�Ѹ6姷��aw��_D���C[�Ja�u,�d�����aE���� �SRV*lީ���D� 3ď�_ۘx��3Fɀ���=��S@ �T�f�^O��&��4j#��1�#��(�����?���f��ը

Completed in 404 milliseconds