HomeSort by relevance Sort by last modified time
    Searched full:cls2 (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrFormats.td 699 RegisterOperand cls1, RegisterOperand cls2>
700 : InstRR<opcode, (outs cls1:$R1), (ins cls2:$R2),
702 [(set cls1:$R1, (operator cls2:$R2))]> {
708 RegisterOperand cls1, RegisterOperand cls2>
709 : InstRRE<opcode, (outs cls1:$R1), (ins cls2:$R2),
711 [(set cls1:$R1, (operator cls2:$R2))]> {
717 RegisterOperand cls2>
718 : InstRRF<opcode, (outs cls1:$R1), (ins uimm8zx4:$R3, cls2:$R2),
727 RegisterOperand cls2>
728 : InstRRF<opcode, (outs cls1:$R1), (ins cls2:$R2, cond4:$valid, cond4:$R3)
    [all...]
  /external/clang/test/SemaCXX/
undefined-internal.cpp 291 struct Cls2 {
292 Cls2(T7); // expected-warning {{function 'test12::<anonymous namespace>::Cls2::Cls2' has internal linkage but is not defined}}
306 Cls2 obj1((T7())); // expected-note {{used here}}
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 223 class Cls2 extends Cls1 implements Intf1 {
754 f = Cls2.class.getFields();
790 Field[] fields = Cls2.class.getFields();
792 if(field.toString().equals("public int libcore.java.lang.OldClassTest$Cls2.field1")) {
800 assertEquals(expected, Cls2.class.getField("field1"));
808 Class [] interfaces2 = Cls2.class.getInterfaces();
823 Cls2.class.getMethods().length);
828 Method[] methods = Cls2.class.getMethods();
830 if(method.toString().equals("public void libcore.java.lang.OldClassTest$Cls2.test()")) {
838 assertEquals(expected, Cls2.class.getMethod("test"))
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_factory_test.py 98 cls2 = factory.GetPrototype(pool.FindMessageTypeByName(
100 self.assertIs(cls, cls2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 3289 cls2 = p.loads(s) variable in class:.test_pickles.C4
3319 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 3289 cls2 = p.loads(s) variable in class:.test_pickles.C4
3319 cls2 = copy.deepcopy(cls) variable in class:.test_pickles.C4
    [all...]

Completed in 747 milliseconds