Home
last modified time | relevance | path

Searched refs:Proto (Results 1 – 25 of 8484) sorted by relevance

12345678910>>...340

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/snoopy/
H A Dprotos.h1 extern Proto ether;
2 extern Proto ip;
3 extern Proto ip6;
4 extern Proto dump;
5 extern Proto arp;
6 extern Proto rarp;
7 extern Proto udp;
9 extern Proto dhcp;
11 extern Proto rtp;
13 extern Proto tcp;
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/View/Helper/
H A DPrototypeEngineHelperTest.php49 unset($this->Proto);
89 $this->Proto->get('#myLink');
120 $this->Proto->get('#foo li');
132 $this->Proto->get('#foo');
261 $this->Proto->get('#submit');
279 $this->Proto->get('#myList');
296 $this->Proto->get('#element');
325 $this->Proto->get('#element');
342 $this->Proto->get('#element');
354 $this->Proto->get('#element');
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/External/
H A DTypes.hs23 Proto.parseMessage,
24 Proto.Sendable(..),
25 Proto.Receivable(..),
199 , Proto.serialize direction
200 , Proto.serialize key
201 , Proto.serialize file
213 , Proto.serialize direction
214 , Proto.serialize key
215 , Proto.serialize file
225 , Proto.serialize key
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Types/
H A DTransferrer.hs53 , Proto.serialize r
54 , Proto.serialize kd
55 , Proto.serialize af
59 , Proto.serialize r
60 , Proto.serialize kd
61 , Proto.serialize af
65 , Proto.serialize r
66 , Proto.serialize kd
67 , Proto.serialize af
71 , Proto.serialize r
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dclusttool.cpp182 Proto->Cluster = nullptr; in ReadPrototype()
203 Proto->Mean.resize(N); in ReadPrototype()
206 switch (Proto->Style) { in ReadPrototype()
211 Proto->LogMagnitude = log(static_cast<double>(Proto->TotalMagnitude)); in ReadPrototype()
212 Proto->Weight.Spherical = 1.0 / Proto->Variance.Spherical; in ReadPrototype()
223 Proto->Weight.Elliptical[i] = 1.0f / Proto->Variance.Elliptical[i]; in ReadPrototype()
224 Proto->TotalMagnitude *= Proto->Magnitude.Elliptical[i]; in ReadPrototype()
226 Proto->LogMagnitude = log(static_cast<double>(Proto->TotalMagnitude)); in ReadPrototype()
230 delete Proto; in ReadPrototype()
234 return Proto; in ReadPrototype()
[all …]
H A Dcluster.cpp1971 return Proto; in MakePrototype()
2015 return Proto; in MakePrototype()
2060 return (Proto); in MakeDegenerateProto()
2318 Proto->TotalMagnitude /= Proto->Magnitude.Elliptical[i]; in MakeDimRandom()
2320 Proto->TotalMagnitude *= Proto->Magnitude.Elliptical[i]; in MakeDimRandom()
2342 Proto->TotalMagnitude /= Proto->Magnitude.Elliptical[i]; in MakeDimUniform()
2344 Proto->TotalMagnitude *= Proto->Magnitude.Elliptical[i]; in MakeDimUniform()
2454 Proto->Weight.Spherical = 1.0 / Proto->Variance.Spherical; in NewSphericalProto()
2489 Proto->TotalMagnitude *= Proto->Magnitude.Elliptical[i]; in NewEllipticalProto()
2514 return Proto; in NewMixedProto()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/RemoteDaemon/
H A DTypes.hs64 instance Proto.Sendable Emitted where
66 ["CONNECTED", Proto.serialize remote]
70 ["SYNCING", Proto.serialize remote]
72 ["DONESYNCING", Proto.serialize remote, Proto.serialize status]
74 ["WARNING", Proto.serialize remote, Proto.serialize message]
76 instance Proto.Sendable Consumed where
84 instance Proto.Receivable Emitted where
90 parseCommand _ = Proto.parseFail
92 instance Proto.Receivable Consumed where
99 parseCommand _ = Proto.parseFail
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/source/loader/
H A Di_module.h66 template<FStaticModule &Module, typename Proto, Proto Sym>
104 template<FModule &Module, typename Proto, Proto Sym>
106 template<FModule &Module, typename Proto, Proto Sym>
124 template<FStaticModule &Module, typename Proto, Proto Sym>
129 template<FStaticModule &Module, typename Proto, Proto Sym>
131 template<FStaticModule &Module, typename Proto, Proto Sym>
174 operator Proto() const
179 return (Proto)proc.Call;
208 operator Proto() const
213 return (Proto)proc.Call;
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dfile_util.h40 template <typename Proto>
42 Proto proto; in ReadFileToProtoOrDie()
66 template <typename Proto>
69 std::vector<Proto> protos; in ReadNumRecords()
70 Proto proto; in ReadNumRecords()
93 template <typename Proto>
104 template <typename Proto>
108 template <typename Proto>
116 template <typename Proto>
118 Proto p; in ReadOneRecordOrDie()
[all …]
H A Dproto_tools.h30 template <class Proto>
31 absl::StatusOr<Proto*> SafeProtoDownCast(google::protobuf::Message* proto);
32 template <class Proto>
33 absl::StatusOr<const Proto*> SafeProtoConstDownCast(
45 template <class Proto>
48 Proto::default_instance().GetDescriptor(); in SafeProtoDownCast()
52 return reinterpret_cast<Proto*>(proto); in SafeProtoDownCast()
58 template <class Proto>
59 absl::StatusOr<const Proto*> SafeProtoConstDownCast( in SafeProtoConstDownCast()
62 Proto::default_instance().GetDescriptor(); in SafeProtoConstDownCast()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/search/search_result_ranker/
H A Dapp_launch_predictor_test_util.h29 template <typename Proto>
30 bool EquivToProtoLite(const Proto& p1, const Proto& p2);
35 template <typename Proto>
135 bool operator()(const Proto& t1, const Proto& t2) { \
144 bool operator()(const Proto& t1, const Proto& t2) { \
153 bool operator()(const Proto& t1, const Proto& t2) { \
163 bool operator()(const Proto& t1, const Proto& t2) { \
174 bool operator()(const Proto& t1, const Proto& t2) { \
186 bool operator()(const Proto& t1, const Proto& t2) { \
200 bool operator()(const Proto& t1, const Proto& t2) { \
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/factotum/
H A Dproto.c4 extern Proto apop; /* apop.c */
5 extern Proto chap; /* chap.c */
6 extern Proto cram; /* apop.c */
7 extern Proto dsa; /* dsa.c */
9 extern Proto mschap; /* chap.c */
10 extern Proto p9any; /* p9any.c */
13 extern Proto p9cr;
15 extern Proto rsa; /* rsa.c */
16 extern Proto vnc; /* p9cr.c */
18 Proto *prototab[] = {
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/P2P/
H A DProtocol.hs107 …formatMessage (GET offset af key) = ["GET", Proto.serialize offset, Proto.serialize af, Proto.seri…
108 formatMessage (PUT af key) = ["PUT", Proto.serialize af, Proto.serialize key]
201 type Proto = Free ProtoF type
203 net :: Net a -> Proto a
206 local :: Local a -> Proto a
299 auth :: UUID -> AuthToken -> Proto () -> Proto (Maybe UUID)
304 postAuth :: Proto () -> Proto (Maybe UUID)
381 serverLoop :: (Message -> Proto (ServerHandler a)) -> Proto (Maybe a)
540 -> (Offset -> Len -> Proto L.ByteString -> Proto (Maybe Validity) -> Local t)
542 -> Proto t
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/src/
H A Drebar_protobuffs_compiler.erl51 Targets = [{Proto, beam_file(Proto), hrl_file(Proto)} ||
52 Proto <- ProtoFiles],
88 beam_file(Proto) ->
91 hrl_file(Proto) ->
92 filename:basename(Proto, ".proto") ++ "_pb.hrl".
94 fq_beam_file(Proto) ->
97 fq_hrl_file(Proto) ->
100 needs_compile(Proto, Beam) ->
107 case needs_compile(Proto, Beam) of
109 ?CONSOLE("Compiling ~s\n", [Proto]),
[all …]
/dports/devel/rebar/rebar-2.6.4/src/
H A Drebar_protobuffs_compiler.erl51 Targets = [{Proto, beam_file(Proto), hrl_file(Proto)} ||
52 Proto <- ProtoFiles],
88 beam_file(Proto) ->
91 hrl_file(Proto) ->
92 filename:basename(Proto, ".proto") ++ "_pb.hrl".
94 fq_beam_file(Proto) ->
97 fq_hrl_file(Proto) ->
100 needs_compile(Proto, Beam) ->
107 case needs_compile(Proto, Beam) of
109 ?CONSOLE("Compiling ~s\n", [Proto]),
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/tools/llvm-exegesis/X86/
H A DSnippetGeneratorTest.cpp86 ASSERT_THAT(Proto.Snippet, SizeIs(1)); in TEST_F()
87 const InstructionInstance &II = Proto.Snippet[0]; in TEST_F()
104 ASSERT_THAT(Proto.Snippet, SizeIs(1)); in TEST_F()
105 const InstructionInstance &II = Proto.Snippet[0]; in TEST_F()
121 ASSERT_THAT(Proto.Snippet, SizeIs(2)); in TEST_F()
122 const InstructionInstance &II = Proto.Snippet[0]; in TEST_F()
135 ASSERT_THAT(Proto.Snippet, SizeIs(2)); in TEST_F()
150 ASSERT_THAT(Proto.Snippet, SizeIs(1)); in TEST_F()
167 ASSERT_THAT(Proto.Snippet, SizeIs(1)); in TEST_F()
187 for (const auto &II : Proto.Snippet) { in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs75 Proto = proto; in FieldDescriptor()
104 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToJsonName(Proto.Name) : Proto.JsonName; in FieldDescriptor()
111 public override string Name => Proto.Name;
204 …public bool IsPacked => File.Proto.Syntax == "proto2" ? Proto.Options?.Packed ?? false : !Proto.Op…
214 public int FieldNumber => Proto.Number;
269 if (!Proto.HasExtendee)
307 if (Proto.HasTypeName) in CrossLink()
312 if (Proto.HasType) in CrossLink()
337 if (Proto.HasDefaultValue) in CrossLink()
363 if (Proto.HasExtendee) in CrossLink()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs75 Proto = proto; in FieldDescriptor()
104 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToJsonName(Proto.Name) : Proto.JsonName; in FieldDescriptor()
111 public override string Name => Proto.Name;
204 …public bool IsPacked => File.Proto.Syntax == "proto2" ? Proto.Options?.Packed ?? false : !Proto.Op…
214 public int FieldNumber => Proto.Number;
269 if (!Proto.HasExtendee)
307 if (Proto.HasTypeName) in CrossLink()
312 if (Proto.HasType) in CrossLink()
337 if (Proto.HasDefaultValue) in CrossLink()
363 if (Proto.HasExtendee) in CrossLink()
[all …]
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/
H A Dsslproxy_no_tls13.conf74 Proto https
85 Proto http
96 Proto http
105 Proto https
116 Proto http
125 Proto https
138 Proto https
148 Proto https
196 Proto http
257 Proto http
[all …]
H A Dsslproxy_no_tls11.conf74 Proto https
85 Proto http
96 Proto http
105 Proto https
116 Proto http
125 Proto https
137 Proto https
156 Proto http
217 Proto http
237 Proto pop3
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Uefi/InteractiveIO/
H A DIIOutilities.c44 void *Proto; in IIO_GetDeviceProto() local
48 Proto = NULL; in IIO_GetDeviceProto()
52 Proto = (void *)Stream->Dev; in IIO_GetDeviceProto()
57 return Proto; in IIO_GetDeviceProto()
135 if(Proto != NULL) { in IIO_GetCursorPosition()
142 if(Proto->Mode->CursorVisible) { in IIO_GetCursorPosition()
178 if(Proto != NULL) { in IIO_SetCursorPosition()
183 Status = Proto->SetCursorPosition(Proto, CursorXY->Column, CursorXY->Row); in IIO_SetCursorPosition()
224 if(Proto != NULL) { in IIO_GetOutputSize()
229 TempMode = Proto->Mode->Mode; in IIO_GetOutputSize()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DSceneGraphView.h36 Proto *proto;
44 NodeOrProto(Proto *proto) { setProto(proto); } in NodeOrProto()
52 void setProto(Proto *p) in setProto()
57 Proto *getProto(void) const in getProto()
95 void accountGraphSize(Proto *proto);
105 Proto *HitTestProto(int x, int y) const;
117 void DrawIs(SDC dc, Proto *proto);
122 void InvalidateProto(Proto *proto);
195 Proto *m_currentProto;
201 Proto *m_dstProto;
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/RemoteDaemon/Transport/Ssh/
H A DTypes.hs13 Proto.serialize,
14 Proto.deserialize,
15 Proto.formatMessage,
18 import qualified Utility.SimpleProtocol as Proto
25 instance Proto.Sendable Notification where
27 formatMessage (CHANGED shas) = ["CHANGED", Proto.serialize shas]
29 instance Proto.Receivable Notification where
30 parseCommand "READY" = Proto.parse0 READY
31 parseCommand "CHANGED" = Proto.parse1 CHANGED
32 parseCommand _ = Proto.parseFail
/dports/sysutils/istio/istio-1.6.7/pkg/config/schema/collections/
H A Dcollections.gen.go25 Proto: "google.protobuf.Struct",
79 Proto: "google.protobuf.Struct",
97 Proto: "istio.mesh.v1alpha1.MeshConfig",
313 Proto: "istio.policy.v1beta1.Handler",
349 Proto: "istio.policy.v1beta1.Rule",
528 Proto: "google.protobuf.Struct",
672 Proto: "istio.policy.v1beta1.Rule",
690 Proto: "google.protobuf.Struct",
758 Proto: "k8s.io.api.core.v1.NodeSpec",
775 Proto: "k8s.io.api.core.v1.Pod",
[all …]
/dports/games/ivan/ivan-059/Main/Source/
H A Dproto.cpp39 int ConfigSize = Proto->GetConfigSize(); in BalancedCreateMonster()
459 int ConfigSize = Proto->GetConfigSize(); in SearchForProto()
478 ID.first = Proto; in SearchForProto()
593 int ConfigSize = Proto->GetConfigSize(); in CreateMaterial()
625 int ConfigSize = Proto->GetConfigSize(); in CreateEveryCharacter()
639 int ConfigSize = Proto->GetConfigSize(); in CreateEveryItem()
655 int ConfigSize = Proto->GetConfigSize(); in CreateEveryNormalEnemy()
673 const prototype* Proto = protocontainer<item>::GetProtoData()[c]; DBG1(Proto->GetClassID()); in Initialize() local
674 ItemConfigDataSize += Proto->GetConfigSize(); DBG1(Proto->GetConfigData()); in Initialize()
676 if(Proto->GetConfigData()==NULL) in Initialize()
[all …]

12345678910>>...340