OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typeentry
(Results
1 - 5
of
5
) sorted by null
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
TypeResolver.java
52
ServiceTypeEntry
typeEntry
= this.getDns().getServiceTypes().get(type);
53
newOut = this.addAnswer(newOut, new DNSRecord.Pointer("_services._dns-sd._udp.local.", DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL,
typeEntry
.getType()), now);
/external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java
100
ServiceTypeEntry
typeEntry
= jmDNSImpl.getServiceTypes().get(serviceType);
101
answers.add(new DNSRecord.Pointer("_services._dns-sd._udp.local.", DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL,
typeEntry
.getType()));
/external/fio/
gfio.c
536
char *
typeentry
;
local
614
typeentry
= gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(cw.combo));
615
if (!
typeentry
|| !strncmp(
typeentry
, "IPv4", 4))
617
else if (!strncmp(
typeentry
, "IPv6", 4))
621
g_free(
typeentry
);
[
all
...]
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
468
DenseMap<unsigned, unsigned>
TypeEntry
;
478
unsigned &Entry =
TypeEntry
[CTMTy];
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
Completed in 567 milliseconds