OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasListItem
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/devtools/
renderer_overrides_handler_browsertest.cc
43
bool
HasListItem
(const std::string& path_to_list,
93
EXPECT_TRUE(
HasListItem
("usage.temporary", "id", "appcache"));
94
EXPECT_TRUE(
HasListItem
("usage.temporary", "id", "database"));
95
EXPECT_TRUE(
HasListItem
("usage.temporary", "id", "indexeddatabase"));
96
EXPECT_TRUE(
HasListItem
("usage.temporary", "id", "filesystem"));
97
EXPECT_TRUE(
HasListItem
("usage.persistent", "id", "filesystem"));
/external/chromium_org/v8/src/
cpu.cc
229
static bool
HasListItem
(const char* list, const char* item) {
383
if (
HasListItem
(processor, "(v6l)")) {
403
has_idiva_ =
HasListItem
(features, "idiva");
404
has_neon_ =
HasListItem
(features, "neon");
405
has_thumbee_ =
HasListItem
(features, "thumbee");
406
has_vfp_ =
HasListItem
(features, "vfp");
407
if (
HasListItem
(features, "vfpv3")) {
410
} else if (
HasListItem
(features, "vfpv3d16")) {
449
has_fpu_ =
HasListItem
(cpu_model, "FPU");
Completed in 154 milliseconds