HomeSort by relevance Sort by last modified time
    Searched refs:hasChildren (Results 1 - 25 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
UiCall.java 58 public void setHasChildren(boolean hasChildren) {
59 mHasChildren = hasChildren;
62 public boolean hasChildren() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /external/skia/experimental/svg/model/
SkSVGContainer.h 27 bool hasChildren() const final;
SkSVGContainer.cpp 20 bool SkSVGContainer::hasChildren() const {
  /external/skqp/experimental/svg/model/
SkSVGContainer.h 27 bool hasChildren() const final;
SkSVGContainer.cpp 20 bool SkSVGContainer::hasChildren() const {
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
Marker.java 83 public boolean hasChildren();
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.h 59 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
81 return hasChildren() ? this + 1 : 0;
84 return hasChildren() ? this + 1 : 0;
DWARFAbbreviationDeclaration.h 24 bool HasChildren;
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
33 bool hasChildren() const { return HasChildren; }
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
73 return hasChildren() ? this + 1 : nullptr;
DWARFAbbreviationDeclaration.h 33 bool hasChildren() const { return HasChildren; }
55 bool 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() {

Completed in 429 milliseconds

1 2 3 4 5 6 7 8 91011>>