Home
last modified time | relevance | path

Searched defs:unique (Results 1 – 25 of 42) sorted by relevance

12

/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java31 DNS4Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNS4Address()
55 DNS6Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNS6Address()
79 … HostInformation(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in HostInformation()
88 Pointer(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Pointer()
128 Service(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Service()
162 Text(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in Text()
183 AllRecords(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in AllRecords()
219 DNSQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNSQuestion()
236 …Question newQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in newQuestion()
DHostInfo.java198 DNSRecord.Address getDNSAddressRecord(DNSRecordType type, boolean unique, int ttl) { in getDNSAddressRecord()
210 private DNSRecord.Address getDNS4AddressRecord(boolean unique, int ttl) { in getDNS4AddressRecord()
217 private DNSRecord.Address getDNS6AddressRecord(boolean unique, int ttl) { in getDNS6AddressRecord()
224 DNSRecord.Pointer getDNSReverseAddressRecord(DNSRecordType type, boolean unique, int ttl) { in getDNSReverseAddressRecord()
236 private DNSRecord.Pointer getDNS4ReverseAddressRecord(boolean unique, int ttl) { in getDNS4ReverseAddressRecord()
248 private DNSRecord.Pointer getDNS6ReverseAddressRecord(boolean unique, int ttl) { in getDNS6ReverseAddressRecord()
270 public Collection<DNSRecord> answers(boolean unique, int ttl) { in answers()
DDNSRecord.java45 … DNSRecord(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl) { in DNSRecord()
175 … IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { in IPv4Address()
179 … IPv4Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) { in IPv4Address()
217 … IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { in IPv6Address()
221 … IPv6Address(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAddress) { in IPv6Address()
268 …Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, Inet… in Address()
273 …Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte… in Address()
429 … public Pointer(String name, DNSRecordClass recordClass, boolean unique, int ttl, String alias) { in Pointer()
540 public Text(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte text[]) { in Text()
646 …public Service(String name, DNSRecordClass recordClass, boolean unique, int ttl, int priority, int… in Service()
[all …]
DDNSEntry.java41 DNSEntry(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { in DNSEntry()
/external/webkit/Source/WebCore/storage/
DIDBIndexBackendImpl.h43 …ckend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique) in create()
47 …bjectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool unique) in create()
67 virtual bool unique() { return m_unique; } in unique() function
DIDBIndex.h54 bool unique() const { return m_backend->unique(); } in unique() function
DIDBIndexBackendImpl.cpp43 …ckend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique) in IDBIndexBackendImpl()
55 …bjectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool unique) in IDBIndexBackendImpl()
DIDBObjectStore.cpp127 bool unique = false; in createIndex() local
/external/openfst/src/script/
Dshortest-path.cc34 size_t n, bool unique, bool first_path, in ShortestPath()
/external/chromium/third_party/libjingle/source/talk/base/
Dlinked_ptr.h92 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} in unique() function
/external/webkit/Source/WebKit/chromium/src/
DWebIDBIndexImpl.cpp66 bool WebIDBIndexImpl::unique() const in unique() function in WebKit::WebIDBIndexImpl
DIDBIndexBackendProxy.cpp73 bool IDBIndexBackendProxy::unique() in unique() function in WebKit::IDBIndexBackendProxy
DWebIDBObjectStoreImpl.cpp90 …toreImpl::createIndex(const WebString& name, const WebString& keyPath, bool unique, const WebIDBTr… in createIndex()
DIDBObjectStoreBackendProxy.cpp109 …reBackendProxy::createIndex(const String& name, const String& keyPath, bool unique, IDBTransaction… in createIndex()
/external/webkit/Source/WebKit/chromium/public/
DWebIDBIndex.h59 virtual bool unique() const in unique() function
DWebIDBObjectStore.h73 …virtual WebIDBIndex* createIndex(const WebString& name, const WebString& keyPath, bool unique, con… in createIndex()
/external/chromium/chrome/browser/
Dautocomplete_history_manager.cc221 bool unique = true; in SendSuggestions() local
/external/openfst/src/include/fst/script/
Dshortest-path.h35 const bool unique; member
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
DStripInfo.java100 boolean unique(FaceInfoVec faceVec, FaceInfo face) in unique() method in StripInfo
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMManager.java184 boolean unique, DTMWSFilter whiteSpaceFilter, in getDTM()
/external/valgrind/main/helgrind/
Dhg_lock_n_thread.h126 ULong unique; /* used for persistence-hashing */ member
/external/stlport/stlport/stl/debug/
D_list.h415 void unique() { in unique() function
449 void unique(_BinaryPredicate __binary_pred) { in unique() function
/external/stlport/stlport/stl/pointers/
D_list.h303 void unique() { _M_impl.unique(); } in unique() function
313 void unique(_BinaryPredicate __bin_pred) in unique() function
/external/stlport/stlport/stl/
D_algo.h298 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { in unique() function
304 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, in unique() function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-path.h38 bool unique; // only return paths with distinct input strings member

12