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

123456

/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.h66 // find an existing space to hold the MemoryRegion.
67 // if MemoryArea does not find such space, then it creates a new space and
84 Space* find(size_t pOffset, size_t pLength);
86 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 DBranchIslandFactory.h44 /// find - find a island for the given fragment
46 BranchIsland* find(const Fragment& pFragment);
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h55 const NamePair& find(const std::string& pFrom) const;
56 NamePair& find(const std::string& pFrom);
58 const NamePair& find(const std::string& pFrom, unsigned int pHash) const;
59 NamePair& find(const std::string& pFrom, unsigned int pHash);
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp39 const SectionMap::NamePair& SectionMap::find(const std::string& pFrom) const function in class:SectionMap
42 return find(pFrom, hash);
45 SectionMap::NamePair& SectionMap::find(const std::string& pFrom) function in class:SectionMap
48 return find(pFrom, hash);
52 SectionMap::find(const std::string& pFrom, unsigned int pHash) const function in class:SectionMap
64 SectionMap::find(const std::string& pFrom, unsigned int pHash) function in class:SectionMap
79 NamePair& result = find(pFrom);
/frameworks/base/libs/hwui/utils/
H A DTinyHashMap.h41 ssize_t index = mTable.find(-1, hash, key);
55 ssize_t index = mTable.find(-1, hash, key);
/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/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/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp79 entry = frame.find(ANDROID_STATISTICS_FACE_DETECT_MODE);
96 entry = frame.find(ANDROID_STATISTICS_FACE_RECTANGLES);
113 entry = frame.find(ANDROID_STATISTICS_FACE_SCORES);
125 entry = frame.find(ANDROID_STATISTICS_FACE_LANDMARKS);
133 entry = frame.find(ANDROID_STATISTICS_FACE_IDS);
203 entry = frame.find(ANDROID_REQUEST_FRAME_COUNT);
211 entry = frame.find(ANDROID_CONTROL_AE_STATE);
222 entry = frame.find(ANDROID_CONTROL_AF_STATE);
233 entry = frame.find(ANDROID_CONTROL_AWB_STATE);
245 entry = frame.find(ANDROID_CONTROL_AF_TRIGGER_I
[all...]
/frameworks/base/tools/aapt/tests/plurals/
H A Drun.sh16 find $TEST_OUT_DIR -type f
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h51 // find - give a namespec, return a real path of the shared object.
53 find(const std::string& pNamespec, mcld::Input::Type pPreferType);
56 find(const std::string& pNamespec, mcld::Input::Type pPreferType) const;
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp38 assert(NULL == find(pFragment));
42 // find out the last fragment whose offset is smaller than the calculated
63 // can not find an entry fragment to bridge the island
74 /// find - find a island for the given fragment
76 BranchIsland* BranchIslandFactory::find(const Fragment& pFragment) function in class:BranchIslandFactory
78 // Currently we always find the island in a forward direction.
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
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp159 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
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp27 LDContext* result = find(pPath);
H A DCommandAction.cpp45 // find out the real path of the namespec.
47 // In the system with shared object support, we can find both archive
52 path = m_SearchDirs.find(namespec(), Input::Archive);
55 // otherwise, with --Bdynamic, we can find either an archive or a
57 path = m_SearchDirs.find(namespec(), Input::DynObj);
62 path = m_SearchDirs.find(namespec(), Input::Archive);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h82 /// find - finds an element with key pKey
84 iterator find(const key_type& pKey);
86 /// find - finds an element with key pKey, constant version
88 const_iterator find(const key_type& pKey) const;
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp92 iter = hashTable->find(NULL);
117 HashTableTy::iterator entry = hashTable->find(key);
161 iter = hashTable->find(key);
184 iter = hashTable->find(key);
209 iter = hashTable->find(key);
215 iter = hashTable->find(key);
242 iter = hashTable->find(key);
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp83 * Note that we will return <number> if we find it. This let us support
188 LOG_ALWAYS_FATAL_IF(!hnd, "couldn't find an OpenGL ES implementation");
217 // couldn't find the entry-point, use eglGetProcAddress()
266 static String8 find(const char* kind) { function in class:android::MatchFile
282 if (find(result, pattern, searchPaths[i], true)) {
294 if (find(result, pattern, searchPaths[i], false)) {
299 // we didn't find the driver. gah.
305 static bool find(String8& result, function in class:android::MatchFile
355 String8 absolutePath = MatchFile::find(kind);
375 "can't find eglGetProcAddres
[all...]
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py140 if (line.find(skip) < 0 and len(line.strip(' \t\n\r')) > 0):
155 if file.find(ignore) >= 0:
159 if file.find(watch) >= 0:
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp56 Space* space = find(pOffset, pLength);
142 Space* MemoryArea::find(size_t pOffset, size_t pLength) function in class:MemoryArea
155 const Space* MemoryArea::find(size_t pOffset, size_t pLength) const function in class:MemoryArea
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h101 TypeMapType::const_iterator I = TypeMap.find(T);
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h101 TypeMapType::const_iterator I = TypeMap.find(T);
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
118 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL);

Completed in 572 milliseconds

123456