Lines Matching refs:bResult
431 boolean bResult; in checkXFastPropertySet()
434 bResult = checkStringProperty(property); in checkXFastPropertySet()
438 bResult = checkStringListProperty(property); in checkXFastPropertySet()
442 bResult = checkStringListProperty(property); in checkXFastPropertySet()
447 bResult = checkStringProperty(property); in checkXFastPropertySet()
450 if (bResult) in checkXFastPropertySet()
466 boolean bResult = true; in checkStringListProperty()
530 bResult = false; in checkStringListProperty()
540 bResult = false; in checkStringListProperty()
553 bResult = false; in checkStringListProperty()
562 bResult = false; in checkStringListProperty()
575 bResult = false; in checkStringListProperty()
581 bResult = false; in checkStringListProperty()
583 return bResult; in checkStringListProperty()
588 boolean bResult = true; in checkStringProperty()
623 bResult = false; in checkStringProperty()
641 bResult = false; in checkStringProperty()
656 bResult = false; in checkStringProperty()
667 bResult = false; in checkStringProperty()
684 bResult = false; in checkStringProperty()
686 return bResult; in checkStringProperty()