Home
last modified time | relevance | path

Searched refs:sc1 (Results 1 – 25 of 51) sorted by relevance

123

/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DRoundRobinLoadBalancerTest.java361 Subchannel sc1 = subchannelIterator.next(); in subchannelStateIsolation() local
366 verify(sc1, times(1)).requestConnection(); in subchannelStateIsolation()
370 loadBalancer.handleSubchannelState(sc1, ConnectivityStateInfo.forNonError(READY)); in subchannelStateIsolation()
385 assertThat(getList(pickers.next())).containsExactly(sc1); in subchannelStateIsolation()
387 assertThat(getList(pickers.next())).containsExactly(sc1, sc2); in subchannelStateIsolation()
389 assertThat(getList(pickers.next())).containsExactly(sc1, sc2, sc3); in subchannelStateIsolation()
392 assertThat(getList(pickers.next())).containsExactly(sc1, sc3); in subchannelStateIsolation()
396 assertThat(getList(pickers.next())).containsExactly(sc1); in subchannelStateIsolation()
418 Subchannel sc1 = picker.pickSubchannel(mockArgs).getSubchannel(); in noStickinessEnabled_withStickyHeader() local
423 assertEquals(nextSubchannel(sc1, allSubchannels), sc2); in noStickinessEnabled_withStickyHeader()
[all …]
/external/grpc-grpc/test/core/channel/
Dchannel_trace_test.cc168 RefCountedPtr<ChannelNode> sc1 = in TEST_P() local
170 ChannelNodePeer sc1_peer(sc1.get()); in TEST_P()
173 grpc_slice_from_static_string("subchannel one created"), sc1); in TEST_P()
194 grpc_slice_from_static_string("subchannel one inactive"), sc1); in TEST_P()
202 sc1.reset(); in TEST_P()
216 RefCountedPtr<ChannelNode> sc1 = in TEST_P() local
218 ChannelNodePeer sc1_peer(sc1.get()); in TEST_P()
221 grpc_slice_from_static_string("subchannel one created"), sc1); in TEST_P()
248 grpc_slice_from_static_string("subchannel one inactive"), sc1); in TEST_P()
251 sc1.reset(); in TEST_P()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestUnwrappedWithPrefix.java136 public SubChild sc1; field in TestUnwrappedWithPrefix.Child
233 input.c1.sc1 = new SubChild(); in testIssue226()
234 input.c1.sc1.value = "a"; in testIssue226()
236 input.c2.sc1 = new SubChild(); in testIssue226()
237 input.c2.sc1.value = "b"; in testIssue226()
245 assertNotNull(output.c1.sc1); in testIssue226()
246 assertNotNull(output.c2.sc1); in testIssue226()
248 assertEquals("a", output.c1.sc1.value); in testIssue226()
249 assertEquals("b", output.c2.sc1.value); in testIssue226()
/external/clang/test/CodeGen/
Dcomplex-convert.c16 signed char sc1; in foo() local
36 sc1 = csc; in foo()
41 sc1 = cuc; in foo()
46 sc1 = csll; in foo()
52 sc1 = cull; in foo()
/external/llvm-project/clang/test/CodeGen/
Dcomplex-convert.c16 signed char sc1; in foo() local
36 sc1 = csc; in foo()
41 sc1 = cuc; in foo()
46 sc1 = csll; in foo()
52 sc1 = cull; in foo()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.specConstant.float16.comp.out22 Name 16 "sc1"
31 Decorate 16(sc1) SpecId 2
43 16(sc1):6(float16_t) SpecConstant 52000
49 Store 17 16(sc1)
Dspv.specConstant.int16.comp.out22 Name 16 "sc1"
31 Decorate 16(sc1) SpecId 2
43 16(sc1): 6(int16_t) SpecConstant 4294947296
49 Store 17 16(sc1)
Dspv.specConstant.int8.comp.out22 Name 16 "sc1"
31 Decorate 16(sc1) SpecId 2
43 16(sc1): 6(int8_t) SpecConstant 4294967169
49 Store 17 16(sc1)
/external/llvm-project/mlir/test/Dialect/SPIRV/
Dstructure-ops.mlir495 spv.specConstant @sc1 = false
499 spv.specConstantComposite @scc (@sc1, @sc2, @sc3) : !spv.struct<(i1, i64, f32)>
503 // CHECK: spv.mlir.referenceof @sc1 : i1
504 %0 = spv.mlir.referenceof @sc1 : i1
597 // CHECK: spv.specConstant @sc1 = false
598 spv.specConstant @sc1 = false
642 spv.specConstantComposite @scc2 (@sc1, @sc2, @sc3) : i32
652 spv.specConstant @sc1 = 1.5 : f32
655 // CHECK: spv.specConstantComposite @scc (@sc1, @sc2, @sc3) : !spv.array<3 x f32>
656 spv.specConstantComposite @scc (@sc1, @sc2, @sc3) : !spv.array<3 x f32>
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DLoadBalancerTest.java94 PickResult sc1 = PickResult.withSubchannel(subchannel); in pickResult_equals() local
106 assertThat(sc1).isNotEqualTo(nr); in pickResult_equals()
107 assertThat(sc1).isNotEqualTo(error1); in pickResult_equals()
108 assertThat(sc1).isNotEqualTo(drop1); in pickResult_equals()
109 assertThat(sc1).isEqualTo(sc2); in pickResult_equals()
110 assertThat(sc1).isNotEqualTo(sc3); in pickResult_equals()
111 assertThat(sc1).isNotEqualTo(sc4); in pickResult_equals()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc159 int grpc_channel_security_connector_cmp(grpc_channel_security_connector* sc1, in grpc_channel_security_connector_cmp() argument
161 GPR_ASSERT(sc1->channel_creds != nullptr); in grpc_channel_security_connector_cmp()
163 int c = GPR_ICMP(sc1->channel_creds, sc2->channel_creds); in grpc_channel_security_connector_cmp()
165 c = GPR_ICMP(sc1->request_metadata_creds, sc2->request_metadata_creds); in grpc_channel_security_connector_cmp()
167 c = GPR_ICMP((void*)sc1->check_call_host, (void*)sc2->check_call_host); in grpc_channel_security_connector_cmp()
169 c = GPR_ICMP((void*)sc1->cancel_check_call_host, in grpc_channel_security_connector_cmp()
172 return GPR_ICMP((void*)sc1->add_handshakers, (void*)sc2->add_handshakers); in grpc_channel_security_connector_cmp()
175 int grpc_server_security_connector_cmp(grpc_server_security_connector* sc1, in grpc_server_security_connector_cmp() argument
177 GPR_ASSERT(sc1->server_creds != nullptr); in grpc_server_security_connector_cmp()
179 int c = GPR_ICMP(sc1->server_creds, sc2->server_creds); in grpc_server_security_connector_cmp()
[all …]
Dlocal_security_connector.cc90 static int local_channel_cmp(grpc_security_connector* sc1, in local_channel_cmp() argument
93 reinterpret_cast<grpc_local_channel_security_connector*>(sc1); in local_channel_cmp()
101 static int local_server_cmp(grpc_security_connector* sc1, in local_server_cmp() argument
104 reinterpret_cast<grpc_local_server_security_connector*>(sc1); in local_server_cmp()
Dalts_security_connector.cc193 static int alts_channel_cmp(grpc_security_connector* sc1, in alts_channel_cmp() argument
196 reinterpret_cast<grpc_alts_channel_security_connector*>(sc1); in alts_channel_cmp()
204 static int alts_server_cmp(grpc_security_connector* sc1, in alts_server_cmp() argument
207 reinterpret_cast<grpc_alts_server_security_connector*>(sc1); in alts_server_cmp()
Dsecurity_connector.h132 int grpc_channel_security_connector_cmp(grpc_channel_security_connector* sc1,
171 int grpc_server_security_connector_cmp(grpc_server_security_connector* sc1,
/external/deqp-deps/glslang/Test/
Dspv.specConstant.int16.comp5 layout(constant_id = 2) const int16_t sc1 = -20000s;
16 sb_out.r1 = sc1;
Dspv.specConstant.int8.comp5 layout(constant_id = 2) const int8_t sc1 = int8_t(-127);
16 sb_out.r1 = sc1;
Dspv.specConstant.float16.comp5 layout(constant_id = 2) const float16_t sc1 = -14.25hf;
16 sb_out.r1 = sc1;
/external/llvm-project/libclc/generic/lib/math/
DsincospiF_piby4.h40 const float sc1 = -0.166666666638608441788607926e0F; in __libclc__sincosf_piby4() local
53 ret.x = mad(x*x2, mad(x2, mad(x2, mad(x2, sc4, sc3), sc2), sc1), x); in __libclc__sincosf_piby4()
DsincosD_piby4.h49 const double sc1 = -0.166666666666666646259241729; in __libclc__sincos_piby4() local
74 ret.lo = x - fma(-x3, sc1, fma(fma(-x3, sp, 0.5*xx), x2, -xx)); in __libclc__sincos_piby4()
/external/llvm-project/clang/test/SemaObjC/
Dinstancetype.m42 Subclass1 *sc1 = [[Subclass1 alloc] init];
48 …Subclass1 *sc1 = [[Subclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respo…
168 Subclass1 *sc1 = [[Subclass1 alloc] init];
169 …return sc1; // expected-warning{{incompatible pointer types returning 'Subclass1 *' from a functio…
173 Subclass1 *sc1 = [[Subclass1 alloc] init];
174 …return sc1; // expected-warning{{incompatible pointer types returning 'Subclass1 *' from a functio…
/external/clang/test/SemaObjCXX/
Dinstancetype.mm42 Subclass1 *sc1 = [[Subclass1 alloc] init];
48 …Subclass1 *sc1 = [[Subclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respo…
168 Subclass1 *sc1 = [[Subclass1 alloc] init];
169 …return sc1; // expected-error{{cannot initialize return object of type 'Subclass2 *' with an lvalu…
173 Subclass1 *sc1 = [[Subclass1 alloc] init];
174 …return sc1; // expected-error{{cannot initialize return object of type 'Subclass2 *' with an lvalu…
/external/clang/test/SemaObjC/
Dinstancetype.m42 Subclass1 *sc1 = [[Subclass1 alloc] init];
48 …Subclass1 *sc1 = [[Subclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respo…
168 Subclass1 *sc1 = [[Subclass1 alloc] init];
169 …return sc1; // expected-warning{{incompatible pointer types returning 'Subclass1 *' from a functio…
173 Subclass1 *sc1 = [[Subclass1 alloc] init];
174 …return sc1; // expected-warning{{incompatible pointer types returning 'Subclass1 *' from a functio…
/external/llvm-project/clang/test/SemaObjCXX/
Dinstancetype.mm42 Subclass1 *sc1 = [[Subclass1 alloc] init];
48 …Subclass1 *sc1 = [[Subclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respo…
168 Subclass1 *sc1 = [[Subclass1 alloc] init];
169 …return sc1; // expected-error{{cannot initialize return object of type 'Subclass2 *' with an lvalu…
173 Subclass1 *sc1 = [[Subclass1 alloc] init];
174 …return sc1; // expected-error{{cannot initialize return object of type 'Subclass2 *' with an lvalu…
/external/selinux/python/sepolgen/tests/
Dtest_refpolicy.py138 sc1 = refpolicy.SecurityContext("user_u:object_r:foo_t")
143 self.assertEqual(sc1, sc2)
144 self.assertNotEqual(sc1, sc3)
145 self.assertNotEqual(sc1, sc4)
/external/grpc-grpc/src/core/lib/http/
Dhttpcli_security_connector.cc90 static int httpcli_ssl_cmp(grpc_security_connector* sc1, in httpcli_ssl_cmp() argument
93 reinterpret_cast<grpc_httpcli_ssl_channel_security_connector*>(sc1); in httpcli_ssl_cmp()

123