Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.h114 struct Category { struct
127 static std::vector<Category> MakeCategories( argument
/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
Dlink-errors.m18 @interface A (Category) 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
Dmethod-undef-extension-warn-1.m17 @interface MyClass (Category) category
Divar-in-class-extension.m33 @interface SomeClass (Category) category
Dprotocol-attribute.m29 @interface MyClass1 (Category) <MyProto1, Proto2> // expected-warning {{'MyProto1' is deprecated}} category
Dproperty-category-4.m97 @interface C (Category) category
104 @implementation C (Category) // expected-warning {{property 'p1' requires method 'p1' to be define… category
/external/clang/test/Rewriter/
Dobjc-modern-property-attributes.mm49 @interface Test (Category) category
53 @implementation Test (Category) category
Dmetadata-test-1.m6 @implementation Intf(Category) category
/external/webrtc/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.cc68 IPin* GetOutputPin(IBaseFilter* filter, REFGUID Category) in GetOutputPin()
99 BOOL PinMatchesCategory(IPin *pPin, REFGUID Category) in PinMatchesCategory()
/external/clang/test/Index/
Dcomment-objc-decls.m100 @interface MyClass (Category) category
150 @implementation MyClass (Category) category
/external/junit/src/main/java/org/junit/experimental/categories/
DCategory.java46 public @interface Category { annotation
/external/e2fsprogs/intl/
Dlibgettext.h143 # define dcgettext(Domainname, Msgid, Category) \ argument
170 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2820 struct Category in addGraphics8BitStorageUniformInt32To8Group() struct
2822 const char* name; in addGraphics8BitStorageUniformInt32To8Group()
2823 const StringTemplate& preMain; in addGraphics8BitStorageUniformInt32To8Group()
2824 const StringTemplate& decoration; in addGraphics8BitStorageUniformInt32To8Group()
2825 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt32To8Group()
2826 const deUint32 numElements; in addGraphics8BitStorageUniformInt32To8Group()
3046 struct Category in addGraphics8BitStorageUniformInt8To32Group() struct
3048 const char* name; in addGraphics8BitStorageUniformInt8To32Group()
3049 const StringTemplate& preMain; in addGraphics8BitStorageUniformInt8To32Group()
3050 const StringTemplate& decoration; in addGraphics8BitStorageUniformInt8To32Group()
[all …]
/external/clang/include/clang/Tooling/
DCommonOptionsParser.h77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, in CommonOptionsParser() argument
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAError.cpp35 static ManagedStatic<DIAErrorCategory> Category; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAError.cpp35 static ManagedStatic<DIAErrorCategory> Category; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp46 static ManagedStatic<CodeViewErrorCategory> Category; variable
/external/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp42 static ManagedStatic<CodeViewErrorCategory> Category; variable

1234