HomeSort by relevance Sort by last modified time
    Searched defs:hasChildren (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDie.h 79 bool hasChildren() const {
81 return Die->hasChildren();
112 if (isValid() && Die->hasChildren())
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDie.h 79 bool hasChildren() const {
81 return Die->hasChildren();
112 if (isValid() && Die->hasChildren())
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDie.h 79 bool hasChildren() const {
81 return Die->hasChildren();
112 if (isValid() && Die->hasChildren())
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDie.h 79 bool hasChildren() const {
81 return Die->hasChildren();
112 if (isValid() && Die->hasChildren())
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDie.h 79 bool hasChildren() const {
81 return Die->hasChildren();
112 if (isValid() && Die->hasChildren())
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDie.h 79 bool hasChildren() const {
81 return Die->hasChildren();
112 if (isValid() && Die->hasChildren())
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDie.h 79 bool hasChildren() const {
81 return Die->hasChildren();
112 if (isValid() && Die->hasChildren())
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 35 boolean hasChildren();
61 public boolean hasChildren() {
100 public boolean hasChildren() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 82 public boolean hasChildren()
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 348 public boolean hasChildren()
674 if (hasChildren())
783 if (recursive && hasChildren())
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h 139 AK_FORCE_INLINE bool hasChildren() const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 35 if (!dicNode->hasChildren()) {
157 const bool hasChildren = PatriciaTrieReadingUtils::hasChildrenInFlags(flags);
163 if (hasChildren) {
251 if (hasChildren) lastCandidatePtNodePos = startPos;
  /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/deqp/framework/common/
tcuCommandLine.cpp 259 bool hasChildren (void) const { return !m_children.empty(); }
853 return node && node->hasChildren();
859 return node && !node->hasChildren();
  /external/llvm/include/llvm/CodeGen/
DIE.h 83 bool hasChildren() const { return Children; }
626 bool hasChildren() const { return !Children.empty(); }
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 145 if (getEntry(path) != null && !hasChildren(path)) {
579 private boolean hasChildren(String path) {
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 93 def hasChildren(self):
823 if not self.criteria.hasChildren() :
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 155 bool hasChildren() const {
156 return mDicNodeProperties.hasChildren();
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 249 assertFalse(mWindow.hasChildren());
254 assertTrue(container.hasChildren());
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 99 public boolean hasChildren;
258 public Builder setHasChildren(final boolean hasChildren) {
259 mHasChildren = hasChildren;
341 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri,
351 this.hasChildren = hasChildren;
386 hasChildren = cursor.getInt(UIProvider.FOLDER_HAS_CHILDREN_COLUMN) == 1;
391 childFoldersListUri = (hasChildren && !TextUtils.isEmpty(childList)) ? Uri.parse(childList)
448 hasChildren = in.readInt() == 1;
484 dest.writeInt(hasChildren ? 1 : 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 101 bool hasChildren() const { return Children; }
696 bool hasChildren() const { return ForceChildren || !Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
DIE.h 102 bool hasChildren() const { return Children; }
702 bool hasChildren() const { return ForceChildren || !Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DIE.h 102 bool hasChildren() const { return Children; }
702 bool hasChildren() const { return ForceChildren || !Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DIE.h 102 bool hasChildren() const { return Children; }
702 bool hasChildren() const { return ForceChildren || !Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DIE.h 102 bool hasChildren() const { return Children; }
702 bool hasChildren() const { return ForceChildren || !Children.empty(); }

Completed in 1446 milliseconds

1 23 4 5 6 7 8 91011