Home
last modified time | relevance | path

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

/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp1100 int32_t goal = 0; in dumpAttributes() local
1103 goal += sizeof(uint32_t); // overall length, including the length field in dumpAttributes()
1104 goal += sizeof(uint32_t); // encoding version in dumpAttributes()
1105 goal += sizeof(uint32_t); // # properties in dumpAttributes()
1110 goal += sizeof(uint16_t); // name length in dumpAttributes()
1111 goal += strlen(prop->mName) + 1; // string + null in dumpAttributes()
1112 goal += sizeof(uint8_t); // type in dumpAttributes()
1113 goal += sizeof(uint16_t); // size of value in dumpAttributes()
1116 goal += sizeof(uint32_t); in dumpAttributes()
1119 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/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md9 language. In that vein, **interoperability with Objective-C is a non-goal of
12 library. The goal of the effort described here is to provide an API for protobuf
/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