Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/frameworks/native/libs/input/
DInputEventLabels.cpp465 std::optional<int> InputEventLookup::getKeyCodeByLabel(const char* label) { in getKeyCodeByLabel()
478 std::optional<int> InputEventLookup::getKeyFlagByLabel(const char* label) { in getKeyFlagByLabel()
483 std::optional<int> InputEventLookup::getAxisByLabel(const char* label) { in getAxisByLabel()
493 std::optional<int> InputEventLookup::getLedByLabel(const char* label) { in getLedByLabel()
500 struct label { struct
501 const char* name;
502 int value;
587 std::optional<int> InputEventLookup::getLinuxEvdevEventTypeByLabel(const char* label) { in getLinuxEvdevEventTypeByLabel()
592 const char* label) { in getLinuxEvdevEventCodeByLabel()
596 std::optional<int> InputEventLookup::getLinuxEvdevInputPropByLabel(const char* label) { in getLinuxEvdevInputPropByLabel()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java77 public void writeBeginSnapshot(String label); in writeBeginSnapshot()
99 public void writeStartTiming(String label); in writeStartTiming()
121 public void writeMeasurement(String label, long value); in writeMeasurement()
131 public void writeMeasurement(String label, float value); in writeMeasurement()
141 public void writeMeasurement(String label, String value); in writeMeasurement()
309 public void beginSnapshot(String label) { in beginSnapshot()
368 public void startTiming(String label) { in startTiming()
393 public Bundle addIteration(String label) { in addIteration()
418 public Bundle stopTiming(String label) { in stopTiming()
431 public void addMeasurement(String label, long value) { in addMeasurement()
[all …]
/frameworks/base/core/java/android/view/
DKeyboardShortcutGroup.java45 public KeyboardShortcutGroup(@Nullable CharSequence label, in KeyboardShortcutGroup()
54 public KeyboardShortcutGroup(@Nullable CharSequence label) { in KeyboardShortcutGroup()
65 public KeyboardShortcutGroup(@Nullable CharSequence label, in KeyboardShortcutGroup()
78 public KeyboardShortcutGroup(@Nullable CharSequence label, boolean isSystemGroup) { in KeyboardShortcutGroup()
DKeyboardShortcutInfo.java50 public KeyboardShortcutInfo( in KeyboardShortcutInfo()
70 public KeyboardShortcutInfo(CharSequence label, int keycode, int modifiers) { in KeyboardShortcutInfo()
83 public KeyboardShortcutInfo(CharSequence label, char baseCharacter, int modifiers) { in KeyboardShortcutInfo()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobHandle.java75 @NonNull public final CharSequence label; field in BlobHandle
92 private BlobHandle(String algorithm, byte[] digest, CharSequence label, long expiryTimeMillis, in BlobHandle()
111 @NonNull CharSequence label, @CurrentTimeMillisLong long expiryTimeMillis, in create()
145 @NonNull CharSequence label, @CurrentTimeMillisLong long expiryTimeMillis, in createWithSha256()
299 final CharSequence label = XmlUtils.readStringAttribute(in, ATTR_LABEL); in createFromXml() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/message/
DPackageLabelIconProvider.kt26 val label: CharSequence, constant in com.android.systemui.screenshot.message.LabeledIcon
53 val label = info.loadLabel(packageManager) in getPackageLabelIcon() constant
/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsLayout.java80 private void appendFormat(StringBuilder sb, int position, int length, String label, in appendFormat()
103 protected int addDeviceSection(int length, String label, int flags) { in addDeviceSection()
110 protected int addDeviceSection(int length, String label) { in addDeviceSection()
114 protected int addStateSection(int length, String label, int flags) { in addStateSection()
121 protected int addStateSection(int length, String label) { in addStateSection()
126 protected int addUidSection(int length, String label, int flags) { in addUidSection()
133 protected int addUidSection(int length, String label) { in addUidSection()
/frameworks/proto_logging/stats/atoms/placeholder/
Dplaceholder_extension_atoms.proto45 optional string label = 5; field
49 optional string label = 1; field
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DPackageUtil.kt236 val label = info.getAppLabel() in getAppSnippet() constant
262 val label = pm.getApplicationLabel(appInfo) in getAppSnippet() constant
275 val label = getAppLabelFromFile(context, appInfoFromFile) in getAppSnippet() constant
291 var label: CharSequence? = null in getAppLabelFromFile() variable
440 data class AppSnippet(var label: CharSequence?, var icon: Drawable?) { variable in com.android.packageinstaller.v2.model.PackageUtil.AppSnippet
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DDevice.java72 private static native int nativeGetEvdevEventTypeByLabel(String label); in nativeGetEvdevEventTypeByLabel()
73 private static native int nativeGetEvdevEventCodeByLabel(int type, String label); in nativeGetEvdevEventCodeByLabel()
74 private static native int nativeGetEvdevInputPropByLabel(String label); in nativeGetEvdevInputPropByLabel()
356 static int getEvdevEventTypeByLabel(String label) { in getEvdevEventTypeByLabel()
365 static int getEvdevEventCodeByLabel(int type, String label) { in getEvdevEventCodeByLabel()
375 static int getEvdevInputPropByLabel(String label) { in getEvdevInputPropByLabel()
/frameworks/base/core/tests/coretests/src/android/os/
DPerformanceCollectorTest.java485 private void verifyIterationBundle(Bundle iteration, String label) { in verifyIterationBundle()
528 public void writeBeginSnapshot(String label) { in writeBeginSnapshot()
536 public void writeStartTiming(String label) { in writeStartTiming()
544 public void writeMeasurement(String label, long value) { in writeMeasurement()
548 public void writeMeasurement(String label, float value) { in writeMeasurement()
552 public void writeMeasurement(String label, String value) { in writeMeasurement()
/frameworks/base/core/java/android/content/pm/
DAttribution.java72 @IdRes int label) { in Attribution()
122 int label = in.readInt(); in Attribution() local
/frameworks/base/core/tests/coretests/src/android/widget/
DFloatingToolbarUtils.java79 void clickFloatingToolbarItem(String label) { in clickFloatingToolbarItem()
86 void clickFloatingToolbarOverflowItem(String label) { in clickFloatingToolbarOverflowItem()
/frameworks/base/telecomm/java/android/telecom/
DDisconnectCause.java181 public DisconnectCause(@DisconnectCauseCode int code, CharSequence label, in DisconnectCause()
195 public DisconnectCause(@DisconnectCauseCode int code, CharSequence label, in DisconnectCause()
216 public DisconnectCause(@DisconnectCauseCode int code, @Nullable CharSequence label, in DisconnectCause()
350 public @NonNull DisconnectCause.Builder setLabel(@Nullable CharSequence label) { in setLabel()
553 String label = mDisconnectLabel == null ? "" : mDisconnectLabel.toString(); in toString() local
/frameworks/base/core/java/android/util/
DTimingLogger.java83 public TimingLogger(String tag, String label) { in TimingLogger()
95 public void reset(String tag, String label) { in reset()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfButtonsTest.java105 String label = labels[i]; in TODO_testNavigateThroughAllButtonsAndBack() local
124 String label = labels[i]; in TODO_testNavigateThroughAllButtonsAndBack() local
/frameworks/libs/binary_translation/backend/include/berberis/backend/
Dcode_emitter.h62 void set_next_label(const Label* label) { next_label_ = label; } in set_next_label()
76 void set_exit_label_for_testing(const Label* label) { exit_label_for_testing_ = label; } in set_exit_label_for_testing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsProviderSelectorActivityTest.kt148 val label = "label" in testOnAppSelectedForPanelTriggersDialog() constant
168 val label = "label" in dialogAcceptAddsPackage() constant
198 val label = "label" in dialogCancelDoesntAddPackage() constant
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/odsa/
DMessageInfo.java122 public abstract Builder setAcceptButtonLabel(@NonNull String label); in setAcceptButtonLabel()
141 public abstract Builder setRejectButtonLabel(@NonNull String label); in setRejectButtonLabel()
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DMetrics.java57 private void logText(String label, String text) throws TestException { in logText()
78 void sample(String label) throws TestException { in sample()
/frameworks/rs/toolkit/
DBlur_advsimd.S1384 .macro prefill_list, macro, nextmacro, max_r, step, label
1385 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1474 .macro prefill_body, max_r, step, label
DBlur_neon.S1355 .macro prefill_list, macro, nextmacro, max_r, step, label
1356 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1454 .macro prefill_body, max_r, step, label
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blur.S1384 .macro prefill_list, macro, nextmacro, max_r, step, label
1385 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1474 .macro prefill_body, max_r, step, label
DrsCpuIntrinsics_neon_Blur.S1355 .macro prefill_list, macro, nextmacro, max_r, step, label
1356 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1454 .macro prefill_body, max_r, step, label
/frameworks/base/core/java/android/service/chooser/
DChooserAction.java41 CharSequence label, in ChooserAction()
124 @NonNull CharSequence label, in Builder()

12345678910>>...15