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

/art/tools/
H A Dgenerate-operator-out.py59 if m.group(3) is not None:
62 is_enum_class = m.group(1) is not None
63 enum_name = m.group(2)
75 namespaces.append(m.group(1))
85 enclosing_classes.append(m.group(1))
107 enum_text = m_comment.group(1)
123 enum_value = m.group(1)
132 rest = m.group(2).strip()
135 rest = rest[(len(m_literal.group(0))):]
H A Dcpplint.py376 category = matched.group(1)
1640 new_namespace = _NamespaceInfo(namespace_decl_match.group(1), linenum)
1643 line = namespace_decl_match.group(2)
1676 class_decl_match.group(4), class_decl_match.group(2),
1678 line = class_decl_match.group(5)
1689 self.stack[-1].access = access_match.group(1)
1698 token = matched.group(1)
1725 line = matched.group(2)
1857 args.group(
[all...]
/art/test/
H A DAndroid.run-test.mk507 define define-test-art-run-test-group-rule
512 endef # define-test-art-run-test-group-rule
514 # Create rules for a group of run tests.
518 define define-test-art-run-test-group-type
566 endef # define-test-art-run-test-group-type
568 # Create rules for a group of run tests.
571 define define-test-art-run-test-group
600 $$(eval $$(call define-test-art-run-test-group-type,$(1),$(2),prebuild))
601 $$(eval $$(call define-test-art-run-test-group-type,$(1),$(2),norelocate))
602 $$(eval $$(call define-test-art-run-test-group
[all...]
/art/runtime/
H A Ddebugger.cc2008 // Zombie threads are in the null group.
2014 mirror::ArtField* f = c->FindInstanceField("group", "Ljava/lang/ThreadGroup;");
2016 mirror::Object* group = f->GetObject(thread_object); local
2017 CHECK(group != nullptr);
2018 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2088 // Get the ArrayList<ThreadGroup> "groups" out of this thread group...
2141 mirror::Object* group = f->GetObject(f->GetDeclaringClass()); local
2142 return gRegistry->Add(group);
2238 mirror::Object* group = thread_group_field->GetObject(peer); local
2239 return (group
[all...]
H A Dthread.cc338 // TODO: remove from thread group?
805 os << " | group=\"" << group_name << "\""
1269 // Otherwise use the thread group's default handler.
1284 // this.group.removeThread(this);
1285 // group can be null if we're in the compiler or a test.
1289 ScopedLocalRef<jobject> group(soa.Env(), soa.AddLocalReference<jobject>(ogroup));
1292 tlsPtr_.jni_env->CallVoidMethod(group.get(),
H A Djni_internal.cc338 thread_group = args->group;

Completed in 145 milliseconds