Searched refs:unique (Results 101 - 125 of 217) sorted by relevance

123456789

/external/webkit/Source/WebKit/chromium/src/
H A DIDBObjectStoreBackendProxy.cpp109 PassRefPtr<IDBIndexBackendInterface> IDBObjectStoreBackendProxy::createIndex(const String& name, const String& keyPath, bool unique, IDBTransactionBackendInterface* transaction, ExceptionCode& ec) argument
114 WebIDBIndex* index = m_webIDBObjectStore->createIndex(name, keyPath, unique, *transactionProxy->getWebIDBTransaction(), ec);
H A DIDBObjectStoreBackendProxy.h54 PassRefPtr<WebCore::IDBIndexBackendInterface> createIndex(const String& name, const String& keyPath, bool unique, WebCore::IDBTransactionBackendInterface*, WebCore::ExceptionCode&);
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMRange.idl65 pointer_default(unique)
H A DIWebError.idl128 pointer_default(unique)
H A DIWebFrameLoadDelegate.idl53 pointer_default(unique)
H A DIWebHistory.idl64 pointer_default(unique)
125 @discussion Get an array of NSCalendarDates, each one representing a unique day that contains one
138 @param calendarDate A date identifying the unique day of interest.
H A DIWebHistoryItemPrivate.idl38 pointer_default(unique)
H A DIWebResourceLoadDelegate.idl60 pointer_default(unique)
H A DIWebScrollBarPrivate.idl39 pointer_default(unique)
H A DIWebURLRequest.idl44 pointer_default(unique)
H A DIWebView.idl101 pointer_default(unique)
152 pointer_default(unique)
749 pointer_default(unique)
891 pointer_default(unique)
908 pointer_default(unique)
1055 pointer_default(unique)
1102 pointer_default(unique)
H A DIWebFrame.idl64 pointer_default(unique)
/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/openfst/src/bin/
H A Dfstshortestpath.cc26 DEFINE_bool(unique, false, "Return unique strings");
/external/chromium/chrome/browser/
H A Dautocomplete_history_manager.cc221 bool unique = true; local
225 unique = false;
230 if (unique) {
/external/webkit/Source/WebCore/storage/
H A DIDBObjectStore.cpp127 bool unique = false; local
128 options.getKeyBool("unique", unique);
130 RefPtr<IDBIndexBackendInterface> index = m_objectStore->createIndex(name, keyPath, unique, m_transaction->backend(), ec);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h38 bool unique; // only return paths with distinct input strings member in struct:fst::ShortestPathOptions
45 nshortest(n), unique(u), has_distance(hasdist) {}
251 if (opts.unique)
278 distance->push_back(Weight::One()); // differently when unique=true
340 // discipline is automatically selected. When 'unique' == true, only
352 size_t n = 1, bool unique = false) {
357 AnyArcFilter<Arc> > opts(&state_queue, arc_filter, n, unique);
/external/grub/stage2/
H A Ddisk_io.c42 static int unique; variable
1271 /* If DO_COMPLETION is true, just print NAME. Otherwise save the unique
1284 if (! unique)
1301 unique++;
1317 unique = 0;
1340 if (unique == 1)
1359 return unique - 1;
1426 if (unique == 1)
1452 unique = 1;
1493 if (unique
[all...]
/external/ceres-solver/internal/ceres/
H A Dlocal_parameterization.cc70 CHECK(unique(constant.begin(), constant.end()) == constant.end())
/external/stlport/stlport/stl/pointers/
H A D_list.h303 void unique() { _M_impl.unique(); } function in class:list
313 void unique(_BinaryPredicate __bin_pred) function in class:list
314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
/external/bison/doc/
H A Dbison.x52 are unique. When a long option takes an argument, like
/external/jmdns/src/javax/jmdns/impl/
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," : ","));
/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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua43 --- array of symbol name numer keys used (to check for unique mapvals)
70 io.write("*** error: mapval values must be unique, ", symnr, "\n")
122 io.write("*** error: property '", prop, "' must be unique\n"); return
132 -- get IDs of unique specids
H A Dpicoloadphones.lua41 --- array of symbol name numer keys used (to check for unique mapvals)
68 io.write("*** error: mapval values must be unique, ", symnr, "\n")
120 io.write("*** error: property '", prop, "' must be unique\n"); return
130 -- get IDs of unique specids

Completed in 506 milliseconds

123456789