Searched refs:clone2 (Results 1 - 6 of 6) sorted by relevance

/external/strace/test/
H A Dthreaded_execve.c52 /* Define clone2 for all arches */
56 #define clone2 __clone2 macro
58 #define clone2(func, stack_base, size, flags, arg...) \ macro
61 #define clone2(func, stack_base, size, flags, arg...) \ macro
105 clone2(thread1, malloc(16 * 1024), 16 * 1024, 0
113 clone2(thread2, malloc(16 * 1024), 16 * 1024, 0
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c272 USpoofChecker *clone2 = NULL; local
279 clone2 = uspoof_clone(clone1, &status);
281 TEST_ASSERT_NE(clone2, clone1);
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
293 uspoof_close(clone2);
H A Dreapits.c274 URegularExpression *clone2; local
289 clone2 = uregex_clone(re, &status);
291 TEST_ASSERT(clone2 != NULL);
295 clone3 = uregex_clone(clone2, &status);
310 uregex_setText(clone2, testString2, -1, &status);
312 result = uregex_lookingAt(clone2, 0, &status);
315 result = uregex_find(clone2, 0, &status);
320 uregex_close(clone2);
1442 URegularExpression *clone2; local
1457 clone2
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c272 USpoofChecker *clone2 = NULL; local
279 clone2 = uspoof_clone(clone1, &status);
281 TEST_ASSERT_NE(clone2, clone1);
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
293 uspoof_close(clone2);
H A Dreapits.c274 URegularExpression *clone2; local
289 clone2 = uregex_clone(re, &status);
291 TEST_ASSERT(clone2 != NULL);
295 clone3 = uregex_clone(clone2, &status);
310 uregex_setText(clone2, testString2, -1, &status);
312 result = uregex_lookingAt(clone2, 0, &status);
315 result = uregex_find(clone2, 0, &status);
320 uregex_close(clone2);
1442 URegularExpression *clone2; local
1457 clone2
[all...]
/external/oprofile/module/ia64/
H A Doprofile_stubs.S132 SYSCALLSTUB_POST(clone2)

Completed in 168 milliseconds