| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
| set.h | 195 __res.second); 213 __res.second); 224 __res.second); 339 iterator(__res.second)); 351 const_iterator(__res.second));
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
| set.h | 216 __res.second); 234 __res.second); 245 __res.second); 363 iterator(__res.second)); 375 const_iterator(__res.second));
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
| tokenize.py | 169 The second parameter, tokeneater, must also be a callable object. It is 314 second = read_or_stop() 315 if not second: 318 encoding = find_cookie(second) 320 return encoding, [first, second] 322 return default, [first, second]
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
| tokenize.py | 169 The second parameter, tokeneater, must also be a callable object. It is 314 second = read_or_stop() 315 if not second: 318 encoding = find_cookie(second) 320 return encoding, [first, second] 322 return default, [first, second]
|
| /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/ |
| hamcrest-library-1.3.jar | |
| /system/keymaster/ |
| ocb.c | [all...] |
| /external/chromium_org/base/ |
| values.cc | 74 bool operator ()(const Value* second) const { 75 return first_->Equals(second); 385 DCHECK((current_entry == dictionary_.end()) || current_entry->second); 392 delete dict_iterator->second; 451 if (!ins_res.second) { 452 DCHECK_NE(ins_res.first->second, in_value); // This would be bogus 453 delete ins_res.first->second; 454 ins_res.first->second = in_value; 635 const Value* entry = entry_iterator->second; 764 Value* entry = entry_iterator->second; [all...] |
| /external/chromium_org/chrome/browser/custom_handlers/ |
| protocol_handler_registry.cc | 39 return p->second; 460 ProtocolHandler handler = p->second; 497 return p->second; 510 if (!p->second.empty()) 615 if (erase_success && q != default_handlers_.end() && q->second == handler) { 624 q->second.protocol())); 729 ProtocolHandlerList& list = p->second; 758 return &p->second; 784 p->second.push_back(handler); 799 for (ProtocolHandlerList::iterator j = i->second.begin() [all...] |
| /external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
| web_navigation_api.cc | 213 WebNavigationTabObserver::Get(iter->second.source_web_contents); 222 iter->second.source_frame_id, 223 iter->second.source_web_contents->GetRenderViewHost()); 226 iter->second.source_web_contents, 227 iter->second.target_web_contents->GetBrowserContext(), 228 iter->second.source_frame_id, 229 iter->second.source_frame_is_main_frame, 230 iter->second.target_web_contents, 231 iter->second.target_url); 240 if (i->second.source_web_contents == tab [all...] |
| /external/chromium_org/google_apis/gcm/engine/ |
| mcs_client.cc | 238 if (HasTTLExpired(*iter->second, clock_)) { 240 NotifyMessageSendStatus(*iter->second, TTL_EXCEEDED); 244 ordered_messages[timestamp] = iter->second.release(); 260 packet_info->protobuf.reset(iter->second); 261 packet_info->tag = GetMCSProtoTag(*iter->second); 382 restored_unackeds_server_ids_.push_back(iter->second); 392 iter->second.begin(), 393 iter->second.end()); 532 persistent_id_list.push_back(iter->second); 851 iter->second.begin() [all...] |
| /external/chromium_org/ui/display/chromeos/ |
| display_configurator.cc | 238 all_desired |= request_it->second; 242 all_desired = request_it->second; 291 for (ContentProtections::const_iterator it2 = it->second.begin(); 292 it2 != it->second.end(); 294 protections[it2->first] |= it2->second; 351 if (it->second.find(display_id) != it->second.end()) 352 requested_mask = it->second[display_id]; 372 for (ContentProtections::const_iterator it2 = it->second.begin(); 373 it2 != it->second.end() [all...] |
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyld.cpp | 377 uint64_t Size = it->second.first; 378 uint64_t Align = it->second.second; 491 SectionID = i->second; 515 RECopy.Addend += Loc->second.second; 516 Relocations[Loc->second.first].push_back(RECopy); 635 RelocationList &Relocs = i->second; 654 SymbolLoc SymLoc = Loc->second; 655 Addr = getSectionLoadAddress(SymLoc.first) + SymLoc.second; [all...] |
| /external/llvm/lib/Target/R600/ |
| R600ControlFlowFinalizer.cpp | 354 int64_t Imm = Srcs[i].second; 439 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) { 440 BB->splice(InsertPos, BB, Clause.second[i]); 442 CfCount += 2 * Clause.second.size(); 453 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) { 454 BB->splice(InsertPos, BB, Clause.second[i]); 456 CfCount += Clause.second.size(); 544 Pair.second.insert(MIb); 555 CounterPropagateAddr(Pair.second, CfCount); 615 LoopStack.back().second.insert(MIb) [all...] |
| /external/ceres-solver/internal/ceres/ |
| covariance_impl.cc | 288 constant_parameter_blocks_.count(block_pair.second) > 0) { 293 int index2 = FindOrDie(parameter_block_to_row_index_, block_pair.second); 295 const int size2 = problem->ParameterBlockLocalSize(block_pair.second); 300 covariance_blocks.push_back(make_pair(block_pair.second, 344 int row_begin = it->second; 356 num_columns += problem->ParameterBlockLocalSize(block_pair.second); 363 const double* col_block = covariance_blocks[i + c].second;
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_cache.cc | 462 if (!it->second.is_dirty && 463 it->second.md5 == util::GetMd5Digest(current)) { 484 if (it != recovered_cache_info.end() && !it->second.title.empty()) { 486 dest_base_name = base::FilePath::FromUTF8Unsafe(it->second.title); 590 DCHECK_LT(0, it->second); 591 --it->second; 592 if (it->second == 0)
|
| /external/chromium_org/chrome/browser/content_settings/ |
| host_content_settings_map.cc | 195 GetDefaultContentSettingFromProvider(content_type, provider->second); 237 AddSettingsForOneType(provider->second, 244 AddSettingsForOneType(provider->second, 283 if (provider->second->SetWebsiteSetting(primary_pattern, 342 provider->second->ClearAllContentSettingsRules(content_type); 446 it->second->ShutdownOnUIThread(); 611 provider->second, primary_url, secondary_url, content_type,
|
| /external/chromium_org/content/browser/webui/ |
| url_data_manager_backend.cc | 511 i->second->backend_ = NULL; 535 i->second->backend_ = NULL; 545 if (i->second == job) 632 return i->second.get(); 638 return i->second.get(); 672 if (i->second == job) { 684 URLRequestChromeJob* job(i->second);
|
| /external/chromium_org/media/formats/mp2t/ |
| mp2t_stream_parser.cc | 201 PidState* pid_state = it->second; 277 if (!it->second->PushTsPacket(*ts_packet)) 302 PidState* pid_state = it->second; 382 PidState* pid_state = it->second; 394 lowest_audio_pid->second->Enable(); 399 lowest_video_pid->second->Enable(); 405 PidState* pid_state = it->second;
|
| /external/chromium_org/net/quic/ |
| quic_session.cc | 240 it->second->OnConnectionClosed(error, from_peer); 409 QuicDataStream* stream = it->second; 416 closed_streams_.push_back(it->second); 446 uint64 offset_diff = final_byte_offset - it->second; 517 it->second->flow_controller()->UpdateSendWindowOffset(new_window); 610 return it->second; 747 it->second->flow_controller()->Disable();
|
| /external/chromium_org/third_party/WebKit/Source/platform/ |
| DateComponents.cpp | 163 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int second, int millisecond) 176 return !hour && !minute && !second && !millisecond; 281 // Parses a timezone part, and adjust year, month, monthDay, hour, minute, second, millisecond. 415 int second = 0; local 417 // Optional second part. 420 if (toInt(src, index + 1, 2, second) && second >= 0 && second <= 59) { 423 // Optional fractional second part. 446 m_second = second; [all...] |
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| DateMath.cpp | 466 static inline double ymdhmsToSeconds(int year, long mon, long day, long hour, long minute, double second) 473 return ((days * hoursPerDay + hour) * minutesPerHour + minute) * secondsPerMinute + second; 684 long second = 0; local 734 if (!parseLong(dateString, &newPosStr, 10, &second)) 738 if (second < 0 || second > 59) 836 return ymdhmsToSeconds(year, month + 1, day, hour, minute, second) * msPerSecond;
|
| /external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
| font.cc | 190 if (table->second == false) 248 if (!table_builder->second->ReadyToBuild()) 354 builder.Attach(GetTableBuilder(record->first.p_, record->second.p_)); 377 if (builder->second && builder->second->ReadyToBuild()) { 378 table.Attach(down_cast<Table*>(builder->second->Build())); 399 return target->second.p_;
|
| /external/chromium_org/tools/gn/ |
| functions.cc | 126 " optional second argument is provided, that string will be printed\n" 164 // break if you do "assert(\nfoo && bar)" and we may show the second line 713 if (found_function->second.self_evaluating_args_runner) { 714 return found_function->second.self_evaluating_args_runner( 723 if (found_function->second.generic_block_runner) { 728 return found_function->second.generic_block_runner( 732 if (found_function->second.executed_block_runner) { 742 return found_function->second.executed_block_runner( 747 return found_function->second.no_block_runner(scope, function,
|
| /external/clang/lib/Rewrite/Core/ |
| Rewriter.cpp | 147 const RewriteBuffer &RB = I->second; 199 const RewriteBuffer &RB = I->second; 221 return V.second; 231 return I->second; 235 I->second.Initialize(MB.begin(), MB.end()); 237 return I->second; 491 I->second.write(File.getStream());
|
| /external/llvm/lib/CodeGen/ |
| CriticalAntiDepBreaker.cpp | 168 // instruction which may not be executed. The second R6 def may or may not 215 // def register but not the second (see PR20020 for details). 359 MachineOperand *RefOper = I->second; 652 if (unsigned NewReg = findSuitableFreeRegister(Range.first, Range.second, 664 Q = Range.first, QE = Range.second; Q != QE; ++Q) { 665 Q->second->setReg(NewReg); 669 const SUnit *SU = MISUnitMap[Q->second->getParent()]; 673 if (DVI->second == Q->second->getParent())
|