Home
last modified time | relevance | path

Searched defs:SEPARATOR (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/rust/crates/uefi/src/fs/path/
Dmod.rs29 pub const SEPARATOR: Char16 = unsafe { Char16::from_u16_unchecked('\\' as u16) }; constant
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/path/
Dmod.rs29 pub const SEPARATOR: Char16 = unsafe { Char16::from_u16_unchecked('\\' as u16) }; constant
/aosp_15_r20/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
H A DHistory.java30 private static final String SEPARATOR = "\u0001sep\u0001"; field in History
50 TextUtils.split(mPrefs.getString(mSharedPrefKey, ""), SEPARATOR))); in load() local
/aosp_15_r20/external/rust/android-crates-io/crates/ucd-trie/src/
Dgeneral_category.rs4731 pub const SEPARATOR: &'static [(u32, u32)] = &[ constant
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/unicode_tables/
Dgeneral_category.rs4741 pub const SEPARATOR: &'static [(char, char)] = &[ constant
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/unicode/
Dcategory.rs2957 pub const SEPARATOR: &'static ::ucd_trie::TrieSet = &::ucd_trie::TrieSet { constant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/unicode_tables/
H A Dgeneral_category.rs4741 pub const SEPARATOR: &'static [(char, char)] = &[ constant
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dassembly.h20 #define SEPARATOR @ macro
22 #define SEPARATOR ; macro
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/avb/src/
Dverify.rs89 const SEPARATOR: u8 = b'|'; constant
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/
Dassembly.h24 #define SEPARATOR %% macro
26 #define SEPARATOR ; macro
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/
H A Dmetadata.rs312 const SEPARATOR: char = '#'; in package_dir_from_id() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/dump/
DDumpsysTableLoggerKt.java19 private static final java.lang.String SEPARATOR = "|"; field in DumpsysTableLoggerKt
/aosp_15_r20/build/make/tools/perf/
H A Dpretty.py20 SEPARATOR = Sentinel() variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/log/table/
DTableLogBufferKt.java24 private static final java.lang.String SEPARATOR = "|"; field in TableLogBufferKt
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509AttributeName.java36 private static final char SEPARATOR = '.'; field in X509AttributeName
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java36 public static final char SEPARATOR = '/'; field in UnixFakeFileSystem

12345678910>>...21