OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMap
(Results
1 - 12
of
12
) sorted by null
/external/libweave/src/
registration_status.cc
13
const EnumToStringMap<GcdState>::Map
kMap
[] = {
24
: EnumToStringMap(
kMap
) {}
component_manager_impl.cc
22
const EnumToStringMap<UserRole>::Map
kMap
[] = {
32
: EnumToStringMap(
kMap
) {}
/frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp
577
static const Map
kMap
[] = {
595
static const size_t kNumMapEntries = sizeof(
kMap
) / sizeof(
kMap
[0]);
601
if (meta->findCString(
kMap
[i].from, &value)) {
602
if (
kMap
[i].name) {
604
detector->addTag(
kMap
[i].name, value);
607
mMetaData.add(
kMap
[i].to, String8(value));
620
if (
kMap
[j].name && !strcmp(
kMap
[j].name, name)) {
621
mMetaData.add(
kMap
[j].to, String8(value))
[
all
...]
MP3Extractor.cpp
623
static const Map
kMap
[] = {
636
static const size_t kNumMapEntries = sizeof(
kMap
) / sizeof(
kMap
[0]);
639
ID3::Iterator *it = new ID3::Iterator(id3,
kMap
[i].tag1);
642
it = new ID3::Iterator(id3,
kMap
[i].tag2);
654
meta->setCString(
kMap
[i].key, s);
OggExtractor.cpp
[
all
...]
MPEG4Extractor.cpp
[
all
...]
/external/v8/test/mjsunit/es6/
array-from.js
63
var
kMap
= new Map(['foo', 'bar', 'baz'].entries());
64
assertArrayLikeEquals(Array.from.call(thisArg,
kMap
),
/art/runtime/gc/space/
large_object_space.h
36
kMap
,
/art/cmdline/
cmdline_parser_test.cc
616
EXPECT_KEY_VALUE(map, M::LargeObjectSpace, gc::space::LargeObjectSpaceType::
kMap
);
/art/runtime/
parsed_options.cc
212
{"map", gc::space::LargeObjectSpaceType::
kMap
}})
/art/runtime/gc/
heap.h
144
: space::LargeObjectSpaceType::
kMap
;
[
all
...]
heap.cc
497
} else if (large_object_space_type == space::LargeObjectSpaceType::
kMap
) {
[
all
...]
Completed in 267 milliseconds