OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_incremental
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/tests/
base64-test.c
16
test_incremental
(gboolean line_break,
function
124
test_incremental
(FALSE, DATA_SIZE);
125
test_incremental
(TRUE, DATA_SIZE);
127
test_incremental
(FALSE, DATA_SIZE - 1);
128
test_incremental
(TRUE, DATA_SIZE - 1);
130
test_incremental
(FALSE, DATA_SIZE - 2);
131
test_incremental
(TRUE, DATA_SIZE - 2);
133
test_incremental
(FALSE, 1);
134
test_incremental
(FALSE, 2);
135
test_incremental
(FALSE, 3)
[
all
...]
/external/bluetooth/glib/
ChangeLog.pre-2-12
405
* tests/base64-test.c (
test_incremental
): Use malloced memory
Completed in 321 milliseconds