Searched defs:find (Results 1 - 17 of 17) sorted by last modified time

/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/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/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");
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/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h43 DataType* find(const KeyType& pKey) { function in class:mcld::UniqueGCFactoryBase
44 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
50 const DataType* find(const KeyType& pKey) const { function in class:mcld::UniqueGCFactoryBase
51 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
58 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
71 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp19 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) function in class:ELFSegmentFactory
33 ELFSegmentFactory::find(uint32_t pType, function in class:ELFSegmentFactory
49 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) function in class:ELFSegmentFactory
65 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) const function in class:ELFSegmentFactory
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp77 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) function in class:SearchDirs
144 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) const function in class:SearchDirs
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp178 SectionMap::find(const std::string& pInputFile, function in class:SectionMap
192 SectionMap::mapping SectionMap::find(const std::string& pInputFile, function in class:SectionMap
207 SectionMap::find(const std::string& pOutputSection) const function in class:SectionMap
218 SectionMap::find(const std::string& pOutputSection) function in class:SectionMap
/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/base/core/java/android/webkit/
H A DWebView.java311 * Interface to listen for find results.
315 * Notifies the listener about progress made by a find operation.
319 * @param isDoneCounting whether the find operation has actually completed. The listener
1524 * Registers the listener to be notified as find-on-page operations
1540 * last find operation, this function does nothing.
1552 * Finds all instances of find on the page and highlights them.
1555 * @param find the string to find
1556 * @return the number of occurances of the String "find" that were found
1561 public int findAll(String find) { argument
1576 findAllAsync(String find) argument
[all...]
H A DWebViewProvider.java209 public int findAll(String find); argument
211 public void findAllAsync(String find); argument
270 * Only used by FindActionModeCallback to inform providers that the find dialog has
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp372 sp<JavaDeathRecipient> find(jobject recipient);
521 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { function in class:DeathRecipientList
842 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.Binder");
926 LOG_FATAL_IF(clazz == NULL, "Unable to find class com.android.internal.os.BinderInternal");
1186 // If we find the matching recipient, proceed to unlink using that
1189 sp<JavaDeathRecipient> origJDR = list->find(recipient);
1250 LOG_FATAL_IF(clazz == NULL, "Unable to find class java.lang.Error");
1254 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.BinderProxy");
1275 LOG_FATAL_IF(clazz == NULL, "Unable to find java.lang.Class");
1300 LOG_FATAL_IF(clazz == NULL, "Unable to find clas
[all...]
/frameworks/av/camera/
H A DCameraMetadata.cpp331 camera_metadata_entry_t CameraMetadata::find(uint32_t tag) { function in class:android::CameraMetadata
347 camera_metadata_ro_entry_t CameraMetadata::find(uint32_t tag) const { function in class:android::CameraMetadata
/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/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/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp166 const mkvparser::CuePoint::TrackPosition *MatroskaExtractor::TrackInfo::find( function in class:android::MatroskaExtractor::TrackInfo
384 // If the Cues have not been located then find them.
440 pTP = track.find(seekTimeNs);
571 // stream to find the target Cluster then iterating to finalize for
/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...]

Completed in 478 milliseconds