Searched defs:find (Results 1 - 23 of 23) sorted by path

/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/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.cpp171 const mkvparser::CuePoint::TrackPosition *MatroskaExtractor::TrackInfo::find( function in class:android::MatroskaExtractor::TrackInfo
398 // If the Cues have not been located then find them.
454 pTP = track.find(seekTimeNs);
650 // 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) {
261 BI_LOGW("All buffers pinned, could not find any to release");
334 RingBufferItem& find = *it; local
335 if (item.mGraphicBuffer == find.mGraphicBuffer) {
346 find
[all...]
/frameworks/base/
H A DAndroid.mk19 # independently from its code, so we need to find where the resource
26 # TODO: find a more appropriate way to do this.
41 LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
757 define find-no-docs-pattern
758 $(addsuffix %, $(dir $(foreach dir, $(1), $(shell cd $(LOCAL_PATH); find $(dir) -name NO_DOCS))))
769 $(call find-no-docs-pattern, $(dirs_to_document))
778 $(call find-other-html-files, $(html_dirs)) \
784 $(filter-out $(patterns_to_not_document), $(call find-other-java-files, $(dirs_to_document))) \
789 $(call find-other-java-files, $(dirs_to_check_apis)) \
/frameworks/base/core/java/android/webkit/
H A DWebView.java380 * Interface to listen for find results.
384 * Notifies the listener about progress made by a find operation.
388 * @param isDoneCounting whether the find operation has actually completed. The listener
1627 * Registers the listener to be notified as find-on-page operations
1643 * last find operation, this function does nothing.
1654 * Finds all instances of find on the page and highlights them.
1657 * @param find the string to find
1658 * @return the number of occurances of the String "find" that were found
1663 public int findAll(String find) { argument
1677 findAllAsync(String find) argument
[all...]
H A DWebViewProvider.java220 public int findAll(String find); argument
222 public void findAllAsync(String find); argument
285 * Only used by FindActionModeCallback to inform providers that the find dialog has
/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
1205 // If we find the matching recipient, proceed to unlink using that
1208 sp<JavaDeathRecipient> origJDR = list->find(recipient);
/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/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
H A DBaseBot.java54 protected UiObject2 find(BySelector selector) { method in class:BaseBot
/frameworks/base/tools/aapt2/util/
H A DImmutableMap.h60 const_iterator find(const TKey2& key) const { function in class:aapt::ImmutableMap
/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/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/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/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/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. ...
/frameworks/native/libs/binder/
H A DBpBinder.cpp62 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
229 LOG_ALWAYS_FATAL_IF(!hnd, "couldn't find an OpenGL ES implementation");
263 // couldn't find the entry-point, use eglGetProcAddress()
312 static String8 find(const char* kind) { function in class:android::MatchFile
355 if (find(result, pattern, searchPaths[i], true)) {
367 if (find(result, pattern, searchPaths[i], false)) {
372 // we didn't find the driver. gah.
378 static bool find(String8& result, function in class:android::MatchFile
418 String8 absolutePath = MatchFile::find(kind);
438 "can't find eglGetProcAddres
[all...]
/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/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/rs/
H A DrsMap.h143 iterator find(const KeyType& key) const { function in class:android::renderscript::Map
/frameworks/support/
H A DAndroid.mk35 define find-files-in-subdirs-exclude
38 find -L $(4) -name $(2) -and -not -name $(3) -and -not -name ".*") \
50 $(call find-files-in-subdirs-exclude,$(LOCAL_PATH),"$(1)","$(2)",$(3))
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DViewInfoStoreTest.java63 assertSame(info2, find(vh, FLAG_PRE));
73 assertSame(info2, find(vh, FLAG_POST));
92 assertSame(info, find(vh, FLAG_PRE));
103 assertSame(info, find(vh, FLAG_POST));
105 assertNull(find(vh, FLAG_POST));
259 private RecyclerView.ItemAnimator.ItemHolderInfo find(RecyclerView.ViewHolder viewHolder, method in class:ViewInfoStoreTest

Completed in 672 milliseconds