HomeSort by relevance Sort by last modified time
    Searched refs:CheckEquals (Results 1 - 8 of 8) sorted by null

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 50 CheckEquals(0, Stream.Index);
51 CheckEquals(0, Stream.CharPositionInLine);
52 CheckEquals(1, Stream.Line);
55 CheckEquals(1, Stream.Index);
56 CheckEquals(1, Stream.CharPositionInLine);
57 CheckEquals(1, Stream.Line);
60 CheckEquals(2, Stream.Index);
61 CheckEquals(2, Stream.CharPositionInLine);
62 CheckEquals(1, Stream.Line);
65 CheckEquals(3, Stream.Index)
    [all...]
Antlr.Runtime.Tools.Tests.pas 158 CheckEquals(ReturnValue,'foo');
167 CheckEquals(FIANTLRString.Value,'bar');
186 CheckEquals(ReturnValue,'foo');
209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value);
228 CheckEquals(ReturnValue,100);
237 CheckEquals(FIList.Capacity,100);
247 CheckEquals(ReturnValue,1);
256 CheckEquals(FIList.Count,4);
271 CheckEquals(ReturnValue,300);
287 CheckEquals(FIList.Items[3],333)
    [all...]
Antlr.Runtime.Collections.Tests.pas 75 CheckEquals(P.Key, Values[I]);
76 CheckEquals(P.Value, 'Value' + IntToStr(Values[I]));
92 CheckEquals(P.Key, Values[I]);
93 CheckEquals(P.Value, 'Value' + IntToStr(Values[I]));
116 CheckEquals(FIStackList.Pop,'Item 2');
117 CheckEquals(FIStackList.Pop,'Item 1');
126 CheckEquals(FIStackList.Peek, 'Item 2');
127 CheckEquals(FIStackList.Pop, 'Item 2');
Antlr.Runtime.Tree.Tests.pas 216 CheckEquals(R0.ChildIndex,-1);
240 CheckEquals(Root.ChildIndex, -1);
351 CheckEquals(Dup.ChildIndex, -1);
369 CheckEquals(R0.ChildIndex, -1);
371 CheckEquals(C0.ChildIndex, 0);
373 CheckEquals(C1.ChildIndex, 1);
375 CheckEquals(C2.ChildIndex, 2);
398 CheckEquals(Root.ChildIndex, -1);
419 CheckEquals(T.ToStringTree, '(a x)');
437 CheckEquals(T.ToStringTree, '(a x y)')
    [all...]
  /art/compiler/dex/
mir_field_info.h 82 void CheckEquals(const MirFieldInfo& other) const {
160 void CheckEquals(const MirIFieldLoweringInfo& other) const {
161 MirFieldInfo::CheckEquals(other);
mir_method_info.h 182 void CheckEquals(const MirMethodLoweringInfo& info) const {
mir_field_info.cc 41 unresolved.CheckEquals(*it);
mir_method_info.cc 49 unresolved.CheckEquals(*it);

Completed in 80 milliseconds