Home
last modified time | relevance | path

Searched defs:preprocessor (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
DPreprocessorTest.cpp15 pp::Preprocessor *preprocessor) in preprocess()
37 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, settings); in preprocess() local
53 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in preprocess() local
64 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken() local
74 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken() local
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
DPreprocess.pm32 sub preprocessor { subroutine
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Derrors.py26 def __init__(self, filename, preprocessor=None, reason=None): argument
51 def __init__(self, filename, argv, error=None, preprocessor=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.cc71 …std::vector<std::shared_ptr<dataset::Execute>> preprocessor = graph_->graph_data_->GetPreprocess(); in Preprocess() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/
Dserialization.cc196 std::vector<std::string> preprocessor = mindir_loader.LoadPreprocess(file_path); in Load() local
306 std::vector<std::string> preprocessor = mindir_loader.LoadPreprocess(files_path[i]); in Load() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/
Dserialization.cc220 std::vector<std::string> preprocessor = mindir_loader.LoadPreprocess(file_path); in Load() local
330 std::vector<std::string> preprocessor = mindir_loader.LoadPreprocess(files_path[i]); in Load() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l918 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan() local
Dglslang_lex_autogen.cpp3797 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan() local
/third_party/glfw/docs/
Dextra.scss433 span.preprocessor,span.comment { class
/third_party/mindspore/mindspore-src/source/mindspore/core/proto/
Dmind_ir.proto117 optional PreprocessorProto preprocessor = 9; // data graph from MindData. field
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel_impl.cc739 …std::vector<std::shared_ptr<dataset::Execute>> preprocessor = graph_->graph_data_->GetPreprocess(); in Preprocess() local
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts209 public preprocessor: Preprocessor; property in Tokenizer
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dload_model.cc2632 auto preprocessor = origin_model.preprocessor(); in LoadPreprocess() local
/third_party/mindspore/mindspore-src/source/third_party/proto/coreml/
DNeuralNetwork.proto212 oneof preprocessor { oneof