Searched refs:groups (Results 1 – 13 of 13) sorted by relevance
/art/test/925-threadgroups/ |
D | threadgroups.cc | 40 jthreadGroup* groups; in Java_art_Test925_getTopThreadGroups() local 42 jvmtiError result = jvmti_env->GetTopThreadGroups(&group_count, &groups); in Java_art_Test925_getTopThreadGroups() 48 return groups[index]; in Java_art_Test925_getTopThreadGroups() 52 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(groups)); in Java_art_Test925_getTopThreadGroups() 94 jthreadGroup* groups; in Java_art_Test925_getThreadGroupChildren() local 100 &groups); in Java_art_Test925_getThreadGroupChildren() 115 return groups[index]; in Java_art_Test925_getThreadGroupChildren() 123 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(groups)); in Java_art_Test925_getThreadGroupChildren()
|
/art/tools/luci/config/ |
D | main.star | 58 groups = "all", 65 groups = "project-art-admins", 69 groups = "luci-logdog-chromium-writers", 75 groups = "project-art-admins", 79 groups = "all", 92 groups = "project-art-admins", 97 groups = "project-art-admins",
|
/art/test/925-threadgroups/src/art/ |
D | Test925.java | 111 ThreadGroup[] groups = (ThreadGroup[])data[1]; in checkChildren() local 117 Arrays.sort(groups, THREADGROUP_COMP); in checkChildren() 120 System.out.println(" " + Arrays.toString(groups)); in checkChildren()
|
/art/tools/ |
D | external_oj_libjdwp_art_no_read_barrier_failures.txt | 6 * test groups on the chromium buildbot running without read-barrier.
|
D | external_oj_libjdwp_art_gcstress_debug_failures.txt | 6 * test groups on the chromium buildbot running with 'gcstress' and 'debug'.
|
D | external_oj_libjdwp_art_failures.txt | 6 * test groups on the chromium buildbot. 10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
|
D | prebuilt_libjdwp_art_failures.txt | 6 * 'prebuilt-libjdwp-jit' test groups on the chromium buildbot. 10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
|
D | buildbot-vm.sh | 93 groups: users, admin
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 81 jthreadGroup* groups = reinterpret_cast<jthreadGroup*>(data); in GetTopThreadGroups() local 82 *groups = in GetTopThreadGroups() 84 *groups_ptr = groups; in GetTopThreadGroups()
|
/art/test/testrunner/ |
D | run_build_test_target.py | 41 version = tuple(map(int, re.match(r"(\d*)\.(\d*)", sys.version).groups()))
|
/art/tools/checker/ |
D | README | 10 Statements are tested in groups which correspond to the individual compiler 13 name must exactly match one of the groups recognized in the output (they can
|
/art/tools/dexfuzz/ |
D | README | 14 http://community.arm.com/groups/android-community/blog/2014/11/26/the-art-of-fuzz-testing
|
/art/test/ |
D | README.atest.md | 180 groups](https://source.android.com/compatibility/tests/development/test-mapping#defining_test_group…
|