HomeSort by relevance Sort by last modified time
    Searched defs:find (Results 276 - 300 of 1457) sorted by null

<<11121314151617181920>>

  /external/skia/gm/
all_bitmap_configs.cpp 96 int find(T* array, int N, T item) { function
  /external/skia/include/private/
SkTHash.h 42 // set(), find() and foreach() all allow mutable access to table entries.
48 // The pointers returned by set() and find() are valid only until the next call to set().
61 T* find(const K& key) const { function in class:SkTHashTable
80 SkASSERT(this->find(key));
235 // N.B. The pointers returned by set() and find() are valid only until the next call to set().
246 V* find(const K& key) const { function in class:SkTHashMap
247 if (Pair* p = fTable.find(key)) {
255 SkASSERT(this->find(key));
301 bool contains(const T& item) const { return SkToBool(this->find(item)); }
305 const T* find(const T& item) const { return fTable.find(item); function in class:SkTHashSet
    [all...]
  /external/skia/src/core/
SkSharedMutex.cpp 81 bool find(SkThreadID threadID) const { function in class:SkSharedMutex::ThreadIDSet
185 SkASSERT(fWaitingExclusive->find(threadID));
237 SkASSERT(fCurrentShared->find(threadID));
SkTMultiMap.h 45 ValueList* list = fHash.find(key);
63 ValueList* list = fHash.find(key);
76 T* find(const Key& key) const { function in class:SkTMultiMap
77 ValueList* list = fHash.find(key);
85 T* find(const Key& key, const FindPredicate f) { function in class:SkTMultiMap
86 ValueList* list = fHash.find(key);
98 ValueList* list = fHash.find(key);
153 for (ValueList* list = fHash.find(key); list; list = list->fNext) {
164 ValueList* list = fHash.find(key);
  /external/skia/src/gpu/text/
GrTextBlobCache.h 60 sk_sp<GrAtlasTextBlob> find(const GrAtlasTextBlob::Key& key) const { function in class:GrTextBlobCache
61 const auto* idEntry = fBlobIDCache.find(key.fUniqueID);
62 return idEntry ? idEntry->find(key) : nullptr;
67 auto* idEntry = fBlobIDCache.find(id);
123 SkASSERT(!this->find(GrAtlasTextBlob::GetKey(*blob)));
138 sk_sp<GrAtlasTextBlob> find(const GrAtlasTextBlob::Key& key) const { function in struct:GrTextBlobCache::BlobIDCacheEntry
160 auto* idEntry = fBlobIDCache.find(id);
  /external/skia/src/pipe/
SkPipeCanvas.h 26 int find(const T& key) const { function in class:SkTIndexSet
68 int findImage(SkImage* image) const { return fImages.find(image->uniqueID()); }
69 int findPicture(SkPicture* picture) const { return fPictures.find(picture->uniqueID()); }
  /external/skia/src/shaders/gradients/
Sk4fGradientBase.cpp 229 const Sk4fGradientInterval* Sk4fGradientIntervalBuffer::find(SkScalar t) const { function in class:Sk4fGradientIntervalBuffer
  /external/skqp/gm/
all_bitmap_configs.cpp 96 int find(T* array, int N, T item) { function
  /external/skqp/include/private/
SkTHash.h 42 // set(), find() and foreach() all allow mutable access to table entries.
48 // The pointers returned by set() and find() are valid only until the next call to set().
61 T* find(const K& key) const { function in class:SkTHashTable
80 SkASSERT(this->find(key));
235 // N.B. The pointers returned by set() and find() are valid only until the next call to set().
246 V* find(const K& key) const { function in class:SkTHashMap
247 if (Pair* p = fTable.find(key)) {
255 SkASSERT(this->find(key));
301 bool contains(const T& item) const { return SkToBool(this->find(item)); }
305 const T* find(const T& item) const { return fTable.find(item); function in class:SkTHashSet
    [all...]
  /external/skqp/src/core/
SkSharedMutex.cpp 81 bool find(SkThreadID threadID) const { function in class:SkSharedMutex::ThreadIDSet
185 SkASSERT(fWaitingExclusive->find(threadID));
237 SkASSERT(fCurrentShared->find(threadID));
SkTMultiMap.h 45 ValueList* list = fHash.find(key);
63 ValueList* list = fHash.find(key);
76 T* find(const Key& key) const { function in class:SkTMultiMap
77 ValueList* list = fHash.find(key);
85 T* find(const Key& key, const FindPredicate f) { function in class:SkTMultiMap
86 ValueList* list = fHash.find(key);
98 ValueList* list = fHash.find(key);
153 for (ValueList* list = fHash.find(key); list; list = list->fNext) {
164 ValueList* list = fHash.find(key);
  /external/skqp/src/gpu/text/
GrTextBlobCache.h 60 sk_sp<GrAtlasTextBlob> find(const GrAtlasTextBlob::Key& key) const { function in class:GrTextBlobCache
61 const auto* idEntry = fBlobIDCache.find(key.fUniqueID);
62 return idEntry ? idEntry->find(key) : nullptr;
67 auto* idEntry = fBlobIDCache.find(id);
123 SkASSERT(!this->find(GrAtlasTextBlob::GetKey(*blob)));
138 sk_sp<GrAtlasTextBlob> find(const GrAtlasTextBlob::Key& key) const { function in struct:GrTextBlobCache::BlobIDCacheEntry
160 auto* idEntry = fBlobIDCache.find(id);
  /external/skqp/src/pipe/
SkPipeCanvas.h 26 int find(const T& key) const { function in class:SkTIndexSet
68 int findImage(SkImage* image) const { return fImages.find(image->uniqueID()); }
69 int findPicture(SkPicture* picture) const { return fPictures.find(picture->uniqueID()); }
  /external/skqp/src/shaders/gradients/
Sk4fGradientBase.cpp 229 const Sk4fGradientInterval* Sk4fGradientIntervalBuffer::find(SkScalar t) const { function in class:Sk4fGradientIntervalBuffer
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.cpp 221 TSymbol *TSymbolTableLevel::find(const TString &name) const function in class:TSymbolTableLevel
223 tLevel::const_iterator it = level.find(name);
230 TSymbol *TSymbolTable::find(const TString &name, int shaderVersion, bool *builtIn, bool *sameScope) const function in class:TSymbolTable
243 symbol = table[level]->find(name);
270 TSymbol *symbol = table[level]->find(name);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseSet.h 111 iterator find(const ValueT &V) { return Iterator(TheMap.find(V)); } function in class:llvm::DenseSet
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominanceFrontier.h 63 iterator find(BasicBlock *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
64 const_iterator find(BasicBlock *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
67 assert(find(BB) == end() && "Block already in DominanceFrontier!");
73 assert(find(BB) != end() && "Block is not in DominanceFrontier!");
126 const_iterator DFI = find(Node);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.h 77 SegmentIter find(SlotIndex x) { return Segments.find(x); } function in class:llvm::LiveIntervalUnion
  /external/tensorflow/tensorflow/core/lib/gtl/
compactptrset.h 156 iterator find(T elem) const { function in class:tensorflow::gtl::CompactPointerSet
162 return iterator(big()->find(elem));
166 size_t count(T elem) const { return find(elem) != end() ? 1 : 0; }
  /external/v8/tools/
gdb-v8-support.py 163 super (FindAnywhere, self).__init__ ("find-anywhere", gdb.COMMAND_DATA)
164 def find (self, startAddr, endAddr, value): member in class:FindAnywhere
167 "find 0x%s, 0x%s, %s" % (startAddr, endAddr, value),
169 if result.find("not found") == -1:
179 self.find(m.group(1), m.group(2), value)
184 self.find(m.group(1), m.group(2), value)
  /external/valgrind/coregrind/
m_rangemap.c 60 static Word find ( const RangeMap* rm, UWord key );
107 iMin = find(rm, key_min);
108 iMax = find(rm, key_max);
119 Word i = find(rm, key);
163 static Word find ( const RangeMap* rm, UWord key ) function
172 VG_(core_panic)("RangeMap::find: not found");
189 Word i = find(rm, key);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AData.h 51 * EXPECT_TRUE(data.find(&i));
52 * EXPECT_FALSE(data.find(&f));
56 * EXPECT_FALSE(data.find(&i));
57 * EXPECT_TRUE(data.find(&f));
65 * EXPECT_TRUE(objdata.find(&buf2));
67 * EXPECT_FALSE(objdata.find(&i));
68 * EXPECT_TRUE(objdata.find(&obj));
73 * EXPECT_FALSE(objdata.find(&buf2)); // not stored as ABuffer(!)
74 * EXPECT_TRUE(objdata.find(&obj));
284 * is not enough to detect this, only if someone is trying to find the shared_ptr
855 bool find(T *data) const { function in struct:android::AData::Custom
    [all...]
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 171 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.mPinCount--
    [all...]
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 172 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/rs/
rsMap.h 143 iterator find(const KeyType& key) const { function in class:android::renderscript::Map

Completed in 938 milliseconds

<<11121314151617181920>>