Home
last modified time | relevance | path

Searched defs:LENGTH (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dfmt.rs253 pub const LENGTH: usize = 36; constant
398 pub const LENGTH: usize = 38; constant
543 pub const LENGTH: usize = 32; constant
686 pub const LENGTH: usize = 45; constant
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Dmap.rs6 const LENGTH: usize = 4; constant
92 const LENGTH: usize = 2; constant
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileChannelTest.java2540 final int LENGTH = 5; in test_transferFromLReadableByteChannelJJ_PositionBeyondSize() local
2564 final int LENGTH = 5; in test_transferFromLReadableByteChannelJJ_FileChannel() local
2682 final int LENGTH = 4; in test_transferFromLReadableByteChannelJJ_Pipe() local
2883 final int LENGTH = 5; in test_transferToJJLWritableByteChannel_PositionBeyondSize() local
2907 final int LENGTH = 5; in test_transferToJJLWritableByteChannel_FileChannel() local
2961 final int LENGTH = CONTENT_AS_BYTES_LENGTH - OFFSET; in test_transferToJJLWritableByteChannel_SocketChannel() local
3049 final int LENGTH = 4; in test_transferToJJLWritableByteChannel_Pipe() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructNdOptPio.java58 public static final byte LENGTH = 4; // Length in 8-byte units field in StructNdOptPio
67 super((byte) TYPE, LENGTH); in StructNdOptPio() local
DStructNdOptPref64.java50 public static final byte LENGTH = 2; field in StructNdOptPref64
96 super((byte) TYPE, LENGTH); in StructNdOptPref64() local
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_shell/src/
Dmain.rs91 const LENGTH: usize = std::mem::size_of::<u32>(); constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/5/frameworks/base/core/proto/android/view/inputmethod/
Dinputconnection.proto.h41 const uint64_t LENGTH = 0x0000010500000001LL; variable
61 const uint64_t LENGTH = 0x0000010500000001LL; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/base/core/proto/android/view/inputmethod/
Dinputconnection.proto.h41 const uint64_t LENGTH = 0x0000010500000001LL; variable
61 const uint64_t LENGTH = 0x0000010500000001LL; variable
/aosp_15_r20/external/coreboot/src/lib/
H A Dgcov-io.h320 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH) argument
323 #define GCOV_TAG_ARCS_NUM(LENGTH) (((LENGTH) - 1) / 2) argument
327 #define GCOV_TAG_COUNTER_NUM(LENGTH) ((LENGTH) / 2) argument
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dutc_time.rs37 pub const LENGTH: usize = 13; constant
Dgeneralized_time.rs37 const LENGTH: usize = 15; constant
/aosp_15_r20/external/webp/src/dsp/
H A Dfilters_mips_dsp_r2.c38 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ argument
111 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument
/aosp_15_r20/libcore/ojluni/src/test/java/util/AbstractList/
H A DCheckForComodification.java40 private static final int LENGTH = 10; field in CheckForComodification
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9585/
H A Dpoc.cpp21 #define LENGTH 16 macro
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9584/
H A Dpoc.cpp21 #define LENGTH 16 macro
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dhugepage-shm.c42 #define LENGTH (256UL*1024*1024) macro
H A Dhugepage-mmap.c27 #define LENGTH (256UL*1024*1024) macro
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/
H A Dclip_ranges_test.py38 def init(self, LENGTH, M, N, MAX_LENGTH, device, dtype): argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/structs/
DIaPdOption.java50 public static final int LENGTH = 12; // option length excluding IA_PD options field in IaPdOption
DIaAddressOption.java53 public static final int LENGTH = 24; // option length excluding IAaddr-options field in IaAddressOption
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
H A DPrelude.java24 static final int LENGTH = 8; field in Prelude
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2099/
H A Dpoc.cpp24 #define LENGTH 0xBEB macro
/aosp_15_r20/packages/apps/SecureElement/src/com/android/se/security/
DApduFilter.java43 public static final int LENGTH = 8; field in ApduFilter
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/
H A DLongSparseArrayTest.java40 private static final int LENGTH = VALUES.length; field in LongSparseArrayTest
H A DSparseLongArrayTest.java38 private static final int LENGTH = VALUES.length; field in SparseLongArrayTest

12345678910>>...12