Home
last modified time | relevance | path

Searched defs:Category (Results 1 – 25 of 161) sorted by relevance

1234567

/external/perfetto/include/perfetto/tracing/
Dtrack_event_category_registry.h32 struct PERFETTO_EXPORT Category { struct
39 constexpr Category(const Category&) = default; argument
40 constexpr explicit Category(const char* name_) in Category() argument
44 constexpr Category SetDescription(const char* description_) const { in SetDescription() argument
49 constexpr Category SetTags(Args&&... args) const { in SetTags() argument
56 static constexpr Category Group(const char* names) { in Group() argument
66 constexpr bool IsGroup() const { return GetNameSize(1) > 0; } in IsGroup()
93 constexpr Category(const char* name_, in Category() argument
103 constexpr Category(const char* name_, AllowGroup) in Category() argument
130 static constexpr const char* CheckIsValidCategory(const char* n) { in CheckIsValidCategory() argument
[all …]
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dcategory.h25 struct Category { struct
28 Category(const std::string& class_name, double score) in Category() argument
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier_c_api_common.h27 struct Category { struct
34 struct Category* categories; argument
/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.h114 struct Category { struct
127 static std::vector<Category> MakeCategories( argument
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/label/
DCategory.java26 public final class Category { class
45 public Category(String label, float score) { in Category() method in Category
49 private Category(String label, String displayName, float score) { in Category() method in Category
/external/llvm-project/clang/test/CodeGenObjC/
Dproperty-category-impl.m11 @interface Foo (Category) <Proto> @end category
13 @implementation Foo (Category) category
Dmetadata-class-properties.m41 @interface Foo (Category) <Proto> @end category
43 @implementation Foo (Category) category
Dcategory-super-class-meth.m17 @interface Sub2 (Category) @end category
19 @implementation Sub2 (Category) category
Dpredefined-expr.m73 @interface Foo (Category) category
76 @implementation Foo (Category) category
/external/clang/test/CodeGenObjC/
Dproperty-category-impl.m11 @interface Foo (Category) <Proto> @end category
13 @implementation Foo (Category) category
Dmetadata-class-properties.m41 @interface Foo (Category) <Proto> @end category
43 @implementation Foo (Category) category
Dcategory-super-class-meth.m17 @interface Sub2 (Category) @end category
19 @implementation Sub2 (Category) category
Dpredefined-expr.m73 @interface Foo (Category) category
76 @implementation Foo (Category) category
/external/llvm-project/lldb/include/lldb/Utility/
DLog.h52 struct Category { struct
65 const llvm::ArrayRef<Category> categories; argument
/external/llvm-project/clang/lib/Tooling/
DCommonOptionsParser.cpp84 int &argc, const char **argv, cl::OptionCategory &Category, in init()
158 int &argc, const char **argv, llvm::cl::OptionCategory &Category, in create()
169 int &argc, const char **argv, cl::OptionCategory &Category, in CommonOptionsParser()
/external/llvm-project/clang/test/SemaObjC/
Dno-protocol-option-tests.m14 @interface C (Category) <P> @end category
15 @implementation C (Category) @end // no warning with -Wno-protocol category
Dproperty-error-readonly-assign.m35 @interface NSWindow (Category) category
39 @implementation NSWindow (Category) category
Dcategory-1.m31 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition… category
33 @interface UnknownClass (Category) @end // expected-error {{cannot find interface declaration for … category
37 @interface MyClass2 (Category) @end // expected-error {{cannot define category for undefined clas… category
/external/clang/test/SemaObjC/
Dno-protocol-option-tests.m14 @interface C (Category) <P> @end category
15 @implementation C (Category) @end // no warning with -Wno-protocol category
Dproperty-error-readonly-assign.m35 @interface NSWindow (Category) category
39 @implementation NSWindow (Category) category
Dcategory-1.m31 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition… category
33 @interface UnknownClass (Category) @end // expected-error {{cannot find interface declaration for … category
37 @interface MyClass2 (Category) @end // expected-error {{cannot define category for undefined clas… category
/external/llvm-project/clang/test/Rewriter/
Dobjc-modern-property-attributes.mm49 @interface Test (Category) category
53 @implementation Test (Category) category
/external/clang/test/Rewriter/
Dobjc-modern-property-attributes.mm49 @interface Test (Category) category
53 @implementation Test (Category) category
/external/llvm-project/clang/test/Index/
Dcomment-objc-decls.m100 @interface MyClass (Category) category
150 @implementation MyClass (Category) category
/external/clang/test/Index/
Dcomment-objc-decls.m100 @interface MyClass (Category) category
150 @implementation MyClass (Category) category

1234567