Home
last modified time | relevance | path

Searched defs:RAW (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/brotli/java/org/brotli/common/
DSharedDictionaryType.java13 public static final int RAW = 0; field in SharedDictionaryType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DStringTableBuilder.h25 enum Kind { ELF, WinCOFF, MachO, RAW, DWARF, XCOFF }; enumerator
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs27 pub const RAW: Self = Self(c::SOCK_RAW as u32); constant
576 pub const RAW: Self = Self(c::IPPROTO_RAW as _); constant
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs27 pub const RAW: Self = Self(c::SOCK_RAW); constant
204 pub const RAW: Self = Self(c::IPPROTO_RAW as _); constant
/third_party/ninja/src/
Deval_env.h53 enum TokenType { RAW, SPECIAL }; enumerator
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.hpp86 RAW, enumerator
/third_party/icu/icu4c/source/test/intltest/
Dtzrulets.cpp388 const int32_t RAW = -10*HOUR; in TestSimpleRuleBasedTimeZone() local
1697 const int32_t RAW = -10*HOUR; in TestVTimeZoneCoverage() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java1174 final int RAW = -10*HOUR; in TestVTimeZoneCoverage() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java1176 final int RAW = -10*HOUR; in TestVTimeZoneCoverage() local
/third_party/libxml2/
Dcatalog.c2146 #define RAW *cur macro
DHTMLparser.c326 #define RAW (ctxt->token ? -1 : (*ctxt->input->cur)) macro
Dparser.c2075 #define RAW (*ctxt->input->cur) macro