/external/perfetto/include/perfetto/tracing/ |
D | track_event_category_registry.h | 32 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/ |
D | category.h | 25 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/ |
D | nl_classifier_c_api_common.h | 27 struct Category { struct 34 struct Category* categories; argument
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | metric_table_report.h | 114 struct Category { struct 127 static std::vector<Category> MakeCategories( argument
|
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/label/ |
D | Category.java | 26 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/ |
D | property-category-impl.m | 11 @interface Foo (Category) <Proto> @end category 13 @implementation Foo (Category) category
|
D | metadata-class-properties.m | 41 @interface Foo (Category) <Proto> @end category 43 @implementation Foo (Category) category
|
D | category-super-class-meth.m | 17 @interface Sub2 (Category) @end category 19 @implementation Sub2 (Category) category
|
D | predefined-expr.m | 73 @interface Foo (Category) category 76 @implementation Foo (Category) category
|
/external/clang/test/CodeGenObjC/ |
D | property-category-impl.m | 11 @interface Foo (Category) <Proto> @end category 13 @implementation Foo (Category) category
|
D | metadata-class-properties.m | 41 @interface Foo (Category) <Proto> @end category 43 @implementation Foo (Category) category
|
D | category-super-class-meth.m | 17 @interface Sub2 (Category) @end category 19 @implementation Sub2 (Category) category
|
D | predefined-expr.m | 73 @interface Foo (Category) category 76 @implementation Foo (Category) category
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Log.h | 52 struct Category { struct 65 const llvm::ArrayRef<Category> categories; argument
|
/external/llvm-project/clang/lib/Tooling/ |
D | CommonOptionsParser.cpp | 84 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/ |
D | no-protocol-option-tests.m | 14 @interface C (Category) <P> @end category 15 @implementation C (Category) @end // no warning with -Wno-protocol category
|
D | property-error-readonly-assign.m | 35 @interface NSWindow (Category) category 39 @implementation NSWindow (Category) category
|
D | category-1.m | 31 @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/ |
D | no-protocol-option-tests.m | 14 @interface C (Category) <P> @end category 15 @implementation C (Category) @end // no warning with -Wno-protocol category
|
D | property-error-readonly-assign.m | 35 @interface NSWindow (Category) category 39 @implementation NSWindow (Category) category
|
D | category-1.m | 31 @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/ |
D | objc-modern-property-attributes.mm | 49 @interface Test (Category) category 53 @implementation Test (Category) category
|
/external/clang/test/Rewriter/ |
D | objc-modern-property-attributes.mm | 49 @interface Test (Category) category 53 @implementation Test (Category) category
|
/external/llvm-project/clang/test/Index/ |
D | comment-objc-decls.m | 100 @interface MyClass (Category) category 150 @implementation MyClass (Category) category
|
/external/clang/test/Index/ |
D | comment-objc-decls.m | 100 @interface MyClass (Category) category 150 @implementation MyClass (Category) category
|