Home
last modified time | relevance | path

Searched refs:arity (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/host/
DInputDriver.cpp73 int32_t arity; member
161 input_collection_id_t id, int32_t arity) { in inputReportDefinitionAddCollection() argument
162 report->collections[id] = {.arity = arity}; in inputReportDefinitionAddCollection()
328 input_report_definition_t* report, input_collection_id_t id, int32_t arity) { in input_report_definition_add_collection() argument
330 driver->inputReportDefinitionAddCollection(report, id, arity); in input_report_definition_add_collection()
DInputDriver.h54 input_collection_id_t id, int32_t arity) = 0;
101 input_collection_id_t id, int32_t arity) override;
153 input_report_definition_t* report, input_collection_id_t id, int32_t arity);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyBuilder.java94 if (block.arity() == Arity.ONE_ARGUMENT) { in addMessage()
123 if (block.arity() == Arity.ONE_ARGUMENT) { in addEnum()
DRubyDescriptorPool.java76 if (block.arity() == Arity.ONE_ARGUMENT) { in build()
/frameworks/compile/mclinker/lib/Script/
DRpnEvaluator.cpp40 switch (op->arity()) { in eval()
/frameworks/base/tools/aapt2/
DResources.proto494 // The arity of the plural.
504 // The plural value for a given arity.
512 // The arity of the plural.
513 Arity arity = 3; field
519 // The set of arity/plural mappings.
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h98 Arity arity() const { return m_Arity; } in arity() function
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp666 static size_t DeserializePluralEnumFromPb(const pb::Plural_Arity& arity) { in DeserializePluralEnumFromPb() argument
667 switch (arity) { in DeserializePluralEnumFromPb()
783 size_t plural_idx = DeserializePluralEnumFromPb(pb_entry.arity()); in DeserializeValueFromPb()