Searched defs:values (Results 1 - 22 of 22) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
H A DDwarfLocation.h38 uint64_t values[2]; member in struct:unwindstack::DwarfLocation
/system/extras/perfprofd/
H A Dconfigreader.h60 typedef struct { unsigned minv, maxv; } values; typedef in class:ConfigReader
61 std::map<std::string, values> u_info;
/system/core/libunwindstack/tests/
H A DMemoryFake.h55 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { argument
56 SetMemory(addr, values.data(), values.size());
/system/tools/hidl/
H A DAnnotation.cpp28 std::vector<std::string> *values)
29 : mName(name), mValues(values) {}
32 std::vector<ConstantExpression *> *values)
35 for(ConstantExpression *ce : *values) {
49 CHECK_EQ(mValues->size(), 1u) << mName << " requires one values but has multiple";
119 const std::vector<std::string> *values = param->getValues(); local
120 if (values->size() > 1) {
124 out << StringHelper::JoinStrings(*values, ", ");
126 if (values->size() > 1) {
27 AnnotationParam(const std::string &name, std::vector<std::string> *values) argument
31 AnnotationParam(const std::string &name, std::vector<ConstantExpression *> *values) argument
H A DEnumType.cpp39 const std::vector<EnumValue *> &EnumType::values() const { function in class:android::EnumType
51 if(!type->values().empty()) {
52 prev = type->values().back();
111 for(EnumValue *v : type->values()) {
172 for (const auto &entry : type->values()) {
176 CHECK(!value.empty()); // use autofilled values for c++.
305 for (EnumValue *value : values()) {
334 for (EnumValue *value : values()) {
369 for (const auto &entry : type->values()) {
378 CHECK(!value.empty()); // use autofilled values fo
[all...]
/system/nvram/hal/tests/
H A Dnvram_hal_test.cc51 // Returns true if |target| contains all of |values|.
53 bool ContainsAll(const std::vector<T>& values, argument
55 return std::all_of(values.begin(), values.end(),
73 << "Do not lock spaces with unknown authorization values.";
/system/core/adf/libadfhwc/
H A Dadfhwc.cpp146 uint32_t config, const uint32_t *attributes, int32_t *values)
162 values[i] = adf_display_attribute(data, dev->display_configs[config],
197 uint32_t config, const uint32_t *attributes, int32_t *values)
213 values[i] = adf_display_attribute_hwc2(data,
145 adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
196 adf_getDisplayAttributes_hwc2(struct adf_hwc_helper *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
/system/core/libutils/tests/
H A DLruCache_test.cpp144 void assertInstanceCount(ssize_t keys, ssize_t values) { argument
145 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
146 FAIL() << "Expected " << keys << " keys and " << values << " values "
148 << ComplexValue::instanceCount << " values";
/system/extras/tests/memtest/
H A Dbandwidth.cpp67 arg_t *values) {
80 (*values)[name].int_value = strtol(argv[++i], NULL, 0);
82 (*values)[name].char_value = argv[++i];
92 BandwidthBenchmark *createBandwidthBenchmarkObject(arg_t values) { argument
95 const char *name = values["type"].char_value;
97 if (values.count("size") > 0) {
98 size = values["size"].int_value;
145 if (values.count("num_warm_loops") > 0) {
146 bench->set_num_loops(values["num_warm_loops"].int_value);
148 if (values
66 processBandwidthOptions(int argc, char** argv, option_t options[], arg_t *values) argument
212 processThreadArgs(int argc, char** argv, option_t options[], arg_t *values) argument
297 arg_t values; local
337 arg_t values; local
375 arg_t values; local
[all...]
/system/update_engine/scripts/update_payload/
H A Dupdate_metadata_pb2.py25 values=[ variable
/system/chre/chre_api/legacy/v1_0/chre/
H A Dsensor.h138 * in our values since we don't have all possible sensor types assigned.
148 * All values are in SI units (m/s^2) and measure the acceleration of the
180 * All values are in radians/second and measure the rate of rotation
192 * All values are in micro-Tesla (uT) and measure the geomagnetic
235 * Unlike the data event values, these other event values don't have any
257 * All values are in radians/second and measure the rate of rotation
270 * All values are in micro-Tesla (uT) and measure the geomagnetic
532 float values[3]; member in union:chreSensorThreeAxisData::chreSensorThreeAxisSampleData::__anon1338
/system/keymaster/
H A Dandroid_keymaster_test_utils.h295 bool ResponseContains(const std::vector<T>& expected, const T* values, size_t len) { argument
297 std::is_permutation(values, values + len, expected.begin());
300 template <typename T> bool ResponseContains(T expected, const T* values, size_t len) { argument
301 return (len == 1 && *values == expected);
/system/chre/chre_api/include/chre_api/chre/
H A Dsensor.h192 * in our values since we don't have all possible sensor types assigned.
202 * All values are in SI units (m/s^2) and measure the acceleration applied to
234 * All values are in radians/second and measure the rate of rotation
246 * All values are in micro-Tesla (uT) and measure the geomagnetic
291 * All values are in SI units (m/s^2) and measure the acceleration applied to
303 * All values are in radians/second and measure the rate of rotation
315 * All values are in micro-Tesla (uT) and measure the geomagnetic
351 * Unlike the data event values, these other event values don't have any
373 * All values ar
671 float values[3]; member in union:chreSensorThreeAxisData::chreSensorThreeAxisSampleData::__anon1331
[all...]
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Devent.h107 struct sample_read_value * values; member in struct:sample_read::__anon1747::__anon1748
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h99 struct sample_read_value *values; member in struct:sample_read::__anon1750::__anon1751
/system/media/camera/docs/
H A Dmetadata_model.py157 def _dictionary_by_name(values):
159 for i in values:
360 kind: a string. Possible values are "static", "dynamic", "controls"
871 kind._namespaces = new_ins_dict.values()
872 kind._entries = new_ent_dict.values()
1012 values: A sequence of EnumValue children.
1016 def __init__(self, parent, values, ids={}, deprecateds=[],
1021 for val in values ]
1027 def values(self): member in class:Enum
1032 return bool(any(i for i in self.values i
[all...]
/system/chre/platform/shared/include/chre/platform/shared/
H A Dhost_messages_generated.h164 bool VerifyChreMessageVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types);
1321 inline bool VerifyChreMessageVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types) { argument
1322 if (values->size() != types->size()) return false;
1323 for (flatbuffers::uoffset_t i = 0; i < values->size(); ++i) {
1325 verifier, values->Get(i), types->GetEnum<ChreMessage>(i))) {
/system/media/audio/include/system/
H A Daudio.h46 /* Do not change these values without updating their counterparts
62 /* Do not change these values without updating their counterparts
116 /* Reserved audio_unique_id_t values. FIXME: not a complete list. */
173 * or returns false for AUDIO_CHANNEL_NONE, AUDIO_CHANNEL_INVALID, and other invalid values.
345 /* The gain configuration structure is used to get or set the gain values of a
355 int values[sizeof(audio_channel_mask_t) * 8]; /* gain values in millibels member in struct:audio_gain_config
357 channel mask. The number of values is 1 in joint
990 * the constant values.
1037 /* Query supported sampling rates. The response is a '|' separated list of integer values
[all...]
/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h268 bool VerifyChreMessageVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types);
2322 inline bool VerifyChreMessageVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types) { argument
2323 if (values->size() != types->size()) return false;
2324 for (flatbuffers::uoffset_t i = 0; i < values->size(); ++i) {
2326 verifier, values->Get(i), types->GetEnum<ChreMessage>(i))) {
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 596 milliseconds