OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_CASE
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode_embeddertest.cpp
19
#define
TEST_CASE
(input_literal, expected_literal) \
32
TEST_CASE
("", "\x78\x9c\x03\x00\x00\x00\x00\x01"),
33
TEST_CASE
(" ", "\x78\x9c\x53\x00\x00\x00\x21\x00\x21"),
34
TEST_CASE
("123", "\x78\x9c\x33\x34\x32\x06\x00\01\x2d\x00\x97"),
35
TEST_CASE
("\x00\xff", "\x78\x9c\x63\xf8\x0f\x00\x01\x01\x01\x00"),
36
TEST_CASE
(
68
TEST_CASE
("", ""),
TEST_CASE
("preposterous nonsense", ""),
69
TEST_CASE
("\x78\x9c\x03\x00\x00\x00\x00\x01", ""),
70
TEST_CASE
("\x78\x9c\x53\x00\x00\x00\x21\x00\x21", " ")
[
all
...]
/external/vboot_reference/tests/
cgptlib_test.h
16
#define
TEST_CASE
(func) #func, func
cgptlib_test.c
[
all
...]
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 185 milliseconds