Home
last modified time | relevance | path

Searched defs:Space (Results 1 – 10 of 10) sorted by relevance

/third_party/gptfdisk/
Dgptcurses.h65 struct Space { struct
70 Space *nextSpace; argument
71 Space *prevSpace; argument
/third_party/gn/src/gn/
Descape_unittest.cc74 TEST(Escape, Space) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp161 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local
/third_party/css-what/src/
Dparse.ts43 Space = 32, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h44 Space, enumerator
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs670 Space, enumerator
746 Space, enumerator
787 Space, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp288 std::string Space = DumpOpts.ShowAddresses ? " " : ""; in dumpAttribute() local
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1254 * For #defined constants and macros, a "U_" is appended to the beginning,
/third_party/rust/crates/nom/src/
Derror.rs387 Space, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3372 unsigned Space = (PrevReg < Reg) ? (Reg - PrevReg) : (Reg + 32 - PrevReg); in tryParseVectorList() local