Searched refs:showName (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/scripts/kconfig/ |
D | qconf.h | 114 bool showName, showRange, showData; variable 217 bool showName(void) const { return list->showName; } in showName() function
|
D | qconf.cc | 318 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList() 337 showName = configSettings->value("/showName", false).toBool(); in ConfigList() 369 if (showName) in reinit() 386 configSettings->setValue("/showName", showName); in saveSettings() 892 action->setChecked(showName); in contextMenuEvent() 965 if (list->showName != b) { in setShowName() 966 list->showName = b; in setShowName() 1423 showNameAction->setChecked(configView->showName()); in ConfigMainWindow()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestInheritance.java | 1097 + showName(deprecatedInfo.get0(), subtagType)); in checkValidCode() 1102 private String showName(List<String> deprecatedInfo, String subtagType) { in showName() method in TestInheritance 1105 result.append(showName(subtagType, s)).append(" "); in showName() 1111 return subtagType + " code: " + showName(subtagType, subtag); in showCode() 1114 private String showName(String subtagType, String subtag) { in showName() method in TestInheritance
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 637 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { in showName() function 649 showName(a, b, shapeOp); in innerPathOp() 740 showName(a, b, shapeOp); in testPathOpFail()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 637 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { in showName() function 649 showName(a, b, shapeOp); in innerPathOp() 740 showName(a, b, shapeOp); in testPathOpFail()
|