Home
last modified time | relevance | path

Searched defs:MAX_SIZE (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dalloc.rs18 const MAX_SIZE: usize = isize::MAX as usize; in layout_round_up_to_align_edge_cases() constant
46 const MAX_SIZE: usize = isize::MAX as usize; in layout_array_edge_cases() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dalloc.rs18 const MAX_SIZE: usize = isize::MAX as usize; in layout_round_up_to_align_edge_cases() constant
46 const MAX_SIZE: usize = isize::MAX as usize; in layout_array_edge_cases() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dalloc.rs18 const MAX_SIZE: usize = isize::MAX as usize; in layout_round_up_to_align_edge_cases() constant
46 const MAX_SIZE: usize = isize::MAX as usize; in layout_array_edge_cases() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dalloc.rs18 const MAX_SIZE: usize = isize::MAX as usize; in layout_round_up_to_align_edge_cases() constant
46 const MAX_SIZE: usize = isize::MAX as usize; in layout_array_edge_cases() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dalloc.rs18 const MAX_SIZE: usize = isize::MAX as usize; in layout_round_up_to_align_edge_cases() constant
46 const MAX_SIZE: usize = isize::MAX as usize; in layout_array_edge_cases() constant
/aosp_15_r20/hardware/interfaces/security/secretkeeper/default/src/
H A Dlib.rs115 const MAX_SIZE: usize = usize::MAX; constant
128 const MAX_SIZE: usize = usize::MAX; constant
/aosp_15_r20/system/keymint/hal/src/
H A Dlib.rs62 const MAX_SIZE: usize; constant
143 const MAX_SIZE: usize = 4096; constant
H A Dtests.rs47 const MAX_SIZE: usize = 4096; constant
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dparser.py40 MAX_SIZE = 0 variable
47 MAX_SIZE = sys.maxsize variable
50 MAX_SIZE = sys.maxint variable
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dstorage_minimal_smoke_test.cc53 const size_t MAX_SIZE = 1 << 20; in TEST_F() local
76 const size_t MAX_SIZE = 1 << 20; in TEST_F() local
87 const size_t MAX_SIZE = 1 << 20; in TEST_F() local
/aosp_15_r20/system/authgraph/hal/src/
H A Dchannel.rs27 const MAX_SIZE: usize; constant
/aosp_15_r20/hardware/interfaces/security/authgraph/default/src/
H A Dlib.rs86 const MAX_SIZE: usize = usize::MAX; constant
/aosp_15_r20/system/core/trusty/secretkeeper/src/
H A Dhal_main.rs63 const MAX_SIZE: usize = usize::MAX; constant
/aosp_15_r20/system/core/trusty/keymint/src/
H A Dkeymint_hal_main.rs47 const MAX_SIZE: usize = 4000; constant
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs45 const MAX_SIZE: usize = kmr_wire::DEFAULT_MAX_SIZE; constant
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/default/
H A Dmain.rs168 const MAX_SIZE: usize = usize::MAX; constant
/aosp_15_r20/external/rust/android-crates-io/crates/const-oid/src/
Dlib.rs96 pub const MAX_SIZE: usize = 39; // makes `ObjectIdentifier` 40-bytes total w\ 1-byte length constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dlib.rs290 const MAX_SIZE: usize = 1_000_000; constant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustc-demangle-0.1.23/src/
H A Dlib.rs290 const MAX_SIZE: usize = 1_000_000; constant
/aosp_15_r20/external/rust/android-crates-io/crates/rustc-demangle/src/
Dlib.rs290 const MAX_SIZE: usize = 1_000_000; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dlib.rs290 const MAX_SIZE: usize = 1_000_000; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dlib.rs290 const MAX_SIZE: usize = 1_000_000; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dlib.rs290 const MAX_SIZE: usize = 1_000_000; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/
H A Dlib.rs290 const MAX_SIZE: usize = 1_000_000; constant
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dqueue.rs393 pub const MAX_SIZE: u16 = 32768; constant

12345678910>>...31