Home
last modified time | relevance | path

Searched refs:short (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DCommandParser.kt204 private fun checkCliNames(short: String?, long: String): String? {
205 if (short != null && tokenSet.contains(short)) {
206 return short
219 private fun registerNames(short: String?, long: String) {
220 if (short != null) {
221 tokenSet.add(short)
H A DParseableCommand.kt255 val short = shortName?.let { "-$shortName" } regex
258 return parser.flag(long, short, description)
277 val short = shortName?.let { "-$shortName" } regex
280 return parser.param(long, short, description, valueParser)
294 private fun checkShortName(short: String?): Boolean {
295 return short == null || short.length == 1
/aosp14/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
H A DSimpleProperties.java.txt77 * Property ID of {@code short}.
94 mShortId = propertyMapper.mapShort("short", R.attr.short);
/aosp14/frameworks/base/test-base/api/
H A Dcurrent.txt111 method public static void assertEquals(String, short, short);
112 method public static void assertEquals(short, short);
/aosp14/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
H A Dtrace_config_multi_user.textproto61 # We need to do process tracking to ensure kernel ftrace events targeted at short-lived
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Dkeyguard.md13 …ially regarding use of the power button. Power button key interpretation (short press, long press,…
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddialogs.md57 Here's a short code snippet with an example on how to use the guidelines.
H A Dqs-tiles.md13 … appear either in QS or QQS are called Quick Settings Tiles (or tiles for short). They allow the u…
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/
H A Dlibutils.so.lsdump183 "name" : "short",
193 "name" : "unsigned short",
10051 "name" : "const short &",
10060 "name" : "const unsigned short &",
10684 "name" : "const unsigned short *",
11745 "name" : "const short",
11755 "name" : "const unsigned short",
13191 "name" : "android::trait_trivial_copy<short>",
13412 "name" : "android::trait_trivial_ctor<short>",
13633 "name" : "android::trait_trivial_dtor<short>",
[all …]
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/
H A Dlibutils.so.lsdump183 "name" : "short",
193 "name" : "unsigned short",
10073 "name" : "const short &",
10082 "name" : "const unsigned short &",
10688 "name" : "const unsigned short *",
11769 "name" : "const short",
11779 "name" : "const unsigned short",
13195 "name" : "android::trait_trivial_copy<short>",
13416 "name" : "android::trait_trivial_ctor<short>",
13637 "name" : "android::trait_trivial_dtor<short>",
[all …]
/aosp14/frameworks/base/core/proto/android/media/
H A Daudioattributes.proto51 // in a game. These sounds are mostly synthesized or short Foley sounds.
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.md11 …umption, and schedules a runnable via the `Choreographer` to consume it a short time before the ne…
/aosp14/frameworks/base/core/api/
H A Dsystem-removed.txt73 …eprecated public static final String EXTRA_DATA_OPERATOR_ALPHA_SHORT = "data-operator-alpha-short";
85 … field @Deprecated public static final String EXTRA_OPERATOR_ALPHA_SHORT = "operator-alpha-short";
H A Dtest-lint-baseline.txt394 MissingNullability: android.media.audiofx.AudioEffect#getParameter(int, short[]) parameter #1:
396 MissingNullability: android.media.audiofx.AudioEffect#getParameter(int[], short[]) parameter #0:
398 MissingNullability: android.media.audiofx.AudioEffect#getParameter(int[], short[]) parameter #1:
420 MissingNullability: android.media.audiofx.AudioEffect#shortToByteArray(short):
841 …Should avoid odd sized primitives; use `int` instead of `short` in method android.media.audiofx.Au…
842 NoByteOrShort: android.media.audiofx.AudioEffect#setParameter(int, short) parameter #1:
843 …itives; use `int` instead of `short` in parameter value in android.media.audiofx.AudioEffect.setPa…
844 NoByteOrShort: android.media.audiofx.AudioEffect#shortToByteArray(short) parameter #0:
845 …primitives; use `int` instead of `short` in parameter value in android.media.audiofx.AudioEffect.s…
H A Dcurrent.txt10720 method public short getShortExtra(String, short);
30315 method public static void glDrawTexsOES(short, short, short, short, short);
32693 method public short getShort(String, short);
38981 ctor @Deprecated public Short2(short, short);
38988 ctor @Deprecated public Short3(short, short, short);
38996 ctor @Deprecated public Short4(short, short, short, short);
49439 method @HalfFloat public static short abs(@HalfFloat short);
49443 method @HalfFloat public static short copySign(@HalfFloat short, @HalfFloat short);
49467 method @HalfFloat public static short max(@HalfFloat short, @HalfFloat short);
49468 method @HalfFloat public static short min(@HalfFloat short, @HalfFloat short);
[all …]
H A Dsystem-current.txt5211 method public short getChrePatchVersion();
6364 method @Deprecated public short getLeapSecond();
6429 method @Deprecated public short getState();
6497 method @Deprecated public void setState(short);
6541 method @Deprecated public short getMessageId();
6543 method @Deprecated public short getStatus();
6551 method @Deprecated public void setStatus(short);
10474 method public final short getInt16(long);
10488 method public final void putInt16(long, short);
10521 method public final short readInt16();
[all …]
H A Dtest-current.txt1984 method public static short byteArrayToShort(byte[]);
1988 method public int getParameter(int, short[]) throws java.lang.IllegalStateException;
1989 method public int getParameter(int[], short[]) throws java.lang.IllegalStateException;
1995 method public int setParameter(int, short) throws java.lang.IllegalStateException;
2000 method public static byte[] shortToByteArray(short);
/aosp14/system/core/libcutils/
H A Dtrace-dev.inc46 * Names should be kept short to get the most use of the trace buffer.
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DREADME.md3 Welcome to The Android Resource Economy (TARE for short). If you're reading this, you may be
33 To achieve the goal laid out by TARE, we use Android Resource Credits (ARCs for short) as the
/aosp14/frameworks/base/core/proto/android/service/
H A Dprint.proto295 // Duplex where the short edge attach
/aosp14/frameworks/base/core/proto/android/server/alarm/
H A Dalarmmanagerservice.proto119 // Whether the short or long while-idle timeout should be used for each UID.
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto862 // Used to disable SMS short code confirmation. Defaults to true.
923 …// The maximum reconnect delay for short network outages or when the network is suspended due to p…
/aosp14/frameworks/base/test-mock/api/
H A Dcurrent.txt160 method @Deprecated public short getShort(int);
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto6360 // FIELD: Target short component name
6468 // FIELD: Activity record short component name
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile45 # quick idea about the purpose of the project. Keep the description short.