/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.h | 24 bool HasChildren; 29 : Code(InvalidCode), Tag(0), HasChildren(0) {} 33 bool hasChildren() const { return HasChildren; }
|
DWARFDebugInfoEntry.h | 68 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } 90 return hasChildren() ? this + 1 : 0; 93 return hasChildren() ? this + 1 : 0;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateContentProvider.java | 68 public boolean hasChildren(Object element) {
|
GLCallGroups.java | 35 boolean hasChildren(); 61 public boolean hasChildren() { 100 public boolean hasChildren() {
|
GLFunctionTraceViewer.java | 656 if (parent.hasChildren()) { 673 public boolean hasChildren(Object element) { 678 return ((GLCallNode) element).hasChildren(); 771 if (!element.hasChildren()) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiModelTreeContentProvider.java | 72 public boolean hasChildren(Object element) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceContentProvider.java | 90 public boolean hasChildren(Object element) {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_properties.h | 45 const bool hasMultipleChars, const bool hasChildren, const uint16_t depth, 58 mHasChildren = hasChildren; 144 bool hasChildren() const {
|
dic_node_utils.cpp | 80 const bool hasChildren = BinaryFormat::hasChildrenInFlags(flags); 103 int childrenPos = hasChildren ? BinaryFormat::readChildrenPosition(dicRoot, flags, pos) : 0; 113 const int childrenCount = hasChildren 117 hasMultipleChars, hasChildren, additionalSubwordLength, additionalWordBuf);
|
dic_node.h | 157 const bool isTerminal, const bool hasMultipleChars, const bool hasChildren, 166 hasChildren, newDepth, newLeavingDepth); 186 bool hasChildren() const { 187 return mDicNodeProperties.hasChildren();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXPolicyNode.java | 82 public boolean hasChildren()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ElementsTreeOutline.js | 729 if (this.hasChildren && !this.expanded) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNode.java | 348 public boolean hasChildren() 674 if (hasChildren()) 783 if (recursive && hasChildren())
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ElementDescriptor.java | 254 int color = hasChildren() ? IconFactory.COLOR_BLUE 256 int shape = hasChildren() ? IconFactory.SHAPE_RECT 288 int color = hasChildren() ? IconFactory.COLOR_BLUE : IconFactory.COLOR_GREEN; 289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; 313 public boolean hasChildren() {
|
/external/webkit/Source/WebCore/history/ |
HistoryItem.cpp | 538 bool HistoryItem::hasChildren() const
|
/packages/inputmethods/LatinIME/native/jni/src/ |
binary_format.h | 599 const bool hasChildren = (FLAG_GROUP_ADDRESS_TYPE_NOADDRESS != 606 if (hasChildren) { 667 if (hasChildren) lastCandidateGroupPos = startPos; [all...] |
unigram_dictionary.cpp | [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 179 assertFalse(mWindow.hasChildren()); 184 assertTrue(container.hasChildren()); [all...] |
/frameworks/base/core/java/android/view/ |
Window.java | 445 public final boolean hasChildren() { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 726 public boolean hasChildren(Object element) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 388 public boolean hasChildren(Object element) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 587 public boolean hasChildren(Object element) {
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityObject.h | 479 virtual bool hasChildren() const { return m_haveChildren; }
|
/prebuilts/devtools/tools/lib/ |
uiautomatorviewer.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | |