HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 176 - 200 of 329) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/benchmarks/
splay.js 72 // Insert new node with a unique key.
103 // Verify that the splay tree has sorted, unique keys.
  /external/clang/lib/Tooling/
Refactoring.cpp 243 std::unique(Replaces.begin(), Replaces.end());
  /external/kernel-headers/original/uapi/drm/
drm.h 146 size_t unique_len; /**< Length of unique */
147 char __user *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
  /external/libvorbis/doc/
07-floor1.tex 164 [floor1_x_list] element values must be unique within the vector; a
165 non-unique value renders the stream undecodable.
  /external/lldb/include/lldb/Core/
MappedHash.h 66 uint32_t hashes_count; // The total number of unique hash values and hash data offsets in this table
238 // We need to figure out the number of unique hashes first before we can
246 hash_coll::iterator pos = std::unique (unique_hashes.begin(), unique_hashes.end());
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.cpp 392 addrs.erase(std::unique(start, end), end);
  /build/core/
cleanbuild.mk 21 # Builds up a list of clean steps. Creates a unique
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 5 // Counter used to give webkit animations unique names.
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set_unittest.cc 293 prefixes.erase(std::unique(prefixes.begin(), prefixes.end()), prefixes.end());
347 prefixes.erase(std::unique(prefixes.begin(), prefixes.end()), prefixes.end());
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 51 * Stores a given item in the cache and returns a unique ID.
  /external/chromium_org/content/browser/appcache/
appcache_database.cc 57 bool unique; member in struct:content::__anon11619::IndexInfo
168 if (info.unique)
169 sql += "CREATE UNIQUE INDEX ";
    [all...]
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 121 web_index_metadata.unique = idb_index_metadata.unique;
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 716 # If this request does not match unique release, or if the release is not
718 unique = node.GetUniqueReleases(releases)
719 if not unique or not node.InReleases(releases):
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 229 && unique == other.unique
262 unsigned unique : 1; // Style can not be shared. member in struct:blink::RenderStyle::NonInheritedFlags
317 noninherited_flags.unique = false;
1519 bool unique() const { return noninherited_flags.unique; } function in class:blink::RenderStyle
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp 449 backendDB()->createIndex(m_transaction->id(), id(), indexId, name, keyPath, options.unique(), options.multiEntry());
453 IDBIndexMetadata metadata(name, indexId, keyPath, options.unique(), options.multiEntry());
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 141 foreach f [lsort -unique $faultlist] {
  /external/clang/www/analyzer/scripts/
expandcollapse.js 13 // cell: a number; unique index of a cell in a group.
58 // Unique postfix for ids for generated nodes for a given cell.
  /external/lldb/source/Core/
ModuleList.cpp 217 if (pos->unique())
249 if (pos->unique())
    [all...]
  /external/lldb/source/Symbol/
Symtab.cpp 626 std::unique(indexes.begin(), indexes.end());
    [all...]
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 250 P.LiveInRegs.erase(std::unique(P.LiveInRegs.begin(), P.LiveInRegs.end()),
268 P.LiveOutRegs.erase(std::unique(P.LiveOutRegs.begin(), P.LiveOutRegs.end()),
308 /// Collect this instruction's unique uses and defs into SmallVectors for
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 88 * `paramlen', `rotate' and `unique' are local to the invocation.
109 unsigned long unique; member in struct:MMacro
355 static unsigned long unique; /* unique identifier numbers */ variable
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 340 bool unique,
354 name, index_id, key_path, unique, multi_entry);
362 index_metadata.unique,
    [all...]
indexed_db_backing_store.h 250 bool unique; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions
561 // The origin identifier is a key prefix unique to the origin used in the
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 522 * A utility function to create a unique element id based on a namespace,
534 * A utility function to parse a unique element id based on a namespace,
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 133 new_words.erase(std::unique(new_words.begin(), new_words.end()),

Completed in 1479 milliseconds

1 2 3 4 5 6 78 91011>>