| /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/ |
| CoreImplTest.java | 105 new Pair<Handle, Core.WaitFlags>(handles.second, Core.WaitFlags.READABLE)); 116 new Pair<Handle, Core.WaitFlags>(handles.second, Core.WaitFlags.READABLE)); 122 handles.second.close(); 136 assertEquals(core, handles.second.getCore()); 139 handles.second.close(); 145 assertEquals(core, handles.second.getCore()); 148 handles.second.close(); 188 handles.second.close(); 197 handles.second.wait(Core.WaitFlags.READABLE, 1000000L)); 201 handles.second.wait(Core.WaitFlags.READABLE, 0)) [all...] |
| /external/chromium_org/net/http/ |
| http_security_headers.cc | 113 pair.second = source.substr(point + 1); 291 semicolon.second = Strip(semicolon.second); 294 equals.second = Strip(equals.second); 297 if (equals.second.empty() || 298 !MaxAgeToInt(equals.second.begin(), equals.second.end(), 304 if (!ParseAndAppendPin(equals.second, HASH_VALUE_SHA1, &pins)) 307 if (!ParseAndAppendPin(equals.second, HASH_VALUE_SHA256, &pins) [all...] |
| /external/chromium_org/net/quic/ |
| quic_stream_sequencer.cc | 147 const_cast<char*>(it->second.data())); 148 iov[index].iov_len = it->second.size(); 149 offset += it->second.size(); 169 it->second.size() - frame_offset); 173 it->second.data() + frame_offset, bytes_to_read); 182 if (it->second.size() == frame_offset) { 184 RecordBytesConsumed(it->second.size()); 193 make_pair(it->first + frame_offset, it->second.substr(frame_offset))); 236 uint64 data_length = preceeding_frame->second.length(); 264 string* data = &it->second; [all...] |
| quic_time_wait_list_manager.cc | 103 delete it->second.close_packet; 115 num_packets = it->second.num_packets; 116 delete it->second.close_packet; 135 return (it->second).version; 162 ++((it->second).num_packets); 163 if (!ShouldSendResponse((it->second).num_packets)) { 166 if (it->second.close_packet) { 170 it->second.close_packet->Clone()); 254 connection_id_map_.begin()->second.time_added; 272 QuicTime oldest_connection_id = it->second.time_added [all...] |
| /external/chromium_org/net/tools/quic/ |
| quic_time_wait_list_manager.cc | 107 delete it->second.close_packet; 119 num_packets = it->second.num_packets; 120 delete it->second.close_packet; 137 return (it->second).version; 164 ++((it->second).num_packets); 165 if (!ShouldSendResponse((it->second).num_packets)) { 168 if (it->second.close_packet) { 172 it->second.close_packet->Clone()); 255 connection_id_map_.begin()->second.time_added; 278 QuicTime oldest_connection_id = it->second.time_added [all...] |
| /external/llvm/lib/Analysis/IPA/ |
| CallGraph.cpp | 45 I->second->allReferencesDropped(); 49 delete I->second; 102 I->second->print(OS); 136 I->second->F = const_cast<Function*>(To); 137 FunctionMap[To] = I->second; 167 if (Function *FI = I->second->getFunction()) 186 I->second->DropRef(); 199 if (CalledFunctions[i].second == Callee) { 213 if (CR.second == Callee && CR.first == nullptr) { 230 I->second->DropRef() [all...] |
| /external/llvm/lib/IR/ |
| PassManager.cpp | 56 RI->second = std::move(lookupPass(PassID).run(M, this)); 58 return *RI->second; 65 return RI == ModuleAnalysisResults.end() ? nullptr : &*RI->second; 79 if (I->second->invalidate(M, PA)) 133 RI->second = std::prev(ResultList.end()); 136 return *RI->second->second; 143 return RI == FunctionAnalysisResults.end() ? nullptr : &*RI->second->second; 152 FunctionAnalysisResultLists[F].erase(RI->second); [all...] |
| /external/chromium_org/chrome/browser/local_discovery/ |
| privet_local_printer_lister.cc | 59 i->second->description = description; 60 delegate_->LocalPrinterChanged(added, name, i->second->has_local_printing, 93 i->second->info_operation = http_client->CreateInfoOperation( 96 i->second.get(), 98 i->second->privet_client = http_client.Pass(); 99 i->second->info_operation->Start(); 135 return &i->second->description;
|
| /external/chromium_org/components/invalidation/ |
| invalidator_registrar.cc | 47 it->second.begin(), it->second.end(), 78 return lookup->second; 89 registered_ids.insert(it->second.begin(), it->second.end()); 105 invalidation_map.GetSubsetWithObjectIds(it->second); 133 clean_handlers_to_ids[it->first->GetOwnerName()] = ObjectIdSet(it->second);
|
| /external/chromium_org/components/signin/core/browser/webdata/ |
| token_service_table_unittest.cc | 64 EXPECT_EQ("pepperoni", out_map.find(service)->second); 65 EXPECT_EQ("steak", out_map.find(service2)->second); 76 EXPECT_EQ("cheese", out_map.find(service)->second); 89 EXPECT_EQ("pepperoni", out_map.find(service)->second); 95 EXPECT_EQ("", out_map.find(service)->second); 101 EXPECT_EQ("ham", out_map.find(service)->second); 116 EXPECT_EQ("steak", out_map.find(service2)->second);
|
| /external/chromium_org/content/browser/gpu/ |
| gpu_surface_tracker.cc | 43 const SurfaceInfo& info = it->second; 74 const SurfaceInfo& info = it->second; 95 return it->second.handle; 105 if (it->second.native_widget != gfx::kNullAcceleratedWidget) 106 ANativeWindow_acquire(it->second.native_widget); 109 return it->second.native_widget; 118 SurfaceInfo& info = it->second;
|
| /external/chromium_org/extensions/browser/ |
| error_map.cc | 97 return iter != map_.end() ? *iter->second->list() : g_empty_error_list.Get(); 106 return iter->second->AddError(error.Pass()); 114 delete iter->second; 122 iter->second->DeleteErrorsOfType(type); 127 iter->second->DeleteIncognitoErrors(); 132 iter->second->DeleteAllErrors(); 133 delete iter->second;
|
| /external/chromium_org/extensions/common/ |
| extension_set.cc | 100 if (iter->second->web_extent().MatchesURL(url)) 101 return iter->second.get(); 111 if (iter->second->web_extent().OverlapsWith(extent)) 112 return iter->second.get(); 127 return i->second.get(); 147 if (it->second->location() == Manifest::COMPONENT && 148 it->second->web_extent().MatchesURL(url))
|
| /external/chromium_org/net/websockets/ |
| websocket_throttle.cc | 54 if (!address_set.insert(address).second) 61 new_queue->second.push_back(job); 63 DCHECK(!iter->second.empty()); 64 iter->second.push_back(job); 89 if (!address_set.insert(address).second) 95 ConnectingQueue& per_address_queue = map_iter->second; 133 const ConnectingQueue& per_address_queue = map_iter->second;
|
| /external/chromium_org/sync/syncable/ |
| directory_backing_store_unittest.cc | 307 expected_meta_times[it->first] = ProtoTimeToTime(it->second); 380 ExpectTime(*it->second, it2->second); [all...] |
| /external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
| low_level_alloc_unittest.cc | 112 CheckBlockDesc(it->second); 114 LowLevelAlloc::Free(it->second.ptr); 116 it->second = block_desc; 124 CheckBlockDesc(it->second); 126 LowLevelAlloc::Free(it->second.ptr); 135 CheckBlockDesc(it->second); 137 LowLevelAlloc::Free(it->second.ptr);
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
| low_level_alloc_unittest.cc | 112 CheckBlockDesc(it->second); 114 LowLevelAlloc::Free(it->second.ptr); 116 it->second = block_desc; 124 CheckBlockDesc(it->second); 126 LowLevelAlloc::Free(it->second.ptr); 135 CheckBlockDesc(it->second); 137 LowLevelAlloc::Free(it->second.ptr);
|
| /external/llvm/include/llvm/Analysis/ |
| DominanceFrontier.h | 75 I->second.erase(BB); 81 I->second.insert(Node); 86 assert(I->second.count(Node) && "Node is not in DominanceFrontier of BB"); 87 I->second.erase(Node); 121 tmpFrontiers.insert(std::make_pair(I->first, I->second)); 130 if (compareDomSet(I->second, DFI->second))
|
| /external/llvm/lib/Analysis/ |
| CGSCCPassManager.cpp | 67 RI->second = std::prev(ResultList.end()); 70 return *RI->second->second; 78 return RI == CGSCCAnalysisResults.end() ? nullptr : &*RI->second->second; 87 CGSCCAnalysisResultLists[C].erase(RI->second); 99 if (I->second->invalidate(C, PA)) {
|
| /external/chromium_org/chrome/browser/renderer_host/ |
| web_cache_manager.cc | 121 item->second.access = Time::Now(); 141 entry->second.capacity = stats.capacity; 142 entry->second.deadSize = stats.deadSize; 143 entry->second.liveSize = stats.liveSize; 144 entry->second.maxDeadCapacity = stats.maxDeadCapacity; 145 entry->second.minDeadCapacity = stats.minDeadCapacity; 207 stats->minDeadCapacity += elmt->second.minDeadCapacity; 208 stats->maxDeadCapacity += elmt->second.maxDeadCapacity; 209 stats->capacity += elmt->second.capacity; 210 stats->liveSize += elmt->second.liveSize [all...] |
| /external/chromium_org/components/query_parser/ |
| snippet.cc | 34 pair.second >= (*match_positions)[offset].first) { 35 pair.second = std::max(pair.second, (*match_positions)[offset].second); 61 if (end > i->second) { 64 i->second = end; 76 if (start <= i->second && end > i->second) { 78 i->second = end; 80 } else if (end > i->second) { [all...] |
| /external/chromium_org/content/child/npapi/ |
| np_channel_base.cc | 82 channel = iter->second; 111 iter->second->Send(new IPC::Message(*message)); 147 channels.push_back(iter->second); 164 return iter->second; 271 iter->second = NULL; 286 if (npobj_iter->second) { 287 npobj_iter->second->GetChannelListener()->OnChannelError(); 293 if (iter->second.get() == this) { 318 if (iter->second.get() == this) { 320 (*GetChannelMap())[iter->first + "-error"] = iter->second; [all...] |
| /external/chromium_org/mojo/services/view_manager/ |
| root_node_manager.cc | 78 i->second->OnViewManagerServiceImplDestroyed(connection->id()); 98 return i == connection_map_.end() ? NULL : i->second; 105 return i == connection_map_.end() ? NULL : i->second->GetNode(id); 110 return i == connection_map_.end() ? NULL : i->second->GetView(id); 128 if (i->second->creator_id() == creator_id && i->second->url() == url) 129 return i->second; 152 i->second->ProcessNodeBoundsChanged(node, old_bounds, new_bounds, 162 i->second->ProcessNodeHierarchyChanged( 173 i->second->ProcessNodeReorder [all...] |
| /frameworks/base/media/mca/filterfw/native/core/ |
| gl_env.cpp | 50 eglDestroySurface(display(), it->second.first); 51 if (it->second.second) { 52 it->second.second->Destroy(); 53 delete it->second.second; 63 eglDestroyContext(display(), it->second); 234 if (surface_window_pair->second) { 235 surface_window_pair->second->Destroy() [all...] |
| /external/chromium_org/webkit/browser/appcache/ |
| appcache.cc | 56 if (!ret.second) 57 ret.first->second.add_types(entry.types()); 60 return ret.second; 66 cache_size_ -= found->second.response_size(); 72 return (it != entries_.end()) ? &(it->second) : NULL; 79 if (iter->second.response_id() == response_id) { 82 return &iter->second; 91 return found->second; 213 record.flags = iter->second.types(); 214 record.response_id = iter->second.response_id() [all...] |