| /external/chromium_org/net/websockets/ |
| websocket_inflater.cc | 130 if (!tail.second) 134 stream_->avail_out = tail.second; 136 output_buffer_.AdvanceTail(tail.second - stream_->avail_out); 140 } else if (tail.second == stream_->avail_out) { 155 result = InflateWithFlush(top.first, top.second); 156 input_queue_.Consume(top.second - stream_->avail_in);
|
| /external/chromium_org/third_party/re2/util/ |
| sparse_array.h | 246 IndexValue(int index, const Value& value) : second(value), index_(index) {} 249 Value value() const { return second; } 251 // Provide the data in the 'second' member so that the utilities 253 Value second; member in class:re2::SparseArray::IndexValue 329 p = make_pair(set_new(new_value.index_, new_value.second), true); 363 dense_[sparse_to_dense_[i]].second = v; 386 return dense_[sparse_to_dense_[i]].second;
|
| /external/chromium_org/third_party/webrtc/system_wrappers/source/ |
| data_log.cc | 114 delete it->second; 234 if (column_it->second > 1) { 236 column_it->second); 237 for (int i = 1; i < column_it->second; ++i) 335 delete static_cast<LogTable*>(it->second); 430 it->second->Flush();
|
| /external/chromium_org/ui/accessibility/ |
| ax_node_data.cc | 129 std::string value = IntToString(int_attributes[i].second); 207 switch (int_attributes[i].second) { 229 std::string value = string_attributes[i].second; 294 std::string value = DoubleToString(float_attributes[i].second); 314 std::string value = bool_attributes[i].second ? "true" : "false"; 352 const std::vector<int32>& values = intlist_attributes[i].second;
|
| /external/chromium_org/webkit/browser/fileapi/ |
| external_mount_points.cc | 129 Instance* instance = found->second; 132 delete found->second; 144 *path = found->second->path(); 184 const Instance* instance = found_instance->second; 217 mount_points->push_back(MountPointInfo(iter->first, iter->second->path())); 233 *virtual_path = CreateVirtualRootPath(iter->second);
|
| /external/clang/tools/arcmt-test/ |
| arcmt-test.cpp | 143 OS << RB.second->getBuffer(); 273 sys::fs::exists(It->second, exists); 275 errs() << "error: '" << It->second << "' does not exist\n"; 284 if (!filesCompareEqual(It->second, inputResultFname)) { 285 errs() << "error: '" << It->second << "' is different than " 296 errs() << "error: '" << I->second << "' was not verified!\n";
|
| /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
| Predicates.java | 123 Predicate<? super T> second) { 125 checkNotNull(first), checkNotNull(second))); 162 Predicate<? super T> first, Predicate<? super T> second) { 164 checkNotNull(first), checkNotNull(second))); 433 Predicate<? super T> first, Predicate<? super T> second) { 434 return Arrays.<Predicate<? super T>>asList(first, second);
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| EscapingEvaluator.java | 201 private JavaExpression or(JavaExpression first, JavaExpression second) { 204 second); 212 return second; 215 if (second instanceof BooleanLiteralExpression) { 216 BooleanLiteralExpression expr = (BooleanLiteralExpression) second; 223 return JavaExpression.infix(JavaExpression.Type.BOOLEAN, "||", first, second);
|
| /external/lldb/source/Commands/ |
| CommandObjectMultiword.cpp | 59 return_cmd_sp = pos->second; 77 return_cmd_sp = pos->second; 201 if (pos->second->WantsRawCommandString ()) 203 std::string help_text (pos->second->GetHelp()); 215 pos->second->GetHelp(), 321 CommandObject *sub_cmd_obj = pos->second.get();
|
| /external/llvm/lib/CodeGen/ |
| GlobalMerge.cpp | 333 if (I->second.size() > 1) 334 Changed |= doMerge(I->second, M, false, I->first); 338 if (I->second.size() > 1) 339 Changed |= doMerge(I->second, M, false, I->first); 344 if (I->second.size() > 1) 345 Changed |= doMerge(I->second, M, true, I->first);
|
| InlineSpiller.cpp | 357 SVI->second.Deps.push_back(VNI); 361 if (!SVI->second.hasDef()) 370 TinyPtrVector<VNInfo*> *Deps = VNI ? &FirstDeps : &SVI->second.Deps; 373 SibValueInfo &SV = SVI->second; 391 SibValueInfo &DepSV = DepSVI->second; 500 << UseVNI->id << '@' << UseVNI->def << ' ' << SVI->second); 501 return SVI->second.DefMI; 528 SVI->second.DefByOrigPHI = true; 529 SVI->second.AllDefsAreReloads = false; 578 SVI->second.Deps.push_back(PHIs[pi]) [all...] |
| LiveRangeCalc.cpp | 309 if (IDomValue.first && !IDomValue.second) 310 LiveOut[IDom->getBlock()].second = IDomValue.second = 320 if (!Value.second) 321 Value.second = 327 if (DomTree->dominates(IDom, Value.second)) {
|
| MachineCopyPropagation.cpp | 72 const DestList& Defs = SI->second; 161 MachineInstr *CopyMI = CI->second; 166 // hasn't been overridden, eliminate the second one. e.g. 197 DEBUG(dbgs() << "MCP: Copy is no longer dead: "; CI->second->dump()); 198 MaybeDeadCopies.remove(CI->second); 265 DEBUG(dbgs() << "MCP: Copy is used - not dead: "; CI->second->dump()); 266 MaybeDeadCopies.remove(CI->second);
|
| /external/regex-re2/util/ |
| sparse_array.h | 245 IndexValue(int index, const Value& value) : second(value), index_(index) {} 248 Value value() const { return second; } 250 // Provide the data in the 'second' member so that the utilities 252 Value second; member in class:re2::SparseArray::IndexValue 328 p = make_pair(set_new(new_value.index_, new_value.second), true); 362 dense_[sparse_to_dense_[i]].second = v; 385 return dense_[sparse_to_dense_[i]].second;
|
| /external/webrtc/src/system_wrappers/source/ |
| data_log.cc | 114 delete it->second; 234 if (column_it->second > 1) { 236 column_it->second); 237 for (int i = 1; i < column_it->second; ++i) 335 delete static_cast<LogTable*>(it->second); 430 it->second->Flush();
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| throw_allocator.h | 375 if (found_it->second.second != size) 393 if (it->second.first == label) 435 unsigned long l = static_cast<unsigned long>(ref.second.first); 440 l = static_cast<unsigned long>(ref.second.second);
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| throw_allocator.h | 375 if (found_it->second.second != size) 393 if (it->second.first == label) 435 unsigned long l = static_cast<unsigned long>(ref.second.first); 440 l = static_cast<unsigned long>(ref.second.second);
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| throw_allocator.h | 375 if (found_it->second.second != size) 393 if (it->second.first == label) 435 unsigned long l = static_cast<unsigned long>(ref.second.first); 440 l = static_cast<unsigned long>(ref.second.second);
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
| throw_allocator.h | 375 if (found_it->second.second != size) 393 if (it->second.first == label) 435 unsigned long l = static_cast<unsigned long>(ref.second.first); 440 l = static_cast<unsigned long>(ref.second.second);
|
| /external/ceres-solver/internal/ceres/ |
| visibility.cc | 141 const int camera2 = it->first.second; 144 const int count = it->second;
|
| /external/chromium_org/android_webview/browser/ |
| aw_form_database_service.cc | 122 *(it->second.result) = has_form_data; 123 it->second.completion->Signal();
|
| /external/chromium_org/apps/app_shim/ |
| app_shim_handler_mac.cc | 45 return it->second; 52 handlers_.insert(HandlerMap::value_type(app_mode_id, handler)).second :
|
| /external/chromium_org/ash/wm/workspace/ |
| magnetism_matcher.h | 114 return r2.first < r1.second && r2.second > r1.first;
|
| /external/chromium_org/cc/resources/ |
| picture_pile_unittest.cc | 96 pile_->picture_map().find(TestPicturePile::PictureMapKey(0, 0))->second; 120 pile_->picture_map().find(TestPicturePile::PictureMapKey(0, 0))->second; 168 ->second; 204 ->second; 220 ->second; 254 ->second; 321 ->second.GetPicture()); 324 ->second.GetPicture());
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| file_watcher.cc | 67 --it->second; 68 if (it->second == 0)
|