HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 151 - 175 of 649) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 176 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy)
177 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy_pred)
178 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique)
179 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_pred)
    [all...]
  /external/bison/doc/
bison.x 52 are unique. When a long option takes an argument, like
  /external/chromium_org/third_party/angle/src/common/
utilities.cpp 448 UINT unique = GetTempFileNameA(path, "sh", 0, path); local
449 if (unique == 0)
  /external/chromium_org/third_party/markdown/extensions/
toc.py 49 from .headerid import slugify, unique, itertext namespace
195 elem_id = unique(self.config["slugify"](text, '-'), used_ids)
  /external/chromium_org/ui/keyboard/resources/
api_adapter.js 7 * @param {string} id is a case-sensitive string representing the unique ID of
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 41 DNSEntry(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) {
46 _unique = unique;
140 * @return true if unique
282 aLog.append((_unique ? "-unique," : ","));
  /external/ltrace/testsuite/ltrace.main/
system_calls.exp 95 set keys [lsort -unique [concat [dict keys $d1] [dict keys $d2]]]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 43 --- 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
picoloadphones.lua 41 --- 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.idl 183 pointer_default(unique)
197 pointer_default(unique)
429 pointer_default(unique)
440 pointer_default(unique)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 47 /** If true, the validated name must be unique */
77 * Makes the resource name validator require that names are unique.
81 public ResourceNameValidator unique() { method in class:ResourceNameValidator
211 type == ResourceType.DRAWABLE).unique();
216 * unique in the project.
  /external/chromium_org/third_party/sqlite/src/test/
collate4.test 50 # collate4-3.* constraints (primary key, unique).
104 b UNIQUE COLLATE TEXT
135 UNIQUE(a), PRIMARY KEY(b)
460 # UNIQUE and PRIMARY KEY constraints operate correctly with user
473 } {1 {column a is not unique}}
483 } {1 {column a is not unique}}
489 } {1 {column a is not unique}}
493 CREATE TABLE collate4t1(a COLLATE NOCASE UNIQUE);
501 } {1 {column a is not unique}}
511 } {1 {column a is not unique}}
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 212 * 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,
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/third_party/skia/src/core/
SkPathRef.cpp 18 if ((*pathRef)->unique()) {
56 if (!(*dst)->unique()) {
153 if ((*pathRef)->unique()) {
SkTypefaceCache.cpp 87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
  /external/skia/src/core/
SkPathRef.cpp 18 if ((*pathRef)->unique()) {
56 if (!(*dst)->unique()) {
153 if ((*pathRef)->unique()) {
SkTypefaceCache.cpp 87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
  /external/chromium_org/base/
rand_util_unittest.cc 41 // Probability of occurrence of less than 25 unique bytes in 50 random bytes
43 EXPECT_GT(std::unique(buffer, buffer + buffer_size) - buffer, 25);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 99 if (!index_metadata_.unique) {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.h 111 IDBIndex* createIndex(ScriptState*, const String& name, const IDBKeyPath&, bool unique, bool multiEntry, ExceptionState&);
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.js 10 * Creates a unique identifier based on the key provided.
14 * @return {string} The unique id for key.
  /external/chromium_org/webkit/browser/quota/
quota_database.h 134 bool unique; member in struct:quota::QuotaDatabase::IndexSchema
  /external/lldb/include/lldb/Core/
Broadcaster.h 277 /// @param[in] unique
448 PrivateBroadcastEvent (lldb::EventSP &event_sp, bool unique);
  /external/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }

Completed in 1352 milliseconds

1 2 3 4 5 67 8 91011>>