Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 28) sorted by relevance

12

/art/test/169-threadgroup-jni/src/
DMain.java21 ThreadGroup group = new ThreadGroup("Test group"); in main() local
22 group.setDaemon(true); in main()
24 testNativeThread(group); in main()
29 if (!group.isDestroyed()) { in main()
38 private static native void testNativeThread(ThreadGroup group); in testNativeThread() argument
/art/test/1936-thread-end-events/
Djvm-expected.patch7 > | group: java.lang.ThreadGroup[name=main,maxpri=10]
10 < | group: java.lang.ThreadGroup[name=main,maxpri=10]
12 > | group: null
14 < | group: java.lang.ThreadGroup[name=main,maxpri=10]
16 > | group: null
Dexpected.txt6 | group: java.lang.ThreadGroup[name=main,maxpri=10]
13 | group: java.lang.ThreadGroup[name=main,maxpri=10]
20 | group: java.lang.ThreadGroup[name=main,maxpri=10]
27 | group: java.lang.ThreadGroup[name=main,maxpri=10]
34 | group: java.lang.ThreadGroup[name=main,maxpri=10]
41 | group: java.lang.ThreadGroup[name=main,maxpri=10]
/art/tools/
Dgenerate_operator_out.py70 namespaces.append(m.group(1))
81 enclosing_classes.append(m.group(1))
86 if m and not m.group(2):
106 if m.group(3) is not None:
111 is_enum_class = m.group(1) is not None
112 enum_name = m.group(2)
134 enum_text = m_comment.group(1)
144 enum_value = m.group(1)
154 rest = m.group(2).strip()
Danalyze-init-failures.py57 failed_clazz = m.group(1).replace('/','.')
67 error = m.group(1)
75 method = m.group(1)
95 method = m.group(1)
/art/openjdkjvmti/
Dti_threadgroup.cc91 jthreadGroup group, in GetThreadGroupInfo() argument
93 if (group == nullptr) { in GetThreadGroupInfo()
98 if (soa.Env()->IsInstanceOf(group, art::WellKnownClasses::java_lang_ThreadGroup) == JNI_FALSE) { in GetThreadGroupInfo()
105 art::Handle<art::mirror::Object> obj(hs.NewHandle(soa.Decode<art::mirror::Object>(group))); in GetThreadGroupInfo()
167 art::ObjPtr<art::mirror::Object> group = thread_group_field->GetObject(peer); in IsInDesiredThreadGroup() local
168 return (group == desired_thread_group.Get()); in IsInDesiredThreadGroup()
218 jthreadGroup group, in GetThreadGroupChildren() argument
223 if (group == nullptr) { in GetThreadGroupChildren()
229 if (!soa.Env()->IsInstanceOf(group, art::WellKnownClasses::java_lang_ThreadGroup)) { in GetThreadGroupChildren()
235 soa.Decode<art::mirror::Object>(group)); in GetThreadGroupChildren()
Dti_threadgroup.h47 jthreadGroup group,
51 jthreadGroup group,
Dti_thread.cc301 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
302 info_ptr->thread_group = group == nullptr in GetThreadInfo()
304 : soa.AddLocalReference<jthreadGroup>(group); in GetThreadInfo()
361 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer); in GetThreadInfo() local
362 info_ptr->thread_group = group == nullptr in GetThreadInfo()
364 : soa.AddLocalReference<jthreadGroup>(group); in GetThreadInfo()
/art/test/925-threadgroups/
Dthreadgroups.cc58 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jthreadGroup group) { in Java_art_Test925_getThreadGroupInfo() argument
60 jvmtiError result = jvmti_env->GetThreadGroupInfo(group, &info); in Java_art_Test925_getThreadGroupInfo()
90 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jthreadGroup group) { in Java_art_Test925_getThreadGroupChildren() argument
96 jvmtiError result = jvmti_env->GetThreadGroupChildren(group, in Java_art_Test925_getThreadGroupChildren()
/art/tools/checker/
DREADME11 passes. Each group of check lines therefore must start with a 'CHECK-START'
12 header which specifies the output group it should be tested against. The group
19 - CHECK: Must match an output line which appears in the output group
23 - CHECK-DAG: Must match an output line which appears in the output group
27 - CHECK-NOT: Must not match any output line which appears in the output group
30 Surrounding non-negative checks (or boundaries of the group)
47 only valid within the scope of the defining group. Within a group they cannot
58 group named on the first line. Together they verify that the CFG after
72 A group of check lines can be made architecture-specific by inserting '-<arch>'
130 of the defining group. In other words, it will be valid everywhere after its definition within the
/art/test/testrunner/
Drun_build_test_target.py41 group = parser.add_mutually_exclusive_group(required=True) variable
42 group.add_argument('build_target', nargs='?')
43 group.add_argument('-l', '--list', action='store_true', help='List all possible run-build targets.')
Dtestrunner.py957 return list(match.group(i) for i in range(1,15))
1005 return int(match.group(1))
/art/test/
DAndroid.run-test.mk108 define define-test-art-host-or-target-run-test-group
121 $(call define-test-art-host-or-target-run-test-group,$(target))))
127 define-test-art-host-or-target-run-test-group :=
/art/tools/luci/config/
Dproject.cfg4 access: "group:all" # public
Dluci-logdog.cfg8 # the Chromium auth group and buckets.
Dcr-buildbucket.cfg12 group: "all"
16 group: "project-art-admins"
Dluci-scheduler.cfg11 granted_to: "group:all"
15 granted_to: "group:project-art-admins"
/art/runtime/interpreter/mterp/
Dgen_mterp.py36 opcodes.append("op_" + match.group(2).lower())
73 indent = indent_re.match(line).group(1)
/art/test/2005-pause-all-redefine-multithreaded/
Dinfo.txt3 Tests that using the structural redefinition while pausing all other (main thread-group) threads
/art/tools/jfuzz/
Drun_jfuzz_test_nightly.py74 output_dirs.append(directory_match.group(1))
/art/tools/checker/file_format/c1visualizer/
Dparser.py64 rawFeatures = m.group(1).split(",")
/art/tools/class2greylist/src/com/android/class2greylist/
DApiResolver.java77 String alternativeString = matcher.group(1); in resolvePublicAlternatives()
/art/tools/runtime_memusage/
Dprune_sanitizer_output.py71 trace_line_matches = [(match_to_int(match.group()), match.start())
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java247 ret.add(m.group(1).trim().replace("\'", "")); in splitCommand()
/art/openjdkjvmti/include/
Djvmti.h1069 jthreadGroup group,
1074 jthreadGroup group,
1887 jvmtiError GetThreadGroupInfo(jthreadGroup group, in GetThreadGroupInfo()
1889 return functions->GetThreadGroupInfo(this, group, info_ptr); in GetThreadGroupInfo()
1892 jvmtiError GetThreadGroupChildren(jthreadGroup group, in GetThreadGroupChildren()
1897 …return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_p… in GetThreadGroupChildren()

12