HomeSort by relevance Sort by last modified time
    Searched defs:it (Results 651 - 675 of 1441) sorted by null

<<21222324252627282930>>

  /external/openfst/src/include/fst/
minimize.h 196 typename EquivalenceMap::const_iterator it = equiv_map.find(s); local
197 if (it == equiv_map.end()) {
203 P_.Add(s, it->second);
204 equiv_map[s] = it->second;
420 typename EquivalenceMap::const_iterator it = equiv_classes.find(s); local
421 if (it == equiv_classes.end())
424 equiv_classes[s] = it->second;
replace-util.h 251 for (typename NonTerminalHash::const_iterator it =
252 nonterminal_hash.begin(); it != nonterminal_hash.end(); ++it)
253 nonterminal_array_[it->second] = it->first;
297 typename NonTerminalHash::const_iterator it = local
299 if (it != nonterminal_hash_.end()) {
300 Label j = it->second;
rmepsilon.h 190 typename ElementMap::iterator it = element_map_.find(element); local
191 if (it == element_map_.end()) {
197 if (((*it).second).first == expand_id_) {
198 Weight &w = arcs_[((*it).second).second].weight;
201 ((*it).second).first = expand_id_;
202 ((*it).second).second = arcs_.size();
221 // its input. It allows fine control via the options argument; see
332 // input. It has a simplified interface; see above for a version that
symbol-table.h 115 map<int64, const char*>::const_iterator it =
117 if (it == key_map_.end()) {
120 return string(it->second);
134 map<const char *, int64, StrCmp>::const_iterator it = local
136 if (it == symbol_map_.end()) {
139 return it->second;
  /external/parameter-framework/parameter/
Element.cpp 417 ChildArrayIterator it; local
419 for (it = _childArray.begin(); it != _childArray.end(); ++it) {
421 CElement* pElement = *it;
425 _childArray.erase(it);
522 ChildArrayReverseIterator it; local
524 for (it = _childArray.rbegin(); it != _childArray.rend(); ++it) {
    [all...]
  /external/v8/include/
v8-util.h 47 static K Key(Iterator it) { return it->first; }
48 static PersistentContainerValue Value(Iterator it) { return it->second; }
60 Iterator it = impl->find(key); local
61 if (it == impl->end()) return kPersistentContainerNotFound;
62 return it->second;
65 Iterator it = impl->find(key); local
66 if (it == impl->end()) return kPersistentContainerNotFound;
67 PersistentContainerValue value = it->second
    [all...]
  /external/v8/src/arm64/
instrument-arm64.cc 100 // Set up the output stream. If datafile is non-NULL, use that file. If it
131 std::list<Counter*>::iterator it; local
132 for (it = counters_.begin(); it != counters_.end(); it++) {
133 delete *it;
158 std::list<Counter*>::const_iterator it; local
159 for (it = counters_.begin(); it != counters_.end(); it++)
170 std::list<Counter*>::const_iterator it; local
200 std::list<Counter*>::const_iterator it; local
218 std::list<Counter*>::iterator it; local
226 std::list<Counter*>::iterator it; local
    [all...]
  /external/valgrind/memcheck/tests/
str_tester.c 5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
10 The GNU C Library is distributed in the hope that it will be useful,
44 const char *it = "<UNSET>"; /* Routine name for message routines. */ variable
53 printf("%s flunked test %d\n", it, number);
72 it = "strcmp";
135 it = "strcpy";
188 it = "stpcpy";
272 it = "stpncpy";
288 it = "strcat"
    [all...]
  /external/vboot_reference/utility/
bmpblk_utility.cc 109 for (StrImageConfigMap::iterator it = config_.images_map.begin();
110 it != config_.images_map.end();
111 ++it) {
113 it->first.c_str(),
114 it->second.filename.c_str(),
115 it->second.offset,
116 it->second.data.tag,
117 it->second.data.format);
120 for (StrScreenConfigMap::iterator it = config_.screens_map.begin();
121 it != config_.screens_map.end()
390 StrImageConfigMap::iterator it = local
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 7 // of the Adobe license agreement accompanying it.
80 * the name looks like a UUID simply move it to <em>xmpMM:InstanceID</em>,
100 // move UUID to xmpMM:InstanceID and remove it from the root node
129 // make sure the DC schema is existing, because it might be needed within the normalization
130 // if not touched it will be removed by removeEmptySchemas
134 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
136 XMPNode currSchema = (XMPNode) it.next();
178 * If a Dublin Core array had only one item, it was serialized as a simple
200 // if it was formerly simple
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 129 ALOGE("Uknown color format (%s), please add it to "
469 * Initialize the CameraSource to so that it becomes
478 * if it is -1, use the current camera frame rate setting.
792 List<sp<IMemory> >::iterator it; local
794 it = mFramesReceived.begin();
795 releaseRecordingFrame(*it);
796 mFramesReceived.erase(it);
812 for (List<sp<IMemory> >::iterator it = mFramesBeingEncoded.begin();
813 it != mFramesBeingEncoded.end(); ++it) {
    [all...]
MediaCodecSource.cpp 136 // mSource->stop() is thread-safe, doing it outside the puller's
288 // as it contains a synchronous call to stop the underlying MediaSource,
510 for (List<MediaBuffer*>::iterator it = mOutputBufferQueue.begin();
511 it != mOutputBufferQueue.end(); it++) {
512 (*it)->release();
525 List<sp<AReplyToken>>::iterator it; local
526 for (it = mStopReplyIDQueue.begin();
527 it != mStopReplyIDQueue.end(); it++)
    [all...]
NuCachedSource2.cpp 77 List<Page *>::iterator it = list->begin(); local
78 while (it != list->end()) {
79 Page *page = *it;
85 ++it;
91 List<Page *>::iterator it = mFreePages.begin(); local
92 Page *page = *it;
93 mFreePages.erase(it);
119 List<Page *>::iterator it = mActivePages.begin(); local
121 Page *page = *it;
127 mActivePages.erase(it);
149 List<Page *>::iterator it = mActivePages.begin(); local
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 495 List<sp<ABuffer> >::iterator it = queue->begin(); local
496 while (it != queue->end()) {
497 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
501 it = queue->erase(it);
ARTPConnection.cpp 218 List<StreamInfo>::iterator it = mStreams.begin(); local
219 while (it != mStreams.end()
220 && (it->mRTPSocket != rtpSocket || it->mRTCPSocket != rtcpSocket)) {
221 ++it;
224 if (it == mStreams.end()) {
228 mStreams.erase(it);
257 for (List<StreamInfo>::iterator it = mStreams.begin();
258 it != mStreams.end(); ++it) {
281 List<StreamInfo>::iterator it = mStreams.begin(); local
312 List<StreamInfo>::iterator it = mStreams.begin(); local
655 List<StreamInfo>::iterator it = mStreams.begin(); local
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 340 // it wouldn't have fit as part of a STAP-A packet.
710 List<sp<ABuffer> >::iterator it = mHistory.begin(); local
712 while (it != mHistory.end()) {
713 const sp<ABuffer> &buffer = *it;
745 ++it;
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 225 * This may return the ClientDescriptor passed in if it would be evicted.
255 * This may return the ClientDescriptor passed in if it would be evicted.
403 // Switch back owner if the incoming client has the highest priority, as it is MRU
469 auto it = evicted.begin(); local
470 if (it != evicted.end() && *it == client) {
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 239 // Just in case file somehow got created, make sure to delete it
257 Iterator<Long> it = ids.iterator(); local
259 dlRequest, it.next().longValue());
  /frameworks/base/services/core/java/com/android/server/am/
ProviderMap.java 37 * Keeps track of content providers by authority (name) and class. It separates the mapping by
70 // Try to find it in the global list
88 // Try to find it in the global list
244 Iterator<Map.Entry<ComponentName, ContentProviderRecord>> it = map.entrySet().iterator(); local
246 while (it.hasNext()) {
247 Map.Entry<ComponentName, ContentProviderRecord> e = it.next();
270 Iterator<Map.Entry<String, ContentProviderRecord>> it = map.entrySet().iterator(); local
272 while (it.hasNext()) {
273 Map.Entry<String, ContentProviderRecord> e = it.next();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 314 // create PLT for this symbol if it does not have.
435 // change symbol binding to Global if it's a weak symbol
440 // Define the copy symbol in the bss section and resolve it
455 Module::alias_iterator it, it_e = alias_list->end(); local
456 for (it = alias_list->begin(); it != it_e; ++it) {
457 const ResolveInfo* alias = *it;
668 // This is unique since it has a unsigned operand and its truncated
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.cpp 107 // An invoke should be in a batch by itself, so it conflicts with any other
120 const auto& it = argDeps.find(batched); local
121 if (it != argDeps.end()) {
122 const auto& args = (*it).second;
135 const auto& it = argDeps.find(lastBatched); local
137 if (it == argDeps.end()) {
141 const auto& args = (*it).second;
285 // The output filename has to be the last, in case we need to pop it out and
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 216 for(ALSAHandleList::iterator it = mDeviceList.begin();
217 it != mDeviceList.end(); ++it) {
218 it->useCase[0] = 0;
219 mDeviceList.erase(it);
640 ALSAHandleList::iterator it = mDeviceList.end(); local
641 it--;
642 mALSADevice->route(&(*it), (uint32_t)device, newMode);
651 ALSAHandleList::iterator it = mDeviceList.end(); local
652 it--
681 ALSAHandleList::iterator it = mDeviceList.end(); local
736 ALSAHandleList::iterator it; local
888 ALSAHandleList::iterator it = mDeviceList.end(); local
952 ALSAHandleList::iterator it = mDeviceList.end(); local
1045 ALSAHandleList::iterator it = mDeviceList.end(); local
1106 ALSAHandleList::iterator it; local
1307 ALSAHandleList::iterator it = mDeviceList.end(); local
1462 ALSAHandleList::iterator it = mDeviceList.end(); local
1557 ALSAHandleList::iterator it = mDeviceList.end(); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 459 /* to make it page size aligned */
605 List<struct QCameraMemory::QCameraMemInfo>::iterator it; local
606 it = mPools[i].begin();
607 for( ; it != mPools[i].end() ; it++) {
608 QCameraMemory::deallocOneBuffer(*it);
643 List<struct QCameraMemory::QCameraMemInfo>::iterator it; local
644 it = mPools[streamType].begin();
645 for ( ; it != mPools[streamType].end() ; it++)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java 181 BreakIterator it = BreakIterator.getCharacterInstance(Locale.US); local
183 assertEquals(it, it2);
190 BreakIterator it = BreakIterator.getLineInstance(); local
191 assertNotNull(it);
198 BreakIterator it = BreakIterator.getLineInstance(Locale.US); local
199 assertNotNull(it);
207 BreakIterator it = BreakIterator.getSentenceInstance(); local
208 assertNotNull(it);
215 BreakIterator it = BreakIterator.getSentenceInstance(Locale.US); local
216 assertNotNull(it);
229 BreakIterator it = BreakIterator.getWordInstance(); local
237 BreakIterator it = BreakIterator.getWordInstance(Locale.US); local
250 CharacterIterator it = new StringCharacterIterator("abc"); local
265 CharacterIterator it = new StringCharacterIterator("abc"); local
    [all...]
  /libcore/luni/src/main/java/java/util/
ArrayList.java 37 * equivalent to synchronizing the list and iterating over it (which is probably what you intended).
165 * This method controls the growth of ArrayList capacities. It represents
171 * If you change the method, change it there too!
259 * Removes all elements from this {@code ArrayList}, leaving it empty.
630 Iterator<?> it = that.iterator(); local
633 Object eThat = it.next();

Completed in 824 milliseconds

<<21222324252627282930>>