Home
last modified time | relevance | path

Searched refs:clone2 (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
Dspooftest.c272 USpoofChecker *clone2 = NULL; in TestUSpoofCAPI() local
279 clone2 = uspoof_clone(clone1, &status); in TestUSpoofCAPI()
281 TEST_ASSERT_NE(clone2, clone1); in TestUSpoofCAPI()
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
293 uspoof_close(clone2); in TestUSpoofCAPI()
Dreapits.c274 URegularExpression *clone2; in TestRegexCAPI() local
289 clone2 = uregex_clone(re, &status); in TestRegexCAPI()
291 TEST_ASSERT(clone2 != NULL); in TestRegexCAPI()
295 clone3 = uregex_clone(clone2, &status); in TestRegexCAPI()
310 uregex_setText(clone2, testString2, -1, &status); in TestRegexCAPI()
312 result = uregex_lookingAt(clone2, 0, &status); in TestRegexCAPI()
315 result = uregex_find(clone2, 0, &status); in TestRegexCAPI()
320 uregex_close(clone2); in TestRegexCAPI()
1442 URegularExpression *clone2; in TestUTextAPI() local
1457 clone2 = uregex_clone(re, &status); in TestUTextAPI()
[all …]
/external/oprofile/module/ia64/
Doprofile_stubs.S132 SYSCALLSTUB_POST(clone2)
/external/strace/
DChangeLog-CVS680 Fix ia64 `-f' on clone2 formerly crashing the child.
3450 * linux/ia64/syscallent.h: Fix arg counts for clone and clone2.
3451 Use sys_clone for clone2.