OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECK_COMPLETE
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp
606
#define
CHECK_COMPLETE
(type, val, base, showbase, showpos, casing, width, adjust, expected) \
615
CHECK_COMPLETE
(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected)
665
CHECK_COMPLETE
(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
666
CHECK_COMPLETE
(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
668
CHECK_COMPLETE
(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
669
CHECK_COMPLETE
(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
670
CHECK_COMPLETE
(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
708
CHECK_COMPLETE
(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
709
CHECK_COMPLETE
(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0")
710
CHECK_COMPLETE
(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1"
[
all
...]
/ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp
606
#define
CHECK_COMPLETE
(type, val, base, showbase, showpos, casing, width, adjust, expected) \
615
CHECK_COMPLETE
(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected)
665
CHECK_COMPLETE
(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
666
CHECK_COMPLETE
(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
668
CHECK_COMPLETE
(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
669
CHECK_COMPLETE
(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
670
CHECK_COMPLETE
(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
708
CHECK_COMPLETE
(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
709
CHECK_COMPLETE
(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0")
710
CHECK_COMPLETE
(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1"
[
all
...]
Completed in 3784 milliseconds