Home
last modified time | relevance | path

Searched refs:allSources (Results 51 – 75 of 168) sorted by last modified time

1234567

/dports/math/vtk9/VTK-9.1.0/Filters/ParallelFlowPaths/
H A DvtkPStreamTracer.cxx1455 std::vector<vtkSmartPointer<vtkDataObject>> allSources; in RequestData() local
1456 if (this->Controller->AllGather(localSource, allSources) == 0) in RequestData()
1461 for (auto distantSource : allSources) in RequestData()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/fides/vtkfides/fides/predefined/
H A DPredefinedDataModel.cxx249 rapidjson::Value allSources(rapidjson::kArrayType); in CreateDataSources() local
250 this->CreateDataSource(allSources, this->DataSourceName, "input"); in CreateDataSources()
251 parent.AddMember("data_sources", allSources, this->Doc.GetAllocator()); in CreateDataSources()
732 rapidjson::Value allSources(rapidjson::kArrayType); in CreateDataSources() local
734 this->CreateDataSource(allSources, "mesh", "relative", meshFilename); in CreateDataSources()
736 this->CreateDataSource(allSources, "3d", "relative", dFilename); in CreateDataSources()
739 this->CreateDataSource(allSources, "diag", "relative", diagFilename); in CreateDataSources()
740 parent.AddMember("data_sources", allSources, this->Doc.GetAllocator()); in CreateDataSources()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/sde/
H A DSDEDebugger.java1047 protected void check_Method_locationsOfLine(Method method, String stratum, boolean allSources, in check_Method_locationsOfLine() argument
1051 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_Method_locationsOfLine()
1072 …heck_ReferenceType_locationsOfLine(ReferenceType referenceType, String stratum, boolean allSources, in check_ReferenceType_locationsOfLine() argument
1076 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_ReferenceType_locationsOfLine()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/sde/
H A DSDEDebugger.java1047 protected void check_Method_locationsOfLine(Method method, String stratum, boolean allSources, in check_Method_locationsOfLine() argument
1051 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_Method_locationsOfLine()
1072 …heck_ReferenceType_locationsOfLine(ReferenceType referenceType, String stratum, boolean allSources, in check_ReferenceType_locationsOfLine() argument
1076 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_ReferenceType_locationsOfLine()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A Dmesh.cpp1525 HdBufferSourceSharedPtrVector allSources(sources); in _PopulateVertexPrimvars() local
1527 allSources.emplace_back(src); in _PopulateVertexPrimvars()
1566 _topologyId, allSources, computations); in _PopulateVertexPrimvars()
1626 _vertexPrimvarId, allSources, computations); in _PopulateVertexPrimvars()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/sde/
H A DSDEDebugger.java1047 protected void check_Method_locationsOfLine(Method method, String stratum, boolean allSources, in check_Method_locationsOfLine() argument
1051 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_Method_locationsOfLine()
1072 …heck_ReferenceType_locationsOfLine(ReferenceType referenceType, String stratum, boolean allSources, in check_ReferenceType_locationsOfLine() argument
1076 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_ReferenceType_locationsOfLine()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/sde/
H A DSDEDebugger.java1047 protected void check_Method_locationsOfLine(Method method, String stratum, boolean allSources, in check_Method_locationsOfLine() argument
1051 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_Method_locationsOfLine()
1072 …heck_ReferenceType_locationsOfLine(ReferenceType referenceType, String stratum, boolean allSources, in check_ReferenceType_locationsOfLine() argument
1076 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_ReferenceType_locationsOfLine()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/sde/
H A DSDEDebugger.java1047 protected void check_Method_locationsOfLine(Method method, String stratum, boolean allSources, in check_Method_locationsOfLine() argument
1051 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_Method_locationsOfLine()
1072 …heck_ReferenceType_locationsOfLine(ReferenceType referenceType, String stratum, boolean allSources, in check_ReferenceType_locationsOfLine() argument
1076 String sourceName = allSources ? null : uniqueLocation.sourceName; in check_ReferenceType_locationsOfLine()
/dports/net/storj/storj-1.45.3/vendor/storj.io/private/cfgstruct/
H A Dbind.go37 allSources = []string{ var
369 …ic(fmt.Sprintf("invalid source annotation %q for %s: must be one of %q", source, name, allSources))
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/lib/
H A DCustomer.php153 public static function allSources($id, $params = null, $opts = null) function in Stripe\\Customer
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/lib/Service/
H A DCustomerService.php53 public function allSources($parentId, $params = null, $opts = null) function in Stripe\\Service\\CustomerService
/dports/deskutils/pinot/pinot-1.20/SQL/
H A DCrawlHistory.cpp393 unsigned int sourceId, bool allSources) in updateItemsStatus() argument
406 if (allSources == false) in updateItemsStatus()
H A DCrawlHistory.h70 unsigned int sourceId, bool allSources = false);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/stripe/stripe-php/lib/
H A DCustomer.php214 public static function allSources($id, $params = null, $opts = null) function in Stripe\\Customer
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp163 Fortran::parser::AllSources allSources; in CompileFortran() local
164 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/unittests/Frontend/
H A DCompilerInstanceTest.cpp50 compInst.allSources().Open(testFilePath, error_stream); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Frontend/
H A DFrontendActions.cpp59 Fortran::parser::AllSources &allSources{ci.allSources()}; in ExecuteAction() local
63 sf = allSources.ReadStandardInput(error_stream); in ExecuteAction()
65 sf = allSources.Open(path, error_stream, std::optional<std::string>{"."s}); in ExecuteAction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Dparsing.h68 allCooked_.allSources().EmitMessage(o,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dmessage.cpp210 const AllSources &sources{allCooked.allSources()}; in Emit()
H A Dparsing.cpp25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
28 allSources.AppendSearchPathDirectory(path); in Prescan()
36 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
42 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
55 allSources.AppendSearchPathDirectory(path); in Prescan()
59 Preprocessor preprocessor{allSources}; in Prescan()
83 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
93 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
105 const AllSources &allSources{allCooked().allSources()}; in EmitPreprocessedSource() local
123 ? allSources.GetSourcePosition(provenance->start()) in EmitPreprocessedSource()
[all …]
H A Dpreprocessor.cpp77 const TokenSequence &tokens, AllSources &allSources) { in Stringify() argument
79 Provenance quoteProvenance{allSources.CompilerInsertionProvenance('"')}; in Stringify()
178 result.Put(Stringify(args[index], prescanner.allSources())); in Apply()
200 prescanner.preprocessor().allSources().CompilerInsertionProvenance( in Apply()
235 Preprocessor::Preprocessor(AllSources &allSources) : allSources_{allSources} {} in Preprocessor() argument
H A Dpreprocessor.h69 const AllSources &allSources() const { return allSources_; } in allSources() function
70 AllSources &allSources() { return allSources_; } in allSources() function
H A Dprescan.h40 const AllSources &allSources() const { return allSources_; } in allSources() function
41 AllSources &allSources() { return allSources_; } in allSources() function
H A Dprovenance.cpp126 const AllSources &allSources) const { in Invert()
131 ProvenanceRange source{allSources.IntersectionWithSourceFiles(range)}; in Invert()
458 provenanceMap_.Put(allCookedSources.allSources().AddCompilerInsertion( in Marshal()
466 AllSources &allSources) { in CompileProvenanceRangeToOffsetMappings() argument
468 invertedMap_ = provenanceMap_.Invert(allSources); in CompileProvenanceRangeToOffsetMappings()
H A Dprescan.cpp31 allSources_{preprocessor_.allSources()}, features_{lfc},

1234567