Searched refs:field (Results 1 - 25 of 39) sorted by relevance

12

/system/extras/memcpy-perf/
H A DAndroid.mk6 LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -O3
/system/extras/zram-perf/
H A DAndroid.mk6 LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter
/system/core/gatekeeperd/tests/
H A DAndroid.mk22 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
/system/core/libsync/tests/
H A DAndroid.mk22 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers -Wno-sign-compare
/system/extras/mmap-perf/
H A DAndroid.mk26 LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -O3
/system/gatekeeper/tests/
H A DAndroid.mk22 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
/system/extras/showmap/
H A Dshowmap.cpp91 char field[64]; local
94 if (sscanf(line, "%63s %n", field, &len) == 1
95 && *field && field[strlen(field) - 1] == ':') {
98 if (!strcmp(field, "Size:")) {
100 } else if (!strcmp(field, "Rss:")) {
102 } else if (!strcmp(field, "Pss:")) {
104 } else if (!strcmp(field, "Shared_Clean:")) {
106 } else if (!strcmp(field, "Shared_Dirt
[all...]
/system/core/libion/tests/
H A DAndroid.mk21 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
/system/extras/alloc-stress/
H A DAndroid.mk6 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers -Wno-sign-compare
/system/extras/boot_control_copy/
H A DAndroid.mk7 LOCAL_CFLAGS := -Wall -Wno-missing-field-initializers -Wno-unused-parameter
/system/extras/iotop/
H A Diotop.cpp56 static Sorter GetSorter(const std::string field) { argument
58 static auto comparator = [](auto& lhs, auto& rhs, auto field, bool ascending) -> bool {
59 auto a = (lhs.*field)();
60 auto b = (rhs.*field)();
62 // Sort by selected field
70 auto make_sorter = [](auto field, bool ascending) {
71 // Make closure for comparator on a specific field
73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending);
93 auto it = sorters.find(field);
/system/tpm/attestation/common/
H A Dproto_print.py42 # Holds information about a protobuf message field.
45 # repeated: Whether the field is a repeated field.
46 # type_: The type of the field. E.g. int32.
47 # name: The name of the field.
69 """Adds a new field to the message.
73 field_type: The type of the field. E.g. int32.
74 field_name: The name of the field.
151 # Look for a message field definition.
373 for field i
[all...]
/system/update_engine/payload_generator/
H A Dgraph_utils.cc105 void DumpExtents(const T& field, int prepend_space_count) { argument
107 for (int i = 0, e = field.size(); i != e; ++i) {
108 LOG(INFO) << header << "(" << GetElement(field, i).start_block() << ", "
109 << GetElement(field, i).num_blocks() << ")";
/system/tpm/trunks/generator/
H A Dgenerator.py413 field types. See AddDependency() for more details.
628 """Adds a field for this struct.
631 field_type: The type of the field.
632 field_name: The name of the field.
640 field types, which are implicit dependencies. For example, a field like
658 """Creates a set which holds all current field types.
661 A set of field types.
663 return set([field[0] for field i
[all...]
/system/connectivity/shill/supplicant/
H A Dmock_supplicant_interface_proxy.h44 const std::string& field,
H A Dsupplicant_interface_proxy_interface.h41 const std::string& field,
/system/bt/vendor_libs/test_vendor_lib/src/
H A Ddual_mode_controller.cc68 bool ParseUint8t(const base::StringPiece& value, uint8_t* field) { argument
69 *field = std::stoi(value.as_string());
73 bool ParseUint16t(const base::StringPiece& value, uint16_t* field) { argument
74 *field = std::stoi(value.as_string());
79 std::vector<uint8_t>* field) {
81 field->push_back(c - '0');
538 #define REGISTER_UINT8_T(field_name, field) \
540 field_name, &DualModeController::Properties::field, &ParseUint8t);
541 #define REGISTER_UINT16_T(field_name, field) \
543 field_name, &DualModeController::Properties::field,
78 ParseUint8tVector(const base::StringPiece& value, std::vector<uint8_t>* field) argument
[all...]
/system/extras/librank/
H A Dlibrank.c57 #define declare_sort(field) \
58 static int sort_by_ ## field (const void *a, const void *b)
478 #define create_sort(field, compfn) \
479 static int sort_by_ ## field (const void *a, const void *b) { \
481 (*((struct mapping_info**)a))->usage.field, \
482 (*((struct mapping_info**)b))->usage.field \
/system/extras/procrank/
H A Dprocrank.c39 #define declare_sort(field) \
40 static int sort_by_ ## field (const void *a, const void *b)
538 #define create_sort(field, compfn) \
539 static int sort_by_ ## field (const void *a, const void *b) { \
541 (*((struct proc_info**)a))->usage.field, \
542 (*((struct proc_info**)b))->usage.field \
/system/keymaster/
H A DAndroid.mk89 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field
94 LOCAL_CLANG_CFLAGS += -Wno-error=unused-private-field
126 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field
169 LOCAL_CLANG_CFLAGS += -Wno-error=unused-const-variable -Wno-error=unused-private-field
/system/core/libziparchive/
H A DAndroid.mk38 -Wno-missing-field-initializers \
/system/bt/doc/
H A Dpower_management.md51 the `spec_idx` field to index into `bta_dm_pm_spec` array to determine which
148 triggers `bta_dm_pm_btm_status`, with the timeout field set to TRUE. HCI
174 `prev_low` field is set, calls `bta_dm_pm_ssr` to re-send SSR params,
180 previous low power mode in the peer device's `prev_low` field.
182 `info` field's `BTA_DM_DI_USE_SSR` bit, depending on the value of
184 - If the status is `BTM_PM_STS_SNIFF` and the info field has the
188 device info field.
/system/core/libnativebridge/
H A Dnative_bridge.cc325 static void SetCpuAbi(JNIEnv* env, jclass build_class, const char* field, const char* value) { argument
327 jfieldID field_id = env->GetStaticFieldID(build_class, field, "Ljava/lang/String;");
330 ALOGW("Could not find %s field.", field);
/system/core/debuggerd/
H A DAndroid.mk102 -Wno-missing-field-initializers \
/system/vold/
H A DAndroid.mk73 vold_cflags := -Werror -Wall -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-parameter

Completed in 716 milliseconds

12