OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theoricalPos
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
codecvt_test.cpp
316
int
theoricalPos
= 0;
322
++
theoricalPos
;
324
++
theoricalPos
;
327
CPPUNIT_ASSERT( (int)istr.tellg() ==
theoricalPos
);
350
int
theoricalPos
= 0;
363
++
theoricalPos
;
365
++
theoricalPos
;
366
theoricalTellg =
theoricalPos
;
/ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp
317
int
theoricalPos
= 0;
323
++
theoricalPos
;
325
++
theoricalPos
;
328
CPPUNIT_ASSERT( (int)istr.tellg() ==
theoricalPos
);
352
int
theoricalPos
= 0;
365
++
theoricalPos
;
367
++
theoricalPos
;
368
theoricalTellg =
theoricalPos
;
/ndk/tests/device/test-stlport/unit/
codecvt_test.cpp
317
int
theoricalPos
= 0;
323
++
theoricalPos
;
325
++
theoricalPos
;
328
CPPUNIT_ASSERT( (int)istr.tellg() ==
theoricalPos
);
352
int
theoricalPos
= 0;
365
++
theoricalPos
;
367
++
theoricalPos
;
368
theoricalTellg =
theoricalPos
;
Completed in 118 milliseconds