Searched refs:offering (Results 1 – 10 of 10) sorted by relevance
93 VmsLayersOffering offering = in testSingleLayerNoDeps() local97 mOfferings.add(offering); in testSingleLayerNoDeps()110 VmsLayersOffering offering = in testChainOfDependenciesSatisfied() local116 mOfferings.add(offering); in testChainOfDependenciesSatisfied()148 VmsLayersOffering offering = in testChainOfDependenciesNotSatisfied() local152 mOfferings.add(offering); in testChainOfDependenciesNotSatisfied()165 VmsLayersOffering offering = in testOneOfMultipleDependencySatisfied() local171 mOfferings.add(offering); in testOneOfMultipleDependencySatisfied()181 VmsLayersOffering offering = in testCyclicDependency() local187 mOfferings.add(offering); in testCyclicDependency()[all …]
150 public final void setLayersOffering(@NonNull VmsLayersOffering offering) { in setLayersOffering() argument151 getVmsClient().setProviderOfferings(offering.getPublisherId(), offering.getDependencies()); in setLayersOffering()
215 JSONArray offering = toJson(layersOffering); in recordOp() local216 if (offering.length() > 0) { in recordOp()217 args.put("layerDependency", offering); in recordOp()
67 for (VmsLayersOffering offering : publishersLayersOfferings) { in setPublishersOffering()68 for (VmsLayerDependency dependency : offering.getDependencies()) { in setPublishersOffering()73 .add(offering.getPublisherId()); in setPublishersOffering()
463 License, by the making, using, selling, offering for sale, having
3093 If distribution of object code is made by offering access to copy3094 from a designated place, then offering equivalent access to copy the3170 d) If distribution of the work is made by offering access to copy
2143 method TIRAMISU_0 void setLayersOffering(VmsLayersOffering offering);