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

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp18 ELFSegmentFactory::iterator ELFSegmentFactory::find(uint32_t pType, function in class:mcld::ELFSegmentFactory
32 ELFSegmentFactory::const_iterator ELFSegmentFactory::find( function in class:mcld::ELFSegmentFactory
47 ELFSegmentFactory::iterator ELFSegmentFactory::find(uint32_t pType, function in class:mcld::ELFSegmentFactory
62 ELFSegmentFactory::const_iterator ELFSegmentFactory::find( function in class:mcld::ELFSegmentFactory
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h40 DataType* find(const KeyType& pKey) { function in class:mcld::UniqueGCFactoryBase
41 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
47 const DataType* find(const KeyType& pKey) const { function in class:mcld::UniqueGCFactoryBase
48 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
55 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
68 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
/frameworks/base/include/androidfw/
H A DAttributeFinder.h61 Iterator find(uint32_t attr);
145 Iterator BackTrackingAttributeFinder<Derived, Iterator>::find(uint32_t attr) { function in class:android::BackTrackingAttributeFinder
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp70 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, function in class:mcld::SearchDirs
135 const mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, function in class:mcld::SearchDirs
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp262 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.cpp171 RingBufferItem& find = *it; local
172 if (item.mGraphicBuffer == find.mGraphicBuffer) {
173 find.mPinCount++;
208 RingBufferItem& find = *it; local
210 if (find.mPinCount > 0) {
218 if (find.mTimestamp < accIt->mTimestamp || accIt == end) {
263 BI_LOGW("All buffers pinned, could not find any to release");
336 RingBufferItem& find = *it; local
337 if (item.mGraphicBuffer == find.mGraphicBuffer) {
348 find
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp172 SectionMap::const_mapping SectionMap::find( function in class:mcld::SectionMap
186 SectionMap::mapping SectionMap::find(const std::string& pInputFile, function in class:mcld::SectionMap
200 SectionMap::const_iterator SectionMap::find( function in class:mcld::SectionMap
210 SectionMap::iterator SectionMap::find(const std::string& pOutputSection) { function in class:mcld::SectionMap
/frameworks/native/libs/binder/
H A DBpBinder.cpp61 void* BpBinder::ObjectManager::find(const void* objectID) const function in class:android::BpBinder::ObjectManager
297 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");
227 // couldn't find the entry-point, use eglGetProcAddress()
276 static String8 find(const char* kind) { function in class:android::MatchFile
297 if (find(result, pattern, searchPaths[i], true)) {
309 if (find(result, pattern, searchPaths[i], false)) {
314 // we didn't find the driver. gah.
320 static bool find(String8& result, function in class:android::MatchFile
374 String8 absolutePath = MatchFile::find(kind);
394 "can't find eglGetProcAddres
[all...]
/frameworks/rs/
H A DrsMap.h143 iterator find(const KeyType& key) const { function in class:android::renderscript::Map
/frameworks/av/camera/
H A DCameraMetadata.cpp342 camera_metadata_entry_t CameraMetadata::find(uint32_t tag) { function in class:android::CameraMetadata
358 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/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp167 const mkvparser::CuePoint::TrackPosition *MatroskaExtractor::TrackInfo::find( function in class:android::MatroskaExtractor::TrackInfo
385 // If the Cues have not been located then find them.
441 pTP = track.find(seekTimeNs);
561 // stream to find the target Cluster then iterating to finalize for
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java217 public int findAll(String find); argument
219 public void findAllAsync(String find); argument
282 * Only used by FindActionModeCallback to inform providers that the find dialog has
H A DWebView.java350 * Interface to listen for find results.
354 * Notifies the listener about progress made by a find operation.
358 * @param isDoneCounting whether the find operation has actually completed. The listener
1583 * Registers the listener to be notified as find-on-page operations
1599 * last find operation, this function does nothing.
1610 * Finds all instances of find on the page and highlights them.
1613 * @param find the string to find
1614 * @return the number of occurances of the String "find" that were found
1619 public int findAll(String find) { argument
1633 findAllAsync(String find) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp360 sp<JavaDeathRecipient> find(jobject recipient);
518 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { function in class:DeathRecipientList
1195 // If we find the matching recipient, proceed to unlink using that
1198 sp<JavaDeathRecipient> origJDR = list->find(recipient);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 391 milliseconds