HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 1826 - 1850 of 5944) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 15 ; PROCESS_4x2x4 first, off_{first,second}_{src,ref}, advance_at_end
62 ; PROCESS_8x2x4 first, off_{first,second}_{src,ref}, advance_at_end
107 ; PROCESS_16x2x4 first, off_{first,second}_{src,ref}, advance_at_end
158 ; PROCESS_32x2x4 first, off_{first,second}_{src,ref}, advance_at_end
164 ; PROCESS_64x2x4 first, off_{first,second}_{src,ref}, advance_at_end
  /external/chromium_org/third_party/webrtc/base/
network.cc 137 delete i->second;
174 current_list.second.push_back(*it);
186 Network* net = it->second.first;
195 *changed = existing->second->SetIPs(it->second.second, *changed);
196 merged_list.push_back(existing->second);
197 if (existing->second != net) {
306 (*existing_network).second->AddIP(ip);
452 (*existing_network).second->AddIP(ip)
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 327 return llvm::HashString(x.second);
355 return a.first == b.first && strcmp(a.second, b.second) == 0;
378 return (a.second == b.second) ? memcmp(a.first, b.first, a.second) == 0
383 return llvm::HashString(StringRef(a.first, a.second));
581 Mem->second = IDData;
670 return strcmp(a.second, b.second) == 0
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 15 ; PROCESS_4x2x4 first, off_{first,second}_{src,ref}, advance_at_end
62 ; PROCESS_8x2x4 first, off_{first,second}_{src,ref}, advance_at_end
107 ; PROCESS_16x2x4 first, off_{first,second}_{src,ref}, advance_at_end
158 ; PROCESS_32x2x4 first, off_{first,second}_{src,ref}, advance_at_end
164 ; PROCESS_64x2x4 first, off_{first,second}_{src,ref}, advance_at_end
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 99 EnumerateMetadata(MDs[i].second);
117 return I->second;
134 return I->second-1;
139 return I->second-1;
189 return LHS.second > RHS.second;
258 MDValues[MDValueID-1].second++;
282 MDValues[MDValueID-1].second++;
312 Values[ValueID-1].second++;
493 MDNode *N = MDs[i].second;
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 77 assert(I->second < Vector.size());
78 assert(Vector[I->second].first == I->first);
91 if (Pair.second) {
93 Pair.first->second = Num;
95 return Vector[Num].second;
97 return Vector[Pair.first->second].second;
104 if (Pair.second) {
106 Pair.first->second = Num;
110 return std::make_pair(Vector.begin() + Pair.first->second, false)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 99 EnumerateMetadata(MDs[i].second);
117 return I->second;
128 return I->second-1;
133 return I->second-1;
185 return LHS.second > RHS.second;
263 MDValues[MDValueID-1].second++;
287 MDValues[MDValueID-1].second++;
317 Values[ValueID-1].second++;
504 MDNode *N = MDs[i].second;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 99 EnumerateMetadata(MDs[i].second);
117 return I->second;
128 return I->second-1;
133 return I->second-1;
185 return LHS.second > RHS.second;
263 MDValues[MDValueID-1].second++;
287 MDValues[MDValueID-1].second++;
317 Values[ValueID-1].second++;
504 MDNode *N = MDs[i].second;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 99 EnumerateMetadata(MDs[i].second);
117 return I->second;
128 return I->second-1;
133 return I->second-1;
185 return LHS.second > RHS.second;
263 MDValues[MDValueID-1].second++;
287 MDValues[MDValueID-1].second++;
317 Values[ValueID-1].second++;
504 MDNode *N = MDs[i].second;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 15 ; PROCESS_4x2x4 first, off_{first,second}_{src,ref}, advance_at_end
62 ; PROCESS_8x2x4 first, off_{first,second}_{src,ref}, advance_at_end
107 ; PROCESS_16x2x4 first, off_{first,second}_{src,ref}, advance_at_end
158 ; PROCESS_32x2x4 first, off_{first,second}_{src,ref}, advance_at_end
164 ; PROCESS_64x2x4 first, off_{first,second}_{src,ref}, advance_at_end
  /art/runtime/verifier/
register_line.h 298 reg_to_lock_depths_.Put(dst, it->second);
305 return (it->second & (1 << depth)) != 0;
318 it->second |= (1 << depth);
327 uint32_t depths = it->second ^ (1 << depth);
329 it->second = depths;
  /external/chromium_org/chrome/browser/chromeos/
mobile_config.cc 135 CarrierDeal* deal = iter->second;
225 internal_id = id_iter->second;
230 return iter->second;
252 iter->second->RemoveDeals();
268 inner_iter->second->InitFromDictionary(carrier_dict, initial_locale_);
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.cc 121 if (i->second.state == state)
122 list.push_back(i->second);
151 if (i->second.state != Item::STATE_PENDING)
215 this, i->first, i->second.manifest, std::string(), GURL(), NULL);
320 i->second.state = Item::STATE_FAILED;
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc 299 URLIndexPrivateData::SearchTermCacheItem cache_item = cache_iter->second;
337 typename T::mapped_type const& expected_values(expected_iter->second);
338 typename T::mapped_type const& actual_values(actual_iter->second);
380 const URLRow& expected_row(expected_info->second.url_row);
381 const URLRow& actual_row(actual_info->second.url_row);
386 const VisitInfoVector& expected_visits(expected_info->second.visits);
387 const VisitInfoVector& actual_visits(actual_info->second.visits);
392 EXPECT_EQ(expected_visits[i].second, actual_visits[i].second);
406 const RowWordStarts& expected_word_starts(expected_starts->second);
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 92 found->second->notification_may_be_active) {
93 found->second->notification_may_be_active = false;
128 DeviceContext* device = device_iter->second.get();
158 DeviceContext* device = device_iter->second.get();
169 DeviceContext* device = i->second.get();
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager_unittest.cc 255 EXPECT_LE(kStats.liveSize + kStats.deadSize, iter->second);
257 EXPECT_LE(kStats2.liveSize, iter->second);
292 total_bytes += iter->second;
295 EXPECT_LE(kStats.liveSize + kStats.deadSize, iter->second);
297 EXPECT_LE(kStats2.liveSize + kStats2.deadSize, iter->second);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.cc 323 it->second.second ?
325 it->second.second) :
355 return it->second.first;
  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.cc 103 it->second->RemoveListener(this);
218 return (it != live_registrations_.end()) ? it->second : NULL;
234 return (it != live_versions_.end()) ? it->second : NULL;
254 infos.push_back(iter->second->GetInfo());
266 infos.push_back(iter->second->GetInfo());
  /external/chromium_org/courgette/
adjustment_method_2.cc 29 and a second sequence of S2 of symbols from alphabet A2={U,V,W,....} called the
41 evidence for the second choice, i.e. prioritized by how 'clear cut' the best
79 second pattern indicates that the second symbol is repeated.
85 The second pattern appears to have a unique assignment but we don't make the
98 The second pattern contributes:
129 pick assignments. The second hope is that as assignment are made, the large
260 LabelInfo* top_candidate() const { return queue_.begin()->second; }
268 old_score = p->second;
274 p->second = new_score
    [all...]
  /external/chromium_org/media/base/
text_renderer.cc 55 TextTrackState* state = itr->second;
91 itr->second->text_ranges_.Reset();
142 TextTrackState* state = itr->second;
170 TextTrackState* state = itr->second;
251 TextTrackState* state = itr->second;
  /external/chromium_org/net/quic/
quic_dispatcher.cc 268 session = it->second;
289 QuicConnection* connection = it->second->connection();
331 QuicSession* session = session_map_.begin()->second;
334 DCHECK(session_map_.empty() || session_map_.begin()->second != session);
356 closed_session_list_.push_back(it->second);
  /external/chromium_org/net/tools/quic/
quic_dispatcher.cc 272 session = it->second;
293 QuicConnection* connection = it->second->connection();
335 QuicSession* session = session_map_.begin()->second;
338 DCHECK(session_map_.empty() || session_map_.begin()->second != session);
363 closed_session_list_.push_back(it->second);
  /external/chromium_org/printing/
printed_document.cc 147 page = itr->second;
167 if (itr == mutable_.pages_.end() || !itr->second.get())
169 if (metafile_must_be_valid && !itr->second->metafile())
188 if (itr->second.get()) {
189 pages_copy.push_back(itr->second);
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_enc.cc 140 const Font::Table& table = i.second;
198 if (i.second.tag & 0x80808080) continue;
199 const Font::Table* table = font.FindTable(i.second.tag ^ 0x80808080);
200 if (table == NULL) table = &i.second;
214 const Font::Table& src_table = i.second;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 77 return (iter != client_map_.end()) ? iter->second : NULL;
130 return it->second;
136 Session* session = session_map_.begin()->second;
151 Session* session = iter->second;
318 it->second->OnSignalingReady();

Completed in 1575 milliseconds

<<71727374757677787980>>