Searched refs:unique (Results 1 - 25 of 217) sorted by relevance

123456789

/external/webkit/Source/WebKit/win/Interfaces/
H A DIGEN_DOMObject.idl38 pointer_default(unique)
H A DIWebBackForwardListPrivate.idl38 pointer_default(unique)
H A DIWebGeolocationPolicyListener.idl34 pointer_default(unique)
H A DIWebPolicyDelegatePrivate.idl40 pointer_default(unique)
H A DIWebTextRenderer.idl38 pointer_default(unique)
H A DIWebURLResponsePrivate.idl38 pointer_default(unique)
H A DAccessibleComparable.idl40 pointer_default(unique)
H A DIWebErrorPrivate.idl41 pointer_default(unique)
H A DIWebGeolocationPosition.idl34 pointer_default(unique)
H A DIWebInspectorPrivate.idl38 pointer_default(unique)
H A DIWebNotificationObserver.idl37 pointer_default(unique)
H A DIWebResourceLoadDelegatePrivate2.idl38 pointer_default(unique)
H A DIWebScrollBarDelegatePrivate.idl38 pointer_default(unique)
H A DIWebSerializedJSValuePrivate.idl39 pointer_default(unique)
H A DIWebUIDelegate2.idl46 pointer_default(unique)
H A DIWebUndoTarget.idl35 pointer_default(unique)
H A DIWebWorkersPrivate.idl46 pointer_default(unique)
/external/valgrind/main/drd/tests/
H A Dannotate_barrier_xml.stderr.exp35 <unique>0x........</unique>
68 <unique>0x........</unique>
101 <unique>0x........</unique>
134 <unique>0x........</unique>
167 <unique>0x........</unique>
[all...]
H A Dthread_name_xml.stderr.exp35 <unique>0x........</unique>
71 <unique>0x........</unique>
107 <unique>0x........</unique>
143 <unique>0x........</unique>
179 <unique>0x........</unique>
[all...]
H A Dbar_bad_xml.stderr.exp34 <unique>0x........</unique>
61 <unique>0x........</unique>
110 <unique>0x........</unique>
159 <unique>0x........</unique>
208 <unique>0x........</unique>
[all...]
H A Dfp_race_xml.stderr.exp37 <unique>0x........</unique>
60 <unique>0x........</unique>
93 <unique>0x........</unique>
97 <unique>0x........</unique>
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java31 DNS4Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
32 super(name, type, recordClass, unique);
55 DNS6Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
56 super(name, type, recordClass, unique);
79 HostInformation(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
80 super(name, type, recordClass, unique);
88 Pointer(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
89 super(name, type, recordClass, unique);
128 Service(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
129 super(name, type, recordClass, unique);
162 Text(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
183 AllRecords(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
219 DNSQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
236 newQuestion(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) argument
[all...]
H A DHostInfo.java117 * This is used to create a unique name for the host name.
198 DNSRecord.Address getDNSAddressRecord(DNSRecordType type, boolean unique, int ttl) { argument
201 return this.getDNS4AddressRecord(unique, ttl);
204 return this.getDNS6AddressRecord(unique, ttl);
210 private DNSRecord.Address getDNS4AddressRecord(boolean unique, int ttl) { argument
212 return new DNSRecord.IPv4Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress());
217 private DNSRecord.Address getDNS6AddressRecord(boolean unique, int ttl) { argument
219 return new DNSRecord.IPv6Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress());
224 DNSRecord.Pointer getDNSReverseAddressRecord(DNSRecordType type, boolean unique, int ttl) { argument
227 return this.getDNS4ReverseAddressRecord(unique, tt
236 getDNS4ReverseAddressRecord(boolean unique, int ttl) argument
248 getDNS6ReverseAddressRecord(boolean unique, int ttl) argument
270 answers(boolean unique, int ttl) argument
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp33 <unique>0x........</unique>
61 <unique>0x........</unique>
105 <unique>0x........</unique>
109 <unique>0x........</unique>
/external/webkit/Source/WebCore/storage/
H A DIDBIndexBackendImpl.h43 static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBackend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique) argument
45 return adoptRef(new IDBIndexBackendImpl(backingStore, databaseId, objectStoreBackend, id, name, storeName, keyPath, unique));
47 static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, const IDBObjectStoreBackendImpl* objectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool unique) argument
49 return adoptRef(new IDBIndexBackendImpl(backingStore, databaseId, objectStoreBackend, name, storeName, keyPath, unique));
67 virtual bool unique() { return m_unique; } function in class:WebCore::IDBIndexBackendImpl
75 IDBIndexBackendImpl(IDBBackingStore*, int64_t databaseId, const IDBObjectStoreBackendImpl*, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique);
76 IDBIndexBackendImpl(IDBBackingStore*, int64_t databaseId, const IDBObjectStoreBackendImpl*, const String& name, const String& storeName, const String& keyPath, bool unique);

Completed in 323 milliseconds

123456789