/frameworks/av/tools/ |
D | mainline_hook_partial.sh | 49 NORMAL=$(tput sgr0) 160 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}. 161 The mainline branch for ${RED}${REPO_PATH}${NORMAL} is branch ${RED}${MAINLINE_BRANCH}${NORMAL}. 163 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}. 178 files in ${RED}${REPO_ROOT}/${filelist_file}${NORMAL}. 185 echo -e ${NORMAL} 191 echo -e ${NORMAL} 195 If you are sure you want to proceed uploading to branch ${RED}${current}${NORMAL},
|
D | mainline_hook_project.sh | 24 NORMAL=$(tput sgr0) 39 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}. 40 The mainline branch for ${RED}${REPO_PATH}${NORMAL} is branch ${RED}${MAINLINE_BRANCH}${NORMAL}. 42 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | CriticalNotificationExtractorTest.java | 61 CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting() 63 assertCriticality(Notification.CATEGORY_CAR_WARNING, CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting() 66 CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting() 69 CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting() 85 CriticalNotificationExtractor.NORMAL); in testExtractCritically() 88 CriticalNotificationExtractor.NORMAL); in testExtractCritically()
|
/frameworks/opt/telephony/tests/telephonytests/assets/ |
D | eccdata_input.txt | 13 routing: NORMAL 25 routing: NORMAL 51 routing: NORMAL 63 routing: NORMAL
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | TypefaceTest.java | 63 Typeface.NORMAL, Typeface.BOLD, Typeface.ITALIC, Typeface.BOLD_ITALIC, 100 assertTrue("style", mFaces[0].getStyle() == Typeface.NORMAL); in testStyles() 102 assertTrue("style", mFaces[2].getStyle() == Typeface.NORMAL); in testStyles() 106 assertTrue("style", mFaces[6].getStyle() == Typeface.NORMAL); in testStyles() 235 "sans-serif", Typeface.create(res.getFont(R.font.samplefont), Typeface.NORMAL), in testSetSystemFontMap() 236 "serif", Typeface.create(res.getFont(R.font.samplefont2), Typeface.NORMAL), in testSetSystemFontMap() 237 "monospace", Typeface.create(res.getFont(R.font.samplefont3), Typeface.NORMAL), in testSetSystemFontMap() 238 "sample", Typeface.create(res.getFont(R.font.samplefont4), Typeface.NORMAL), in testSetSystemFontMap() 252 assertEquals(fontMap.get("sans-serif"), Typeface.defaultFromStyle(Typeface.NORMAL)); in testSetSystemFontMap() 260 assertEquals(fontMap.get("sample"), Typeface.create("sample", Typeface.NORMAL)); in testSetSystemFontMap()
|
/frameworks/minikin/tests/unittest/ |
D | FontFamilyTest.cpp | 791 constexpr FontStyle::Weight NORMAL = FontStyle::Weight::NORMAL; in TEST_F() local 800 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F() 802 FontStyle(NORMAL, ITALIC), // 2 in TEST_F() 809 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F() 815 FontStyle(NORMAL, ITALIC), // 8 in TEST_F() 828 {FontStyle(BOLD), {FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F() 830 {FontStyle(LIGHT), {FontStyle(NORMAL), FontStyle(LIGHT)}, 1}, in TEST_F() 832 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(LIGHT)}, 0}, in TEST_F() 833 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F() 834 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F() [all …]
|
/frameworks/native/services/utils/ |
D | PriorityDumper.cpp | 27 enum class PriorityType { INVALID, CRITICAL, HIGH, NORMAL }; enumerator 35 return PriorityType::NORMAL; in getPriorityType() 77 case PriorityType::NORMAL: in priorityDump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
D | DumpsysEntry.kt | 51 override val priority: DumpPriority = DumpPriority.NORMAL 60 override val priority: DumpPriority = DumpPriority.NORMAL
|
D | DumpManager.kt | 76 registerDumpable(name, module, DumpPriority.NORMAL) in registerNormalDumpable() 178 NORMAL,
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Connection.h | 34 NORMAL, enumerator 40 ftl_first = NORMAL,
|
D | Connection.cpp | 25 : status(Status::NORMAL), in Connection()
|
/frameworks/minikin/include/minikin/ |
D | FontStyle.h | 33 NORMAL = 400, enumerator 47 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle() 49 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewFallbackLineSpacingTest.java | 54 { "Enabled - StaticLayout", true, BufferType.NORMAL}, in layouts() 55 { "Disabled - StaticLayout", false, BufferType.NORMAL}, in layouts() 115 if (mBufferType == BufferType.NORMAL) { in testFallbackLineSpacing()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CriticalNotificationExtractor.java | 51 static final int NORMAL = 2; field in CriticalNotificationExtractor 80 record.setCriticality(NORMAL); in process()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/ |
D | TemporaryViewDisplayControllerTest.kt | 523 priority = ViewPriority.NORMAL, in lowerThenHigherPriority_higherReplacesLower() 560 priority = ViewPriority.NORMAL, in lowerThenHigherPriority_lowerPriorityRedisplayed() 604 priority = ViewPriority.NORMAL, in lowerThenHigherPriority_lowerPriorityNotRedisplayedBecauseTimedOut() 653 priority = ViewPriority.NORMAL, in higherThenLowerPriority_higherStaysDisplayed() 688 priority = ViewPriority.NORMAL, in higherThenLowerPriority_lowerEventuallyDisplayed() 734 priority = ViewPriority.NORMAL, in higherThenLowerPriority_lowerNotDisplayedBecauseTimedOut() 802 priority = ViewPriority.NORMAL, in normalThenNewNormal_newNormalDisplayed() 817 priority = ViewPriority.NORMAL, in normalThenNewNormal_newNormalDisplayed() 839 priority = ViewPriority.NORMAL, in lowerPriorityViewUpdatedWhileHigherPriorityDisplayed_eventuallyDisplaysUpdated() 878 priority = ViewPriority.NORMAL, in lowerPriorityViewUpdatedWhileHigherPriorityDisplayed_eventuallyDisplaysUpdated() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | Interpolator.java | 115 NORMAL, enumConstant 144 case 0: return Result.NORMAL; in timeToValues()
|
D | BlurMaskFilter.java | 31 NORMAL(0), enumConstant
|
/frameworks/base/core/java/android/webkit/ |
D | WebSettings.java | 62 NORMAL, enumConstant 92 NORMAL(100), enumConstant 191 NORMAL, enumConstant 608 return closestSize != null ? closestSize : TextSize.NORMAL; in getTextSize()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | DeviceStateSensorOrientationMap.java | 55 public static final long NORMAL = 0; field in DeviceStateSensorOrientationMap 69 {NORMAL,
|
/frameworks/base/telephony/java/android/telephony/ |
D | DisconnectCause.java | 40 public static final int NORMAL = 2; field in DisconnectCause 394 case NORMAL: in toString()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/ |
D | CallAnalyticsProvider.java | 125 NORMAL("Normal Call"), enumConstant 368 return countCallsOfTypeAndStatus(CallType.NORMAL.value, null); in countNormalCalls() 372 return countCallsOfTypeAndStatus(CallType.NORMAL.value, CallStatus.FAILURE.value); in countFailedNormalCalls() 553 CallType.NORMAL.value, in dumpInformationInList() 559 CallType.NORMAL.value, in dumpInformationInList() 631 getFailureCountByReasonForCallType(CallType.NORMAL.value); in aggregate() 635 getFailureCountByRatForCallType(CallType.NORMAL.value); in aggregate()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | ImageUtils.java | 59 NORMAL, enumConstant 66 sUseImageSize = ImageSize.NORMAL; 70 sUseImageSize = ImageSize.NORMAL;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | FontSize.java | 26 NORMAL(0x0), enumConstant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/ |
D | TemporaryViewInfo.kt | 64 NORMAL,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | SegmentedButtons.java | 34 private static final Typeface REGULAR = Typeface.create("sans-serif", Typeface.NORMAL); 35 private static final Typeface MEDIUM = Typeface.create("sans-serif-medium", Typeface.NORMAL);
|