Searched defs:find (Results 1 - 17 of 17) sorted by relevance

/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/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);
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp76 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) function in class:SearchDirs
120 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) const function in class:SearchDirs
/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/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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DTypeThunker.java57 static Type find(android.renderscript.Type nt) { method in class:TypeThunker
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp253 ssize_t AString::find(const char *substring, size_t start) const { function in class:android::AString
/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/native/libs/binder/
H A DBpBinder.cpp61 void* BpBinder::ObjectManager::find(const void* objectID) const function in class:android::BpBinder::ObjectManager
298 return mObjects.find(objectID);
/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/av/camera/
H A DCameraMetadata.cpp327 camera_metadata_entry_t CameraMetadata::find(uint32_t tag) { function in class:android::CameraMetadata
343 camera_metadata_ro_entry_t CameraMetadata::find(uint32_t tag) const { function in class:android::CameraMetadata
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java568 private int find(String key, char delimiter) { method in class:SimpleSessionDescription.Fields
585 int index = find(key, delimiter);
604 int index = find(key, delimiter);
/frameworks/av/camera/tests/
H A DProCameraTests.cpp526 camera_metadata_entry_t entry = staticInfo.find(tag);
713 int find = find_camera_metadata_entry(request, tag, &entry); local
714 if (find == -ENOENT) {
782 int find = find_camera_metadata_entry(request, tag, &entry); local
783 if (find == -ENOENT) {
854 int find = find_camera_metadata_entry(request, tag, &entry); local
855 if (find == -ENOENT) {
929 int find = find_camera_metadata_entry(request, tag, &entry); local
930 if (find == -ENOENT) {
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java206 public int findAll(String find); argument
208 public void findAllAsync(String find); argument
265 * Only used by FindActionModeCallback to inform providers that the find dialog has
H A DWebView.java299 * Interface to listen for find results.
303 * Notifies the listener about progress made by a find operation.
307 * @param isDoneCounting whether the find operation has actually completed. The listener
1438 * Registers the listener to be notified as find-on-page operations
1454 * last find operation, this function does nothing.
1466 * Finds all instances of find on the page and highlights them.
1469 * @param find the string to find
1470 * @return the number of occurances of the String "find" that were found
1475 public int findAll(String find) { argument
1490 findAllAsync(String find) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp373 sp<JavaDeathRecipient> find(jobject recipient);
522 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { function in class:DeathRecipientList
811 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.Binder");
895 LOG_FATAL_IF(clazz == NULL, "Unable to find class com.android.internal.os.BinderInternal");
1148 // If we find the matching recipient, proceed to unlink using that
1151 sp<JavaDeathRecipient> origJDR = list->find(recipient);
1212 LOG_FATAL_IF(clazz == NULL, "Unable to find class java.lang.Error");
1216 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.BinderProxy");
1237 LOG_FATAL_IF(clazz == NULL, "Unable to find java.lang.Class");
1262 LOG_FATAL_IF(clazz == NULL, "Unable to find clas
[all...]

Completed in 1000 milliseconds