Searched refs:find (Results 1 - 25 of 118) sorted by relevance

12345

/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h46 DataType* find(const KeyType& pKey) { function in class:mcld::UniqueGCFactoryBase
47 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
53 const DataType* find(const KeyType& pKey) const { function in class:mcld::UniqueGCFactoryBase
54 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
61 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
74 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
H A DMemoryArea.h76 // find an existing space to hold the MemoryRegion.
77 // if MemoryArea does not find such space, then it creates a new space and
95 Space* find(size_t pOffset, size_t pLength);
97 const Space* find(size_t pOffset, size_t pLength) const;
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h37 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear);
40 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) const;
H A DLDSectionFactory.h51 /// find - find the LDSection* in factory from the given section name.
54 LDSection* find(const std::string& pName);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h91 #error cannot find 8-bit type
113 #error cannot find 16-bit type
135 #error cannot find 32-bit type
/frameworks/compile/mclinker/lib/LD/
H A DSectionMerger.cpp29 SectionMerger::iterator SectionMerger::find(const std::string& pName) function in class:SectionMerger
50 iterator it = find(pName);
52 // check if we can find a matched LDSection.
53 // If not, we need to find it in output context. But this should be rare.
70 iterator it = find(pName);
H A DELFSegmentFactory.cpp36 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) function in class:ELFSegmentFactory
50 ELFSegmentFactory::find(uint32_t pType, function in class:ELFSegmentFactory
H A DLDSectionFactory.cpp40 LDSection* LDSectionFactory::find(const std::string& pName) function in class:LDSectionFactory
H A DArchive.cpp96 return (m_ObjectMemberMap.find(pFileOffset) != m_ObjectMemberMap.end());
135 return (m_ArchiveMemberMap.find(pName) != m_ArchiveMemberMap.end());
141 ArchiveMemberMapType::iterator it = m_ArchiveMemberMap.find(pName);
/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h77 typename Collection::const_iterator it = collection.find(key);
116 typename std::set<T>::iterator iter = items_.find(item);
131 typename Collection::const_iterator it = collection.find(key);
142 return collection.find(key) != collection.end();
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h77 typename Collection::const_iterator it = collection.find(key);
116 typename std::set<T>::iterator iter = items_.find(item);
131 typename Collection::const_iterator it = collection.find(key);
142 return collection.find(key) != collection.end();
/frameworks/base/tools/aapt/tests/plurals/
H A Drun.sh16 find $TEST_OUT_DIR -type f
/frameworks/native/libs/utils/tests/
H A DBasicHashtable_test.cpp128 static ssize_t find(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, function in namespace:android
130 return h.find(index, hash_type(key), key);
136 ssize_t index = find(h, -1, key);
216 ssize_t index = find(h, -1, 8);
222 ASSERT_EQ(index, find(h, -1, 8));
226 index = find(h, index, 8);
232 index = find(h, -1, 8);
241 ssize_t index = find(h, -1, int(i));
247 ASSERT_EQ(index, find(h, -1, int(i)));
251 index = find(
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp56 Space* space = find(pOffset, pLength);
126 Space* MemoryArea::find(size_t pOffset, size_t pLength) function in class:MemoryArea
139 const Space* MemoryArea::find(size_t pOffset, size_t pLength) const function in class:MemoryArea
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h50 // find - give a namespec, return a real path of the shared object.
52 sys::fs::Path* find(const std::string& pNamespec, mcld::Input::Type pPreferType);
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp27 LDContext* result = find(pPath);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.h95 * Sort metadata buffer for faster find
127 camera_metadata_entry find(uint32_t tag);
132 camera_metadata_ro_entry find(uint32_t tag) const;
H A DFrameProcessor.cpp102 entry = frame.find(ANDROID_REQUEST_FRAME_COUNT);
135 entry = frame.find(ANDROID_REQUEST_ID);
181 entry = frame.find(ANDROID_STATS_FACE_DETECT_MODE);
196 entry = frame.find(ANDROID_STATS_FACE_RECTANGLES);
213 entry = frame.find(ANDROID_STATS_FACE_SCORES);
225 entry = frame.find(ANDROID_STATS_FACE_LANDMARKS);
233 entry = frame.find(ANDROID_STATS_FACE_IDS);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h83 /// find - finds an element with key pKey
85 iterator find(const key_type& pKey);
87 /// find - finds an element with key pKey, constant version
89 const_iterator find(const key_type& pKey) const;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h130 return surfaces_.find(surface_id_)->second.first;
151 return contexts_.find(context_id_)->second;
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp92 iter = hashTable->find(NULL);
117 HashTableTy::iterator entry = hashTable->find(key);
161 iter = hashTable->find(key);
185 iter = hashTable->find(key);
210 iter = hashTable->find(key);
216 iter = hashTable->find(key);
243 iter = hashTable->find(key);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp276 ssize_t colonPos = line.find(":");
300 ssize_t colonPos = line.find(":");
324 ssize_t colonPos = line.find(":");
333 ssize_t end = line.find(",", offset);
343 ssize_t equalPos = attr.find("=");
402 ssize_t colonPos = line.find(":");
421 ssize_t equalPos = attr.find("=");
472 ssize_t colonPos = line.find(":");
478 ssize_t atPos = line.find("@", colonPos + 1);
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_page_cycler.py92 if line.find('INSTRUMENTATION_CODE') == 0:
96 if (line.find('INSTRUMENTATION_FAILED') != -1 or
97 line.find('Process crashed.') != -1):
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py48 index = self.buffer.find('\n', self.pos)
284 if line.find('Raw acceleration vector:') != -1:
290 if line.find('Filtered acceleration vector:') != -1:
296 if line.find('tiltAngle=') != -1:
299 if line.find('orientationAngle=') != -1:
302 if line.find('Result:') != -1:
393 prefix_index = line.find(prefix)
397 delim_index = line.find(',', start_index)
412 prefix_index = line.find(prefix + '[')
416 delim_index = line.find(']', start_inde
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp59 ssize_t eolPos = desc.find("\n", i);
99 ssize_t colonPos = line.find(":", 2);
107 ssize_t spacePos = line.find(" ", colonPos + 1);
143 ssize_t equalPos = line.find("=");

Completed in 353 milliseconds

12345