/frameworks/opt/telephony/tests/telephonytests/assets/ |
D | eccdata_input.txt | 6 types: POLICE 7 types: AMBULANCE 8 types: FIRE 9 types: MARINE_GUARD 10 types: MOUNTAIN_RESCUE 11 types: MIEC 12 types: AIEC 18 types: POLICE 19 types: AMBULANCE 20 types: FIRE [all …]
|
/frameworks/compile/slang/tests/F_fs_types/ |
D | stderr.txt.expect | 1 fs_types.fs:4:8: error: Builtin types > 32 bits in size are forbidden in Filterscript: 'd' 2 fs_types.fs:13:10: error: Builtin types > 32 bits in size are forbidden in Filterscript: 'myS' 3 fs_types.fs:15:12: error: Builtin types > 32 bits in size are forbidden in Filterscript: 'd' 4 fs_types.fs:16:12: error: Builtin types > 32 bits in size are forbidden in Filterscript: 'e' 5 fs_types.fs:17:15: error: Builtin types > 32 bits in size are forbidden in Filterscript 6 fs_types.fs:18:7: error: Builtin types > 32 bits in size are forbidden in Filterscript 7 fs_types.fs:21:12: error: Builtin types > 32 bits in size are forbidden in Filterscript: 'l' 8 fs_types.fs:22:10: error: Builtin types > 32 bits in size are forbidden in Filterscript: 'm' 9 fs_types.fs:23:13: error: Builtin types > 32 bits in size are forbidden in Filterscript 10 fs_types.fs:24:7: error: Builtin types > 32 bits in size are forbidden in Filterscript [all …]
|
/frameworks/base/core/java/com/android/internal/protolog/common/ |
D | LogDataType.java | 39 public static int logDataTypesToBitMask(List<Integer> types) { in logDataTypesToBitMask() argument 40 if (types.size() > 16) { in logDataTypesToBitMask() 45 for (int i = 0; i < types.size(); i++) { in logDataTypesToBitMask() 46 int x = types.get(i); in logDataTypesToBitMask() 66 ArrayList<Integer> types = new ArrayList<>(); in parseFormatString() local 74 types.add(LogDataType.BOOLEAN); in parseFormatString() 78 types.add(LogDataType.LONG); in parseFormatString() 81 types.add(LogDataType.DOUBLE); in parseFormatString() 84 types.add(LogDataType.STRING); in parseFormatString() 97 return types; in parseFormatString()
|
/frameworks/base/core/java/android/view/ |
D | PendingInsetsController.java | 53 public void show(int types) { in show() argument 55 mReplayedInsetsController.show(types); in show() 57 mRequests.add(new ShowRequest(types)); in show() 58 mRequestedVisibleTypes |= types; in show() 63 public void hide(int types) { in hide() argument 65 mReplayedInsetsController.hide(types); in hide() 67 mRequests.add(new HideRequest(types)); in hide() 68 mRequestedVisibleTypes &= ~types; in hide() 237 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() argument 242 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation() [all …]
|
D | InsetsController.java | 124 void updateRequestedVisibleTypes(@InsetsType int types); in updateRequestedVisibleTypes() argument 396 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() argument 398 if (DEBUG) Log.d(TAG, "default animation onReady types: " + types); in onReady() 400 mLoggingListener.onReady(controller, types); in onReady() 592 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest() argument 596 this.types = types; in PendingControlRequest() 606 @InsetsType int types; field in InsetsController.PendingControlRequest 1092 public void show(@InsetsType int types) { in show() argument 1093 show(types, false /* fromIme */, null /* statsToken */); in show() 1097 public void show(@InsetsType int types, boolean fromIme, in show() argument [all …]
|
D | InsetsAnimationThreadControlRunner.java | 59 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, 105 public void reportPerceptible(int types, boolean perceptible) { 106 mMainThreadHandler.post(() -> mOuterCallbacks.reportPerceptible(types, perceptible)); 113 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner() argument 120 mControl = new InsetsAnimationControlImpl(controls, frame, state, listener, types, in InsetsAnimationThreadControlRunner() 128 "InsetsAsyncAnimation: " + WindowInsets.Type.toString(types), types); in InsetsAnimationThreadControlRunner() 129 listener.onReady(mControl, types); in InsetsAnimationThreadControlRunner() 159 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked() argument 160 mControl.notifyControlRevoked(types); in notifyControlRevoked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionSuppressor.kt | 51 val types: Set<VisualInterruptionType> constant 71 override val types: Set<VisualInterruptionType>, constant in com.android.systemui.statusbar.notification.interruption.VisualInterruptionCondition 77 types: Set<VisualInterruptionType>, 79 ) : this(types, reason, /* uiEventId = */ null) 87 override val types: Set<VisualInterruptionType>, in shouldSuppress() constant in com.android.systemui.statusbar.notification.interruption.VisualInterruptionFilter 93 types: Set<VisualInterruptionType>, in shouldSuppress() 95 ) : this(types, reason, /* uiEventId = */ null) in shouldSuppress()
|
D | CommonVisualInterruptionSuppressors.kt | 62 ) : VisualInterruptionCondition(types = setOf(PEEK), reason = "peek disabled by global setting") { 104 ) : VisualInterruptionCondition(types = setOf(PULSE), reason = "pulse disabled by user setting") { 110 VisualInterruptionCondition(types = setOf(PULSE), reason = "pulse disabled by battery saver") { in shouldSuppress() 115 VisualInterruptionFilter(types = setOf(PEEK), reason = "package snoozed") { 130 ) : VisualInterruptionFilter(types = setOf(PEEK), reason = "already bubbled") { 143 VisualInterruptionFilter(types = setOf(PEEK), reason = "suppressed by DND") { 148 VisualInterruptionFilter(types = setOf(PEEK), reason = "importance < HIGH") { in shouldSuppress() 155 ) : VisualInterruptionCondition(types = setOf(PEEK), reason = "device not in use") { 165 types = setOf(PEEK), 189 VisualInterruptionFilter(types = setOf(PULSE), reason = "suppressed by DND") { [all …]
|
/frameworks/libs/binary_translation/tools/nogrod/ |
D | main.cc | 576 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in GenerateClassName() argument 590 auto template_type_info = ParseDie(temp_type_die, child, dwarf_info, types); in GenerateClassName() 605 auto child_type_info = ParseDie(child_type_die, die, dwarf_info, types); in GenerateClassName() 632 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types); 638 std::unordered_map<uint64_t, std::unique_ptr<TypeInfo>>* types) { in ParseClass() argument 659 const TypeInfo* parent_type_info = ParseDie(parent_die, nullptr, dwarf_info, types); in ParseClass() 696 (*types)[die->offset()] = std::move(incomplete_type_holder); in ParseClass() 714 ParseDie(namefellow_die, nullptr, dwarf_info, types); in ParseClass() 726 class_name = GenerateClassName(children, class_name, die, dwarf_info, types); in ParseClass() 731 (*types)[die->offset()] = std::move(type_info_holder); in ParseClass() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderImplTest.kt | 67 withCondition(TestCondition(types = emptySet()) { true }) { in testNothingCondition_suppressesNothing() 77 withFilter(TestFilter(types = emptySet()) { true }) { in testNothingFilter_suppressesNothing() 258 withCondition(TestCondition(types = setOf(PEEK)) { true }) { in testPeekCondition_suppressesOnlyPeek() 268 withFilter(TestFilter(types = setOf(PEEK)) { true }) { in testPeekFilter_suppressesOnlyPeek() 278 withCondition(TestCondition(types = setOf(PULSE)) { true }) { in testPulseCondition_suppressesOnlyPulse() 288 withFilter(TestFilter(types = setOf(PULSE)) { true }) { in testPulseFilter_suppressesOnlyPulse() 298 withCondition(TestCondition(types = setOf(BUBBLE)) { true }) { in testBubbleCondition_suppressesOnlyBubble() 308 withFilter(TestFilter(types = setOf(BUBBLE)) { true }) { in testBubbleFilter_suppressesOnlyBubble() 322 withCondition(TestCondition(types = setOf(PEEK)) { stateShouldSuppress }) { in testCondition_differentState() 339 withFilter(TestFilter(types = setOf(PEEK)) { stateShouldSuppress }) { in testFilter_differentState() [all …]
|
/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/ |
D | LogDataTypeTest.java | 58 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in logDataTypesToBitMask() local 60 int mask = LogDataType.logDataTypesToBitMask(types); in logDataTypesToBitMask() 66 ArrayList<Integer> types = new ArrayList<>(); in logDataTypesToBitMask_toManyParams() local 68 types.add(LogDataType.STRING); in logDataTypesToBitMask_toManyParams() 70 LogDataType.logDataTypesToBitMask(types); in logDataTypesToBitMask_toManyParams() 76 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in bitmaskToLogDataTypes() local 78 for (int i = 0; i < types.size(); i++) { in bitmaskToLogDataTypes() 79 assertEquals(types.get(i).intValue(), LogDataType.bitmaskToLogDataType(bitmask, i)); in bitmaskToLogDataTypes()
|
/frameworks/av/services/mediametrics/ |
D | AudioAnalytics.cpp | 639 const int atom_status = types::lookup<types::STATUS, int32_t>(statusString); in reportAudioRecordStatus() 650 const auto flags = types::lookup<types::INPUT_FLAG, int32_t>(flagsStr); in reportAudioRecordStatus() 658 const int32_t source = types::lookup<types::SOURCE_TYPE, int32_t>(sourceStr); in reportAudioRecordStatus() 666 const auto encoding = types::lookup<types::ENCODING, int32_t>(encodingStr); in reportAudioRecordStatus() 711 const int atom_status = types::lookup<types::STATUS, int32_t>(statusString); in reportAudioTrackStatus() 722 const auto flags = types::lookup<types::OUTPUT_FLAG, int32_t>(flagsStr); in reportAudioTrackStatus() 730 const auto contentType = types::lookup<types::CONTENT_TYPE, int32_t>(contentTypeStr); in reportAudioTrackStatus() 736 const auto usage = types::lookup<types::USAGE, int32_t>(usageStr); in reportAudioTrackStatus() 744 const auto encoding = types::lookup<types::ENCODING, int32_t>(encodingStr); in reportAudioTrackStatus() 869 types::lookup<types::CALLER_NAME, short_enum_type_t>(callerName); in endAudioIntervalGroup() [all …]
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml_test.go | 29 <types> 32 </types> 50 <types> 52 </types> 67 <types> 72 </types> 120 <types> 122 </types> 141 _, types, _, _, extensions, err := VulkanTypesfromXML(registry) 153 if typе, ok := types["VkStructureType"]; ok { [all …]
|
/frameworks/hardware/interfaces/ |
D | current.txt | 11 …b0ef043f4c4b31fc418ba40e75030a10f249bc2d39df88da82317b9 android.frameworks.sensorservice@1.0::types 19 …48e1ff49f4776c7ea407b9be8d451510ff2cb8e57b2286f623496e android.frameworks.displayservice@1.0::types 24 …b2f5e440c78ff0f6234f68b5141af752a981be6b9366531a1b83ec6430b android.frameworks.bufferhub@1.0::types 27 …a4cb0da60969ca7a2ec617b7b7fb8629dc5a536ad8632dce android.frameworks.cameraservice.common@2.0::types 30 …170a087034f19b75c30d55c1efac33afdeead10f429af171 android.frameworks.cameraservice.device@2.0::types 33 …44514debf7f943ead81b33aa5aa59756e4f09f6e7f87a22 android.frameworks.cameraservice.service@2.0::types 35 d9c951c12923ae3962e6947fe008f4c372f117182a4c3aaf483d9b3748af0bcc android.frameworks.stats@1.0::types 39 …2ded2f63313d91bff20a4e7e9ec26f5450fe6f145beffac254 android.frameworks.automotive.display@1.0::types 42 …2d62e46ff7442bab2c4571237719f44b222bfdfcbd30d92 android.frameworks.cameraservice.service@2.1::types
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyChipBuilder.kt | 23 val types: List<PrivacyType> constant 32 types = itemsList.map { it.privacyType }.distinct().sorted() in <lambda>() 35 fun generateIcons() = types.map { it.getIcon(context) } in <lambda>() 45 return when (types.size) { in joinTypes() 47 1 -> types[0].getName(context) in joinTypes() 48 else -> types.map { it.getName(context) }.joinWithAnd().toString() in joinTypes()
|
/frameworks/base/mime/ |
D | Android.bp | 71 srcs: [":mime.types.minimized"], 84 srcs: [":mime.types.minimized"], 89 // Combination of all *mime.types.minimized resources. 91 name: "mime.types.minimized", 96 ":debian.mime.types.minimized", 97 ":android.mime.types.minimized", 98 ":vendor.mime.types.minimized", 103 name: "android.mime.types.minimized", 107 out: ["android.mime.types"], 109 "java-res/android.mime.types", [all …]
|
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | EfficientCollectionsChecker.java | 59 final List<Type> types = ASTHelpers.getType(tree).getTypeArguments(); in matchNewClass() local 60 if (IS_LIST.matches(tree, state) && types != null && types.size() == 1) { in matchNewClass() 61 final Type first = types.get(0); in matchNewClass() 71 } else if (IS_MAP.matches(tree, state) && types != null && types.size() == 2) { in matchNewClass() 72 final Type first = types.get(0); in matchNewClass() 73 final Type second = types.get(1); in matchNewClass()
|
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockTargetStateAnalysis.java | 56 List<LockTarget> types = new ArrayList<>(); in naryOperation() local 60 types.add(target); in naryOperation() 64 return new LockTargetState(base.getType(), types); in naryOperation() 70 List<LockTarget> types = new ArrayList<>(); in newValue() local 77 types.add(target); in newValue() 81 if (types.isEmpty()) { in newValue() 85 return new LockTargetState(base.getType(), types); in newValue()
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ControllerActivity.java | 115 (c, types) -> mTextControllableInsets.setText( in onCreate() 116 "ControllableInsetsTypes:\n" + insetsTypesToString(types))); in onCreate() 119 private static String insetsTypesToString(int types) { in insetsTypesToString() argument 120 return types == 0 ? "none" : WindowInsets.Type.toString(types); in insetsTypesToString() 123 private void updateWidgets(WindowInsets insets, int types, ToggleButton toggle, SeekBar seek) { in updateWidgets() argument 124 final boolean isVisible = insets.isVisible(types); in updateWidgets() 125 final boolean wasVisible = mLastInsets != null ? mLastInsets.isVisible(types) : !isVisible; in updateWidgets() 139 ToggleListener(int types) { in ToggleListener() argument 140 mTypes = types; in ToggleListener() 163 SeekBarListener(int types) { in SeekBarListener() argument [all …]
|
/frameworks/av/media/libaudioclient/ |
D | Android.bp | 33 "av-types-aidl-cpp", 39 "av-types-aidl-cpp", 62 "audioclient-types-aidl-cpp", 65 "audiopolicy-types-aidl-cpp", 83 "audioclient-types-aidl-cpp", 86 "audiopolicy-types-aidl-cpp", 127 "audioclient-types-aidl-cpp", 130 "audiopolicy-types-aidl-cpp", 131 "av-types-aidl-cpp", 206 "audioclient-types-aidl-cpp", [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenterTest.java | 209 final Set<VisualInterruptionType> types = mPanelsDisabledCondition.getTypes(); in testPanelsDisabledConditionSuppressesPeek() local 210 assertTrue(types.contains(PEEK)); in testPanelsDisabledConditionSuppressesPeek() 211 assertFalse(types.contains(PULSE)); in testPanelsDisabledConditionSuppressesPeek() 212 assertFalse(types.contains(BUBBLE)); in testPanelsDisabledConditionSuppressesPeek() 232 final Set<VisualInterruptionType> types = mNeedsRedactionFilter.getTypes(); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorEnabled() local 233 assertTrue(types.contains(PEEK)); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorEnabled() 234 assertFalse(types.contains(PULSE)); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorEnabled() 235 assertFalse(types.contains(BUBBLE)); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorEnabled() 254 final Set<VisualInterruptionType> types = mVrModeCondition.getTypes(); in testSuppressInterruptions_vrMode_refactorEnabled() local 255 assertTrue(types.contains(PEEK)); in testSuppressInterruptions_vrMode_refactorEnabled() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsControlTarget.java | 48 default boolean isRequestedVisible(@InsetsType int types) { in isRequestedVisible() argument 49 return (WindowInsets.Type.defaultVisible() & types) != 0; in isRequestedVisible() 66 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() argument 77 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() argument
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetDebugMessageLog.java | 8 int[] types, in glGetDebugMessageLog() argument 24 java.nio.IntBuffer types, in glGetDebugMessageLog() argument 36 int[] types, in glGetDebugMessageLog() argument 48 java.nio.IntBuffer types, in glGetDebugMessageLog() argument
|
D | glGetDebugMessageLogKHR.java | 8 int[] types, in glGetDebugMessageLogKHR() argument 24 java.nio.IntBuffer types, in glGetDebugMessageLogKHR() argument 36 int[] types, in glGetDebugMessageLogKHR() argument 48 java.nio.IntBuffer types, in glGetDebugMessageLogKHR() argument
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | TypeReference.java | 189 private static final Class<?> getRawType(Type[] types) { in getRawType() argument 190 if (types == null) { in getRawType() 194 for (Type type : types) { in getRawType() 402 private static void toString(Type[] types, StringBuilder out) { in toString() argument 403 if (types == null) { in toString() 405 } else if (types.length == 0) { in toString() 411 for (int i = 0; i < types.length; ++i) { in toString() 412 toString(types[i], out); in toString() 413 if (i != types.length - 1) { in toString()
|