OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoB
(Results
1 - 2
of
2
) sorted by null
/external/clang/utils/
CmpDriver
132
infoB
= captureDriverInfo(driverB, args)
137
if infoA.stdout !=
infoB
.stdout:
140
print 'B OUTPUT: ',
infoB
.stdout
144
infoB
.stdout.split('\n'))
157
if infoA.stderr !=
infoB
.stderr:
160
print 'B STDERR: ',
infoB
.stderr
164
infoB
.stderr.split('\n'))
177
for i,(a,b) in enumerate(map(None, infoA.commands,
infoB
.commands)):
205
if infoA.exitCode !=
infoB
.exitCode:
208
print 'B: ',
infoB
.exitCod
[
all
...]
/art/tools/ahat/test/
SortTest.java
36
Site.ObjectsInfo
infoB
= new Site.ObjectsInfo(heapB, classB, 2, 15);
42
list.add(
infoB
);
49
assertEquals(
infoB
, list.get(0));
77
assertEquals(
infoB
, list.get(2));
Completed in 7016 milliseconds