Home
last modified time | relevance | path

Searched defs:Gate (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/dports/cad/openroad/OpenROAD-2.0/src/rmp/include/rmp/
H A DblifParser.h52 Gate enumerator
55 struct Gate struct
57 GateType type_; argument
60 Gate(const GateType& type, in Gate() argument
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/gate/
H A Dgate.go20 type Gate struct { struct
21 g *gate.Gate
22 inflightQueries prometheus.Gauge
23 gateTiming prometheus.Histogram
49 func (g *Gate) IsMyTurn(ctx context.Context) error {
64 func (g *Gate) Done() {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go4.org/syncutil/
H A Dgate.go20 type Gate struct { struct
21 c chan struct{}
30 func (g *Gate) Start() {
35 func (g *Gate) Done() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/misc/perkeep/perkeep-0.11/vendor/go4.org/syncutil/
H A Dgate.go20 type Gate struct { struct
21 c chan struct{}
30 func (g *Gate) Start() {
35 func (g *Gate) Done() {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/pkg/gate/
H A Dgate.go19 type Gate struct { struct
20 ch chan struct{}
32 func (g *Gate) Start(ctx context.Context) error {
42 func (g *Gate) Done() {
/dports/cad/opentimer/OpenTimer-18d28ff/ot/verilog/
H A Dverilog.hpp12 struct Gate { struct
13 std::string name;
14 std::string cell;
15 std::unordered_map<std::string, std::string> cellpin2net;
16 std::unordered_map<std::string, std::string> net2cellpin;
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/tools/
H A Dgate.adb33 procedure Gate is subprogram
34 procedure Usage;
36 procedure Usage is
/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/map/content/
H A Dgatemodel.h21 struct Gate { struct
33 class KOSMINDOORMAP_EXPORT GateModel : public QAbstractListModel argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'],
64 gate: Union[Type[raw_types.Gate], raw_types.Gate],
120 def _predicate(self, gate: raw_types.Gate) -> bool:
139 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily],
276 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
H A Dcommon_gate_families.py45 def _predicate(self, g: raw_types.Gate) -> bool:
78 def _predicate(self, g: raw_types.Gate) -> bool:
113 gate: Union[Type[raw_types.Gate], raw_types.Gate],
153 def _predicate(self, gate: raw_types.Gate) -> bool:
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'],
64 gate: Union[Type[raw_types.Gate], raw_types.Gate],
120 def _predicate(self, gate: raw_types.Gate) -> bool:
139 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily],
276 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'],
64 gate: Union[Type[raw_types.Gate], raw_types.Gate],
120 def _predicate(self, gate: raw_types.Gate) -> bool:
139 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily],
276 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dgateset.py26 gate: Union[raw_types.Gate, Type[raw_types.Gate], 'cirq.GateFamily'],
64 gate: Union[Type[raw_types.Gate], raw_types.Gate],
120 def _predicate(self, gate: raw_types.Gate) -> bool:
139 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
185 *gates: Union[Type[raw_types.Gate], raw_types.Gate, GateFamily],
276 def __contains__(self, item: Union[raw_types.Gate, raw_types.Operation]) -> bool:
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-google/cirq_google/calibration/
H A Dworkflow.py74 gates_translator: Callable[
120 gates_translator: Callable[
280 gates_translator: Callable[
358 gates_translator: Callable[
423 gates_translator: Callable[
487 gates_translator: Callable[
552 gates_translator: Callable[
873 gates_translator: Callable[
933 gates_translator: Callable[
1171 gates_translator: Callable[
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-google/cirq_google/calibration/
H A Dworkflow.py74 gates_translator: Callable[
120 gates_translator: Callable[
280 gates_translator: Callable[
358 gates_translator: Callable[
423 gates_translator: Callable[
489 gates_translator: Callable[
555 gates_translator: Callable[
882 gates_translator: Callable[
942 gates_translator: Callable[
1183 gates_translator: Callable[
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-google/cirq_google/calibration/
H A Dworkflow.py74 gates_translator: Callable[
120 gates_translator: Callable[
280 gates_translator: Callable[
358 gates_translator: Callable[
423 gates_translator: Callable[
489 gates_translator: Callable[
555 gates_translator: Callable[
882 gates_translator: Callable[
942 gates_translator: Callable[
1183 gates_translator: Callable[
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-google/cirq_google/calibration/
H A Dworkflow.py74 gates_translator: Callable[
120 gates_translator: Callable[
280 gates_translator: Callable[
358 gates_translator: Callable[
423 gates_translator: Callable[
489 gates_translator: Callable[
555 gates_translator: Callable[
882 gates_translator: Callable[
942 gates_translator: Callable[
1183 gates_translator: Callable[
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-google/cirq_google/calibration/
H A Dworkflow.py74 gates_translator: Callable[
120 gates_translator: Callable[
280 gates_translator: Callable[
358 gates_translator: Callable[
423 gates_translator: Callable[
489 gates_translator: Callable[
555 gates_translator: Callable[
882 gates_translator: Callable[
942 gates_translator: Callable[
1183 gates_translator: Callable[
[all …]

12345678910>>...23