HomeSort by relevance Sort by last modified time
    Searched defs:IsParent (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootOptionSupport.c 430 BOOLEAN IsParent;
489 IsParent = FALSE;
490 for (Index2 = 0; (Index2 < DevicePathHandleCount) && !IsParent; Index2++) {
494 IsParent = TRUE;
498 if (IsParent) {
    [all...]
  /external/libchrome/base/files/
file_path.cc 257 bool FilePath::IsParent(const FilePath& child) const {
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widget.cpp 166 if (IsParent(pWidget)) {
584 bool CFWL_Widget::IsParent(CFWL_Widget* pParent) {
  /art/compiler/optimizing/
ssa_liveness_analysis.h 466 bool IsParent() const { return parent_ == this; }
841 DCHECK(IsParent());
    [all...]

Completed in 2121 milliseconds