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

/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/connectivity/shill/test-scripts/
H A Dcrypto_util_pb2.py36 values=[ variable
/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],
145 adf_getDisplayAttributes(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.cpp131 void assertInstanceCount(ssize_t keys, ssize_t values) { argument
132 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
133 FAIL() << "Expected " << keys << " keys and " << values << " values "
135 << 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;
144 if (values.count("num_warm_loops") > 0) {
145 bench->set_num_loops(values["num_warm_loops"].int_value);
147 if (values
66 processBandwidthOptions(int argc, char** argv, option_t options[], arg_t *values) argument
211 processThreadArgs(int argc, char** argv, option_t options[], arg_t *values) argument
296 arg_t values; local
334 arg_t values; local
370 arg_t values; local
[all...]
/system/connectivity/shill/
H A Dproperty_store_unittest.cc338 bool values[] = {true, true}; local
339 store.RegisterWriteOnlyBool(keys[0], &values[0]);
340 store.RegisterBool(keys[1], &values[1]);
345 EXPECT_TRUE(values[1] == it.value());
355 EXPECT_EQ(values[1], test_value);
359 int16_t values[] = {127, 128}; local
360 store.RegisterWriteOnlyInt16(keys[0], &values[0]);
361 store.RegisterInt16(keys[1], &values[1]);
366 EXPECT_EQ(values[1], it.value());
376 EXPECT_EQ(values[
380 int32_t values[] = {127, 128}; local
401 string values[] = {"noooo", "yesss"}; local
422 Stringmap values[2]; local
446 Stringmaps values[2]; local
474 Strings values[2]; local
501 uint8_t values[] = {127, 128}; local
522 uint16_t values[] = {127, 128}; local
[all...]
H A Dproperty_store.cc277 Stringmap* values,
279 return GetProperty(name, values, error, stringmap_properties_,
284 Stringmaps* values,
286 return GetProperty(name, values, error, stringmaps_properties_,
291 Strings* values,
293 return GetProperty(name, values, error, strings_properties_, "a string list");
365 const map<string, string>& values,
367 return SetProperty(name, values, error, &stringmap_properties_,
373 const vector<map<string, string>>& values,
375 return SetProperty(name, values, erro
276 GetStringmapProperty(const string& name, Stringmap* values, Error* error) const argument
283 GetStringmapsProperty(const string& name, Stringmaps* values, Error* error) const argument
290 GetStringsProperty(const string& name, Strings* values, Error* error) const argument
364 SetStringmapProperty(const string& name, const map<string, string>& values, Error* error) argument
371 SetStringmapsProperty( const string& name, const vector<map<string, string>>& values, Error* error) argument
379 SetStringsProperty(const string& name, const vector<string>& values, Error* error) argument
[all...]
H A Dservice_unittest.cc1880 Strings values; local
1885 kDiagnosticsDisconnectsProperty, &values, &unused_error));
1886 ASSERT_EQ(1, values.size());
1887 EXPECT_EQ(kWallClock0, values[0]);
1891 kDiagnosticsMisconnectsProperty, &values, &unused_error));
1892 ASSERT_EQ(1, values.size());
1893 EXPECT_EQ(kWallClock1, values[0]);
2099 // Calling Configure with different values from before triggers a single
2110 // Calling Configure with the same values as before should not trigger
/system/keymaster/
H A Dandroid_keymaster_test_utils.h288 bool ResponseContains(const std::vector<T>& expected, const T* values, size_t len) { argument
290 std::is_permutation(values, values + len, expected.begin());
293 template <typename T> bool ResponseContains(T expected, const T* values, size_t len) { argument
294 return (len == 1 && *values == expected);
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Devent.h107 struct sample_read_value * values; member in struct:sample_read::__anon1748::__anon1749
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h99 struct sample_read_value *values; member in struct:sample_read::__anon1751::__anon1752
/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/media/audio/include/system/
H A Daudio.h57 /* These values must kept in sync with
85 /* Do not change these values without updating their counterparts
99 /* Do not change these values without updating their counterparts
126 /* Do not change these values without updating their counterparts
141 /* Do not change these values without updating their counterparts
182 /* special audio session values
200 * TODO use unique values for AUDIO_SESSION_OUTPUT_MIX and AUDIO_SESSION_ALLOCATE,
239 /* Reserved audio_unique_id_t values. FIXME: not a complete list. */
449 /* These are bits only, not complete values */
567 * or returns false for AUDIO_CHANNEL_NONE, AUDIO_CHANNEL_INVALID, and other invalid values
949 int values[sizeof(audio_channel_mask_t) * 8]; /* gain values in millibels member in struct:audio_gain_config
[all...]

Completed in 354 milliseconds