Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp1110 int32_t goal = 0; in dumpAttributes() local
1113 goal += sizeof(uint32_t); // overall length, including the length field in dumpAttributes()
1114 goal += sizeof(uint32_t); // encoding version in dumpAttributes()
1115 goal += sizeof(uint32_t); // # properties in dumpAttributes()
1120 goal += sizeof(uint16_t); // name length in dumpAttributes()
1121 goal += strlen(prop->mName) + 1; // string + null in dumpAttributes()
1122 goal += sizeof(uint8_t); // type in dumpAttributes()
1123 goal += sizeof(uint16_t); // size of value in dumpAttributes()
1126 goal += sizeof(uint32_t); in dumpAttributes()
1129 goal += sizeof(uint64_t); in dumpAttributes()
[all …]
/frameworks/layoutlib/
DREADME2 The goal of the library is to provide layout rendering in Eclipse that are very very close to their…
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md25 The goal is to look for bright spots in the luminosity average over a period of
/frameworks/base/packages/SystemUI/
DREADME.md34 goal is to minimize communication between them. So in general they should be
/frameworks/layoutlib/create/
DREADME.txt61 The goal of the analyzer is to create a graph of all the classes from the input JAR with their