Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_pragma_handler.cpp51 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() argument
54 this->handleItemListPragma(PP, FirstToken); in HandlePragma()
63 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() argument
92 PP.LexUnexpandedToken(PragmaToken); in HandlePragma()
100 PP.LexUnexpandedToken(PragmaToken); in HandlePragma()
103 std::string Spelling = PP.getSpelling(PragmaToken, &Invalid); in HandlePragma()
112 const clang::Token &NextTok = PP.LookAhead(0); in HandlePragma()
118 PP.LexUnexpandedToken(PragmaToken); in HandlePragma()
132 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() argument
161 if (!ProcessKeywordAndValue(PP, PragmaToken, KeywordValueMap)) in HandlePragma()
[all …]
Dslang_rs_pragma_handler.h47 virtual void handleInt(clang::Preprocessor &PP, clang::Token &Tok, in handleInt() argument
51 void handleItemListPragma(clang::Preprocessor &PP,
55 void handleNonParamPragma(clang::Preprocessor &PP,
59 void handleOptionalStringLiteralParamPragma(clang::Preprocessor &PP,
63 void handleIntegerParamPragma(clang::Preprocessor &PP,
67 virtual void HandlePragma(clang::Preprocessor &PP,
74 void AddPragmaHandlers(clang::Preprocessor &PP, RSContext *RsContext);
Dslang_rs_export_reduce.cpp105 PP(aPP), in StateOfAnalyzeTranslationUnit()
133 clang::Preprocessor &PP; member
170 const clang::IdentifierInfo *II = S.PP.getIdentifierInfo(Name); in lookupFunction()
180 << Ret->getLocation().printToString(S.PP.getSourceManager()) in lookupFunction()
181 << FDecl->getLocation().printToString(S.PP.getSourceManager()); in lookupFunction()
754 clang::Preprocessor &PP = RSC.getPreprocessor(); in analyzeTranslationUnit() local
757 RSC, PP, RSC.getASTContext(), in analyzeTranslationUnit()
758 [&PP, this] (const char *Key, const std::string &Name) { in analyzeTranslationUnit()
763 << " (" << mLocation.printToString(PP.getSourceManager()) << ")"; in analyzeTranslationUnit()
Dslang_rs_context.cpp49 RSContext::RSContext(clang::Preprocessor &PP, in RSContext() argument
55 : mPP(PP), in RSContext()
70 AddPragmaHandlers(PP, this); in RSContext()
Dslang.cpp532 clang::Preprocessor &PP = getPreprocessor(); in initPreprocessor() local
535 RSH << PP.getPredefines(); in initPreprocessor()
538 PP.setPredefines(RSH.str()); in initPreprocessor()
Dslang_rs_context.h138 RSContext(clang::Preprocessor &PP,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadTest.java.broken26 * Test SMS-PP data download to UICC.
79 // SMS-PP Message 3.1.1
89 // SMS-PP Download Envelope 3.1.1
93 // SMS-PP Message 3.1.5
105 // SMS-PP Download Envelope 3.1.5
112 assertTrue("message is SMS-PP data download", message.isUsimDataDownload());
132 assertTrue("message is SMS-PP data download", message.isUsimDataDownload());
/frameworks/base/tools/aapt2/
DResources.proto133 // of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry