OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showGroup
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/diagtool/
TreeView.cpp
93
static int
showGroup
(llvm::raw_ostream &out, StringRef RootGroup,
178
return
showGroup
(out, RootGroup, FlagsOnly);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java
429
showGroup
(type.needsForegroundScaling(), mScalingLabel, mScalingComposite);
430
showGroup
(type.needsShape(), mShapeLabel, mShapeComposite);
431
showGroup
(type.needsTheme(), mThemeLabel, mThemeComposite);
432
showGroup
(type.needsColors(), mBgColorLabel, mBgButton);
433
showGroup
(type.needsColors() && mValues.sourceType != SourceType.IMAGE,
442
private static void
showGroup
(boolean show, Control control1, Control control2) {
[
all
...]
Completed in 299 milliseconds