Searched refs:isDefault (Results 1 – 15 of 15) sorted by relevance
180 if (file.getFolder().getConfiguration().isDefault() == false) { in hasAlternates()196 if (file.getFolder().getConfiguration().isDefault()) { in hasDefault()214 if (file.getFolder().getConfiguration().isDefault() == false) { in getAlternateCount()
95 public boolean isDefault() { in isDefault() method in GLCompositeProperty97 if (!p.isDefault()) { in isDefault()
38 boolean isDefault(); in isDefault() method
30 public boolean isDefault() { in isDefault() method in GLStringProperty
32 public boolean isDefault() { in isDefault() method in GLBooleanProperty
31 public boolean isDefault() { in isDefault() method in GLFloatProperty
33 public boolean isDefault() { in isDefault() method in GLEnumProperty
36 public boolean isDefault() { in isDefault() method in GLObjectProperty
39 public boolean isDefault() { in isDefault() method in GLIntegerProperty
137 public boolean isDefault() { in isDefault() method in GLListProperty
108 public boolean isDefault() { in isDefault() method in GLSparseArrayProperty
41 EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault = true);
21 EglDisplay::EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault) : in EglDisplay() argument25 m_isDefault(isDefault), in EglDisplay()
549 public boolean isDefault() { in isDefault() method in FolderConfiguration590 if (isDefault()) { in toDisplayString()647 if (isDefault()) { in compareTo()648 if (folderConfig.isDefault()) { in compareTo()
438 String isDefault = option.getAttribute(ATTR_DEFAULT); in createOptionCombo() local439 if (isDefault != null && !isDefault.isEmpty() && in createOptionCombo()440 Boolean.valueOf(isDefault)) { in createOptionCombo()