Searched refs:cls2 (Results 1 – 4 of 4) sorted by relevance
/external/libmicrohttpd/src/testcurl/ |
D | test_callback.c | 42 struct callback_closure *cls2 = cls; in called_twice() local 44 if (cls2->called == 0) in called_twice() 48 cls2->called = 1; in called_twice() 51 if (cls2->called == 1) in called_twice() 53 cls2->called = 2; in called_twice()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 1269 RegisterOperand cls1, RegisterOperand cls2> 1270 : InstRR<opcode, (outs cls1:$R1), (ins cls2:$R2), 1272 [(set cls1:$R1, (operator cls2:$R2))]> { 1278 RegisterOperand cls1, RegisterOperand cls2> 1279 : InstRRE<opcode, (outs cls1:$R1), (ins cls2:$R2), 1281 [(set cls1:$R1, (operator cls2:$R2))]> { 1287 RegisterOperand cls2> 1288 : InstRRF<opcode, (outs cls1:$R1), (ins imm32zx4:$R3, cls2:$R2), 1296 RegisterOperand cls2> 1297 : InstRRF<opcode, (outs cls1:$R1), (ins imm32zx4:$R3, cls2:$R2, imm32zx4:$R4), [all …]
|
/external/protobuf/python/google/protobuf/internal/ |
D | message_factory_test.py | 102 cls2 = factory.GetPrototype(pool.FindMessageTypeByName( 104 self.assertTrue(cls is cls2)
|
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 3066 for cls2 in C, D, E, F: 3068 x.__class__ = cls2 3069 self.assertIs(x.__class__, cls2) 3129 for cls, cls2 in ((G, H), (G, I), (I, H), (Q, R), (R, Q)): 3132 x.__class__ = cls2 3133 self.assertIs(x.__class__, cls2, 3134 "assigning %r as __class__ for %r silently failed" % (cls2, x)) 3141 for cls2 in G, J, K, L, M, N, P, R, list, Int: 3142 if cls is cls2: 3144 cant(cls(), cls2) [all …]
|