OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_replace
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/tests/
regex-test.c
1150
test_replace
(const gchar *pattern,
function
1179
#define
TEST_REPLACE
(pattern, string, start_position, replacement, expected) { \
1181
if (
test_replace
(pattern, string, start_position, replacement, expected)) \
[
all
...]
/external/bluetooth/glib/gio/tests/
live-g-file.c
49
TEST_REPLACE
= 1 << 13,
76
{"dir1", NULL, G_FILE_TYPE_DIRECTORY, G_FILE_CREATE_NONE, 0, 0, TEST_DELETE_NORMAL | TEST_DELETE_NON_EMPTY |
TEST_REPLACE
| TEST_OPEN},
85
{"executable_file", NULL, G_FILE_TYPE_REGULAR, G_FILE_CREATE_NONE, S_IRWXU + S_IRWXG + S_IRWXO, 0, TEST_DELETE_TRASH | TEST_COPY | TEST_OPEN | TEST_OVERWRITE |
TEST_REPLACE
},
87
{"normal_file2", NULL, G_FILE_TYPE_REGULAR, G_FILE_CREATE_NONE, 0, 0, TEST_COPY | TEST_OVERWRITE |
TEST_REPLACE
},
97
{"not_exists3", NULL, G_FILE_TYPE_REGULAR, G_FILE_CREATE_NONE, 0, TEST_HANDLE_SPECIAL, TEST_NOT_EXISTS |
TEST_REPLACE
},
819
((item.extra_flags &
TEST_REPLACE
) ==
TEST_REPLACE
) ||
831
else if ((item.extra_flags &
TEST_REPLACE
) ==
TEST_REPLACE
)
[
all
...]
Completed in 48 milliseconds