HomeSort by relevance Sort by last modified time
    Searched refs:clone2 (Results 1 - 7 of 7) sorted by null

  /external/strace/test/
threaded_execve.c 52 /* 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
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 221 Animator clone2 = set2.getChildAnimations().get(1); local
228 assertTrue(clone2.getListeners().contains(listener2));
237 assertEquals(animator2.getDuration(), clone2.getDuration());
239 assertSame(animator2.getInterpolator(), clone2.getInterpolator());
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 272 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);
reapits.c 274 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
    [all...]
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 272 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);
reapits.c 274 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
    [all...]
  /external/oprofile/module/ia64/
oprofile_stubs.S 132 SYSCALLSTUB_POST(clone2)

Completed in 1572 milliseconds