Searched defs:unique (Results 1 - 25 of 65) sorted by relevance

123

/external/openfst/src/script/
H A Dshortest-path.cc34 size_t n, bool unique, bool first_path,
38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold,
33 ShortestPath(const FstClass &ifst, MutableFstClass *ofst, size_t n, bool unique, bool first_path, WeightClass weight_threshold, int64 state_threshold) argument
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBIndex.h58 bool unique() const { return m_metadata.unique; } function in class:WebCore::IDBIndex
H A DIDBMetadata.h41 IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry) argument
45 , unique(unique)
50 bool unique; member in struct:WebCore::IDBIndexMetadata
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBMetadata.h74 bool unique; member in struct:WebKit::WebIDBMetadata::Index
79 , unique(false)
H A DWebIDBDatabase.h56 virtual void createIndex(long long transactionId, long long objectStoreId, long long indexId, const WebString& name, const WebIDBKeyPath&, bool unique, bool multiEntry) { WEBKIT_ASSERT_NOT_REACHED(); } argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlinked_ptr.h92 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:talk_base::linked_ptr
128 { // erase this from the list, delete if unique
129 if (unique()) delete itsPtr;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_metadata.h21 bool unique,
26 unique(unique),
31 bool unique; member in struct:content::IndexedDBIndexMetadata
18 IndexedDBIndexMetadata(const string16& name, int64 id, const IndexedDBKeyPath& key_path, bool unique, bool multi_entry) argument
H A Dindexed_db_backing_store.h213 bool unique; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions
H A Dindexed_db_backing_store_unittest.cc254 const bool unique = true; local
281 unique,
316 EXPECT_EQ(unique, index.unique);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinked_ptr.h92 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:talk_base::linked_ptr
128 { // erase this from the list, delete if unique
129 if (unique()) delete itsPtr;
/external/openfst/src/include/fst/script/
H A Dshortest-path.h35 const bool unique; member in struct:fst::script::ShortestPathOptions
47 nshortest(n), unique(u), has_distance(hasdist), first_path(fp),
75 queue, ArcFilter(), opts.nshortest, opts.unique,
87 queue, ArcFilter(), opts.nshortest, opts.unique,
99 queue, ArcFilter(), opts.nshortest, opts.unique,
111 queue, ArcFilter(), opts.nshortest, opts.unique,
123 queue, ArcFilter(), opts.nshortest, opts.unique,
135 queue, ArcFilter(), opts.nshortest, opts.unique,
179 size_t n = 1, bool unique = false,
/external/chromium/chrome/browser/
H A Dautocomplete_history_manager.cc221 bool unique = true; local
225 unique = false;
230 if (unique) {
/external/chromium_org/components/autofill/core/browser/
H A Dautocomplete_history_manager.cc174 bool unique = true; local
178 unique = false;
183 if (unique) {
/external/chromium_org/webkit/browser/quota/
H A Dquota_database.h130 bool unique; member in struct:quota::QuotaDatabase::IndexSchema
/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 DDNSEntry.java41 DNSEntry(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { argument
46 _unique = unique;
140 * @return true if unique
282 aLog.append((_unique ? "-unique," : ","));
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/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripInfo.java100 boolean unique(FaceInfoVec faceVec, FaceInfo face) method in class:StripInfo
131 //the face is not unique, all it's vertices exist in the face vector
136 //if we get out here, it's unique
242 //this tests to see if a face is "unique", meaning that its vertices aren't already in the list
244 if(!unique(tempAllFaces, nextFace))
/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h67 as unique thread identifiers and so are never freed, so they should
126 ULong unique; /* used for persistence-hashing */ member in struct:_Lock
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java161 * specified source. If the unique flag is true, a new instance will
172 * @param unique true if the returned DTM must be unique, probably because it
184 boolean unique, DTMWSFilter whiteSpaceFilter,
183 getDTM(javax.xml.transform.Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java212 * specified source. If the unique flag is true, a new instance will
217 * A bit of magic in this implementation: If the source is null, unique is true,
225 * @param unique true if the returned DTM must be unique, probably because it
236 synchronized public DTM getDTM(Source source, boolean unique, argument
243 (unique ? "UNIQUE" : "shared")+
299 if (source==null && unique && !incremental && !doIndexing) {
566 // Can't return the same node since it's unique to a specific DTM,
/external/chromium_org/content/child/indexed_db/
H A Dproxy_webidbdatabase_impl.cc245 bool unique,
255 params.unique = unique;
239 createIndex( long long transaction_id, long long object_store_id, long long index_id, const WebString& name, const WebIDBKeyPath& key_path, bool unique, bool multi_entry) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DIDBDatabaseBackendProxy.cpp137 void IDBDatabaseBackendProxy::createIndex(int64_t transactionId, int64_t objectStoreId, int64_t indexId, const String& name, const WebCore::IDBKeyPath& keyPath, bool unique, bool multiEntry) argument
140 m_webIDBDatabase->createIndex(transactionId, objectStoreId, indexId, name, keyPath, unique, multiEntry);
/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h50 bool unique() const { function in class:SkRefCnt
51 bool const unique = (1 == fRefCnt); local
52 if (unique) {
54 // Prevents user's 'unique' code from happening before decrements.
57 return unique;
/external/openfst/src/include/fst/
H A Dshortest-path.h45 bool unique; // only return paths with distinct input strings member in struct:fst::ShortestPathOptions
61 nshortest(n), unique(u), has_distance(hasdist), first_path(fp),
455 if (!opts.unique) {
473 // discipline is automatically selected. When 'unique' == true, only
485 size_t n = 1, bool unique = false,
493 AnyArcFilter<Arc> > opts(&state_queue, arc_filter, n, unique, false,

Completed in 505 milliseconds

123