Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 272) sorted by relevance

1234567891011

/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h46 DataType* find(const KeyType& pKey) { in find() function
47 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); in find()
53 const DataType* find(const KeyType& pKey) const { in find() function
54 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey); in find()
61 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); in produce()
74 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); in produce()
/frameworks/native/libs/utils/tests/
DBasicHashtable_test.cpp128 static ssize_t find(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in find() function
130 return h.find(index, hash_type(key), key); in find()
136 ssize_t index = find(h, -1, key); in remove()
216 ssize_t index = find(h, -1, 8); in TEST_F()
222 ASSERT_EQ(index, find(h, -1, 8)); in TEST_F()
226 index = find(h, index, 8); in TEST_F()
232 index = find(h, -1, 8); in TEST_F()
241 ssize_t index = find(h, -1, int(i)); in TEST_F()
247 ASSERT_EQ(index, find(h, -1, int(i))); in TEST_F()
251 index = find(h, index, int(i)); in TEST_F()
[all …]
/frameworks/base/media/mca/filterpacks/native/base/
Dutilities.h77 typename Collection::const_iterator it = collection.find(key); in FindOrNull()
116 typename std::set<T>::iterator iter = items_.find(item); in CheckItem()
131 typename Collection::const_iterator it = collection.find(key); in FindPtrOrNull()
142 return collection.find(key) != collection.end(); in ContainsKey()
/frameworks/base/media/mca/filterfw/native/base/
Dutilities.h77 typename Collection::const_iterator it = collection.find(key); in FindOrNull()
116 typename std::set<T>::iterator iter = items_.find(item); in CheckItem()
131 typename Collection::const_iterator it = collection.find(key); in FindPtrOrNull()
142 return collection.find(key) != collection.end(); in ContainsKey()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp276 ssize_t colonPos = line.find(":"); in parseMetaData()
300 ssize_t colonPos = line.find(":"); in parseMetaDataDuration()
324 ssize_t colonPos = line.find(":"); in parseStreamInf()
333 ssize_t end = line.find(",", offset); in parseStreamInf()
343 ssize_t equalPos = attr.find("="); in parseStreamInf()
402 ssize_t colonPos = line.find(":"); in parseCipherInfo()
421 ssize_t equalPos = attr.find("="); in parseCipherInfo()
472 ssize_t colonPos = line.find(":"); in parseByteRange()
478 ssize_t atPos = line.find("@", colonPos + 1); in parseByteRange()
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp92 iter = hashTable->find(NULL); in TEST_F()
117 HashTableTy::iterator entry = hashTable->find(key); in TEST_F()
161 iter = hashTable->find(key); in TEST_F()
185 iter = hashTable->find(key); in TEST_F()
210 iter = hashTable->find(key); in TEST_F()
216 iter = hashTable->find(key); in TEST_F()
243 iter = hashTable->find(key); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DSectionMerger.cpp29 SectionMerger::iterator SectionMerger::find(const std::string& pName) in find() function in SectionMerger
50 iterator it = find(pName); in getOutputSectHdr()
70 iterator it = find(pName); in addMapping()
/frameworks/base/tools/orientationplot/
Dorientationplot.py48 index = self.buffer.find('\n', self.pos)
284 if line.find('Raw acceleration vector:') != -1:
290 if line.find('Filtered acceleration vector:') != -1:
296 if line.find('tiltAngle=') != -1:
299 if line.find('orientationAngle=') != -1:
302 if line.find('Result:') != -1:
393 prefix_index = line.find(prefix)
397 delim_index = line.find(',', start_index)
412 prefix_index = line.find(prefix + '[')
416 delim_index = line.find(']', start_index)
[all …]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dtypedefs.h91 #error cannot find 8-bit type
113 #error cannot find 16-bit type
135 #error cannot find 32-bit type
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp152 ssize_t atPos = host->find("@"); in ParseURL()
160 ssize_t colonPos = userPass.find(":"); in ParseURL()
421 ssize_t i = request.find("\r\n\r\n"); in onSendRequest()
629 ssize_t space1 = response->mStatusLine.find(" "); in receiveRTSPReponse()
633 ssize_t space2 = response->mStatusLine.find(" ", space1 + 1); in receiveRTSPReponse()
688 ssize_t colonPos = line.find(":"); in receiveRTSPReponse()
760 ssize_t space1 = request->mStatusLine.find(" "); in handleServerRequest()
899 i = value.find("nonce="); in parseAuthMethod()
902 ssize_t j = value.find("\"", i + 7); in parseAuthMethod()
944 ssize_t space1 = request.find(" "); in GetMethodAndURL()
[all …]
DASessionDescription.cpp59 ssize_t eolPos = desc.find("\n", i); in parse()
99 ssize_t colonPos = line.find(":", 2); in parse()
107 ssize_t spacePos = line.find(" ", colonPos + 1); in parse()
143 ssize_t equalPos = line.find("="); in parse()
/frameworks/compile/mclinker/scripts/
Denvsetup.sh33 local H=`find ${MCLINKERTOP} | grep '\.h'`
34 local C=`find ${MCLINKERTOP} | grep '\.cpp'`
/frameworks/compile/mclinker/lib/Support/
DMemoryAreaFactory.cpp31 MemoryArea* result = find(pPath); in produce()
43 MemoryArea* result = find(pPath); in produce()
/frameworks/base/tests/DumpRenderTree/assets/
Drun_page_cycler.py92 if line.find('INSTRUMENTATION_CODE') == 0:
96 if (line.find('INSTRUMENTATION_FAILED') != -1 or
97 line.find('Process crashed.') != -1):
/frameworks/base/tools/velocityplot/
Dvelocityplot.py52 index = self.buffer.find('\n', self.pos)
198 if line.find(': position') != -1:
206 if line.find(': OLD') != -1:
245 prefix_index = line.find(prefix)
249 delim_index = line.find(',', start_index)
/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.h85 iterator find(const key_type& pKey);
89 const_iterator find(const key_type& pKey) const;
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.h130 return surfaces_.find(surface_id_)->second.first; in surface()
151 return contexts_.find(context_id_)->second; in context()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDevice.java182 if (!match.find()) { in WifiP2pDevice()
189 if (!match.find()) { in WifiP2pDevice()
196 if (!match.find()) { in WifiP2pDevice()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h89 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
99 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer()); in getAttributeID()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h89 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
99 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer()); in getAttributeID()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java129 CharSequence find = mEditText.getText(); in findAll() local
130 if (0 == find.length()) { in findAll()
139 mWebView.findAllAsync(find.toString()); in findAll()
/frameworks/base/docs/html/guide/faq/
Dlicensingandoss.jd7 <li><a href="#mirror">Where can I find the open source components of Android?</a></li>
12 <a name="mirror" id="mirror"></a><h2>Where can I find the open source components of Android?</h2>
/frameworks/base/core/java/android/text/
DDynamicLayout.java197 int find = TextUtils.lastIndexOf(text, '\n', where - 1); in reflow() local
198 if (find < 0) in reflow()
199 find = 0; in reflow()
201 find = find + 1; in reflow()
204 int diff = where - find; in reflow()
/frameworks/native/include/utils/
DBasicHashtable.h68 ssize_t find(ssize_t index, hash_t hash, const void* __restrict__ key) const;
279 inline ssize_t find(ssize_t index, hash_t hash, const TKey& key) const { in find() function
280 return BasicHashtableImpl::find(index, hash, &key); in find()
/frameworks/base/core/java/com/android/internal/http/
DHttpDateTime.java94 if (rfcMatcher.find()) { in parse()
101 if (ansicMatcher.find()) { in parse()

1234567891011