Home
last modified time | relevance | path

Searched defs:Short (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcord_buffer.h389 struct Short { struct
390 char data[sizeof(Long) - 1];
391 char raw_size = 1;
399 struct Short { struct
400 char raw_size = 1;
401 char data[sizeof(Long) - 1];
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcord_buffer.h389 struct Short { struct
390 char data[sizeof(Long) - 1];
391 char raw_size = 1;
399 struct Short { struct
400 char raw_size = 1;
401 char data[sizeof(Long) - 1];
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcord_buffer.h389 struct Short { struct
390 char data[sizeof(Long) - 1];
391 char raw_size = 1;
399 struct Short { struct
400 char raw_size = 1;
401 char data[sizeof(Long) - 1];
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h390 struct Short { struct
391 char data[sizeof(Long) - 1];
392 char raw_size = 1;
400 struct Short { struct
401 char raw_size = 1;
402 char data[sizeof(Long) - 1];
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcord_buffer.h390 struct Short { struct
391 char data[sizeof(Long) - 1];
392 char raw_size = 1;
400 struct Short { struct
401 char raw_size = 1;
402 char data[sizeof(Long) - 1];
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcord_buffer.h390 struct Short { struct
391 char data[sizeof(Long) - 1];
392 char raw_size = 1;
400 struct Short { struct
401 char raw_size = 1;
402 char data[sizeof(Long) - 1];
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DShort.java32 public final class Short extends java.lang.Number implements java.lang.Comparable<java.lang.Short> { class
34 public Short(short value) { in Short() method in Short
38 public Short(java.lang.String s) throws java.lang.NumberFormatException { in Short() method in Short
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/nl80211/
DGenericNetlinkMsg.java65 Map<Short, StructNlAttr> attributes) { in GenericNetlinkMsg()
248 private static boolean attributesAreEqual(Map<Short, StructNlAttr> attributes, in attributesAreEqual()
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DShort.java65 public final class Short extends Number implements Comparable<Short>, Constable { class
359 public Short(short value) { in Short() method in Short
383 public Short(String s) throws NumberFormatException { in Short() method in Short
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DShort.java65 public final class Short extends Number implements Comparable<Short>, Constable { class
359 public Short(short value) { in Short() method in Short
383 public Short(String s) throws NumberFormatException { in Short() method in Short
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DShort.java65 public final class Short extends Number implements Comparable<Short>, Constable { class
359 public Short(short value) { in Short() method in Short
383 public Short(String s) throws NumberFormatException { in Short() method in Short
/aosp_15_r20/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java67 private Object getProperty(Map<Short, Object> props, String key) { in getProperty()
71 private static Map<String, Short> reverse(Map<Short, Object> m) { in reverse()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/
Dtests.rs207 Short, enumerator
213 Short(ShortDataElement), enumerator
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/
DDataTypeDescriptor.kt98 object Short : FieldType() in build() object in com.android.libraries.pcc.chronicle.api.FieldType
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-kerx-table.hh814 struct Short struct
816 NNOffset32To<Lookup<HBUINT16>> rowIndexTable;
817 NNOffset32To<Lookup<HBUINT16>> columnIndexTable;
818 NNOffset32To<UnsizedArrayOf<FWORD>> array;
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/
DFieldType.java478 public static final class Short extends com.android.libraries.pcc.chronicle.api.FieldType { class in FieldType
482 private Short() { in Short() method in FieldType.Short
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dminireflect.h53 virtual void Short(int16_t, const char *) {} in Short() function
361 void Short(int16_t x, const char *name) { Named(x, name); } in Short() function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dminireflect.h53 virtual void Short(int16_t, const char *) {} in Short() function
350 void Short(int16_t x, const char *name) { Named(x, name); } in Short() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dminireflect.h53 virtual void Short(int16_t, const char *) {} in Short() function
361 void Short(int16_t x, const char *name) { Named(x, name); } in Short() function
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/nativeMain/src/kotlinx/serialization/protobuf/internal/
H A DBytes.kt7 private fun Short.reverseBytes(): Short = (((this.toInt() and 0xff) shl 8) or ((this.toInt() and 0x… method
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/wasmMain/src/kotlinx/serialization/protobuf/internal/
H A DBytes.kt7 private fun Short.reverseBytes(): Short = (((this.toInt() and 0xff) shl 8) or ((this.toInt() and 0x… method
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jsMain/src/kotlinx/serialization/protobuf/internal/
H A DBytes.kt7 private fun Short.reverseBytes(): Short = (((this.toInt() and 0xff) shl 8) or ((this.toInt() and 0x… method
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DNetlinkTestUtils.kt108 private fun Short.toLEHex() = String.format("%04x", java.lang.Short.reverseBytes(this)) method
/aosp_15_r20/external/libchrome/mojo/public/cpp/base/
H A Dbig_string_unittest.cc24 TEST(BigStringTest, Short) { in TEST() argument
/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DBaseType.py11 Short = 5 variable in BaseType

12345678910>>...20