Home
last modified time | relevance | path

Searched defs:Subject (Results 1 – 21 of 21) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DSubject.java48 public class Subject extends SIPHeader implements SubjectHeader { class
60 public Subject() { in Subject() method in Subject
/external/llvm-project/clang-tools-extra/clangd/index/
DRelation.cpp31 RelationSlab::lookup(const SymbolID &Subject, RelationKind Predicate) const { in lookup() argument
DMerge.cpp139 Dynamic->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in relations()
146 Static->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in relations()
DRelation.h35 SymbolID Subject; member
DMemIndex.cpp96 for (const SymbolID &Subject : Req.Subjects) { in relations() local
DSerialization.cpp412 SymbolID Subject = Data.consumeID(); in readRelation() local
/external/angle/src/libANGLE/
DObserver.cpp28 Subject::Subject() {} in Subject() function in angle::Subject
/external/angle/src/libANGLE/renderer/d3d/
DTextureStorage.h28 class Subject; variable
/external/swiftshader/tests/regres/git/
Dgit.go179 Subject string member
/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc84 FPDF_WIDESTRING Subject, in ExampleDocMail()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTypeHierarchyTests.cpp585 std::vector<SymbolID> collectSubtypes(SymbolID Subject, SymbolIndex *Index) { in collectSubtypes()
591 [&Result](const SymbolID &Subject, const Symbol &Object) { in collectSubtypes()
DDexTests.cpp729 I.relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in TEST()
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp334 std::string Subject = MA.getId().get_name(); in generateArrayStore() local
608 ScopStmt &Stmt, const isl::set &Subdomain, StringRef Subject, in generateConditionalExecution()
770 std::string Subject = MA->getId().get_name(); in generateScalarStores() local
1718 std::string Subject = MA->getId().get_name(); in generateScalarStores() local
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.cpp300 for (const SymbolID &Subject : Req.Subjects) { in relations() local
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp301 llvm::Expected<Relation> Marshaller::toProtobuf(const clangd::SymbolID &Subject, in toProtobuf()
/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp1870 for (const auto *Subject : ApplicableSubjects) { in PragmaClangAttributeSupport() local
1974 for (const auto *Subject : Subjects) { in isAttributedSupported() local
2023 for (const auto *Subject : Subjects) { in generateStrictConformsTo() local
3420 for (const auto *Subject : Subjects) { in CalculateDiagnostic() local
3471 static std::string functionNameForCustomAppertainsTo(const Record &Subject) { in functionNameForCustomAppertainsTo()
3475 static void GenerateCustomAppertainsTo(const Record &Subject, raw_ostream &OS) { in GenerateCustomAppertainsTo()
3722 for (auto Subject : SubjectObj->getValueAsListOfDefs("Subjects")) in EmitClangAttrParsedAttrImpl() local
4222 for (const auto &Subject : llvm::enumerate(Subjects)) { in EmitTestPragmaAttributeSupportedAttributes() local
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp229 *Req, [&](const SymbolID &Subject, const clangd::Symbol &Object) { in Relations()
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp238 const WideString& Subject, in JS_docmailForm()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp1160 Index->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in findImplementations()
1455 Index->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in fillSubTypes()
/external/pdfium/samples/
Dpdfium_test.cc283 FPDF_WIDESTRING Subject, in ExampleDocMail()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2581 for (const auto *Subject : Subjects) { in CalculateDiagnostic() local
2675 static std::string GenerateCustomAppertainsTo(const Record &Subject, in GenerateCustomAppertainsTo()