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

<<61626364656667686970>>

  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.cc 125 DOMStorageArea* area = it->second.area_->ShallowCopy(
201 if (it->second.area_->HasUncommittedChanges()) {
208 if (it->second.open_count_ == 0) {
209 it->second.area_->Shutdown();
217 it->second.area_->PurgeMemory();
227 it->second.area_->Shutdown();
235 if (it->second.area_->IsLoadedInMemory())
246 return &(found->second);
  /external/chromium_org/content/child/
worker_task_runner.cc 54 return found->second.postTask(new RunClosureTask(closure));
61 it->second.postTask(new RunClosureTask(closure));
  /external/chromium_org/media/cast/framer/
framer.cc 58 it->second->InsertPacket(payload_data, payload_size, rtp_header);
96 return it->second->AssembleEncodedFrame(frame);
  /external/chromium_org/mojo/public/cpp/bindings/lib/
router.cc 71 delete i->second;
123 MessageReceiver* responder = it->second;
  /external/chromium_org/ppapi/shared_impl/
dictionary_var.cc 42 if (PpapiGlobals::Get()->GetVarTracker()->AddRefVar(iter->second.get()))
43 return iter->second.get();
  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.cc 111 policy_id = process->second;
117 return &policies_.find(policy_id)->second;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableCell.cpp 109 rowRange.second = renderCell->rowSpan();
136 columnRange.second = renderCell->colSpan();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableColorTest.cpp 76 RefPtrWillBeRawPtr<AnimatableColor> second = AnimatableColor::create(AnimatableColorImpl(Color(0xFF506070)), AnimatableColorImpl(Color(0xFF000000))); local
77 EXPECT_NEAR(13.0 / 255, AnimatableValue::distance(first.get(), second.get()), 0.00000001);
  /external/chromium_org/third_party/WebKit/Source/core/css/
TreeBoundaryCrossingRules.cpp 89 RuleSet* ruleSet = it->second.get();
106 features.add(it->second->features());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 222 oldMap[i].second = 0;
227 newMap[i].second = 0;
233 oldMap[i].second = i;
235 newMap[i].second = i;
241 oldMap[oldIndex].second = newIndex;
243 newMap[newIndex].second = oldIndex;
274 size_t j = newMap[i].second + 1;
282 if (!newMap[i].first || newMap[i - 1].first || newMap[i].second <= 0)
285 size_t j = newMap[i].second - 1;
304 ResultMap& newMap = resultMaps.second;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.cpp 87 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)
101 if (second->m_axis == Step::ChildAxis && second->predicatesAreContextListInsensitive()) {
103 first->nodeTest() = Step::NodeTest(second->nodeTest().kind(), second->nodeTest().data(), second->nodeTest().namespaceURI());
104 swap(second->nodeTest().mergedPredicates(), first->nodeTest().mergedPredicates());
105 swap(second->m_predicates, first->m_predicates);
  /external/chromium_org/third_party/icu/source/common/unicode/
unorm2.h 216 * Appends the normalized form of the second string to the first string
219 * The first and second strings must be different buffers.
224 * @param second string, will be normalized
236 const UChar *second, int32_t secondLength,
239 * Appends the second string to the first string
242 * The first and second strings must be different buffers.
247 * @param second string, should be normalized
259 const UChar *second, int32_t secondLength,
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
ondemand_supply_task.cc 116 if (!result.second) { // There was already an entry with this ID.
120 hierarchy_.rule[depth] = result.first->second;
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 369 *value = it->second;
670 return bindings_->insert(entry).second ? 0 : -1;
700 return (bindings_->end() != it) ? it->second : NULL;
735 return (connections_->end() != it) ? it->second : NULL;
939 std::cout << (*f)[i].first << '\t' << (*f)[i].second << std::endl;
940 sum += (*f)[i].second;
946 double dev = (*f)[i].second - mean;
1005 double delay = (*delay_dist_)[index].second;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 355 it->second->SetLocalIdentity(identity_);
356 SetChannelDestination(it->first, it->second);
363 it->second->SetWritable(writable);
404 return (it != channels_.end()) ? it->second : NULL;
460 static_cast<FakeTransport*>(it->second->impl())->SetDestination(
485 static_cast<FakeTransport*>(it->second->impl())->set_identity
498 it->second->CompleteNegotiation();
499 it->second->ConnectChannels();
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.cc 352 *value = it->second;
653 return bindings_->insert(entry).second ? 0 : -1;
683 return (bindings_->end() != it) ? it->second : NULL;
718 return (connections_->end() != it) ? it->second : NULL;
922 std::cout << (*f)[i].first << '\t' << (*f)[i].second << std::endl;
923 sum += (*f)[i].second;
929 double dev = (*f)[i].second - mean;
988 double delay = (*delay_dist_)[index].second;
1011 double avgy = ((*f)[i + 1].second + (*f)[i].second) / 2
    [all...]
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 39 // Calculate send rate in bytes/second.
44 // Convert to bits/second.
134 // Note that by remembering the bitrate over the last second one can
135 // rampup up one second faster than if only allowed to start ramping
136 // at 8% per second rate now. E.g.:
140 // take over one second since the lower packet loss to achieve 108kbps.
142 min_bitrate_history_.front().second * 1.08 + 0.5);
191 bitrate_ <= min_bitrate_history_.back().second) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtlib.asm 13 ;; ebp+8 = first paramater, ebp+12 = second
  /external/chromium_org/ui/base/clipboard/
custom_data_helper.cc 108 if (!pickle.ReadString16(&iter, &insert_result.first->second)) {
125 pickle->WriteString16(it->second);
  /external/chromium_org/ui/events/platform/
platform_event_source_unittest.cc 35 PlatformEventDispatcher* second) {
37 PlatformEventSource::GetInstance()->RemovePlatformEventDispatcher(second);
200 TestPlatformEventDispatcher second(23, &list_dispatcher);
311 // Install a second overriding dispatcher.
324 // First the observer, then the second overriding dispatcher, then the default
363 RunCallbackDuringDispatch second(15, &list);
367 second.set_callback(base::Bind(&RemoveDispatcher, base::Unretained(&third)));
371 // |second| removes |third| from the dispatcher list during dispatch. So the
372 // event should only reach |first|, |second|, and |fourth|.
384 RunCallbackDuringDispatch second(15, &list)
    [all...]
  /external/chromium_org/ui/gfx/geometry/
r_tree.h 99 Record* existing_record = it->second;
145 Record* record = it->second;
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 30 /// the first range is from I0 to I1, the second from I1 to I2, the third from
76 I->second = Val.second;
  /external/clang/test/CodeGenCXX/
constructor-init.cpp 185 X second[4]; member in struct:PR10720::pair2
225 int second[4]; member in struct:PR10720::pair
  /external/deqp/framework/delibs/decpp/
deSTLUtil.hpp 83 return &it->second;
114 return ret.second;
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 557 static EIGEN_STRONG_INLINE void run(Packet4f& first, const Packet4f& second)
560 first = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(second), _mm_castps_si128(first), Offset*4));
567 static EIGEN_STRONG_INLINE void run(Packet4i& first, const Packet4i& second)
570 first = _mm_alignr_epi8(second,first, Offset*4);
577 static EIGEN_STRONG_INLINE void run(Packet2d& first, const Packet2d& second)
580 first = _mm_castsi128_pd(_mm_alignr_epi8(_mm_castpd_si128(second), _mm_castpd_si128(first), 8));
588 static EIGEN_STRONG_INLINE void run(Packet4f& first, const Packet4f& second)
592 first = _mm_move_ss(first,second);
598 first = _mm_movelh_ps(first,second);
602 first = _mm_move_ss(first,second);
    [all...]

Completed in 2238 milliseconds

<<61626364656667686970>>