/external/oprofile/libpp/ |
profile_container.cpp | 265 return symbols->find(filename, linenr); 272 return symbols->find(filename); 320 symbol_entry const * profile_container::find(symbol_entry const & symbol) const function in class:profile_container 322 return symbols->find(symbol);
|
/external/skia/src/animator/ |
SkTDArray_Experimental.h | 48 int find(const int32_t& elem) const; 120 int find(const T& elem) const { return SkDS32Array::find((const int32_t&) elem); } function in class:SkTDS32Array
|
/external/skia/src/core/ |
SkTDynamicHash.h | 36 T* find(const Key& key) const { function in class:SkTDynamicHash 48 SkASSERT(0); // find: should be unreachable 54 SkASSERT(NULL == this->find(GetKey(*newEntry))); 63 SkASSERT(NULL != this->find(key)); 135 SKTDYNAMICHASH_CHECK(NULL != this->find(GetKey(*fArray[i])));
|
/external/skia/src/pdf/ |
SkTSet.h | 19 Main operations supported now are: add, merge, find and contains. 125 int i = find(elem, &pos); 213 return (this->find(elem) >= 0); 321 int find(const T& elem, int* posToInsertSorted = NULL) const { function in class:SkTSet
|
/external/stlport/stlport/stl/ |
char_traits.h | 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { function in class:__char_traits_base
|
/external/stlport/test/unit/ |
mfunptr_test.cpp | 24 CPPUNIT_TEST(find); 30 void find(); 193 void MemFunPtrTest::find() function in class:MemFunPtrTest
|
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 95 * @param {number} key Key to find and remove from the tree. 126 * @param {number} key Key to find in the tree. 129 SplayTree.prototype.find = function(key) {
|
/external/v8/benchmarks/ |
splay.js | 76 } while (splayTree.find(key) != null); 190 * @param {number} key Key to find and remove from the tree. 221 * @param {number} key Key to find in the tree. 224 SplayTree.prototype.find = function(key) {
|
/external/v8/tools/ |
splaytree.js | 97 * @param {number} key Key to find and remove from the tree. 128 * @param {number} key Key to find in the tree. 131 SplayTree.prototype.find = function(key) {
|
/frameworks/av/media/libstagefright/foundation/ |
AString.cpp | 253 ssize_t AString::find(const char *substring, size_t start) const { function in class:android::AString
|
/frameworks/av/services/camera/libcameraservice/gui/ |
RingBufferConsumer.cpp | 159 RingBufferItem& find = *it; local 160 if (item.mGraphicBuffer == find.mGraphicBuffer) { 161 find.mPinCount++; 196 RingBufferItem& find = *it; local 198 if (find.mPinCount > 0) { 206 if (find.mTimestamp < accIt->mTimestamp || accIt == end) { 251 BI_LOGW("All buffers pinned, could not find any to release"); 317 RingBufferItem& find = *it; local 318 if (item.mGraphicBuffer == find.mGraphicBuffer) { 329 find.mPinCount-- [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
Map.h | 58 T2 find(T); // Return VALUE 77 T2 Map<T,T2>::find(T d1) function in class:Map
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
Map.h | 61 T2 find(T); // Return VALUE 78 T2 Map<T,T2>::find(T d1) function in class:Map
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Matcher2Test.java | 92 assertTrue(m.find()); 136 assertTrue(m.find()); 180 assertFalse(m.find());
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
Matcher2Test.java | 90 assertTrue(m.find()); 134 assertTrue(m.find()); 178 assertFalse(m.find());
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { function in class:__char_traits_base
|
/ndk/tests/device/test-gnustl-full/unit/ |
mfunptr_test.cpp | 24 CPPUNIT_TEST(find); 30 void find(); 193 void MemFunPtrTest::find() function in class:MemFunPtrTest
|
/ndk/tests/device/test-stlport/unit/ |
mfunptr_test.cpp | 24 CPPUNIT_TEST(find); 30 void find(); 193 void MemFunPtrTest::find() function in class:MemFunPtrTest
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
streambuf_iterator.h | 75 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 352 find(istreambuf_iterator<_CharT> __first, function 371 const _CharT* __p = traits_type::find(__sb->gptr(),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
debug_map_base.hpp | 126 find(const_key_reference r_key) const; 129 find(const_key_reference r_key); 159 if (find(r_key) != m_key_set.end()) 184 key_set_iterator it = find(r_key); 210 if (find(r_key) == m_key_set.end()) 224 if (find(r_key) != m_key_set.end()) 262 find(const_key_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 275 find(const_key_reference r_key) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pod_char_traits.h | 127 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
streambuf_iterator.h | 82 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 359 find(istreambuf_iterator<_CharT> __first, function 378 const _CharT* __p = traits_type::find(__sb->gptr(),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
debug_map_base.hpp | 124 find(const_key_reference r_key) const; 127 find(const_key_reference r_key); 155 if (find(r_key) != m_key_set.end()) 181 key_set_iterator it = find(r_key); 207 if (find(r_key) == m_key_set.end()) 221 if (find(r_key) != m_key_set.end()) 259 find(const_key_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 272 find(const_key_reference r_key) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pod_char_traits.h | 132 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
streambuf_iterator.h | 82 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 359 find(istreambuf_iterator<_CharT> __first, function 378 const _CharT* __p = traits_type::find(__sb->gptr(),
|