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

<<11121314151617181920>>

  /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);
  /external/stlport/test/unit/
list_test.cpp 135 str.unique();
  /ndk/tests/device/test-gnustl-full/unit/
list_test.cpp 135 str.unique();
  /ndk/tests/device/test-stlport/unit/
list_test.cpp 135 str.unique();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm.h 146 size_t unique_len; /**< Length of unique */
147 char *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 146 size_t unique_len; /**< Length of unique */
147 char *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
  /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/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 683 # If this request does not match unique release, or if the release is not
685 unique = node.GetUniqueReleases(releases)
686 if not unique or not node.InReleases(releases):
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 232 && unique == other.unique
267 unsigned unique : 1; // Style can not be shared. member in struct:WebCore::RenderStyle::NonInheritedFlags
332 noninherited_flags.unique = false;
1515 bool unique() const { return noninherited_flags.unique; } function in class:WebCore::RenderStyle
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_database.cc 57 bool unique; member in struct:appcache::__anon21184::IndexInfo
168 if (info.unique)
169 sql += "CREATE UNIQUE INDEX ";
    [all...]
  /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/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
298 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { function
304 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, function
_list.h 645 void unique() function in class:list
668 void unique(_BinaryPredicate __binary_pred) function in class:list
_slist.h 788 void unique() { _STLP_PRIV _Slist_unique(*this, equal_to<value_type>()); } function in class:slist
805 void unique(_BinaryPredicate __pred) function in class:slist
  /external/stlport/stlport/stl/debug/
_slist.h 514 void unique() { function in class:slist
565 void unique(_BinaryPredicate __pred) { function in class:slist
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 289 // unique and unique_copy
298 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { function
304 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, function

Completed in 1128 milliseconds

<<11121314151617181920>>