OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rootgroup
(Results
1 - 9
of
9
) sorted by null
/external/clang/tools/diagtool/
TreeView.cpp
86
int showGroup(StringRef
RootGroup
) {
89
if (
RootGroup
.size() > UINT16_MAX) {
95
std::lower_bound(AllGroups.begin(), AllGroups.end(),
RootGroup
);
97
if (Found == AllGroups.end() || Found->getName() !=
RootGroup
) {
159
StringRef
RootGroup
;
166
RootGroup
= argv[0];
167
if (
RootGroup
.startswith("-W"))
168
RootGroup
=
RootGroup
.substr(2);
169
if (
RootGroup
== "everything"
[
all
...]
/frameworks/base/tests/VectorDrawableTest/res/drawable/
animation_vector_drawable01.xml
41
android:name="
rootGroup
"
vector_drawable12.xml
17
android:name="
rootGroup
"
/external/deqp/executor/
xeTestCaseListParser.hpp
41
void init (TestGroup*
rootGroup
);
xeTestCaseListParser.cpp
73
void TestCaseListParser::init (TestGroup*
rootGroup
)
76
m_root =
rootGroup
;
/frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp
34
VectorDrawable::Group*
rootGroup
= reinterpret_cast<VectorDrawable::Group*>(groupPtr);
35
VectorDrawable::Tree* tree = new VectorDrawable::Tree(
rootGroup
);
40
VectorDrawable::Group*
rootGroup
= reinterpret_cast<VectorDrawable::Group*>(groupPtr);
42
VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy,
rootGroup
);
/frameworks/support/samples/SupportVectorDrawable/static/res/drawable/
vector_drawable12.xml
17
android:name="
rootGroup
"
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java
94
VGroup_Delegate
rootGroup
= VNativeObject.getDelegate(rootGroupPtr);
95
return sPathManager.addNewDelegate(new VPathRenderer_Delegate(
rootGroup
));
[
all
...]
/frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java
[
all
...]
Completed in 1071 milliseconds