OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second
(Results
1026 - 1050
of
5944
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/media/cast/transport/pacing/
paced_sender.cc
69
make_pair(PacketType_Normal, packets[i].
second
);
87
if (j != sent_time_.end() && now - j->
second
< dedupe_window) {
88
LogPacketEvent(packets[i].
second
->data, PACKET_RTX_REJECTED);
93
make_pair(PacketType_Resend, packets[i].
second
);
127
*packet_type = i->
second
.first;
129
PacketRef ret = i->
second
.
second
;
173
// out more data per
second
is unlikely to be helpful.
180
// grows. Otherwise we might get 100 warnings per
second
.
/external/chromium_org/mojo/common/
message_pump_mojo.cc
180
if (!i->
second
.deadline.is_null() && i->
second
.deadline < now &&
182
handlers_[i->first].id == i->
second
.id) {
183
i->
second
.handler->OnHandleError(i->first, MOJO_RESULT_DEADLINE_EXCEEDED);
223
wait_state.wait_signals.push_back(i->
second
.wait_signals);
233
if (min_time.is_null() && i->
second
.deadline < min_time)
234
min_time = i->
second
.deadline;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc
199
if (iter->
second
== "PERSISTENT") {
201
} else if (iter->
second
== "TEMPORARY") {
203
} else if (iter->
second
== "") {
206
LOG_ERROR("html5fs: unknown type: '%s'", iter->
second
.c_str());
210
expected_size = strtoull(iter->
second
.c_str(), NULL, 10);
212
PP_Resource resource = strtoull(iter->
second
.c_str(), NULL, 10);
219
prefix_ = iter->
second
;
/external/chromium_org/net/spdy/
spdy_http_utils.cc
37
status = it->
second
;
45
version = it->
second
;
60
std::string value = it->
second
;
173
url = it->
second
;
188
scheme = it->
second
;
191
host_port = it->
second
;
194
path = it->
second
;
spdy_session_pool.cc
147
it->
second
->net_log().source().ToEventParametersCallback());
148
return it->
second
;
168
const SpdySessionKey& alias_key = alias_it->
second
;
184
available_session_it->
second
;
267
const SpdySessionKey& session_key = it->
second
->spdy_session_key();
269
list->Append(it->
second
->GetInfoAsValue());
319
if (it->
second
.get() == session.get())
347
CHECK(result.
second
);
367
if (it->
second
.Equals(key)) {
/external/chromium_org/sync/engine/
non_blocking_type_processor.cc
112
ModelThreadSyncEntity* entity = it->
second
;
130
ModelThreadSyncEntity* entity = it->
second
;
151
if (it->
second
->RequiresCommitRequest()) {
153
it->
second
->InitializeCommitRequestData(&request);
155
it->
second
->SetCommitRequestInProgress();
180
it->
second
->ReceiveCommitResponse(response_data.id,
215
ModelThreadSyncEntity* entity = it->
second
;
/external/chromium_org/third_party/angle/src/compiler/translator/
SymbolTable.cpp
38
delete (*it).
second
;
48
return result.
second
;
62
return (*it).
second
;
75
if ((*it).
second
->isFunction())
77
TFunction *function = static_cast<TFunction*>((*it).
second
);
94
TSymbol *symbol = it->
second
;
235
prec = (*it).
second
;
/external/chromium_org/third_party/brotli/src/woff2/
normalize.cc
129
i.
second
.offset = offset;
130
offset += Round4(i.
second
.length);
156
checksum += i.
second
.tag;
157
checksum += i.
second
.checksum;
158
checksum += i.
second
.offset;
159
checksum += i.
second
.length;
179
Font::Table* table = &i.
second
;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.h
76
int compare(const NicId &first, const NicId &
second
) const {
77
if (first.ip ==
second
.ip) {
79
if (first.proxy_address ==
second
.proxy_address) {
82
return first.proxy_address <
second
.proxy_address? -1 : 1;
85
return first.ip <
second
.ip ? -1 : 1;
88
bool operator()(const NicId &first, const NicId &
second
) const {
89
return (compare(first,
second
) < 0);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder.cc
117
delete itr->
second
;
167
channel->UnregisterSendSink(itr->
second
->send_sink.get(), type);
168
channel->UnregisterRecvSink(itr->
second
->recv_sink.get(), type);
169
delete itr->
second
;
183
SinkPair* sink_pair = itr->
second
;
219
itr->
second
->send_sink->Flush();
220
itr->
second
->recv_sink->Flush();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
nack.cc
114
it->
second
.is_missing = true;
142
nack_list_.begin()->
second
.time_to_play_ms <= 10)
146
it->
second
.time_to_play_ms -= 10;
164
it->
second
.time_to_play_ms = TimeToPlay(it->
second
.estimated_timestamp);
220
if (it->
second
.is_missing &&
221
it->
second
.time_to_play_ms > round_trip_time_ms)
/external/chromium_org/webkit/common/database/
database_connections.cc
33
const DBConnections& origin_connections = origin_it->
second
;
66
const DBConnections& db_connections = origin_it->
second
;
70
db_it->
second
.first))
80
return connections_[origin_identifier][database_name].
second
;
88
connections_[origin_identifier][database_name].
second
= size;
97
const DBConnections& db_connections = origin_it->
second
;
112
DBConnections& db_connections = origin_iterator->
second
;
/external/lldb/source/Target/
ThreadPlanStepUntil.cpp
120
target_sp->RemoveBreakpointByID((*pos).
second
);
141
(*m_until_points.begin()).
second
);
149
s->Printf ("\n\t0x%" PRIx64 " (bp: %d)", (uint64_t) (*pos).first, (*pos).
second
);
166
if (!LLDB_BREAK_ID_IS_VALID ((*pos).
second
))
237
if (this_site->IsBreakpointAtThisSite ((*pos).
second
))
358
Breakpoint *until_bp = target_sp->GetBreakpointByID((*pos).
second
).get();
384
Breakpoint *until_bp = target_sp->GetBreakpointByID((*pos).
second
).get();
/external/llvm/include/llvm/Analysis/
CallGraph.h
30
/// There is a
second
external node added for calls that leave this module.
128
return I->
second
;
135
return I->
second
;
202
return CalledFunctions[i].
second
;
218
CalledFunctions.back().
second
->DropRef();
239
I->
second
->DropRef();
416
static CallGraphNode *CGNDeref(CGNPairTy P) { return P.
second
; }
447
static CallGraphNode &CGdereference(PairTy P) { return *P.
second
; }
/external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp
41
if (!Ranges.empty() && Ranges.back().
second
== nullptr &&
54
assert(!Ranges.empty() && Ranges.back().
second
== nullptr);
58
Ranges.back().
second
= &MI;
65
const auto &Ranges = I->
second
;
66
if (Ranges.empty() || Ranges.back().
second
!= nullptr)
81
auto &VarSet = I->
second
;
109
for (const auto &Var : I->
second
)
/external/srec/tools/grxmlcompile/
hashmap.cpp
55
if (!result.
second
) {
91
if (pos->
second
== value) {
109
*value= m_pPos->
second
;
123
*value= m_pPos->
second
;
133
*value = pos->
second
;
151
cout << pos->first <<" : " << pos->
second
<< std::endl;
162
outfile << pos->first << " " << pos->
second
<< std::endl;
/frameworks/volley/tests/src/com/android/volley/toolbox/
DiskBasedCacheTest.java
46
CacheHeader
second
= CacheHeader.readHeader(bais);
local
48
assertEquals(first.key,
second
.key);
49
assertEquals(first.serverDate,
second
.serverDate);
50
assertEquals(first.ttl,
second
.ttl);
51
assertEquals(first.softTtl,
second
.softTtl);
52
assertEquals(first.etag,
second
.etag);
53
assertEquals(first.responseHeaders,
second
.responseHeaders);
108
twoThings.put("
second
", "item");
/art/runtime/jdwp/
object_registry.cc
101
ObjectRegistryEntry* entry = it->
second
;
119
const ObjectRegistryEntry* entry = pair.
second
;
139
ObjectRegistryEntry& entry = *it->
second
;
151
ObjectRegistryEntry& entry = *it->
second
;
160
Promote(*it->
second
);
168
Demote(*it->
second
);
198
ObjectRegistryEntry& entry = *it->
second
;
214
ObjectRegistryEntry* entry = it->
second
;
223
if (entry == it->
second
) {
/external/chromium_org/chrome/browser/extensions/api/storage/
sync_storage_backend.cc
66
return maybe_storage->
second
.get();
103
maybe_storage->
second
->Clear();
205
error = it->
second
->StartSyncing(
206
*maybe_sync_data->
second
,
211
error = it->
second
->StartSyncing(
215
it->
second
->StopSyncing();
225
GetOrCreateStorageWithSyncData(it->first, *it->
second
);
254
syncer::SyncError error = storage->ProcessSyncChanges(it->
second
);
272
it->
second
->StopSyncing();
/external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc
286
if (i->
second
->path == plugin_path) {
287
if (i->
second
->infobar)
288
infobar_service->RemoveInfoBar(i->
second
->infobar);
308
if (found->
second
->infobar)
309
infobar_service->RemoveInfoBar(found->
second
->infobar);
333
PluginState* state = i->
second
.get();
394
CloseBar(found->
second
.get());
402
DCHECK(!found->
second
->infobar);
403
ShowBar(child_id, found->
second
.get());
/external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.cc
173
if (!SavePrintJob(current_job->
second
.data.content,
174
current_job->
second
.ticket,
177
current_job->
second
.data.job_name, file_extension)) {
196
static_cast<int>((draft->
second
.expiration - Time::Now()).InSeconds());
202
info_out->state = job->
second
.state;
232
create_time_exploded.
second
);
264
job->
second
.state = state;
271
job->
second
.expiration =
288
jobs[id] = LocalPrintJobExtended(job, draft->
second
.ticket);
/external/chromium_org/components/autofill/core/browser/
autofill_download.cc
215
data.
second
= query_data;
229
*query_data = it->
second
;
262
std::string request_type(RequestTypeToString(it->
second
.request_type));
268
CHECK(it->
second
.form_signatures.size());
290
if (it->
second
.request_type == AutofillDownloadManager::REQUEST_QUERY) {
300
observer_->OnServerRequestError(it->
second
.form_signatures[0],
301
it->
second
.request_type,
308
if (it->
second
.request_type == AutofillDownloadManager::REQUEST_QUERY) {
309
CacheQueryRequest(it->
second
.form_signatures, response_body);
/external/chromium_org/third_party/webrtc/video/
call.cc
218
if (it->
second
== static_cast<VideoSendStream*>(send_stream)) {
219
send_stream_impl = it->
second
;
252
receive_ssrcs_[it->
second
.ssrc] = receive_stream;
269
if (it->
second
== static_cast<VideoReceiveStream*>(receive_stream)) {
271
receive_stream_impl == it->
second
);
272
receive_stream_impl = it->
second
;
307
if (it->
second
->DeliverRtcp(packet, length))
318
if (it->
second
->DeliverRtcp(packet, length))
335
return it->
second
->DeliverRtp(static_cast<const uint8_t*>(packet), length)
/external/clang/lib/ARCMigrate/
FileRemapper.cpp
34
resetTarget(I->
second
);
107
remap(pairs[i].first, pairs[i].
second
);
140
if (const FileEntry *FE = I->
second
.dyn_cast<const FileEntry *>()) {
154
llvm::MemoryBuffer *mem = I->
second
.get<llvm::MemoryBuffer *>();
175
assert(I->
second
.is<llvm::MemoryBuffer *>());
187
llvm::MemoryBuffer *mem = I->
second
.get<llvm::MemoryBuffer *>();
199
if (const FileEntry *FE = I->
second
.dyn_cast<const FileEntry *>()) {
202
llvm::MemoryBuffer *mem = I->
second
.get<llvm::MemoryBuffer *>();
236
file = I->
second
;
/external/llvm/lib/IR/
DebugLoc.cpp
45
return Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].
second
.get();
70
IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].
second
.get();
280
assert((this == &Entry.first || this == &Entry.
second
) &&
284
MDNode *OldInlinedAt = Entry.
second
.get();
296
Entry.first.Idx = Entry.
second
.Idx = 0;
334
assert((this == &Entry.first || this == &Entry.
second
) &&
338
MDNode *OldInlinedAt = Entry.
second
.get();
351
Entry.
second
.get(), Idx);
356
Entry.first.Idx = Entry.
second
.Idx = 0;
Completed in 1469 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>