/external/skia/include/core/ |
D | SkTDict.h | 64 bool find(const char name[]) const in find() function 69 bool find(const char name[], size_t len) const in find() function 74 bool find(const char name[], T* value) const in find() function 79 bool find(const char name[], size_t len, T* value) const in find() function
|
D | SkTDArray.h | 193 int find(const T& elem) const { in find() function
|
/external/webkit/JavaScriptCore/wtf/ |
D | HashSet.h | 160 inline typename HashSet<T, U, V>::iterator HashSet<T, U, V>::find(const ValueType& value) in find() function 166 …inline typename HashSet<T, U, V>::const_iterator HashSet<T, U, V>::find(const ValueType& value) co… in find() function 180 inline HashSet<Value, HashFunctions, Traits>::find(const T& value) in find() function 189 inline HashSet<Value, HashFunctions, Traits>::find(const T& value) const in find() function
|
D | RefPtrHashMap.h | 168 …inline typename HashMap<RefPtr<T>, U, V, W, X>::iterator HashMap<RefPtr<T>, U, V, W, X>::find(cons… in find() function 174 …inline typename HashMap<RefPtr<T>, U, V, W, X>::iterator HashMap<RefPtr<T>, U, V, W, X>::find(RawK… in find() function 180 …ap<RefPtr<T>, U, V, W, X>::const_iterator HashMap<RefPtr<T>, U, V, W, X>::find(const KeyType& key)… in find() function 186 …ap<RefPtr<T>, U, V, W, X>::const_iterator HashMap<RefPtr<T>, U, V, W, X>::find(RawKeyType key) con… in find() function
|
D | HashCountedSet.h | 115 …unctions, Traits>::iterator HashCountedSet<Value, HashFunctions, Traits>::find(const ValueType& va… in find() function 121 …ns, Traits>::const_iterator HashCountedSet<Value, HashFunctions, Traits>::find(const ValueType& va… in find() function
|
D | HashMap.h | 159 … inline typename HashMap<T, U, V, W, X>::iterator HashMap<T, U, V, W, X>::find(const KeyType& key) in find() function 165 …inline typename HashMap<T, U, V, W, X>::const_iterator HashMap<T, U, V, W, X>::find(const KeyType&… in find() function
|
/external/tinyxml/ |
D | tinystr.h | 160 size_type find (char lookup) const in find() function 166 size_type find (char tofind, size_type offset) const in find() function
|
/external/icu4c/test/letest/ |
D | FontTableCache.cpp | 52 const void *FontTableCache::find(LETag tableTag) const in find() function in FontTableCache
|
/external/icu4c/samples/layout/ |
D | FontTableCache.cpp | 52 const void *FontTableCache::find(LETag tableTag) const in find() function in FontTableCache
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_map.h | 262 iterator find(const key_type& x) in find() function 269 const_iterator find(const key_type& x) const in find() function
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | IConstantCollection.java | 115 int find (int type, IConstantComparator comparator); in find() method
|
D | ConstantCollection.java | 46 public int find (final int type, final IConstantComparator comparator) in find() method in ConstantCollection
|
/external/skia/src/animator/ |
D | SkAnimateMaker.h | 68 bool find(const char* str, SkDisplayable** displayablePtr) const { in find() function 71 bool find(const char* str, size_t len, SkDisplayable** displayablePtr) const { in find() function
|
D | SkTypedArray.cpp | 126 int SkDS32Array::find(const int32_t& elem) const in find() function in SkDS32Array
|
D | SkTDArray_Experimental.h | 128 int find(const T& elem) const { return SkDS32Array::find((const int32_t&) elem); } in find() function
|
/external/webkit/WebCore/platform/text/ |
D | PlatformString.h | 295 inline int find(const UChar* characters, size_t length, UChar character, int startPosition) in find() function 306 inline int find(const UChar* characters, size_t length, CharacterMatchFunctionPtr matchFunction, in… in find() function
|
D | StringImpl.cpp | 518 int StringImpl::find(const char* chs, int index, bool caseSensitive) in find() function in WebCore::StringImpl 552 int StringImpl::find(UChar c, int start) in find() function in WebCore::StringImpl 557 int StringImpl::find(CharacterMatchFunctionPtr matchFunction, int start) in find() function in WebCore::StringImpl 562 int StringImpl::find(StringImpl* str, int index, bool caseSensitive) in find() function in WebCore::StringImpl
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | SourcePathCache.java | 81 public synchronized File find (final String packageVMName, final String name) in find() method in SourcePathCache
|
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 513 int SkPictureRecord::find(SkTDArray<const SkFlatBitmap* >& bitmaps, const SkBitmap& bitmap) { in find() function in SkPictureRecord 528 int SkPictureRecord::find(SkTDArray<const SkFlatMatrix* >& matrices, const SkMatrix* matrix) { in find() function in SkPictureRecord 541 int SkPictureRecord::find(SkTDArray<const SkFlatPaint* >& paints, const SkPaint* paint) { in find() function in SkPictureRecord 559 int SkPictureRecord::find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region) { in find() function in SkPictureRecord
|
D | SkMemory_stdlib.cpp | 126 SkBlockHeader* find = *findPtr; in remove() local
|
/external/webkit/WebCore/rendering/ |
D | RenderWidget.cpp | 263 RenderWidget* RenderWidget::find(const Widget* widget) in find() function in WebCore::RenderWidget
|
/external/icu4c/common/ |
D | hash.h | 181 inline const UHashElement* Hashtable::find(const UnicodeString& key) const { in find() function
|
/external/skia/src/gl/ |
D | SkTextureCache.cpp | 103 SkTextureCache::Entry* SkTextureCache::find(const Key& key, int* insert) const { in find() function in SkTextureCache
|
/external/webkit/WebCore/page/ |
D | FrameTree.cpp | 171 Frame* FrameTree::find(const AtomicString& name) const in find() function in WebCore::FrameTree
|
/external/skia/src/views/ |
D | SkEventSink.cpp | 143 int find(SkEventSinkID id) const in find() function
|