/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_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/current/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/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...] |
/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...] |
/bionic/libc/kernel/uapi/drm/ |
drm.h | 100 char __user * unique; member in struct:drm_unique
|
/external/autotest/site_utils/rpm_control_system/ |
rpm_controller.py | 597 response = ssh.expect_list([re.compile('not unique'), [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/ |
volume.py | 80 name = StringProperty(required=True, unique=True, verbose_name='Name')
|
/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/libdrm/ |
xf86drm.c | 977 u.unique = drmMalloc(u.unique_len + 1); 980 u.unique[u.unique_len] = '\0'; 982 return u.unique; 1003 u.unique = (char *)busid; [all...] |
/external/llvm/lib/LTO/ |
LTOCodeGenerator.cpp | 201 // make unique temp output file to put generated code 395 Libcalls.erase(std::unique(Libcalls.begin(), Libcalls.end()),
|
/external/llvm/lib/ProfileData/ |
CoverageMapping.cpp | 353 auto Last = std::unique(Filenames.begin(), Filenames.end());
|
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 764 FunctionsToRemove.erase(std::unique(FunctionsToRemove.begin(), [all...] |
/external/llvm/lib/Transforms/Scalar/ |
PlaceSafepoints.cpp | 475 /// Implement a unique function which doesn't require we sort the input 527 // Now that 'ret' has unique predecessor we can safely remove all phi nodes 598 PollLocations.erase(std::unique(PollLocations.begin(), 676 // Unique the vectors since we can end up with duplicates if we scan the call [all...] |
/external/valgrind/include/vki/ |
vki-linux-drm.h | 60 vki_size_t unique_len; /**< Length of unique */ 61 char __user *unique; /**< Unique name for driver instantiation */ member in struct:vki_drm_unique
|
/frameworks/minikin/libs/minikin/ |
FontCollection.cpp | 295 auto last = std::unique(familyVecForVS.begin(), familyVecForVS.end());
|
/ndk/tests/device/test-gnustl-full/unit/ |
slist_test.cpp | 95 str.unique();
|
/ndk/tests/device/test-stlport/unit/ |
slist_test.cpp | 95 str.unique();
|
/system/extras/perfprofd/tests/ |
perfprofd_test.cc | 129 auto new_end = std::unique(result.begin(), result.end(), bothWhiteSpace);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips.exp | [all...] |
/build/core/ |
cleanbuild.mk | 21 # Builds up a list of clean steps. Creates a unique
|
/development/build/tools/ |
sdk_repo.mk | 70 # unique.)
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.as | 11 /** System.identityHashCode() is not always unique; we have to
|
/external/autotest/frontend/afe/ |
model_logic.py | 602 Validate that unique fields are unique. Django manipulators do 610 if not field_obj.unique: 627 'This value must be unique (%s)' % (value)) [all...] |