Home
last modified time | relevance | path

Searched refs:ARef (Results 1 – 25 of 95) sorted by relevance

1234

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/testutils/
H A DVariantContextTestUtilsUnitTest.java17 private static final Allele ARef = Allele.create("A", true); field in VariantContextTestUtilsUnitTest
147 … {Arrays.asList(0,1,2), Arrays.asList(2,1,0), Arrays.asList(ARef, T), Arrays.asList(T, ARef), 2}, in getGListsToRemap()
148 …st(0,1,2,3,4,5), Arrays.asList(2,1,0,4,3,5), Arrays.asList(ARef, T, C), Arrays.asList(T, ARef, C),… in getGListsToRemap()
173 …Builder builderA = new VariantContextBuilder("a","20",10433328,10433328, Arrays.asList(ARef,G,C)); in alleleRemapExamples()
174 …Builder builderB = new VariantContextBuilder("a","20",10433328,10433328, Arrays.asList(ARef,C,G)); in alleleRemapExamples()
175 …Builder builderC = new VariantContextBuilder("a","20",10433328,10433328, Arrays.asList(ARef,C,T)); in alleleRemapExamples()
176 …r builderD = new VariantContextBuilder("a","20",10433328,10433328, Arrays.asList(ARef,C,CC,G,GG)); in alleleRemapExamples()
177 …r builderE = new VariantContextBuilder("a","20",10433328,10433328, Arrays.asList(ARef,GG,C,G,CC)); in alleleRemapExamples()
193 …builderA.genotypes(Arrays.asList(new GenotypeBuilder(SAMPLE_1).alleles(Arrays.asList(ARef, G)).PL(… in alleleRemapExamples()
195 …builderB.genotypes(Arrays.asList(new GenotypeBuilder(SAMPLE_1).alleles(Arrays.asList(ARef, G)).PL(… in alleleRemapExamples()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc/
H A Delided-lifetime.rs11 type ARef<'a> = Ref<'a>; typedef
27 pub fn test3(a: &u32) -> ARef { in test3() argument
33 pub fn test4(a: &u32) -> ARef<'_> { in test4()
/dports/devel/erlang-sbroker/sbroker-1.0.0/test/
H A Dsregulator_statem.erl921 ARef = make_ref(),
922 {await, ARef, Regulator} = sregulator:async_ask(Regulator, {self(), ARef}),
923 client_init(MRef, Regulator, ARef, undefined, queued);
937 {await, ARef, _} ->
938 client_init(ARef, Regulator, ARef, undefined, queued)
941 client_init(MRef, Regulator, ARef, VRef, State) ->
943 client_loop(MRef, Regulator, ARef, VRef, State, []).
945 client_loop(MRef, Regulator, ARef, VRef, State, Froms) ->
952 {ARef, Result} when State =:= queued ->
955 {ARef, Result} when State =/= queued ->
[all …]
H A Dsbroker_statem.erl944 ARef = make_ref(),
946 {await, ARef, Broker} = sbroker:async_ask_r(Broker, Self, {Self, ARef}),
947 client_init(MRef, Broker, ARef, queued);
953 {await, ARef, _} ->
954 client_init(ARef, Broker, ARef, queued)
962 ARef = make_ref(),
964 {await, ARef, Broker} = sbroker:async_ask(Broker, Self, {Self, ARef}),
965 client_init(MRef, Broker, ARef, queued);
971 {await, ARef, _} ->
972 client_init(ARef, Broker, ARef, queued)
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_22.erl10 ARef = erlang:alias(),
16 ARef -> gurka
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_22.erl10 ARef = erlang:alias(),
16 ARef -> gurka
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_22.erl10 ARef = erlang:alias(),
16 ARef -> gurka
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_22.erl10 ARef = erlang:alias(),
16 ARef -> gurka
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/tests/lapack-like/
H A DSequentialLU.cpp70 Matrix<F> A, ARef; in TestLU() local
78 ARef = A; in TestLU()
104 TestCorrectness( pivot, print, A, pPerm, ARef ); in TestLU()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/containers/
H A Ddigraph.hpp105 template<typename NT, typename AT, typename ARef, typename APtr>
106 …arc<NT,AT> >, public std::iterator<std::bidirectional_iterator_tag, AT, std::ptrdiff_t, APtr, ARef>
115 typedef digraph_arc_iterator<NT,AT,ARef,APtr> this_iterator;
116 typedef ARef reference;
H A Ddigraph.tpp258 …typename digraph_arc_iterator<NT,AT,ARef,APtr>::this_iterator& digraph_arc_iterator<NT,AT,ARef,APt…
269 …typename digraph_arc_iterator<NT,AT,ARef,APtr>::this_iterator digraph_arc_iterator<NT,AT,ARef,APtr…
272 digraph_arc_iterator<NT,AT,ARef,APtr> result(*this);
278 …typename digraph_arc_iterator<NT,AT,ARef,APtr>::this_iterator& digraph_arc_iterator<NT,AT,ARef,APt…
289 …typename digraph_arc_iterator<NT,AT,ARef,APtr>::this_iterator digraph_arc_iterator<NT,AT,ARef,APtr…
292 digraph_arc_iterator<NT,AT,ARef,APtr> result(*this);
298 …bool digraph_arc_iterator<NT,AT,ARef,APtr>::operator == (const typename digraph_arc_iterator<NT,AT…
304 …bool digraph_arc_iterator<NT,AT,ARef,APtr>::operator != (const typename digraph_arc_iterator<NT,AT…
310 …bool digraph_arc_iterator<NT,AT,ARef,APtr>::operator < (const typename digraph_arc_iterator<NT,AT,
316 …typename digraph_arc_iterator<NT,AT,ARef,APtr>::reference digraph_arc_iterator<NT,AT,ARef,APtr>::o…
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/fpcunit/
H A Dresref2.inc52 Constructor Create(ARoot : TComponent;Const ARef : String);
70 Constructor Create(ARoot : TComponent;Const ARef : String; AList : TStrings);
319 Constructor TReferenceInstancesVisitor.Create(ARoot : TComponent; Const ARef : String;AList : TStri…
323 FRef:=UpperCase(ARef);
372 Constructor TRemoveReferenceVisitor.Create(ARoot : TComponent; Const ARef : String);
376 FRef:=UpperCase(ARef);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Denable_if.cpp308 …auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve o… in testIt() local
321 constexpr auto ARef = (IntFooTy)&foo; in testItCStyle() local
329 static_assert(A == ARef && ARef == AExplicit, ""); in testItCStyle()
343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local

1234