OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domainName
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java
573
String
domainName
= null;
700
domainName
= readAsciiString(packet, optionLen);
796
newPacket.mDomainName =
domainName
;
837
InetAddress dhcpServerIdentifier, String
domainName
) {
843
pkt.mDomainName =
domainName
;
857
InetAddress dhcpServerIdentifier, String
domainName
) {
863
pkt.mDomainName =
domainName
;
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.h
195
void InternalSendStart(const std::string &
domainName
);
/external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm
831
var
domainName
= method[0];
833
if (!(
domainName
in this._domainDispatchers)) {
834
console.error("Protocol Error: the message is for non-existing domain '" +
domainName
+ "'");
837
var dispatcher = this._domainDispatchers[
domainName
];
[
all
...]
Completed in 62 milliseconds