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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 514 void unique() { function in class:slist
565 void unique(_BinaryPredicate __pred) { function in class:slist
  /prebuilts/ndk/9/sources/cxx-stl/EH/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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_slist.h 514 void unique() { function in class:slist
565 void unique(_BinaryPredicate __pred) { function in class:slist
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 406 * specialized algorithms %unique to linked lists, such as
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 126 unique
577 unique(_FIter, _FIter);
581 unique(_FIter, _FIter, _BinaryPredicate);
stl_list.h 413 * specialized algorithms %unique to linked lists, such as
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 126 unique
577 unique(_FIter, _FIter);
581 unique(_FIter, _FIter, _BinaryPredicate);
stl_list.h 415 * specialized algorithms %unique to linked lists, such as
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 126 unique
577 unique(_FIter, _FIter);
581 unique(_FIter, _FIter, _BinaryPredicate);
stl_list.h 424 * specialized algorithms %unique to linked lists, such as
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 463 The idea is for each object to have a unique origin, so this routine
715 def getclasstree(classes, unique=0):
720 containing a class and a tuple of its base classes. If the 'unique'
732 if unique and parent in classes: break
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 463 The idea is for each object to have a unique origin, so this routine
715 def getclasstree(classes, unique=0):
720 containing a class and a tuple of its base classes. If the 'unique'
732 if unique and parent in classes: break
    [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 339 bool unique,
353 name, index_id, key_path, unique, multi_entry);
361 index_metadata.unique,
    [all...]
indexed_db_backing_store.h 296 bool unique; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions
566 // The origin identifier is a key prefix unique to the origin used in the
  /external/chromium_org/v8/src/mips/
ic-mips.cc 286 // Checks whether a key is an array index string or a unique name.
287 // Falls through if a key is a unique name.
295 Label unique; local
300 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE));
315 __ bind(&unique);
654 // Load the key (consisting of map and unique name) from the cache and
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 641 * Leave only unique numbers in a sorted array
645 int unique = 1; local
658 unique++;
661 return unique;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 1473 List<Integer> unique = new ArrayList<Integer>(joined); local
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 133 new_words.erase(std::unique(new_words.begin(), new_words.end()),
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 63 std::unique(formats->begin(), formats->end(), IsCaptureFormatSizeEqual);
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 138 # <unique>0x6d</unique>
380 unique them and output the results.'''
416 # Contains the set of unique errors

Completed in 2330 milliseconds

<<11121314151617181920>>