OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_id
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/ios/
device_util_unittest.mm
53
std::string
other_id
= ios::device_util::GetDeviceIdentifier("ForTest");
54
EXPECT_NE(default_id,
other_id
);
/external/chromium_org/chrome/common/extensions/manifest_handlers/
shared_module_info.h
42
const std::string&
other_id
);
shared_module_info.cc
88
const std::string&
other_id
) {
91
if (info.imports_[i].extension_id ==
other_id
)
/external/chromium_org/chrome/common/metrics/variations/
variations_associated_data.cc
42
VariationID
other_id
= GetID(other_key, group_identifier);
local
43
DCHECK(
other_id
== EMPTY_ID ||
other_id
== id);
/external/chromium_org/base/test/
trace_event_analyzer.h
287
static Query OtherId() { return Query(
OTHER_ID
); }
318
return Query(
OTHER_ID
) == Query::String(id);
419
OTHER_ID
,
trace_event_analyzer_unittest.cc
153
Query
other_id
= Query::OtherIdIs(other.id);
local
180
EXPECT_TRUE(
other_id
.Evaluate(event));
trace_event_analyzer.cc
506
case
OTHER_ID
:
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc
146
int my_id = -1,
other_id
= -1;
local
148
other.args_->GetAsInteger(&
other_id
) &&
149
my_id ==
other_id
);
[
all
...]
Completed in 216 milliseconds